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.cc642 return partition_graphs_.size(); in num_partition_graphs()
646 return &partition_graphs_[i]; in mutable_partition_graph()
651 partition_graphs_.push_back(partition_graph); in AddPartitionGraph()
Dmessage_wrappers.h532 std::vector<GraphDef> partition_graphs_; variable