Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/failure_handling/
Dfailure_handling.py594 context.context().set_config_key_value(_PREEMPTION_WORKER_KEY,
626 context.context().set_config_key_value(_INITIAL_RUN_COUNT_KEY,
641 context.context().set_config_key_value(_FINAL_RUN_COUNT_KEY,
865 context.context().set_config_key_value(run_count_config_key,
940 context.context().set_config_key_value(ack_key, '1')
957 context.context().set_config_key_value(ack_key, '1')
/external/tensorflow/tensorflow/python/eager/
Dremote_cluster_test.py153 context.context().set_config_key_value(preemption_key, preemption_task)
Dcontext.py767 def set_config_key_value(self, key, value): member in Context