Searched refs:config_copy (Results 1 – 5 of 5) sorted by relevance
72 auto config_copy = std::make_unique<AudioEncoderRuntimeConfig>(config); in LogEncoderConfig() local74 std::make_unique<RtcEventAudioNetworkAdaptation>(std::move(config_copy))); in LogEncoderConfig()
2988 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 …]
705 config_copy = dict(config) # for restoring in case of error729 config.update(config_copy) # restore for deferred cfg
1359 config_copy = config.copy()1360 self.assertEqual(config, config_copy)1364 self.assertEqual(new_config, config_copy)1365 self.assertEqual(config, config_copy)
3234 config_copy = context.context().config3235 config = config_copy