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

Function TF_NumOutputs

tensorflow/c/kernels.cc:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171int TF_NumOutputs(TF_OpKernelContext* ctx) {
172 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx);
173 return cc_ctx->num_outputs();
174}
175
176void TF_GetInput(TF_OpKernelContext* ctx, int i, TF_Tensor** tensor,
177 TF_Status* status) {

Callers 1

TESTFunction · 0.85

Calls 1

num_outputsMethod · 0.45

Tested by 1

TESTFunction · 0.68