Searched refs:handle_to_index_ (Results 1 – 2 of 2) sorted by relevance
1023 absl::flat_hash_map<int64, int64> handle_to_index_; variable1456 auto it = handle_to_index_.find(handle); in LookUpInstructionByHandleInternal()1457 if (it == handle_to_index_.end()) { in LookUpInstructionByHandleInternal()
183 ->instructions_[op.builder()->handle_to_index_[op.handle_]]; in GetInstruction()221 auto it = handle_to_index_.find(op.handle()); in GetShapePtr()222 if (it == handle_to_index_.end()) { in GetShapePtr()515 this->handle_to_index_.clear(); in Build()3990 handle_to_index_[handle] = instructions_.size(); in AddInstruction()