Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc1881 const Piece& other_piece = other.piece(index); in operator ==() local
1883 const Shape& other_subshape = other_piece.subshape(); in operator ==()
1895 if (piece.GetDynamicSize(i) != other_piece.GetDynamicSize(i)) { in operator ==()
1900 if (!piece.EqualElements(other_piece)) { in operator ==()