Home
last modified time | relevance | path

Searched refs:PlaceRemoteGraphArguments (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils_test.cc132 Status PlaceRemoteGraphArguments() { in PlaceRemoteGraphArguments() function in tensorflow::__anon388f233f0111::FuseRemoteGraphMultipleAddOpsTest
133 return RemoteFusedGraphExecuteUtils::PlaceRemoteGraphArguments( in PlaceRemoteGraphArguments()
761 TF_ASSERT_OK(PlaceRemoteGraphArguments()); in TEST_F()
778 TF_ASSERT_OK(PlaceRemoteGraphArguments()); in TEST_F()
796 TF_ASSERT_OK(PlaceRemoteGraphArguments()); in TEST_F()
814 TF_ASSERT_OK(PlaceRemoteGraphArguments()); in TEST_F()
832 TF_ASSERT_OK(PlaceRemoteGraphArguments()); in TEST_F()
850 TF_ASSERT_OK(PlaceRemoteGraphArguments()); in TEST_F()
868 TF_ASSERT_OK(PlaceRemoteGraphArguments()); in TEST_F()
886 TF_ASSERT_OK(PlaceRemoteGraphArguments()); in TEST_F()
Dremote_fused_graph_rewriter_transform.cc212 Status PlaceRemoteGraphArguments(const GraphDef& input_graph_def, in PlaceRemoteGraphArguments() function
253 TF_RETURN_IF_ERROR(RemoteFusedGraphExecuteUtils::PlaceRemoteGraphArguments( in PlaceRemoteGraphArguments()
264 PlaceRemoteGraphArguments);
Dremote_fused_graph_rewriter_transform_test.cc44 Status PlaceRemoteGraphArguments(const GraphDef& input_graph_def,
159 return PlaceRemoteGraphArguments(input_graph_def_, context, in FuseInternal()
Dremote_fused_graph_execute_utils.h257 static Status PlaceRemoteGraphArguments(
Dremote_fused_graph_execute_utils.cc1111 /* static */ Status RemoteFusedGraphExecuteUtils::PlaceRemoteGraphArguments( in PlaceRemoteGraphArguments() function in tensorflow::RemoteFusedGraphExecuteUtils