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.cc483 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in TEST()
488 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in TEST()
493 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in TEST()
498 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in TEST()
503 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in TEST()
552 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in TEST()
561 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in TEST()
570 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in TEST()
580 TF_ASSERT_OK(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in TEST()
589 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.cc885 /* static */ Status RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in BuildClusterByBorder() function in tensorflow::RemoteFusedGraphExecuteUtils
1025 BuildClusterByBorder(inputs, outputs, result_graph_def, &graph_cluster)); in FuseCluster()
1065 TF_RETURN_IF_ERROR(RemoteFusedGraphExecuteUtils::BuildClusterByBorder( in FuseRemoteGraphByBorder()