Package | Description |
---|---|
org.bytedeco.tensorflowlite |
Modifier and Type | Method and Description |
---|---|
static FlatBufferModel |
FlatBufferModelBase.VerifyAndBuildFromAllocation(Allocation allocation,
TfLiteVerifier extra_verifier,
ErrorReporter error_reporter)
Verifies whether the content of the allocation is legit, then builds a
model based on the provided allocation.
|
static FlatBufferModel |
FlatBufferModelBase.VerifyAndBuildFromBuffer(BytePointer caller_owned_buffer,
long buffer_size,
TfLiteVerifier extra_verifier,
ErrorReporter error_reporter)
Verifies whether the content of the buffer is legit, then builds a model
based on the pre-loaded flatbuffer.
|
static FlatBufferModel |
FlatBufferModelBase.VerifyAndBuildFromBuffer(String caller_owned_buffer,
long buffer_size,
TfLiteVerifier extra_verifier,
ErrorReporter error_reporter) |
static FlatBufferModel |
FlatBufferModelBase.VerifyAndBuildFromFile(BytePointer filename,
TfLiteVerifier extra_verifier,
ErrorReporter error_reporter)
Verifies whether the content of the file is legit, then builds a model
based on the file.
|
static FlatBufferModel |
FlatBufferModelBase.VerifyAndBuildFromFile(String filename,
TfLiteVerifier extra_verifier,
ErrorReporter error_reporter) |
Copyright © 2025. All rights reserved.