Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.h405 return it->second.IsDetermined(shape_index);
Dhlo_evaluator.cc1521 CHECK(new_result.IsDetermined(visitor_shape_index_)); in HandleTuple()
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc1118 bool LiteralBase::IsDetermined(const ShapeIndex& shape_index) const { in IsDetermined() function in xla::LiteralBase
1119 return piece(shape_index).IsDetermined(); in IsDetermined()
1429 if (literal.IsDetermined(shape_index)) { in ToStringHelper()
2500 bool LiteralBase::Piece::IsDetermined() const { in IsDetermined() function in xla::LiteralBase::Piece
2511 are_all_leaf_arrays_determined &= piece.IsDetermined(); in IsDetermined()
Dliteral.h388 bool IsDetermined(const ShapeIndex& shape_index = {}) const;
631 bool IsDetermined() const;