tflite:: TfLiteVerifier
This is an abstract class.
#include <model_builder.h>
Abstract interface that verifies whether a given model is legit.
Summary
It facilitates the use-case to verify and build a model without loading it twice.
Constructors and Destructors |
|
---|---|
~TfLiteVerifier()
|
Public functions |
|
---|---|
Verify(const char *data, int length, ErrorReporter *reporter)=0
|
virtual bool
Returns true if the model is legit.
|
Public functions
Verify
virtual bool Verify( const char *data, int length, ErrorReporter *reporter )=0
Returns true if the model is legit.
~TfLiteVerifier
virtual ~TfLiteVerifier()