Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_arguments.cc513 custom_memories_[name].desc = desc; in AddCustomMemory()
641 auto it = custom_memories_.find(name); in SetCustomMemory()
642 if (it == custom_memories_.end()) { in SetCustomMemory()
729 for (auto& t : custom_memories_) { in GetListOfArgs()
796 for (auto& t : custom_memories_) { in Bind()
Dcl_arguments.h182 std::map<std::string, CLCustomMemoryDescriptor> custom_memories_; variable