Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dinference_context.h140 absl::Status AllocateMemoryForConstTensors(MetalDevice* device);
Dinference_context.cc378 RETURN_IF_ERROR(AllocateMemoryForConstTensors(device)); in AllocateTensors()
468 absl::Status InferenceContext::AllocateMemoryForConstTensors( in AllocateMemoryForConstTensors() function in tflite::gpu::metal::InferenceContext
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.h122 absl::Status AllocateMemoryForConstTensors(CLContext* context);
Dinference_context.cc486 RETURN_IF_ERROR(AllocateMemoryForConstTensors(context)); in AllocateMemory()
493 absl::Status InferenceContext::AllocateMemoryForConstTensors( in AllocateMemoryForConstTensors() function in tflite::gpu::cl::InferenceContext