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

Function Register_MAX_POOL_REF

tensorflow/lite/kernels/pooling.cc:402–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402TfLiteRegistration* Register_MAX_POOL_REF() {
403 static TfLiteRegistration r = {pooling::Init, pooling::Free,
404 pooling::GenericPrepare<pooling::kMax>,
405 pooling::MaxEval<pooling::kReference>};
406 return &r;
407}
408
409TfLiteRegistration* Register_L2_POOL_REF() {
410 static TfLiteRegistration r = {pooling::Init, pooling::Free,

Callers 1

BuiltinRefOpResolverMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected