Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc382 this->handle_to_index_.clear(); in Build()
2742 handle_to_index_[handle] = instructions_.size(); in AddInstruction()
2819 auto it = handle_to_index_.find(handle); in LookUpInstructionByHandle()
2820 if (it == handle_to_index_.end()) { in LookUpInstructionByHandle()
Dxla_builder.h686 absl::flat_hash_map<int64, int64> handle_to_index_; variable