Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc661 return partition_graphs_.size(); in num_partition_graphs()
665 return &partition_graphs_[i]; in mutable_partition_graph()
670 partition_graphs_.push_back(partition_graph); in AddPartitionGraph()
Dmessage_wrappers.h544 std::vector<GraphDef> partition_graphs_; variable