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

Function Register_L2_POOL_REF

tensorflow/lite/kernels/pooling.cc:409–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409TfLiteRegistration* Register_L2_POOL_REF() {
410 static TfLiteRegistration r = {pooling::Init, pooling::Free,
411 pooling::GenericPrepare<pooling::kL2>,
412 pooling::L2Eval<pooling::kReference>};
413 return &r;
414}
415
416TfLiteRegistration* Register_AVERAGE_POOL_GENERIC_OPT() {
417 static TfLiteRegistration r = {

Callers 1

BuiltinRefOpResolverMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected