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

Function Register_AVERAGE_POOL_REF

tensorflow/lite/kernels/pooling.cc:395–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393} // namespace pooling
394
395TfLiteRegistration* Register_AVERAGE_POOL_REF() {
396 static TfLiteRegistration r = {pooling::Init, pooling::Free,
397 pooling::GenericPrepare<pooling::kAverage>,
398 pooling::AverageEval<pooling::kReference>};
399 return &r;
400}
401
402TfLiteRegistration* Register_MAX_POOL_REF() {
403 static TfLiteRegistration r = {pooling::Init, pooling::Free,

Callers 1

BuiltinRefOpResolverMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected