Home
last modified time | relevance | path

Searched refs:kNoCollectiveGraphKey (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dbuild_graph_options.h35 static constexpr int64 kNoCollectiveGraphKey = 0; member
36 int64 collective_graph_key = kNoCollectiveGraphKey;
Dbuild_graph_options.cc35 if (collective_graph_key != kNoCollectiveGraphKey) { in DebugString()
Ddirect_session.h178 int64 collective_graph_key = BuildGraphOptions::kNoCollectiveGraphKey;
238 int64 collective_graph_key = BuildGraphOptions::kNoCollectiveGraphKey;
Dgraph_execution_state.cc902 if (collective_graph_key == BuildGraphOptions::kNoCollectiveGraphKey) { in BuildGraph()
Ddirect_session.cc536 BuildGraphOptions::kNoCollectiveGraphKey) { in RunInternal()
538 BuildGraphOptions::kNoCollectiveGraphKey) { in RunInternal()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc1220 if (opts.collective_graph_key != BuildGraphOptions::kNoCollectiveGraphKey) { in BuildGraphOptionsString()
1571 if (graph_key == BuildGraphOptions::kNoCollectiveGraphKey) { in NewStepId()
1626 NewStepId(BuildGraphOptions::kNoCollectiveGraphKey), count); in PartialRunSetup()
1729 BuildGraphOptions::kNoCollectiveGraphKey) { in DoPartialRun()
1912 BuildGraphOptions::kNoCollectiveGraphKey) { in PostRunCleanup()
Dgraph_mgr.cc461 item->collective_graph_key != BuildGraphOptions::kNoCollectiveGraphKey in ExecuteAsync()