Searched refs:dest_subshape (Results 1 – 2 of 2) sorted by relevance
624 const xla::Shape& dest_subshape = in AliasBufferFrom() local626 if (!xla::ShapeUtil::Equal(source_subshape, dest_subshape)) { in AliasBufferFrom()630 " dest=", xla::ShapeUtil::HumanStringWithLayout(dest_subshape)); in AliasBufferFrom()
549 const Shape& dest_subshape = in CopyFrom() local554 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() local602 if (!ShapeUtil::Equal(dest_subshape, src_literal.shape())) { in MoveFrom()605 ShapeUtil::HumanString(dest_subshape), in MoveFrom()