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

Function GetKernel

tensorflow/lite/delegates/flex/kernel.cc:561–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559} // namespace kernel
560
561TfLiteRegistration GetKernel() {
562 TfLiteRegistration registration{
563 &kernel::Init,
564 &kernel::Free,
565 &kernel::Prepare,
566 &kernel::Eval,
567 nullptr, // .profiling_string
568 kTfLiteBuiltinDelegate, // .builtin_code
569 "TfLiteFlexDelegate", // .custom_name
570 1, // .version
571 };
572 return registration;
573}
574
575} // namespace flex
576} // namespace tflite

Callers 6

GenericPrepareFunction · 0.70
PrepareFunction · 0.70
CreateTypedKernelMethod · 0.50
BindArgumentsMethod · 0.50
TuneMethod · 0.50
AddToQueueMethod · 0.50

Calls

no outgoing calls

Tested by 1

GenericPrepareFunction · 0.56