Searched refs:graph_ids_to_shared_buffer_tensors_ (Results 1 – 4 of 4) sorted by relevance
333 } else if (graph_ids_to_shared_buffer_tensors_.find(tensor_id) != in GetTensor()334 graph_ids_to_shared_buffer_tensors_.end()) { in GetTensor()336 [graph_ids_to_shared_buffer_tensors_[tensor_id]]; in GetTensor()508 graph_ids_to_shared_buffer_tensors_[usage.first] = in AllocateMemoryForBuffers()565 const int tensor_index = graph_ids_to_shared_buffer_tensors_[tensor_id]; in AllocateMemoryForBuffers()
179 std::map<ValueId, int> graph_ids_to_shared_buffer_tensors_; variable
490 &graph_ids_to_shared_buffer_tensors_, &buffer_assignment, in AllocateBufferBasedTensors()569 const int tensor_index = graph_ids_to_shared_buffer_tensors_[tensor_id]; in AllocateBufferBasedTensors()894 } else if (graph_ids_to_shared_buffer_tensors_.find(id) != in GetTensor()895 graph_ids_to_shared_buffer_tensors_.end()) { in GetTensor()896 return &shared_buffer_tensors_[graph_ids_to_shared_buffer_tensors_[id]]; in GetTensor()
190 std::map<ValueId, int> graph_ids_to_shared_buffer_tensors_; variable