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.cc554 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterSubgraphDef( in TEST()
563 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterSubgraphDef( in TEST()
572 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterSubgraphDef( in TEST()
582 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterSubgraphDef( in TEST()
590 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterSubgraphDef( in TEST()
Dremote_fused_graph_execute_utils.h202 static Status BuildClusterSubgraphDef(const ClusterInfo& cluster,
Dremote_fused_graph_execute_utils.cc830 /* static */ Status RemoteFusedGraphExecuteUtils::BuildClusterSubgraphDef( in BuildClusterSubgraphDef() function in tensorflow::RemoteFusedGraphExecuteUtils
960 BuildClusterSubgraphDef(cluster, input_graph_def, &subgraph_def)); in FuseCluster()
1030 TF_RETURN_IF_ERROR(BuildClusterSubgraphDef(graph_cluster, result_graph_def, in FuseCluster()