Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h475 bool EqualElements(const Piece& other) const;
Dliteral.cc1627 bool LiteralBase::Piece::EqualElements(const LiteralBase::Piece& other) const { in EqualElements() function in xla::LiteralBase::Piece
1701 if (!piece.EqualElements(other_piece)) { in operator ==()