Searched refs:TestSquareMatrixDot (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
H A Ddot_operation_test.cc49 void TestSquareMatrixDot(bool lhs_row_major = false,
174 void DotOperationTest::TestSquareMatrixDot(bool lhs_row_major, function in class:xla::__anon25742::DotOperationTest
347 TestSquareMatrixDot<float>(false, false);
351 TestSquareMatrixDot<float>(false, true);
355 TestSquareMatrixDot<float>(true, false);
359 TestSquareMatrixDot<float>(true, true);
363 TestSquareMatrixDot<complex64>(false, false);
367 TestSquareMatrixDot<complex64>(false, true);
371 TestSquareMatrixDot<complex64>(true, false);
375 TestSquareMatrixDot<complex6
[all...]

Completed in 92 milliseconds