Home
last modified time | relevance | path

Searched refs:null_registration (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/
Dverifier.h33 static TfLiteRegistration null_registration = {nullptr, nullptr, nullptr, in FindOp() local
35 return &null_registration; in FindOp()
38 static TfLiteRegistration null_registration = {nullptr, nullptr, nullptr, in FindOp() local
40 return &null_registration; in FindOp()