Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc551 const Shape& src_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()
564 ShapeUtil::HumanString(src_subshape)); in CopyFrom()