HomeSort by relevance Sort by last modified time
    Searched defs:MASTER (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
run_config.py 59 MASTER = 'master'
71 def __init__(self, master=None, evaluation_master=None):
74 Sets the properties `cluster_spec`, `is_chief`, `master` (if `None` in the
94 * `master` is determined by looking up `task_type` and `task_id` in the
111 assert config.master == 'host4:2222'
121 master: TensorFlow master. Defaults to empty string for local.
122 evaluation_master: The master on which to perform evaluation.
135 self._master = (master if master is not None els
175 def master(self): member in class:ClusterConfig
    [all...]
run_config_test.py 32 MASTER = "master_"
52 self.assertEqual(config.master, "")
74 self.assertEqual(config.master, "grpc://host4:4")
97 master="localhost:0", evaluation_master="localhost:9991")
99 self.assertEqual(config.master, "localhost:0")
112 self.assertEqual(config.master, "")
124 self.assertEqual(config.master, "")
162 # is_chief should be true when ["task"]["type"] == "master" and
164 # test_values_from_tf_config covers the non-master case.
168 run_config_lib.TaskType.MASTER: ["host3:3"]
    [all...]
  /external/tensorflow/tensorflow/python/estimator/
run_config.py 67 """Returns the appropriate address for TensorFlow master.
69 The order of precedence to deteremine the TF session master is as follows:
98 # master to ''. If a service or user sets TF_CONFIG with a single node, it's
99 # more performant to use a direct master rather than an RPC service.
103 # Lookup the master in cluster_spec using task_type and task_id,
110 """Returns the appropriate address for TensorFlow evaluation master."""
175 # cluster spec, which will be checked later (when retrieving the `master`)
283 MASTER = 'master'
307 `master` , `num_worker_replicas`, `num_ps_replicas`, `task_id`, an
574 def master(self): member in class:RunConfig
    [all...]
  /external/testng/src/main/java/org/testng/
CommandLineArgs.java 129 public static final String MASTER = "-master";
130 @Parameter(names = MASTER, description = "Host where the master is", hidden = true)
131 public String master; field in class:CommandLineArgs
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-emr/1.11.18/
aws-java-sdk-emr-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 668 milliseconds