Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc432 const Shape& src_subshape = in CopyFrom() local
434 if (!ShapeUtil::Compatible(dest_subshape, src_subshape)) { in CopyFrom()
438 ShapeUtil::HumanString(src_subshape)); in CopyFrom()