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

Function Register_HARD_SWISH

tensorflow/lite/kernels/activations.cc:1203–1209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1201}
1202
1203TfLiteRegistration* Register_HARD_SWISH() {
1204 static TfLiteRegistration r = {
1205 activations::HardSwishInit, activations::HardSwishFree,
1206 activations::HardSwishPrepare,
1207 activations::HardSwishEval<activations::kGenericOptimized>};
1208 return &r;
1209}
1210
1211TfLiteRegistration* Register_HARD_SWISH_REF() {
1212 static TfLiteRegistration r = {

Callers 1

BuiltinOpResolverMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected