Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc1682 const Piece& other_piece = other.piece(index); in operator ==() local
1684 const Shape& other_subshape = other_piece.subshape(); in operator ==()
1696 if (piece.GetDynamicSize(i) != other_piece.GetDynamicSize(i)) { in operator ==()
1701 if (!piece.EqualElements(other_piece)) { in operator ==()