Home
last modified time | relevance | path

Searched refs:ResultShapeIterator (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.h53 class ResultShapeIterator final
61 explicit ResultShapeIterator(Operation::result_iterator it);
64 using ResultShapeRange = iterator_range<ResultShapeIterator>;
Dtf_types.cc78 ResultShapeIterator::ResultShapeIterator(Operation::result_iterator it) in ResultShapeIterator() function in mlir::TF::ResultShapeIterator
Dtf_op_base.td553 "return {mlir::TF::ResultShapeIterator(values.begin()), "
554 "mlir::TF::ResultShapeIterator(values.end())};",
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dexport_tf_dialect_op.cc188 mlir::TF::ResultShapeIterator(begin), in PopulateDerivedAttributes()
189 mlir::TF::ResultShapeIterator(end)}; in PopulateDerivedAttributes()