Searched refs:RunConfig (Results 1 – 11 of 11) sorted by relevance
1 path: "tensorflow.estimator.tpu.RunConfig"3 is_instance: "<class \'tensorflow_estimator.python.estimator.tpu.tpu_config.RunConfig\'>"4 is_instance: "<class \'tensorflow_estimator.python.estimator.run_config.RunConfig\'>"
1 path: "tensorflow.estimator.RunConfig"3 is_instance: "<class \'tensorflow_estimator.python.estimator.run_config.RunConfig\'>"
8 name: "RunConfig"
164 name: "RunConfig"
27 from tensorflow.python.estimator.run_config import RunConfig122 config = RunConfig(
104 config = tpu_config.RunConfig(154 config = tpu_config.RunConfig(
110 void RunConfig(const char* cfg_name, const StressTestConfig&, bool verbose);154 void TestHarness::RunConfig(const char* cfg_name, in RunConfig() function in perfetto::__anonedb5b0c80111::TestHarness465 th.RunConfig(cfg_blob.name, cfg, verbose); in StressTestMain()
30 from tensorflow.python.estimator.run_config import RunConfig243 config=RunConfig(session_config=config_proto))
2950 RunConfig.2985 …RunConfig` now sets device_filters to restrict how workers and PS can communicate. This can speed …3153 * Can now pass `tf.contrib.distribute.MirroredStrategy()` to `tf.estimator.RunConfig()` to run an E…3411 * Change `RunConfig` default behavior to not set a random seed, making random3628 * Change `RunConfig` default behavior to not set a random seed, making random