Package | Description |
---|---|
org.bytedeco.tensorflowlite | |
org.bytedeco.tensorflowlite.global |
Modifier and Type | Method and Description |
---|---|
void |
InterpreterBuilder.AddDelegate(TfLiteDelegate delegate)
Any delegates added with AddDelegate will be applied to the Interpreter
generated by operator(), in the order that they were added.
|
int |
TfLiteDelegate.Prepare_TfLiteContext_TfLiteDelegate.call(TfLiteContext context,
TfLiteDelegate delegate) |
void |
TfLiteDelegate.FreeBufferHandle_TfLiteContext_TfLiteDelegate_IntPointer.call(TfLiteContext context,
TfLiteDelegate delegate,
IntPointer handle) |
int |
TfLiteDelegate.CopyFromBufferHandle_TfLiteContext_TfLiteDelegate_int_TfLiteTensor.call(TfLiteContext context,
TfLiteDelegate delegate,
int buffer_handle,
TfLiteTensor tensor) |
int |
TfLiteDelegate.CopyToBufferHandle_TfLiteContext_TfLiteDelegate_int_TfLiteTensor.call(TfLiteContext context,
TfLiteDelegate delegate,
int buffer_handle,
TfLiteTensor tensor) |
int |
TfLiteContext.ReplaceNodeSubsetsWithDelegateKernels_TfLiteContext_TfLiteRegistration_TfLiteIntArray_TfLiteDelegate.call(TfLiteContext arg0,
TfLiteRegistration registration,
TfLiteIntArray nodes_to_replace,
TfLiteDelegate delegate) |
TfLiteDelegateParams |
TfLiteDelegateParams.delegate(TfLiteDelegate setter) |
TfLiteNode |
TfLiteNode.delegate(TfLiteDelegate setter) |
TfLiteTensor |
TfLiteTensor.delegate(TfLiteDelegate setter) |
int |
Interpreter.GetBufferHandle(int tensor_index,
int[] buffer_handle,
TfLiteDelegate delegate) |
int |
Interpreter.GetBufferHandle(int tensor_index,
IntBuffer buffer_handle,
TfLiteDelegate delegate) |
int |
Interpreter.GetBufferHandle(int tensor_index,
IntPointer buffer_handle,
TfLiteDelegate delegate) |
int |
Interpreter.ModifyGraphWithDelegate(TfLiteDelegate delegate)
\brief Allow a delegate to look at the graph and modify the graph to
handle parts of the graph themselves.
|
int |
Interpreter.SetBufferHandle(int tensor_index,
int buffer_handle,
TfLiteDelegate delegate)
\warning This is an experimental API and subject to change.
|
int |
Interpreter.SetBufferHandle(TfLiteTensor tensor,
int buffer_handle,
TfLiteDelegate delegate)
\warning This is an experimental API and subject to change.
|
int |
SignatureRunner.SetInputBufferHandle(BytePointer input_name,
int buffer_handle,
TfLiteDelegate delegate) |
int |
SignatureRunner.SetInputBufferHandle(BytePointer input_name,
int buffer_handle,
TfLiteDelegate delegate,
boolean release_existing_buffer_handle)
\warning This is an experimental API and subject to change.
|
int |
SignatureRunner.SetInputBufferHandle(String input_name,
int buffer_handle,
TfLiteDelegate delegate) |
int |
SignatureRunner.SetInputBufferHandle(String input_name,
int buffer_handle,
TfLiteDelegate delegate,
boolean release_existing_buffer_handle) |
int |
SignatureRunner.SetOutputBufferHandle(BytePointer output_name,
int buffer_handle,
TfLiteDelegate delegate) |
int |
SignatureRunner.SetOutputBufferHandle(BytePointer output_name,
int buffer_handle,
TfLiteDelegate delegate,
boolean release_existing_buffer_handle)
\warning This is an experimental API and subject to change.
|
int |
SignatureRunner.SetOutputBufferHandle(String output_name,
int buffer_handle,
TfLiteDelegate delegate) |
int |
SignatureRunner.SetOutputBufferHandle(String output_name,
int buffer_handle,
TfLiteDelegate delegate,
boolean release_existing_buffer_handle) |
Modifier and Type | Method and Description |
---|---|
static TfLiteDelegate |
tensorflowlite.TfLiteDelegateCreate()
Build a
null delegate, with all the fields properly set to their default
values. |
Modifier and Type | Method and Description |
---|---|
static int |
tensorflowlite.TfLiteInterpreterModifyGraphWithDelegate(TfLiteInterpreter interpreter,
TfLiteDelegate delegate)
Allow a delegate to look at the graph and modify the graph to handle
parts of the graph themselves.
|
Copyright © 2025. All rights reserved.