Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc353 for (const auto& name_def : graph_defs) { in RegisterPartitions() local
354 graph_defs_for_publishing.push_back(&name_def.second); in RegisterPartitions()
441 for (auto& name_def : graph_partitions) { in DoRegisterPartitions() local
444 part->name = name_def.first; in DoRegisterPartitions()
445 TrackFeedsAndFetches(part, name_def.second, popts); in DoRegisterPartitions()