Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_arguments.h94 void AddCustomMemory(const std::string& name,
Dcl_arguments.cc511 void CLArguments::AddCustomMemory(const std::string& name, in AddCustomMemory() function in tflite::gpu::cl::CLArguments
541 AddCustomMemory(absl::StrCat(name, "_", r.first), r.second); in AddGPUResources()