Tensor Comprehensions
|
This is the complete list of members for tc::autotune::detail::GeneticAutotuner, including all inherited members.
GeneticAutotuner(const std::string &tc) | tc::autotune::detail::GeneticAutotuner | explicit |
load(const std::string &cacheFileName, const std::string &tcName, const std::vector< const DLTensor * > &inputs, const size_t numCandidates) | tc::autotune::detail::GeneticAutotuner | |
storeCaches(const std::string &filename) | tc::autotune::detail::GeneticAutotuner | |
tc_ | tc::autotune::detail::GeneticAutotuner | private |
tcNameMap_ | tc::autotune::detail::GeneticAutotuner | private |
tune(const std::string &cacheFileName, const std::string &tcName, const std::unordered_map< size_t, std::vector< const DLTensor * >> &inputs, std::unordered_map< size_t, std::vector< DLTensor * >> &outputs, MappingOptions baseMapping, std::vector< MappingOptions > startingPoints, const TuningParameterFixer &fixedParams) | tc::autotune::detail::GeneticAutotuner |