Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.cc376 Status CopyLayoutInternal(const Shape& src, Shape* dst) { in CopyLayoutInternal() function
388 TF_RETURN_IF_ERROR(CopyLayoutInternal(src.tuple_shapes(i), in CopyLayoutInternal()
410 return CopyLayoutInternal(src, dst); in CopyLayoutBetweenShapes()