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.cc133 Status PlaceRemoteGraphArguments() { in PlaceRemoteGraphArguments() function in tensorflow::__anon1120faa10111::FuseRemoteGraphMultipleAddOpsTest
134 return RemoteFusedGraphExecuteUtils::PlaceRemoteGraphArguments( in PlaceRemoteGraphArguments()
762 TF_ASSERT_OK(PlaceRemoteGraphArguments()); in TEST_F()
779 TF_ASSERT_OK(PlaceRemoteGraphArguments()); in TEST_F()
797 TF_ASSERT_OK(PlaceRemoteGraphArguments()); in TEST_F()
815 TF_ASSERT_OK(PlaceRemoteGraphArguments()); in TEST_F()
833 TF_ASSERT_OK(PlaceRemoteGraphArguments()); in TEST_F()
851 TF_ASSERT_OK(PlaceRemoteGraphArguments()); in TEST_F()
869 TF_ASSERT_OK(PlaceRemoteGraphArguments()); in TEST_F()
887 TF_ASSERT_OK(PlaceRemoteGraphArguments()); in TEST_F()
Dremote_fused_graph_rewriter_transform.cc206 Status PlaceRemoteGraphArguments(const GraphDef& input_graph_def, in PlaceRemoteGraphArguments() function
247 TF_RETURN_IF_ERROR(RemoteFusedGraphExecuteUtils::PlaceRemoteGraphArguments( in PlaceRemoteGraphArguments()
258 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.cc1109 /* static */ Status RemoteFusedGraphExecuteUtils::PlaceRemoteGraphArguments( in PlaceRemoteGraphArguments() function in tensorflow::RemoteFusedGraphExecuteUtils