Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_convolution.cpp71 static void test_modes() { in test_modes() function
146 CALL_SUBTEST(test_modes<ColMajor>()); in EIGEN_DECLARE_TEST()
147 CALL_SUBTEST(test_modes<RowMajor>()); in EIGEN_DECLARE_TEST()
H A Dcxx11_tensor_convolution_sycl.cpp314 static void test_modes(const Eigen::SyclDevice& sycl_device){ in test_modes() function
459 test_modes<float, ColMajor, int64_t>(sycl_device); in tensorConvolutionPerDevice()
460 test_modes<float, RowMajor, int64_t>(sycl_device); in tensorConvolutionPerDevice()
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_mocs_settings.c47 static const char * const test_modes[] = { variable
601 test_modes[mode],
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_dbm.py30 def test_modes(self): member in DbmTestCase
Dtest_fileinput.py313 def test_modes(self): member in Test_hook_encoded
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_dbm_ndbm.py54 def test_modes(self): member in DbmTestCase
Dtest_fileinput.py984 def test_modes(self): member in Test_hook_encoded
Dtest_tempfile.py1715 def test_modes(self): member in TestTemporaryDirectory
Dtest_tarfile.py3554 def test_modes(self): member in TestExtractionFilters
/aosp_15_r20/external/autotest/server/cros/ap_configurators/
H A Dap_configurator_test.py254 def test_modes(self): member in ConfiguratorTest
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dtest_util_test.py916 def test_modes(inner_self): # pylint: disable=no-self-argument member in TestUtilTest.test_build_as_function_and_v1_graph.GraphModeAndFunctionTest
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_cache_unittest.cc12144 std::list<HugeCacheTestConfiguration> test_modes; in GetTestModes() local
12154 test_modes.emplace_back(phase, initializer); in GetTestModes()
12158 return test_modes; in GetTestModes()