Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.h113 void CopyInAndOutIds(const GraphFloat32& graph);
Dinference_context.cc160 CopyInAndOutIds(graph); in InitFromGraph()
237 void InferenceContext::CopyInAndOutIds(const GraphFloat32& graph) { in CopyInAndOutIds() function in tflite::gpu::cl::InferenceContext