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

Function Register_IF

tensorflow/lite/kernels/if.cc:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191} // namespace if_kernel
192
193TfLiteRegistration* Register_IF() {
194 static TfLiteRegistration r = {if_kernel::Init, if_kernel::Free,
195 if_kernel::Prepare, if_kernel::Eval};
196 return &r;
197}
198
199} // namespace custom
200} // namespace ops

Callers 2

BuiltinOpResolverMethod · 0.85
BuildIfSubgraphMethod · 0.85

Calls

no outgoing calls

Tested by 1

BuildIfSubgraphMethod · 0.68