Home
last modified time | relevance | path

Searched refs:run_config (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Destimator_training.py216 run_config = estimator.config
217 if not run_config._distribute_coordinator_mode: # pylint: disable=protected-access
239 if (run_config._distribute_coordinator_mode == # pylint: disable=protected-access
274 if (run_config._distribute_coordinator_mode ==
276 cluster_spec = run_config.cluster_spec
285 run_config.train_distribute,
287 run_config.eval_distribute,
288 mode=run_config._distribute_coordinator_mode,
290 session_config=run_config.session_config)
298 run_config = estimator._config
[all …]
Dparameter_server_strategy_test.py43 from tensorflow.python.estimator import run_config
61 CHIEF = run_config.TaskType.CHIEF
62 WORKER = run_config.TaskType.WORKER
63 PS = run_config.TaskType.PS
DBUILD1672 "//tensorflow/python/estimator:run_config",
/external/tensorflow/tensorflow/python/estimator/
Drun_config.py26 from tensorflow_estimator.python.estimator import run_config
30 run_config.__all__ = [s for s in dir(run_config) if not s.startswith('__')]
32 from tensorflow_estimator.python.estimator.run_config import *
DBUILD30 ":run_config",
79 ":run_config",
86 name = "run_config",
87 srcs = ["run_config.py"],
212 ":run_config",
326 ":run_config",
405 ":run_config",
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.estimator.tpu.-run-config.pbtxt4 is_instance: "<class \'tensorflow_estimator.python.estimator.run_config.RunConfig\'>"
Dtensorflow.estimator.-run-config.pbtxt3 is_instance: "<class \'tensorflow_estimator.python.estimator.run_config.RunConfig\'>"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.estimator.-run-config.pbtxt3 is_instance: "<class \'tensorflow_estimator.python.estimator.run_config.RunConfig\'>"
/external/tensorflow/tensorflow/core/platform/
Dram_file_system_test.py27 from tensorflow.python.estimator.run_config import RunConfig
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dquantization_mnist_test.py30 from tensorflow.python.estimator.run_config import RunConfig
/external/grpc-grpc/tools/run_tests/
Drun_tests.py1502 run_config = _CONFIGS[args.config] variable
1503 build_config = run_config.build_config
1520 l.configure(run_config, args)
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_tests.py1560 run_config = _CONFIGS[args.config] variable
1561 build_config = run_config.build_config
1568 l.configure(run_config, args)
/external/crosvm/src/plugin/
Dmod.rs602 pub fn run_config(cfg: Config) -> Result<()> { in run_config() function
/external/crosvm/docs/
Darchitecture.md10 …ing is done to build up a `Config` structure. The `Config` is used by `run_config` in `linux.rs` t…
/external/crosvm/src/
Dmain.rs1986 match crosvm::plugin::run_config(cfg) { in run_vm()
1997 Ok(()) => match platform::run_config(cfg) { in run_vm()
Dlinux.rs2288 pub fn run_config(cfg: Config) -> Result<()> { in run_config() function