Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc565 const Shape& src_subshape = in CopyFrom() local
568 auto bound_shape = dest_subshape.is_static() ? src_subshape : dest_subshape; in CopyFrom()
570 dest_subshape.is_static() ? dest_subshape : src_subshape; in CopyFrom()
574 if (!ShapeUtil::Compatible(dest_subshape, src_subshape)) { in CopyFrom()
578 ShapeUtil::HumanString(src_subshape)); in CopyFrom()