Home
last modified time | relevance | path

Searched refs:job_spec (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_testlib_server.cc38 Status FillServerDef(const string& job_spec, const string& job_name, in FillServerDef() argument
46 for (const string& job_str : str_util::Split(job_spec, ',')) { in FillServerDef()
80 tensorflow::string job_spec; in main() local
86 tensorflow::Flag("tf_jobs", &job_spec, "job specification"), in main()
100 tensorflow::Status s = tensorflow::FillServerDef(job_spec, job_name, num_cpus, in main()
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_tests.py113 def job_spec(self, member in Config
366 self.config.job_spec(
400 self.config.job_spec(
417 self.config.job_spec(
540 self.config.job_spec(
545 self.config.job_spec(
587 self.config.job_spec(['src/php/bin/run_tests.sh'],
652 self.config.job_spec(
849 self.config.job_spec(['tools/run_tests/helper_scripts/run_ruby.sh'],
874 self.config.job_spec(['ruby', test],
[all …]
/external/grpc-grpc/tools/run_tests/
Drun_tests.py147 def job_spec(self, member in Config
393 self.config.job_spec(
425 self.config.job_spec(
441 self.config.job_spec(
588 self.config.job_spec(
593 self.config.job_spec(
635 self.config.job_spec(
676 self.config.job_spec(
726 self.config.job_spec(
878 self.config.job_spec(
[all …]
/external/tensorflow/tensorflow/python/distribute/
Dparameter_server_strategy_v2.py588 job_spec = d_spec.replace(device_type=None, device_index=None)
589 per_worker_gpus[job_spec] = per_worker_gpus.get(job_spec, 0) + 1