Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_arguments.h107 absl::Status SetCustomMemory(const std::string& name, cl_mem memory);
Dcl_arguments.cc639 absl::Status CLArguments::SetCustomMemory(const std::string& name, in SetCustomMemory() function in tflite::gpu::cl::CLArguments
688 SetCustomMemory(absl::StrCat(name, "_", r.first), r.second)); in SetGPUResources()