Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dconvert_test.cc456 std::unique_ptr<GlobalData> dot_lhs_handle, in XLA_TEST_F()
466 ComputeAndCompareR1<float>(&builder, expected_output, {dot_lhs_handle.get()}); in XLA_TEST_F()
476 std::unique_ptr<GlobalData> dot_lhs_handle, in XLA_TEST_F()
486 ComputeAndCompareR1<half>(&builder, expected_output, {dot_lhs_handle.get()}); in XLA_TEST_F()
Ddot_operation_test.cc328 std::unique_ptr<GlobalData> dot_lhs_handle = in TestImpl() local
386 std::vector<GlobalData*> args = {dot_lhs_handle.get(), dot_rhs_handle.get()}; in TestImpl()