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

Function Register_RELU

tensorflow/lite/kernels/activations.cc:1083–1088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1081}
1082
1083TfLiteRegistration* Register_RELU() {
1084 static TfLiteRegistration r = {/*init=*/nullptr, /*free=*/nullptr,
1085 activations::GenericPrepare,
1086 activations::ReluEval};
1087 return &r;
1088}
1089
1090TfLiteRegistration* Register_RELU_N1_TO_1() {
1091 static TfLiteRegistration r = {/*init=*/nullptr, /*free=*/nullptr,

Callers 2

BuiltinOpResolverMethod · 0.85
BuiltinRefOpResolverMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected