Searched refs:GetTensorMemoryType (Results 1 – 4 of 4) sorted by relevance
472 InferenceContext::TensorMemoryType InferenceContext::GetTensorMemoryType( in GetTensorMemoryType() function in tflite::gpu::cl::InferenceContext525 return GetTensorMemoryType(id) == TensorMemoryType::kBuffer; in AllocateMemoryForBuffers()560 if (GetTensorMemoryType(t.first) != TensorMemoryType::kBuffer) continue; in AllocateMemoryForBuffers()579 return GetTensorMemoryType(id) == TensorMemoryType::kStrongShape; in AllocateMemoryForStrongShapes()599 if (GetTensorMemoryType(t.first) != TensorMemoryType::kStrongShape) { in AllocateMemoryForStrongShapes()
134 TensorMemoryType GetTensorMemoryType(ValueId id);
429 InferenceContext::TensorMemoryType InferenceContext::GetTensorMemoryType( in GetTensorMemoryType() function in tflite::gpu::metal::InferenceContext482 return GetTensorMemoryType(id) == TensorMemoryType::kBuffer; in AllocateMemoryForBuffers()549 return GetTensorMemoryType(id) == TensorMemoryType::kStrongShape; in AllocateMemoryForStrongShapes()571 if (GetTensorMemoryType(tensor_id) != TensorMemoryType::kStrongShape) { in AllocateMemoryForStrongShapes()
148 TensorMemoryType GetTensorMemoryType(ValueId id);