Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes_test.cc3097 std::vector<bool> a_test_partial_shape_values{false}; in TestMatMulHelper() local
3099 a_test_partial_shape_values.push_back(true); in TestMatMulHelper()
3105 for (bool a_partial_shape : a_test_partial_shape_values) { in TestMatMulHelper()