#include <VerifyFlatBuffers.h>
Definition at line 23 of file VerifyFlatBuffers.h.
◆ VerifyFlatbuffers() [1/2]
VerifyFlatbuffers::VerifyFlatbuffers |
( |
| ) |
|
|
default |
◆ VerifyFlatbuffers() [2/2]
VerifyFlatbuffers::VerifyFlatbuffers |
( |
| ) |
|
|
default |
◆ run() [1/2]
int VerifyFlatbuffers::run |
( |
const std::string & |
model_file | ) |
|
Definition at line 22 of file VerifyFlatBuffers.cpp.
23{
25 std::vector<char> modeldata = fileLoader.
load();
26
27 const uint8_t *
data =
reinterpret_cast<const uint8_t *
>(modeldata.data());
28 flatbuffers::Verifier verifier{
data, modeldata.size()};
29
30 if (!circle::VerifyModelBuffer(verifier))
31 {
32 return -1;
33 }
34
35 return 0;
36}
DataBuffer load(void) const
References foder::FileLoader::load().
◆ run() [2/2]
int VerifyFlatbuffers::run |
( |
const std::string & |
model_file | ) |
|
The documentation for this class was generated from the following files: