#include <compilation_cache.h>
tc::OptionsCache::CachedEntry::Key::Key |
( |
const std::string & |
id, |
|
|
const std::vector< const DLTensor * > & |
inputs, |
|
|
const std::vector< const DLTensor * > & |
outputs, |
|
|
const std::string & |
deviceStr, |
|
|
const std::string & |
gitVersion |
|
) |
| |
tc::OptionsCache::CachedEntry::Key::Key |
( |
const std::string & |
id, |
|
|
std::vector< detail::TensorInfo > && |
inputs, |
|
|
std::vector< detail::TensorInfo > && |
outputs, |
|
|
const std::string & |
deviceStr, |
|
|
const std::string & |
gitVersion |
|
) |
| |
std::string tc::OptionsCache::CachedEntry::Key::deviceStr |
std::string tc::OptionsCache::CachedEntry::Key::gitVersion |
std::string tc::OptionsCache::CachedEntry::Key::id |
The documentation for this struct was generated from the following file: