Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A Dinference_context.h157 absl::Status AllocateMemoryForConstTensors(MetalDevice* device);
H A Dinference_context.cc318 RETURN_IF_ERROR(AllocateMemoryForConstTensors(device)); in AllocateTensors()
441 absl::Status InferenceContext::AllocateMemoryForConstTensors( in AllocateMemoryForConstTensors() function in tflite::gpu::metal::InferenceContext