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

Function join_function

tensorflow/c/experimental/network_test.cc:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void join_function(const TF_GrpcServer* server, void* context,
84 TF_Status* status) {
85 TF_SetStatus(status, TF_OK, "");
86}
87
88void delete_function(void* context) {
89 auto* server_data = static_cast<SomeServerData*>(context);

Callers

nothing calls this directly

Calls 1

TF_SetStatusFunction · 0.85

Tested by

no test coverage detected