Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h656 void PopulateR2(std::initializer_list<std::initializer_list<NativeT>> values);
1002 void MutableLiteralBase::PopulateR2( in PopulateR2() function
Dliteral_util.h339 literal.PopulateR2(values); in CreateR2WithLayout()
Dliteral_test.cc866 output.PopulateR2<complex64>({{{7, 8}, {9, 10}}, {{1, 2}, {3, 4}}}); in TEST_F()