Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils_test.cc482 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in TEST()
487 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in TEST()
492 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in TEST()
497 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in TEST()
502 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in TEST()
551 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in TEST()
560 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in TEST()
569 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in TEST()
579 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in TEST()
588 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in TEST()
Dremote_fused_graph_execute_utils.h208 static Status BuildClusterByBorder(const std::vector<string>& border_inputs,
Dremote_fused_graph_execute_utils.cc887 /* static */ Status RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in BuildClusterByBorder() function in tensorflow::RemoteFusedGraphExecuteUtils
1027 BuildClusterByBorder(inputs, outputs, result_graph_def, &graph_cluster)); in FuseCluster()
1067 TF_RETURN_IF_ERROR(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in FuseRemoteGraphByBorder()