MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TF_ServerJoin

Function TF_ServerJoin

tensorflow/c/c_api.cc:2525–2532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2523}
2524
2525void TF_ServerJoin(TF_Server* server, TF_Status* status) {
2526#if defined(IS_MOBILE_PLATFORM) || defined(IS_SLIM_BUILD)
2527 status->status = tensorflow::errors::Unimplemented(
2528 "Server functionality is not supported on mobile");
2529#else
2530 status->status = server->server->Join();
2531#endif // defined(IS_MOBILE_PLATFORM) || defined(IS_SLIM_BUILD)
2532}
2533
2534const char* TF_ServerTarget(TF_Server* server) {
2535#if defined(IS_MOBILE_PLATFORM) || defined(IS_SLIM_BUILD)

Callers 1

Calls 2

UnimplementedFunction · 0.85
JoinMethod · 0.45

Tested by

no test coverage detected