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

Function Register_RELU_N1_TO_1

tensorflow/lite/kernels/activations.cc:1090–1095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1088}
1089
1090TfLiteRegistration* Register_RELU_N1_TO_1() {
1091 static TfLiteRegistration r = {/*init=*/nullptr, /*free=*/nullptr,
1092 activations::GenericPrepare,
1093 activations::Relu1Eval};
1094 return &r;
1095}
1096
1097TfLiteRegistration* Register_RELU6() {
1098 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