Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/
Dverifier.h31 static TfLiteRegistration null_registration = {nullptr, nullptr, nullptr, in FindOp() local
33 return &null_registration; in FindOp()
36 static TfLiteRegistration null_registration = {nullptr, nullptr, nullptr, in FindOp() local
38 return &null_registration; in FindOp()