Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h227 int64 sparse_element_count() const;
Dliteral.cc1077 int64 num_elements = literal.sparse_element_count(); in SparseArrayToStringHelper()
1191 int64 LiteralBase::sparse_element_count() const { in sparse_element_count() function in xla::LiteralBase
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc2410 if (literal->sparse_element_count() + 1 == in ParseSparseLiteral()