Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.h124 absl::Status AllocateMemoryForVariableTensors(CLContext* context);
Dinference_context.cc487 RETURN_IF_ERROR(AllocateMemoryForVariableTensors(context)); in AllocateMemory()
502 absl::Status InferenceContext::AllocateMemoryForVariableTensors( in AllocateMemoryForVariableTensors() function in tflite::gpu::cl::InferenceContext