Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils_test.cc555 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterSubgraphDef( in TEST()
564 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterSubgraphDef( in TEST()
573 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterSubgraphDef( in TEST()
583 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterSubgraphDef( in TEST()
591 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterSubgraphDef( in TEST()
Dremote_fused_graph_execute_utils.h202 static Status BuildClusterSubgraphDef(const ClusterInfo& cluster,
Dremote_fused_graph_execute_utils.cc828 /* static */ Status RemoteFusedGraphExecuteUtils::BuildClusterSubgraphDef( in BuildClusterSubgraphDef() function in tensorflow::RemoteFusedGraphExecuteUtils
958 BuildClusterSubgraphDef(cluster, input_graph_def, &subgraph_def)); in FuseCluster()
1028 TF_RETURN_IF_ERROR(BuildClusterSubgraphDef(graph_cluster, result_graph_def, in FuseCluster()