Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_rewriter_transform.cc202 TF_RETURN_IF_ERROR(RemoteFusedGraphExecuteUtils::FuseRemoteGraphByExecutor( in FuseRemoteGraph()
Dremote_fused_graph_execute_utils.h272 static Status FuseRemoteGraphByExecutor(const GraphDef& input_graph_def,
Dremote_fused_graph_execute_utils_test.cc116 return RemoteFusedGraphExecuteUtils::FuseRemoteGraphByExecutor( in FuseByExecutor0()
122 return RemoteFusedGraphExecuteUtils::FuseRemoteGraphByExecutor( in FuseByExecutor1()
Dremote_fused_graph_execute_utils.cc1091 /* static */ Status RemoteFusedGraphExecuteUtils::FuseRemoteGraphByExecutor( in FuseRemoteGraphByExecutor() function in tensorflow::RemoteFusedGraphExecuteUtils