Package | Description |
---|---|
org.bytedeco.tensorflowlite | |
org.bytedeco.tensorflowlite.global |
Modifier and Type | Method and Description |
---|---|
TfLiteOperator |
Find_custom_op_external_Pointer_String_int.call(Pointer user_data,
BytePointer custom_op,
int version) |
TfLiteOperator |
Find_builtin_op_external_Pointer_int_int.call(Pointer user_data,
int op,
int version) |
TfLiteOperator |
TfLiteRegistration.registration_external()
The external (i.e.
|
TfLiteOperator |
TfLiteRegistration_V2.registration_external() |
TfLiteOperator |
TfLiteRegistration_V3.registration_external() |
Modifier and Type | Method and Description |
---|---|
TfLiteRegistration |
TfLiteRegistration.registration_external(TfLiteOperator setter) |
TfLiteRegistration_V2 |
TfLiteRegistration_V2.registration_external(TfLiteOperator setter) |
TfLiteRegistration_V3 |
TfLiteRegistration_V3.registration_external(TfLiteOperator setter) |
Modifier and Type | Method and Description |
---|---|
static TfLiteOperator |
tensorflowlite.TfLiteOperatorCreate(int builtin_code,
BytePointer custom_name,
int version,
Pointer user_data)
Returns a new TfLiteOperator instance.
|
static TfLiteOperator |
tensorflowlite.TfLiteOperatorCreate(int builtin_code,
String custom_name,
int version,
Pointer user_data) |
Modifier and Type | Method and Description |
---|---|
static void |
tensorflowlite.TfLiteInterpreterOptionsAddOperator(TfLiteInterpreterOptions options,
TfLiteOperator registration)
Adds an op registration to be applied during
TfLiteInterpreter creation. |
static void |
tensorflowlite.TfLiteOperatorDelete(TfLiteOperator registration)
Destroys the TfLiteOperator instance.
|
static int |
tensorflowlite.TfLiteOperatorGetBuiltInCode(TfLiteOperator registration)
Return the builtin op code of the provided external 'registration'.
|
static BytePointer |
tensorflowlite.TfLiteOperatorGetCustomName(TfLiteOperator registration)
Returns the custom name of the provided 'registration'.
|
static Pointer |
tensorflowlite.TfLiteOperatorGetUserData(TfLiteOperator registration)
Return the user data field of the provided external 'registration', or
nullptr if none was set.
|
static int |
tensorflowlite.TfLiteOperatorGetVersion(TfLiteOperator registration)
Return the OP version of the provided external 'registration'.
|
static void |
tensorflowlite.TfLiteOperatorSetFree(TfLiteOperator registration,
Free_TfLiteOpaqueContext_Pointer _free) |
static int |
tensorflowlite.TfLiteOperatorSetFreeWithData(TfLiteOperator registration,
Free_Pointer_TfLiteOpaqueContext_Pointer _free) |
static void |
tensorflowlite.TfLiteOperatorSetInit(TfLiteOperator registration,
Init_TfLiteOpaqueContext_BytePointer_long init) |
static void |
tensorflowlite.TfLiteOperatorSetInit(TfLiteOperator registration,
Init_TfLiteOpaqueContext_String_long init) |
static int |
tensorflowlite.TfLiteOperatorSetInitWithData(TfLiteOperator registration,
Init_Pointer_TfLiteOpaqueContext_BytePointer_long init) |
static int |
tensorflowlite.TfLiteOperatorSetInitWithData(TfLiteOperator registration,
Init_Pointer_TfLiteOpaqueContext_String_long init) |
static void |
tensorflowlite.TfLiteOperatorSetInplaceOperator(TfLiteOperator registration,
long inplace_operator)
Sets the inplace_operator field of the external registration.
|
static void |
tensorflowlite.TfLiteOperatorSetInvoke(TfLiteOperator registration,
Invoke_TfLiteOpaqueContext_TfLiteOpaqueNode invoke) |
static int |
tensorflowlite.TfLiteOperatorSetInvokeWithData(TfLiteOperator registration,
Invoke_Pointer_TfLiteOpaqueContext_TfLiteOpaqueNode invoke) |
static void |
tensorflowlite.TfLiteOperatorSetPrepare(TfLiteOperator registration,
Prepare_TfLiteOpaqueContext_TfLiteOpaqueNode prepare) |
static int |
tensorflowlite.TfLiteOperatorSetPrepareWithData(TfLiteOperator registration,
Prepare_Pointer_TfLiteOpaqueContext_TfLiteOpaqueNode prepare) |
Copyright © 2025. All rights reserved.