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

Function Register_RELU6

tensorflow/lite/kernels/activations.cc:1097–1102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1095}
1096
1097TfLiteRegistration* Register_RELU6() {
1098 static TfLiteRegistration r = {/*init=*/nullptr, /*free=*/nullptr,
1099 activations::GenericPrepare,
1100 activations::Relu6Eval};
1101 return &r;
1102}
1103
1104TfLiteRegistration* Register_TANH_REF() {
1105 static TfLiteRegistration r = {

Callers 2

BuiltinOpResolverMethod · 0.85
BuiltinRefOpResolverMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected