Searched refs:handle_to_shape_ (Results 1 – 2 of 2) sorted by relevance
80 handle_to_shape_[handle] = std::move(shape); in MakeXlaOp()599 auto it = handle_to_shape_.find(op.handle()); in GetShapePtr()600 if (it == handle_to_shape_.end()) { in GetShapePtr()
273 absl::flat_hash_map<int64, std::unique_ptr<Shape>> handle_to_shape_; variable