Home
last modified time | relevance | path

Searched refs:ProgramDescriptor (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dprogram_cache.h61 struct ProgramDescriptor { struct
62 ProgramDescriptor() = default;
63 ProgramDescriptor(const std::string& code_text, const std::string& options,
65 explicit ProgramDescriptor(uint64_t fingerprint);
73 std::size_t operator()(const ProgramDescriptor& k) const { in operator() argument
83 bool operator()(const ProgramDescriptor& a, in operator()
84 const ProgramDescriptor& b) const { in operator()
96 absl::flat_hash_map<ProgramDescriptor, CLProgram, ProgramDescriptorHasher,
Dprogram_cache.cc32 ProgramCache::ProgramDescriptor::ProgramDescriptor(const std::string& code_text, in ProgramDescriptor() function in tflite::gpu::cl::ProgramCache::ProgramDescriptor
44 ProgramCache::ProgramDescriptor::ProgramDescriptor(uint64_t fingerprints) in ProgramDescriptor() function in tflite::gpu::cl::ProgramCache::ProgramDescriptor
65 ProgramDescriptor desc{code, options, use_fingerprints_}; in GetOrCreateCLKernel()
107 ProgramDescriptor desc(serialized_program->fingerprint()); in AddSerializedCache()