Home
last modified time | relevance | path

Searched defs:SortSparseElements (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc973 void MutableLiteralBase::SortSparseElements(const ShapeIndex& shape_index) { in SortSparseElements() function in xla::MutableLiteralBase
977 void LiteralBase::Piece::SortSparseElements() { in SortSparseElements() function in xla::LiteralBase::Piece
Dliteral_test.cc1958 TEST_F(LiteralUtilTest, SortSparseElements) { in TEST_F() argument