Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc80 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()
Dmlir_hlo_builder.h273 absl::flat_hash_map<int64, std::unique_ptr<Shape>> handle_to_shape_; variable