Searched refs:test_modes (Results 1 – 12 of 12) sorted by relevance
71 static void test_modes() { in test_modes() function146 CALL_SUBTEST(test_modes<ColMajor>()); in EIGEN_DECLARE_TEST()147 CALL_SUBTEST(test_modes<RowMajor>()); in EIGEN_DECLARE_TEST()
314 static void test_modes(const Eigen::SyclDevice& sycl_device){ in test_modes() function459 test_modes<float, ColMajor, int64_t>(sycl_device); in tensorConvolutionPerDevice()460 test_modes<float, RowMajor, int64_t>(sycl_device); in tensorConvolutionPerDevice()
47 static const char * const test_modes[] = { variable601 test_modes[mode],
30 def test_modes(self): member in DbmTestCase
313 def test_modes(self): member in Test_hook_encoded
54 def test_modes(self): member in DbmTestCase
984 def test_modes(self): member in Test_hook_encoded
1715 def test_modes(self): member in TestTemporaryDirectory
3554 def test_modes(self): member in TestExtractionFilters
254 def test_modes(self): member in ConfiguratorTest
916 def test_modes(inner_self): # pylint: disable=no-self-argument member in TestUtilTest.test_build_as_function_and_v1_graph.GraphModeAndFunctionTest
12144 std::list<HugeCacheTestConfiguration> test_modes; in GetTestModes() local12154 test_modes.emplace_back(phase, initializer); in GetTestModes()12158 return test_modes; in GetTestModes()