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

Function Register_CONVOLUTION_REF

tensorflow/lite/kernels/conv.cc:722–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720} // namespace conv
721
722TfLiteRegistration* Register_CONVOLUTION_REF() {
723 static TfLiteRegistration r = {conv::Init, conv::Free,
724 conv::Prepare<conv::kReference>,
725 conv::Eval<conv::kReference>};
726 return &r;
727}
728
729TfLiteRegistration* Register_CONVOLUTION_GENERIC_OPT() {
730 static TfLiteRegistration r = {conv::Init, conv::Free,

Callers 2

conv_test.ccFile · 0.85
BuiltinRefOpResolverMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected