Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc965 absl::Span<const int64> LiteralBase::GetSparseIndex( in GetSparseIndex() function in xla::LiteralBase
1083 pieces->push_back(StrCat(literal.GetSparseIndex(i)[0])); in SparseArrayToStringHelper()
1087 pieces->push_back(absl::StrJoin(literal.GetSparseIndex(i), ", ")); in SparseArrayToStringHelper()
Dliteral.h141 absl::Span<const int64> GetSparseIndex(