Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc428 const ShapeIndex& dest_shape_index, in CopyFrom() argument
431 ShapeUtil::GetSubshape(shape(), dest_shape_index); in CopyFrom()
449 for (int i = 0; i < dest_shape_index.size(); ++i) { in CopyFrom()
450 if (index[i] != dest_shape_index[i]) { in CopyFrom()
460 for (int64 i = dest_shape_index.size(); i < index.size(); ++i) { in CopyFrom()
469 const ShapeIndex& dest_shape_index) { in MoveFrom() argument
471 ShapeUtil::GetSubshape(shape(), dest_shape_index); in MoveFrom()
485 ShapeIndex dest_index = dest_shape_index; in MoveFrom()
Dliteral.h593 const ShapeIndex& dest_shape_index = {},
777 const ShapeIndex& dest_shape_index = {});