Home
last modified time | relevance | path

Searched refs:ReserveGraphTensors (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dinference_context.h131 void ReserveGraphTensors(const CreateInferenceInfo& create_info,
Dinference_context.cc152 ReserveGraphTensors(create_info, metal_device.GetInfo(), graph, in InitFromGraph()
164 void InferenceContext::ReserveGraphTensors( in ReserveGraphTensors() function in tflite::gpu::metal::InferenceContext
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.h117 void ReserveGraphTensors(const CreateInferenceInfo& create_info,
Dinference_context.cc147 ReserveGraphTensors(create_info, creation_context.GetGpuInfo(), graph); in InitFromGraph()
263 void InferenceContext::ReserveGraphTensors( in ReserveGraphTensors() function in tflite::gpu::cl::InferenceContext