Searched refs:PlaceRemoteGraphArguments (Results 1 – 5 of 5) sorted by relevance
132 Status PlaceRemoteGraphArguments() { in PlaceRemoteGraphArguments() function in tensorflow::__anon388f233f0111::FuseRemoteGraphMultipleAddOpsTest133 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()
212 Status PlaceRemoteGraphArguments(const GraphDef& input_graph_def, in PlaceRemoteGraphArguments() function253 TF_RETURN_IF_ERROR(RemoteFusedGraphExecuteUtils::PlaceRemoteGraphArguments( in PlaceRemoteGraphArguments()264 PlaceRemoteGraphArguments);
44 Status PlaceRemoteGraphArguments(const GraphDef& input_graph_def,159 return PlaceRemoteGraphArguments(input_graph_def_, context, in FuseInternal()
257 static Status PlaceRemoteGraphArguments(
1111 /* static */ Status RemoteFusedGraphExecuteUtils::PlaceRemoteGraphArguments( in PlaceRemoteGraphArguments() function in tensorflow::RemoteFusedGraphExecuteUtils