Home
last modified time | relevance | path

Searched refs:collective_graph_key (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_execution_state.h56 int64 collective_graph_key) in ClientGraph()
61 collective_graph_key(collective_graph_key) {} in ClientGraph()
68 int64 collective_graph_key; member
Dbuild_graph_options.cc35 if (collective_graph_key != kNoCollectiveGraphKey) { in DebugString()
36 strings::StrAppend(&rv, "\ncollective_graph_key: ", collective_graph_key); in DebugString()
Ddirect_session.cc485 if (executors_and_keys->collective_graph_key != in RunInternal()
487 if (run_options.experimental().collective_graph_key() != in RunInternal()
491 if (run_options.experimental().collective_graph_key() != in RunInternal()
492 executors_and_keys->collective_graph_key) { in RunInternal()
495 run_options.experimental().collective_graph_key(), in RunInternal()
497 executors_and_keys->collective_graph_key); in RunInternal()
748 run_state_args.collective_graph_key = in Run()
749 run_options.experimental().collective_graph_key(); in Run()
756 collective_graph_key_ = executors_and_keys->collective_graph_key; in Run()
1193 options.collective_graph_key = in CreateExecutors()
[all …]
Dbuild_graph_options.h36 int64 collective_graph_key = kNoCollectiveGraphKey; member
Ddirect_session.h157 int64 collective_graph_key = BuildGraphOptions::kNoCollectiveGraphKey; member
211 int64 collective_graph_key = BuildGraphOptions::kNoCollectiveGraphKey; member
243 DataTypeVector* output_types, int64* collective_graph_key);
Dgraph_execution_state.cc790 int64 collective_graph_key = options.collective_graph_key; in BuildGraph() local
791 if (collective_graph_key == BuildGraphOptions::kNoCollectiveGraphKey) { in BuildGraph()
824 collective_graph_key = hash; in BuildGraph()
839 rewrite_metadata.fetch_types, collective_graph_key)); in BuildGraph()
Ddirect_session_test.cc2255 int64* collective_graph_key) { in RunGraphWithCollectiveFunctions() argument
2270 *collective_graph_key = direct_session->collective_graph_key_; in RunGraphWithCollectiveFunctions()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.h79 const DebugOptions& debug_options, int64 collective_graph_key,
143 int64 collective_graph_key; member
182 const DebugOptions& debug_options, int64 collective_graph_key,
Dgraph_mgr.cc125 int64 collective_graph_key, in InitItem() argument
129 item->collective_graph_key = collective_graph_key; in InitItem()
285 int64 collective_graph_key, in Register() argument
290 collective_graph_key, cluster_flr, item); in Register()
429 item->collective_graph_key != BuildGraphOptions::kNoCollectiveGraphKey in ExecuteAsync()
Dmaster_session.cc82 client_graph_before_register_->collective_graph_key) { in ReffedClientGraph()
112 int64 collective_graph_key() { return collective_graph_key_; } in collective_graph_key() function in tensorflow::MasterSession::ReffedClientGraph
1102 opts->collective_graph_key = in BuildBuildGraphOptions()
1103 req.options().experimental().collective_graph_key(); in BuildBuildGraphOptions()
1163 if (opts.collective_graph_key != BuildGraphOptions::kNoCollectiveGraphKey) { in BuildGraphOptionsString()
1164 strings::StrAppend(&buf, "\nGK: ", opts.collective_graph_key); in BuildGraphOptionsString()
1636 if (req.options().experimental().collective_graph_key() != in DoPartialRun()
1819 if (rcg->collective_graph_key() != in PostRunCleanup()
1821 env_->collective_executor_mgr->RetireStepId(rcg->collective_graph_key(), in PostRunCleanup()
1881 uint64 step_id = NewStepId(rcg->collective_graph_key()); in DoRunWithLocalExecution()
[all …]
Dmaster_session.h180 int64 collective_graph_key; member
Dworker.cc77 request->collective_graph_key(), session->cluster_flr.get(), in RegisterGraphAsync()
/external/tensorflow/tensorflow/python/ops/
Dcollective_ops_test.py46 run_options.experimental.collective_graph_key = 1
106 run_options.experimental.collective_graph_key = 1
128 run_options.experimental.collective_graph_key = 1
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-run-options.-experimental.pbtxt6 name: "collective_graph_key"
Dtensorflow.-run-options.pbtxt53 name: "collective_graph_key"
/external/tensorflow/tensorflow/core/protobuf/
Dworker.proto129 // collective_graph_key will coordinate to use the same step_id
132 int64 collective_graph_key = 7; field
Dconfig.proto498 int64 collective_graph_key = 1; field
/external/tensorflow/tensorflow/contrib/distribute/python/
Dcross_device_ops_test.py519 run_options.experimental.collective_graph_key = 6