Searched refs:border_outputs (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_rewriter_transform.cc | 174 const std::vector<string> border_outputs = in FuseRemoteGraph() local 179 for (size_t i = 0; i < border_outputs.size(); ++i) { in FuseRemoteGraph() 180 VLOG(2) << "Border Output(" << i << "): " << border_outputs.at(i); in FuseRemoteGraph() 184 border_inputs, border_outputs, remote_graph_executor_name, in FuseRemoteGraph() 240 const std::vector<string> border_outputs = in PlaceRemoteGraphArguments() local 248 inputs, outputs, fused_node_names, border_inputs, border_outputs, in PlaceRemoteGraphArguments()
|
D | remote_fused_graph_execute_utils.cc | 768 std::vector<string>& border_outputs = std::get<2>(ci); in ClusterizeNodes() local 809 if (std::find(border_outputs.begin(), border_outputs.end(), in ClusterizeNodes() 810 identity_dst_name) == border_outputs.end()) { in ClusterizeNodes() 811 border_outputs.emplace_back(identity_dst_name); in ClusterizeNodes() 814 if (std::find(border_outputs.begin(), border_outputs.end(), in ClusterizeNodes() 815 dst_name) == border_outputs.end()) { in ClusterizeNodes() 816 border_outputs.emplace_back(dst_name); in ClusterizeNodes() 887 const std::vector<string>& border_outputs, const GraphDef& graph_def, in BuildClusterByBorder() argument 895 for (const string& output : border_outputs) { in BuildClusterByBorder() 938 std::get<2>(*cluster) = border_outputs; in BuildClusterByBorder() [all …]
|
D | remote_fused_graph_execute_utils.h | 209 const std::vector<string>& border_outputs, 243 const std::vector<string>& border_outputs, 261 const std::vector<string>& border_outputs,
|