Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h630 void AppendSparseElement(absl::Span<const int64> multi_index, NativeT value,
958 void MutableLiteralBase::AppendSparseElement( in AppendSparseElement() function
Dliteral_test.cc1961 literal.AppendSparseElement<float>({2, 3, 4}, 2.0); in TEST_F()
1962 literal.AppendSparseElement<float>({3, 4, 5}, 3.0); in TEST_F()
1963 literal.AppendSparseElement<float>({1, 2, 3}, 1.0); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc2111 literal->AppendSparseElement(*multi_index, in SetValueInLiteralHelper()