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 const int64 kNoCollectiveGraphKey = 0; member
36 int64 collective_graph_key = kNoCollectiveGraphKey;
Dbuild_graph_options.cc35 if (collective_graph_key != kNoCollectiveGraphKey) { in DebugString()
Ddirect_session.h157 int64 collective_graph_key = BuildGraphOptions::kNoCollectiveGraphKey;
211 int64 collective_graph_key = BuildGraphOptions::kNoCollectiveGraphKey;
Dgraph_execution_state.cc791 if (collective_graph_key == BuildGraphOptions::kNoCollectiveGraphKey) { in BuildGraph()
Ddirect_session.cc486 BuildGraphOptions::kNoCollectiveGraphKey) { in RunInternal()
488 BuildGraphOptions::kNoCollectiveGraphKey) { in RunInternal()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc1163 if (opts.collective_graph_key != BuildGraphOptions::kNoCollectiveGraphKey) { in BuildGraphOptionsString()
1479 if (graph_key == BuildGraphOptions::kNoCollectiveGraphKey) { in NewStepId()
1534 NewStepId(BuildGraphOptions::kNoCollectiveGraphKey), count); in PartialRunSetup()
1637 BuildGraphOptions::kNoCollectiveGraphKey) { in DoPartialRun()
1820 BuildGraphOptions::kNoCollectiveGraphKey) { in PostRunCleanup()
Dgraph_mgr.cc429 item->collective_graph_key != BuildGraphOptions::kNoCollectiveGraphKey in ExecuteAsync()