Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation.cc679 hlo->literal().ConvertToShape(hlo->shape())); in ResolveConvertedConstants()
Dalgebraic_simplifier.cc3198 pad_literal.ConvertToShape(reduce_init_value->shape()); in HandleReduceWindow()
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h235 StatusOr<Literal> ConvertToShape(const Shape& dest_shape) const;
Dliteral.cc1430 StatusOr<Literal> LiteralBase::ConvertToShape(const Shape& dest_shape) const { in ConvertToShape() function in xla::LiteralBase
1439 element.ConvertToShape(ShapeUtil::GetSubshape(dest_shape, {i}))); in ConvertToShape()