Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/audio_network_adaptor/
Devent_log_writer.cc72 auto config_copy = std::make_unique<AudioEncoderRuntimeConfig>(config); in LogEncoderConfig() local
74 std::make_unique<RtcEventAudioNetworkAdaptation>(std::move(config_copy))); in LogEncoderConfig()
/external/tensorflow/tensorflow/python/kernel_tests/
Drnn_cell_test.py2988 config_copy = config.copy()
2989 config_copy["cell"] = rnn_cell_impl.LSTMCell.from_config(
2990 config_copy["cell"]["config"])
2991 reconstructed_wrapper = wrapper_cls.from_config(config_copy)
3003 config_copy = config.copy()
3004 config_copy["cell"] = rnn_cell_impl.LSTMCell.from_config(
3005 config_copy["cell"]["config"])
3006 reconstructed_wrapper = wrapper_cls.from_config(config_copy)
3013 config_copy = config.copy()
3014 config_copy["cell"] = rnn_cell_impl.LSTMCell.from_config(
[all …]
/external/python/cpython3/Lib/logging/
Dconfig.py705 config_copy = dict(config) # for restoring in case of error
729 config.update(config_copy) # restore for deferred cfg
/external/tensorflow/tensorflow/python/keras/layers/
Dwrappers_test.py1359 config_copy = config.copy()
1360 self.assertEqual(config, config_copy)
1364 self.assertEqual(new_config, config_copy)
1365 self.assertEqual(config, config_copy)
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py3234 config_copy = context.context().config
3235 config = config_copy