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

Function init_function

tensorflow/c/experimental/network_test.cc:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63};
64
65void* init_function(const TF_GrpcServer* server, TF_Status* status) {
66 SomeServerData* server_data = new SomeServerData();
67 TF_SetStatus(status, TF_OK, "");
68 return server_data;
69}
70
71void start_function(const TF_GrpcServer* server, void* context,
72 TF_Status* status) {

Callers 2

PopulateInternalMethod · 0.85
CreateMethod · 0.85

Calls 1

TF_SetStatusFunction · 0.85

Tested by

no test coverage detected