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

Function TF_NumInputs

tensorflow/c/kernels.cc:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166int TF_NumInputs(TF_OpKernelContext* ctx) {
167 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx);
168 return cc_ctx->num_inputs();
169}
170
171int TF_NumOutputs(TF_OpKernelContext* ctx) {
172 auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx);

Callers 1

TESTFunction · 0.85

Calls 1

num_inputsMethod · 0.45

Tested by 1

TESTFunction · 0.68