Searched refs:custom_memories_ (Results 1 – 2 of 2) sorted by relevance
513 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()
182 std::map<std::string, CLCustomMemoryDescriptor> custom_memories_; variable