Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_rewriter_transform.cc71 string* remote_graph_executor_name) { in ParseArguments() argument
96 "", remote_graph_executor_name)); in ParseArguments()
101 CHECK(!remote_graph_executor_name->empty()); in ParseArguments()
154 string remote_graph_executor_name; in FuseRemoteGraph() local
159 &remote_graph_executor_name)); in FuseRemoteGraph()
175 fused_node_names, remote_graph_executor_name, require_shape_type, in FuseRemoteGraph()
190 border_inputs, border_outputs, remote_graph_executor_name, in FuseRemoteGraph()
199 fused_op_types, remote_graph_executor_name, require_shape_type, in FuseRemoteGraph()
203 mutable_input_graph_def, inputs, outputs, remote_graph_executor_name, in FuseRemoteGraph()
228 string remote_graph_executor_name; in PlaceRemoteGraphArguments() local
[all …]
Dremote_fused_graph_execute_utils.h224 const string& remote_graph_executor_name,
244 const string& remote_graph_executor_name, const bool require_shape_type,
264 const string& remote_graph_executor_name, GraphDef* graph_def);
Dremote_fused_graph_execute_utils.cc948 const string& remote_graph_executor_name, const bool require_shape_type, in FuseCluster() argument
953 CHECK(!remote_graph_executor_name.empty()); in FuseCluster()
969 remote_fused_graph_node_name, remote_graph_executor_name, subgraph_def, in FuseCluster()
1064 const string& remote_graph_executor_name, const bool require_shape_type, in FuseRemoteGraphByBorder() argument
1072 remote_graph_executor_name, require_shape_type, output_graph_def); in FuseRemoteGraphByBorder()
1118 const string& remote_graph_executor_name, GraphDef* graph_def) { in PlaceRemoteGraphArguments() argument
1131 remote_graph_executor_name, in PlaceRemoteGraphArguments()
1183 string remote_graph_executor_name; in FuseRemoteGraphByPlacedArguments() local
1215 remote_graph_executor_name = attr.at(3); in FuseRemoteGraphByPlacedArguments()
1219 if (GetExecutorBuildFunc(remote_graph_executor_name) == nullptr) { in FuseRemoteGraphByPlacedArguments()
[all …]