Tensor Comprehensions
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
tc::OptionsCache::CachedEntry::Values Struct Reference

#include <compilation_cache.h>

Collaboration diagram for tc::OptionsCache::CachedEntry::Values:

Public Member Functions

 Values (const MappingOptions &options, Duration runtime)
 
 Values (const MappingOptions &options, std::vector< Duration > &&runtimes)
 

Public Attributes

MappingOptions mappingOptions
 
std::vector< DurationrecordedRuntimes
 

Constructor & Destructor Documentation

tc::OptionsCache::CachedEntry::Values::Values ( const MappingOptions options,
Duration  runtime 
)
tc::OptionsCache::CachedEntry::Values::Values ( const MappingOptions options,
std::vector< Duration > &&  runtimes 
)

Member Data Documentation

MappingOptions tc::OptionsCache::CachedEntry::Values::mappingOptions
std::vector<Duration> tc::OptionsCache::CachedEntry::Values::recordedRuntimes

The documentation for this struct was generated from the following file: