Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/experiments/
Dquality_scaling_experiment_unittest.cc90 QualityScalingExperiment::Config expected_config; in TEST() local
91 expected_config.use_all_drop_reasons = true; in TEST()
95 ExpectEqualConfig(config, expected_config); in TEST()
/external/python/cpython3/Lib/test/
Dtest_embed.py641 def check_all_configs(self, testname, expected_config=None, argument
661 if expected_config is None:
662 expected_config = {}
670 expected_config = dict(default_config, **expected_config)
673 expected_config, env,
678 if stderr is None and not expected_config['verbose']:
688 self.check_config(configs, expected_config)
/external/tensorflow/tensorflow/python/keras/layers/
Dkernelized_test.py237 expected_config = {
245 self.assertLen(expected_config, len(rff_layer.get_config()))
247 list(expected_config.items()), list(rff_layer.get_config().items()))