Searched refs:src_subshape (Results 1 – 1 of 1) sorted by relevance
565 const Shape& src_subshape = in CopyFrom() local568 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()