Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dinference_context.cc393 } else if (graph_ids_to_strong_shape_tensors_.find(tensor_id) != in GetTensor()
394 graph_ids_to_strong_shape_tensors_.end()) { in GetTensor()
396 [graph_ids_to_strong_shape_tensors_[tensor_id]]; in GetTensor()
575 graph_ids_to_strong_shape_tensors_[tensor_id] = id; in AllocateMemoryForStrongShapes()
Dinference_context.h223 std::map<ValueId, ValueId> graph_ids_to_strong_shape_tensors_; variable
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.h230 std::map<ValueId, ValueId> graph_ids_to_strong_shape_tensors_; variable
Dinference_context.cc604 graph_ids_to_strong_shape_tensors_[t.first] = id; in AllocateMemoryForStrongShapes()
709 return &strong_shape_tensors_[graph_ids_to_strong_shape_tensors_[id]]; in GetTensor()