Searched refs:PlaceRemoteGraphArguments (Results 1 – 5 of 5) sorted by relevance
133 Status PlaceRemoteGraphArguments() { in PlaceRemoteGraphArguments() function in tensorflow::__anon1120faa10111::FuseRemoteGraphMultipleAddOpsTest134 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()
206 Status PlaceRemoteGraphArguments(const GraphDef& input_graph_def, in PlaceRemoteGraphArguments() function247 TF_RETURN_IF_ERROR(RemoteFusedGraphExecuteUtils::PlaceRemoteGraphArguments( in PlaceRemoteGraphArguments()258 PlaceRemoteGraphArguments);
44 Status PlaceRemoteGraphArguments(const GraphDef& input_graph_def,159 return PlaceRemoteGraphArguments(input_graph_def_, context, in FuseInternal()
257 static Status PlaceRemoteGraphArguments(
1109 /* static */ Status RemoteFusedGraphExecuteUtils::PlaceRemoteGraphArguments( in PlaceRemoteGraphArguments() function in tensorflow::RemoteFusedGraphExecuteUtils