Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_CrosDisksSshfs/
Dplatform_CrosDisksSshfs.py28 def __init__(self, test, test_configs): argument
30 self._test_configs = test_configs
126 def __init__(self, test, test_configs): argument
127 super(CrosDisksSshfsTester, self).__init__(test, test_configs)
176 test_configs = []
179 test_configs.extend(json.load(f))
181 tester = CrosDisksSshfsTester(self, test_configs)
/external/autotest/client/site_tests/platform_CrosDisksFormat/
Dplatform_CrosDisksFormat.py18 def __init__(self, test, test_configs): argument
20 self._test_configs = test_configs
69 test_configs = []
72 test_configs.extend(json.load(f))
74 tester = CrosDisksFormatTester(self, test_configs)
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/kernel_tests/
Dcudnn_rnn_ops_benchmark.py88 test_configs = self._GetTestConfig()
89 for config_name, config in test_configs.items():
90 config = test_configs[config_name]
121 test_configs = self._GetTestConfig()
122 for config_name, config in test_configs.items():
145 test_configs = self._GetTestConfig()
146 for config_name, config in test_configs.items():
Dcudnn_rnn_test.py1060 test_configs = [
1072 rnns, test_configs, dtype_list, directions):
1270 def _TestSimpleTrainingHelper(self, rnn_mode, test_configs): argument
1273 for config, dropout, use_v2 in itertools.product(test_configs, dropouts,
1292 test_configs = [
1305 self._TestSimpleTrainingHelper(CUDNN_LSTM, test_configs)
1310 test_configs = [
1324 self._TestSimpleTrainingHelper(CUDNN_LSTM, test_configs)
1329 test_configs = [
1355 self._TestSimpleTrainingHelper(CUDNN_LSTM, test_configs)
[all …]
/external/autotest/client/site_tests/platform_CrosDisksRename/
Dplatform_CrosDisksRename.py20 def __init__(self, test, test_configs): argument
22 self._test_configs = test_configs
104 test_configs = []
107 test_configs.extend(json.load(f))
109 tester = CrosDisksRenameTester(self, test_configs)
/external/autotest/client/site_tests/platform_CrosDisksFilesystem/
Dplatform_CrosDisksFilesystem.py28 def __init__(self, test, test_configs): argument
30 self._test_configs = test_configs
114 test_configs = []
117 test_configs.extend(json.load(f))
119 tester = CrosDisksFilesystemTester(self, test_configs)
/external/tensorflow/tensorflow/python/kernel_tests/signal/
Dspectral_ops_test.py156 test_configs = [
165 for signal_length, frame_length, frame_step, fft_length in test_configs:
172 test_configs = [
186 corrected_threshold) in test_configs:
224 test_configs = [
232 for (frame_length, frame_step) in test_configs:
256 test_configs = [
261 for (frame_length, frame_step) in test_configs:
307 test_configs = [
315 for (signal_length, frame_length, frame_step, fft_length) in test_configs:
/external/tensorflow/tensorflow/python/kernel_tests/
Dpooling_ops_3d_test.py38 test_configs = [("NDHWC", False), ("NDHWC", True)]
41 test_configs += [("NCDHW", True)]
42 return test_configs
Dconv_ops_3d_test.py43 test_configs = [("NDHWC", False), ("NDHWC", True)]
46 test_configs += [("NCDHW", True)]
47 return test_configs
Dpooling_ops_test.py61 test_configs = [("NHWC", False), ("NHWC", True)]
65 return test_configs
67 test_configs += [("NCHW", True)]
71 test_configs += [("NCHW_VECT_C", True)]
76 return test_configs
Dconv_ops_test.py156 test_configs = [("NHWC", False), ("NHWC", True)]
159 test_configs += [("NCHW", True)]
160 return test_configs
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_constant_folding_test.cc114 } test_configs[] = { in TEST_F() local
119 for (auto& test_config : test_configs) { in TEST_F()
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl_locking_unittest.cc128 std::vector<TestConfig> test_configs; in GenerateBriefTestConfigs() local
150 test_configs.push_back(test_config); in GenerateBriefTestConfigs()
154 test_configs.push_back(test_config); in GenerateBriefTestConfigs()
158 return test_configs; in GenerateBriefTestConfigs()
/external/tensorflow/tensorflow/compiler/tests/
Dpooling_ops_test.py68 test_configs = ["NHWC", "NCHW"]
69 return test_configs
/external/tensorflow/tensorflow/contrib/fused_conv/python/ops/
Dfused_conv2d_bias_activation_op_test_base.py163 test_configs = [("NCHW", True), ("NHWC", True)]
164 return test_configs