#include <compilation_cache.h>
|
| CachedEntry (const std::string &id, const std::string &kernelSpecializedName, const std::vector< int > &kernelParameters, const Grid &grid, const Block &block, const std::vector< const DLTensor * > &inputs, const std::vector< const DLTensor * > &outputs, const std::string &cudaSource, const std::string &deviceStr) |
|
| CachedEntry (const ManualCudaCacheEntryProto &buf) |
|
ManualCudaCacheEntryProto | toProtobuf () const |
|
tc::ManualCudaCache::CachedEntry::CachedEntry |
( |
const std::string & |
id, |
|
|
const std::string & |
kernelSpecializedName, |
|
|
const std::vector< int > & |
kernelParameters, |
|
|
const Grid & |
grid, |
|
|
const Block & |
block, |
|
|
const std::vector< const DLTensor * > & |
inputs, |
|
|
const std::vector< const DLTensor * > & |
outputs, |
|
|
const std::string & |
cudaSource, |
|
|
const std::string & |
deviceStr |
|
) |
| |
tc::ManualCudaCache::CachedEntry::CachedEntry |
( |
const ManualCudaCacheEntryProto & |
buf | ) |
|
ManualCudaCacheEntryProto tc::ManualCudaCache::CachedEntry::toProtobuf |
( |
| ) |
const |
Key tc::ManualCudaCache::CachedEntry::key |
Values tc::ManualCudaCache::CachedEntry::values |
The documentation for this struct was generated from the following file: