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

Function Register_CONVOLUTION_CBLAS_OPT

tensorflow/lite/kernels/conv.cc:743–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741}
742
743TfLiteRegistration* Register_CONVOLUTION_CBLAS_OPT() {
744 static TfLiteRegistration r = {conv::Init, conv::Free,
745 conv::Prepare<conv::kCblasOptimized>,
746 conv::Eval<conv::kCblasOptimized>};
747 return &r;
748}
749
750TfLiteRegistration* Register_CONV_2D() {
751#if defined TFLITE_USE_APPLE_ACCELERATE_FOR_CONV

Callers 2

Register_CONV_2DFunction · 0.85
conv_test.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected