Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A Dinference_context.cc398 InferenceContext::TensorMemoryType InferenceContext::GetTensorMemoryType( in GetTensorMemoryType() function in tflite::gpu::metal::InferenceContext
455 return GetTensorMemoryType(id) == TensorMemoryType::kBuffer; in AllocateMemoryForBuffers()
562 if (GetTensorMemoryType(tensor_id) != TensorMemoryType::kBuffer) { in AllocateMemoryForBuffers()
603 return GetTensorMemoryType(id) == TensorMemoryType::kStrongShape; in AllocateMemoryForStrongShapes()
634 if (GetTensorMemoryType(tensor_id) != TensorMemoryType::kStrongShape) { in AllocateMemoryForStrongShapes()
H A Dinference_context.h164 TensorMemoryType GetTensorMemoryType(ValueId id);