Tensor Comprehensions
|
This is the complete list of members for tc::OptionsCache, including all inherited members.
begin() const | tc::OptionsCache | |
Cache< OptionsCache > class | tc::OptionsCache | friend |
cacheEnabled() | tc::Cache< OptionsCache > | static |
clear() | tc::Cache< OptionsCache > | |
disableCache() | tc::Cache< OptionsCache > | static |
dumpCacheToProtobuf(const std::string &filename) | tc::Cache< OptionsCache > | static |
enableCache() | tc::Cache< OptionsCache > | static |
end() const | tc::OptionsCache | |
entries_ | tc::OptionsCache | private |
getCache() | tc::Cache< OptionsCache > | static |
getGlobalSharedCache() | tc::OptionsCache | privatestatic |
keepOnlyBestCandidates(size_t numberToKeep) | tc::OptionsCache | |
loadCacheFromProtobuf(const std::string &filename) | tc::Cache< OptionsCache > | static |
loadCacheFromProtobuf(const Protobuf &buf) | tc::Cache< OptionsCache > | static |
mtx_ | tc::Cache< OptionsCache > | mutableprotected |
numberAttemptedRetrievals | tc::Cache< OptionsCache > | mutable |
numberCacheAttemps | tc::Cache< OptionsCache > | mutable |
numberSuccessfulRetrievals | tc::Cache< OptionsCache > | mutable |
OptionsCache()=default | tc::OptionsCache | |
OptionsCache(const OptionsCacheProto &buf) | tc::OptionsCache | |
Protobuf typedef | tc::OptionsCache | private |
recordRuntime(const std::string &id, const MappingOptions &options, const std::vector< const DLTensor * > &inputs, const std::vector< const DLTensor * > &outputs, Duration runtime) | tc::OptionsCache | |
retrieveBestOptions(const std::string &id, const std::vector< const DLTensor * > &inputs, const std::vector< const DLTensor * > &outputs) const | tc::OptionsCache | |
retrieveOptionsAndRuntimes(const std::string &id, const std::vector< const DLTensor * > &inputs, const std::vector< const DLTensor * > &outputs) const | tc::OptionsCache | |
retrieveTopKOptions(const std::string &id, const std::vector< const DLTensor * > &inputs, const std::vector< const DLTensor * > &outputs, size_t k) const | tc::OptionsCache | |
searchKernel(const std::string &id, const std::vector< const DLTensor * > &inputs, const std::vector< const DLTensor * > &outputs) | tc::OptionsCache | private |
searchKernel(const std::string &id, const std::vector< const DLTensor * > &input, const std::vector< const DLTensor * > &outputs) const | tc::OptionsCache | private |
searchKernelImpl(C &c, const std::string &id, const std::vector< const DLTensor * > &inputs, const std::vector< const DLTensor * > &outputs) -> decltype(c.searchKernel(id, inputs, outputs)) | tc::OptionsCache | privatestatic |
size() const | tc::Cache< OptionsCache > | |
toProtobuf() const | tc::OptionsCache | |
totalSize() const | tc::OptionsCache |