Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc624 const xla::Shape& dest_subshape = in AliasBufferFrom() local
626 if (!xla::ShapeUtil::Equal(source_subshape, dest_subshape)) { in AliasBufferFrom()
630 " dest=", xla::ShapeUtil::HumanStringWithLayout(dest_subshape)); in AliasBufferFrom()
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc549 const Shape& dest_subshape = in CopyFrom() local
554 auto bound_shape = dest_subshape.is_static() ? src_subshape : dest_subshape; in CopyFrom()
556 dest_subshape.is_static() ? dest_subshape : src_subshape; in CopyFrom()
560 if (!ShapeUtil::Compatible(dest_subshape, src_subshape)) { in CopyFrom()
563 ShapeUtil::HumanString(dest_subshape), in CopyFrom()
600 const Shape& dest_subshape = in MoveFrom() local
602 if (!ShapeUtil::Equal(dest_subshape, src_literal.shape())) { in MoveFrom()
605 ShapeUtil::HumanString(dest_subshape), in MoveFrom()