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

Function start_function

tensorflow/c/experimental/network_test.cc:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void start_function(const TF_GrpcServer* server, void* context,
72 TF_Status* status) {
73 auto* server_data = static_cast<SomeServerData*>(context);
74 server_data->server_started = true;
75 TF_SetStatus(status, TF_OK, "");
76}
77
78void stop_function(const TF_GrpcServer* server, void* context,
79 TF_Status* status) {

Callers

nothing calls this directly

Calls 1

TF_SetStatusFunction · 0.85

Tested by

no test coverage detected