Skip navigation links
A B C D E F G H I K M N O P Q R S T U V Z _ 

A

access() - Method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
AcquireNonPersistentMemory() - Method in class org.bytedeco.tensorflowlite.MemoryPlanner
 
AcquireSubgraphContext(int, PointerPointer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
AcquireSubgraphContext(int, TfLiteContext) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
AcquireSubgraphContext(TfLiteContext, int, PointerPointer) - Static method in class org.bytedeco.tensorflowlite.Subgraph
 
AcquireSubgraphContext(TfLiteContext, int, TfLiteContext) - Static method in class org.bytedeco.tensorflowlite.Subgraph
 
AcquireSubgraphContext() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
AcquireSubgraphContext(TfLiteContext.AcquireSubgraphContext_TfLiteContext_int_PointerPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
AcquireSubgraphContext_TfLiteContext_int_PointerPointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.AcquireSubgraphContext_TfLiteContext_int_PointerPointer
Pointer cast constructor.
AcquireSubgraphContext_TfLiteContext_int_PointerPointer() - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.AcquireSubgraphContext_TfLiteContext_int_PointerPointer
 
AddAll(MutableOpResolver) - Method in class org.bytedeco.tensorflowlite.MutableOpResolver
Registers all operator versions supported by another MutableOpResolver.
AddBuiltin(int, TfLiteRegistration, int) - Method in class org.bytedeco.tensorflowlite.MutableOpResolver
Registers the specified version of the specified builtin operator op.
AddBuiltin(int, TfLiteRegistration) - Method in class org.bytedeco.tensorflowlite.MutableOpResolver
 
AddBuiltin(int, TfLiteRegistration, int, int) - Method in class org.bytedeco.tensorflowlite.MutableOpResolver
Registers the specified version range (versions min_version to max_version, inclusive) of the specified builtin operator op.
AddCustom(BytePointer, TfLiteRegistration, int) - Method in class org.bytedeco.tensorflowlite.MutableOpResolver
Registers the specified version of the specified builtin operator op.
AddCustom(BytePointer, TfLiteRegistration) - Method in class org.bytedeco.tensorflowlite.MutableOpResolver
 
AddCustom(String, TfLiteRegistration, int) - Method in class org.bytedeco.tensorflowlite.MutableOpResolver
 
AddCustom(String, TfLiteRegistration) - Method in class org.bytedeco.tensorflowlite.MutableOpResolver
 
AddCustom(BytePointer, TfLiteRegistration, int, int) - Method in class org.bytedeco.tensorflowlite.MutableOpResolver
Registers the specified version range (versions min_version to max_version, inclusive) of the specified custom operator name.
AddCustom(String, TfLiteRegistration, int, int) - Method in class org.bytedeco.tensorflowlite.MutableOpResolver
 
AddDelegate(TfLiteDelegate) - Method in class org.bytedeco.tensorflowlite.InterpreterBuilder
Any delegates added with AddDelegate will be applied to the Interpreter generated by operator(), in the order that they were added.
AddDelegate(TfLiteOpaqueDelegateStruct) - Method in class org.bytedeco.tensorflowlite.InterpreterBuilder
 
AddEvent(BytePointer, int, long, long) - Method in class org.bytedeco.tensorflowlite.Profiler
 
AddEvent(String, int, long, long) - Method in class org.bytedeco.tensorflowlite.Profiler
 
AddEvent(BytePointer, int, long, long, long) - Method in class org.bytedeco.tensorflowlite.Profiler
 
AddEvent(String, int, long, long, long) - Method in class org.bytedeco.tensorflowlite.Profiler
 
AddEvent(BytePointer, int, long, long, long) - Method in class org.bytedeco.tensorflowlite.RootProfiler
Appends an event of type 'event_type' with 'tag' and 'event_metadata' The tag, metric, event_metadata1 and event_metadata2 arguments have different interpretations based on the actual Profiler instance and the event_type.
AddEvent(String, int, long, long, long) - Method in class org.bytedeco.tensorflowlite.RootProfiler
 
AddEventWithData(BytePointer, int, Pointer) - Method in class org.bytedeco.tensorflowlite.Profiler
 
AddEventWithData(String, int, Pointer) - Method in class org.bytedeco.tensorflowlite.Profiler
 
AddEventWithData(BytePointer, int, Pointer) - Method in class org.bytedeco.tensorflowlite.RootProfiler
 
AddEventWithData(String, int, Pointer) - Method in class org.bytedeco.tensorflowlite.RootProfiler
 
AddNodeWithParameters(IntPointer, IntPointer, BytePointer, long, Pointer, TfLiteRegistration, IntPointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
Adds a node with the given parameters and returns the index of the new node in node_index (optionally).
AddNodeWithParameters(IntPointer, IntPointer, BytePointer, long, Pointer, TfLiteRegistration) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
AddNodeWithParameters(IntBuffer, IntBuffer, String, long, Pointer, TfLiteRegistration, IntBuffer) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
AddNodeWithParameters(IntBuffer, IntBuffer, String, long, Pointer, TfLiteRegistration) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
AddNodeWithParameters(int[], int[], BytePointer, long, Pointer, TfLiteRegistration, int[]) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
AddNodeWithParameters(int[], int[], BytePointer, long, Pointer, TfLiteRegistration) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
AddNodeWithParameters(IntPointer, IntPointer, String, long, Pointer, TfLiteRegistration, IntPointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
AddNodeWithParameters(IntPointer, IntPointer, String, long, Pointer, TfLiteRegistration) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
AddNodeWithParameters(IntBuffer, IntBuffer, BytePointer, long, Pointer, TfLiteRegistration, IntBuffer) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
AddNodeWithParameters(IntBuffer, IntBuffer, BytePointer, long, Pointer, TfLiteRegistration) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
AddNodeWithParameters(int[], int[], String, long, Pointer, TfLiteRegistration, int[]) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
AddNodeWithParameters(int[], int[], String, long, Pointer, TfLiteRegistration) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
AddNodeWithParameters(IntPointer, IntPointer, IntPointer, BytePointer, long, Pointer, TfLiteRegistration, IntPointer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
AddNodeWithParameters(IntPointer, IntPointer, IntPointer, BytePointer, long, Pointer, TfLiteRegistration) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
AddNodeWithParameters(IntBuffer, IntBuffer, IntBuffer, String, long, Pointer, TfLiteRegistration, IntBuffer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
AddNodeWithParameters(IntBuffer, IntBuffer, IntBuffer, String, long, Pointer, TfLiteRegistration) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
AddNodeWithParameters(int[], int[], int[], BytePointer, long, Pointer, TfLiteRegistration, int[]) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
AddNodeWithParameters(int[], int[], int[], BytePointer, long, Pointer, TfLiteRegistration) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
AddNodeWithParameters(IntPointer, IntPointer, IntPointer, String, long, Pointer, TfLiteRegistration, IntPointer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
AddNodeWithParameters(IntPointer, IntPointer, IntPointer, String, long, Pointer, TfLiteRegistration) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
AddNodeWithParameters(IntBuffer, IntBuffer, IntBuffer, BytePointer, long, Pointer, TfLiteRegistration, IntBuffer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
AddNodeWithParameters(IntBuffer, IntBuffer, IntBuffer, BytePointer, long, Pointer, TfLiteRegistration) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
AddNodeWithParameters(int[], int[], int[], String, long, Pointer, TfLiteRegistration, int[]) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
AddNodeWithParameters(int[], int[], int[], String, long, Pointer, TfLiteRegistration) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
AddProfiler(Profiler) - Method in class org.bytedeco.tensorflowlite.Interpreter
\warning This is an experimental API and subject to change.
AddProfiler(Profiler) - Method in class org.bytedeco.tensorflowlite.RootProfiler
Adds a profiler to root profiler.
AddTensors(int, IntPointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
Adds tensors_to_add tensors, preserving pre-existing Tensor entries.
AddTensors(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
AddTensors(int, IntBuffer) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
AddTensors(int, int[]) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
AddTensors(int, IntPointer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
AddTensors(int) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
AddTensors(int, IntBuffer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
AddTensors(int, int[]) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
AddTensors() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
AddTensors(TfLiteContext.AddTensors_TfLiteContext_int_IntPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
AddTensors_TfLiteContext_int_IntPointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.AddTensors_TfLiteContext_int_IntPointer
Pointer cast constructor.
AddTensors_TfLiteContext_int_IntPointer() - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.AddTensors_TfLiteContext_int_IntPointer
 
AllocateBufferForEval() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
AllocateBufferForEval(TfLiteContext.AllocateBufferForEval_TfLiteContext_long_PointerPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
AllocateBufferForEval_TfLiteContext_long_PointerPointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.AllocateBufferForEval_TfLiteContext_long_PointerPointer
Pointer cast constructor.
AllocateBufferForEval_TfLiteContext_long_PointerPointer() - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.AllocateBufferForEval_TfLiteContext_long_PointerPointer
 
AllocatePersistentBuffer() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
AllocatePersistentBuffer(TfLiteContext.AllocatePersistentBuffer_TfLiteContext_long) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
AllocatePersistentBuffer_TfLiteContext_long(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.AllocatePersistentBuffer_TfLiteContext_long
Pointer cast constructor.
AllocatePersistentBuffer_TfLiteContext_long() - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.AllocatePersistentBuffer_TfLiteContext_long
 
AllocateTensors() - Method in class org.bytedeco.tensorflowlite.Interpreter
Update allocations for all tensors.
AllocateTensors() - Method in class org.bytedeco.tensorflowlite.SignatureRunner
Updates allocations for all tensors, related to the given signature.
AllocateTensors() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
Allocation - Class in org.bytedeco.tensorflowlite
A memory allocation handle.
Allocation(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Allocation
Pointer cast constructor.
allocation() - Method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
allocation() - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
An opaque pointer to a tflite::MMapAllocation
allocation(Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
 
allocation_type() - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
How memory is mapped kTfLiteMmapRo: Memory mapped read only.
allocation_type(int) - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
 
AllocTypeName(int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
\file /** /** Optional debugging functionality.
allow_fp32_relax_to_fp16() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
Flag for allowing float16 precision for FP32 calculation.
allow_fp32_relax_to_fp16(boolean) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
apply(Interpreter) - Method in class org.bytedeco.tensorflowlite.InterpreterBuilder
Builds an interpreter and stores it in *interpreter.
apply(Interpreter, int) - Method in class org.bytedeco.tensorflowlite.InterpreterBuilder
Same as above, but also sets the number of CPU threads to use (overriding any previous call to SetNumThreads).
apply(TfLiteTensor) - Method in class org.bytedeco.tensorflowlite.TfLiteTensorDeleter
 
ApplyOptions(InterpreterOptions) - Method in class org.bytedeco.tensorflowlite.Interpreter
\warning This is an experimental API and subject to change.
arena_persist_size() - Method in class org.bytedeco.tensorflowlite.Subgraph.SubgraphAllocInfo
 
arena_persist_size(long) - Method in class org.bytedeco.tensorflowlite.Subgraph.SubgraphAllocInfo
 
arena_size() - Method in class org.bytedeco.tensorflowlite.Subgraph.SubgraphAllocInfo
 
arena_size(long) - Method in class org.bytedeco.tensorflowlite.Subgraph.SubgraphAllocInfo
 
array_indices() - Method in class org.bytedeco.tensorflowlite.TfLiteDimensionMetadata
 
array_indices(TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteDimensionMetadata
 
array_segments() - Method in class org.bytedeco.tensorflowlite.TfLiteDimensionMetadata
 
array_segments(TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteDimensionMetadata
 
AsyncSubgraph - Class in org.bytedeco.tensorflowlite
 
AsyncSubgraph() - Constructor for class org.bytedeco.tensorflowlite.AsyncSubgraph
Empty constructor.
AsyncSubgraph(Pointer) - Constructor for class org.bytedeco.tensorflowlite.AsyncSubgraph
Pointer cast constructor.

B

b() - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
b(BoolPointer) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
back() - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
back() - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector
 
back() - Method in class org.bytedeco.tensorflowlite.SizeTSizeTMap
 
back() - Method in class org.bytedeco.tensorflowlite.StringVector
 
back() - Method in class org.bytedeco.tensorflowlite.SubgraphVector
 
back() - Method in class org.bytedeco.tensorflowlite.TfLiteDelegatePtrVector
 
base() - Method in class org.bytedeco.tensorflowlite.Allocation
Base pointer of this allocation
base() - Method in class org.bytedeco.tensorflowlite.FileCopyAllocation
 
base() - Method in class org.bytedeco.tensorflowlite.MemoryAllocation
 
begin() - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
begin() - Method in class org.bytedeco.tensorflowlite.IntResourceBaseMap
 
begin() - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector
 
begin() - Method in class org.bytedeco.tensorflowlite.SizeTSizeTMap
 
begin() - Method in class org.bytedeco.tensorflowlite.StringIntMap
 
begin() - Method in class org.bytedeco.tensorflowlite.StringStringMap
 
begin() - Method in class org.bytedeco.tensorflowlite.StringVector
 
begin() - Method in class org.bytedeco.tensorflowlite.SubgraphVector
 
begin() - Method in class org.bytedeco.tensorflowlite.TfLiteDelegatePtrVector
 
BeginEvent(BytePointer, int, long, long) - Method in class org.bytedeco.tensorflowlite.Profiler
 
BeginEvent(String, int, long, long) - Method in class org.bytedeco.tensorflowlite.Profiler
 
BeginEvent(BytePointer, int, long) - Method in class org.bytedeco.tensorflowlite.Profiler
 
BeginEvent(String, int, long) - Method in class org.bytedeco.tensorflowlite.Profiler
 
BeginEvent(BytePointer, int, long, long) - Method in class org.bytedeco.tensorflowlite.RootProfiler
Signals the beginning of an event to all child profilers.
BeginEvent(String, int, long, long) - Method in class org.bytedeco.tensorflowlite.RootProfiler
 
bf16() - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
bf16(TfLiteBFloat16) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
block_map() - Method in class org.bytedeco.tensorflowlite.TfLiteSparsity
 
block_map(TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteSparsity
 
buffer_handle() - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
An integer buffer handle that can be handled by delegate.
buffer_handle(int) - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
 
BuildFromAllocation(Allocation, ErrorReporter) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
Builds a model directly from an allocation.
BuildFromAllocation(Allocation) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
BuildFromBuffer(BytePointer, long, ErrorReporter) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
Builds a model based on a pre-loaded flatbuffer.
BuildFromBuffer(BytePointer, long) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
BuildFromBuffer(String, long, ErrorReporter) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
BuildFromBuffer(String, long) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
BuildFromFile(BytePointer, ErrorReporter) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
Builds a model based on a file.
BuildFromFile(BytePointer) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
BuildFromFile(String, ErrorReporter) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
BuildFromFile(String) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
BuildFromFileDescriptor(int, ErrorReporter) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
Builds a model based on a file descriptor.
BuildFromFileDescriptor(int) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
BuildFromModel(Pointer, ErrorReporter) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
Builds a model directly from a flatbuffer pointer Caller retains ownership of the buffer and should keep it alive until the returned object is destroyed.
BuildFromModel(Pointer) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
builtin_code() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
Builtin codes.
builtin_code(int) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
 
builtin_code() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
 
builtin_code(int) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
 
builtin_code() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
builtin_code(int) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
builtin_code() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 
builtin_code(int) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 
builtin_data() - Method in class org.bytedeco.tensorflowlite.TfLiteNode
Opaque data provided to the node if the node is a builtin.
builtin_data(Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteNode
 
BuiltinOpResolver - Class in org.bytedeco.tensorflowlite
 
BuiltinOpResolver(Pointer) - Constructor for class org.bytedeco.tensorflowlite.BuiltinOpResolver
Pointer cast constructor.
BuiltinOpResolver(long) - Constructor for class org.bytedeco.tensorflowlite.BuiltinOpResolver
Native array allocator.
BuiltinOpResolver() - Constructor for class org.bytedeco.tensorflowlite.BuiltinOpResolver
 
BuiltinOpResolverWithoutDefaultDelegates - Class in org.bytedeco.tensorflowlite
 
BuiltinOpResolverWithoutDefaultDelegates(Pointer) - Constructor for class org.bytedeco.tensorflowlite.BuiltinOpResolverWithoutDefaultDelegates
Pointer cast constructor.
BuiltinOpResolverWithoutDefaultDelegates(long) - Constructor for class org.bytedeco.tensorflowlite.BuiltinOpResolverWithoutDefaultDelegates
Native array allocator.
BuiltinOpResolverWithoutDefaultDelegates() - Constructor for class org.bytedeco.tensorflowlite.BuiltinOpResolverWithoutDefaultDelegates
 
BuiltinOpResolverWithXNNPACK - Class in org.bytedeco.tensorflowlite
 
BuiltinOpResolverWithXNNPACK(Pointer) - Constructor for class org.bytedeco.tensorflowlite.BuiltinOpResolverWithXNNPACK
Pointer cast constructor.
BuiltinOpResolverWithXNNPACK(long) - Constructor for class org.bytedeco.tensorflowlite.BuiltinOpResolverWithXNNPACK
Native array allocator.
BuiltinOpResolverWithXNNPACK(boolean) - Constructor for class org.bytedeco.tensorflowlite.BuiltinOpResolverWithXNNPACK
 
BuiltinOpResolverWithXNNPACK() - Constructor for class org.bytedeco.tensorflowlite.BuiltinOpResolverWithXNNPACK
 
bytes() - Method in class org.bytedeco.tensorflowlite.Allocation
Size in bytes of the allocation
bytes() - Method in class org.bytedeco.tensorflowlite.FileCopyAllocation
 
bytes() - Method in class org.bytedeco.tensorflowlite.MemoryAllocation
 
bytes() - Method in class org.bytedeco.tensorflowlite.TfLiteCustomAllocation
 
bytes(long) - Method in class org.bytedeco.tensorflowlite.TfLiteCustomAllocation
 
bytes() - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
The number of bytes required to store the data of this Tensor.
bytes(long) - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
 
BytesRequired(int, IntPointer, long, SizeTPointer, TfLiteContext) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
BytesRequired(int, IntBuffer, long, SizeTPointer, TfLiteContext) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
BytesRequired(int, int[], long, SizeTPointer, TfLiteContext) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 

C

c128() - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
c128(TfLiteComplex128) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
c64() - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
c64(TfLiteComplex64) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
call(Pointer, int, int) - Method in class org.bytedeco.tensorflowlite.Find_builtin_op_external_Pointer_int_int
 
call(Pointer, int, int) - Method in class org.bytedeco.tensorflowlite.Find_builtin_op_Pointer_int_int
 
call(Pointer, int, int) - Method in class org.bytedeco.tensorflowlite.Find_builtin_op_v1_Pointer_int_int
 
call(Pointer, int, int) - Method in class org.bytedeco.tensorflowlite.Find_builtin_op_v2_Pointer_int_int
 
call(Pointer, int, int) - Method in class org.bytedeco.tensorflowlite.Find_builtin_op_v3_Pointer_int_int
 
call(Pointer, BytePointer, int) - Method in class org.bytedeco.tensorflowlite.Find_custom_op_external_Pointer_String_int
 
call(Pointer, BytePointer, int) - Method in class org.bytedeco.tensorflowlite.Find_custom_op_Pointer_BytePointer_int
 
call(Pointer, String, int) - Method in class org.bytedeco.tensorflowlite.Find_custom_op_Pointer_String_int
 
call(Pointer, BytePointer, int) - Method in class org.bytedeco.tensorflowlite.Find_custom_op_v1_Pointer_BytePointer_int
 
call(Pointer, String, int) - Method in class org.bytedeco.tensorflowlite.Find_custom_op_v1_Pointer_String_int
 
call(Pointer, BytePointer, int) - Method in class org.bytedeco.tensorflowlite.Find_custom_op_v2_Pointer_BytePointer_int
 
call(Pointer, String, int) - Method in class org.bytedeco.tensorflowlite.Find_custom_op_v2_Pointer_String_int
 
call(Pointer, BytePointer, int) - Method in class org.bytedeco.tensorflowlite.Find_custom_op_v3_Pointer_BytePointer_int
 
call(Pointer, String, int) - Method in class org.bytedeco.tensorflowlite.Find_custom_op_v3_Pointer_String_int
 
call(Pointer, TfLiteOpaqueContext, Pointer) - Method in class org.bytedeco.tensorflowlite.Free_Pointer_TfLiteOpaqueContext_Pointer
 
call(TfLiteOpaqueContext, Pointer) - Method in class org.bytedeco.tensorflowlite.Free_TfLiteOpaqueContext_Pointer
 
call(Pointer, TfLiteOpaqueContext, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.Init_Pointer_TfLiteOpaqueContext_BytePointer_long
 
call(Pointer, TfLiteOpaqueContext, String, long) - Method in class org.bytedeco.tensorflowlite.Init_Pointer_TfLiteOpaqueContext_String_long
 
call(TfLiteOpaqueContext, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.Init_TfLiteOpaqueContext_BytePointer_long
 
call(TfLiteOpaqueContext, String, long) - Method in class org.bytedeco.tensorflowlite.Init_TfLiteOpaqueContext_String_long
 
call(Pointer) - Method in class org.bytedeco.tensorflowlite.Interpreter.Check_cancelled_func_Pointer
 
call(Pointer, TfLiteOpaqueContext, TfLiteOpaqueNode) - Method in class org.bytedeco.tensorflowlite.Invoke_Pointer_TfLiteOpaqueContext_TfLiteOpaqueNode
 
call(TfLiteOpaqueContext, TfLiteOpaqueNode) - Method in class org.bytedeco.tensorflowlite.Invoke_TfLiteOpaqueContext_TfLiteOpaqueNode
 
call(Pointer, TfLiteOpaqueContext, TfLiteOpaqueNode) - Method in class org.bytedeco.tensorflowlite.Prepare_Pointer_TfLiteOpaqueContext_TfLiteOpaqueNode
 
call(TfLiteOpaqueContext, TfLiteOpaqueNode) - Method in class org.bytedeco.tensorflowlite.Prepare_TfLiteOpaqueContext_TfLiteOpaqueNode
 
call(Pointer, BytePointer, Pointer) - Method in class org.bytedeco.tensorflowlite.Reporter_Pointer_BytePointer_Pointer
 
call(Pointer, String, Pointer) - Method in class org.bytedeco.tensorflowlite.Reporter_Pointer_String_Pointer
 
call(Pointer) - Method in class org.bytedeco.tensorflowlite.Subgraph.Check_cancelled_func_Pointer
 
call(TfLiteContext, int, PointerPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext.AcquireSubgraphContext_TfLiteContext_int_PointerPointer
 
call(TfLiteContext, int, IntPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext.AddTensors_TfLiteContext_int_IntPointer
 
call(TfLiteContext, long, PointerPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext.AllocateBufferForEval_TfLiteContext_long_PointerPointer
 
call(TfLiteContext, long) - Method in class org.bytedeco.tensorflowlite.TfLiteContext.AllocatePersistentBuffer_TfLiteContext_long
 
call(TfLiteContext, int) - Method in class org.bytedeco.tensorflowlite.TfLiteContext.GetEvalTensor_TfLiteContext_int
 
call(TfLiteContext, PointerPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext.GetExecutionPlan_TfLiteContext_PointerPointer
 
call(TfLiteContext, int) - Method in class org.bytedeco.tensorflowlite.TfLiteContext.GetExternalContext_TfLiteContext_int
 
call(TfLiteContext, BytePointer, PointerPointer, SizeTPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext.GetModelMetadata_TfLiteContext_BytePointer_PointerPointer_SizeTPointer
 
call(TfLiteContext, int, PointerPointer, PointerPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext.GetNodeAndRegistration_TfLiteContext_int_PointerPointer_PointerPointer
 
call(TfLiteContext, int) - Method in class org.bytedeco.tensorflowlite.TfLiteContext.GetScratchBuffer_TfLiteContext_int
 
call(TfLiteContext, int) - Method in class org.bytedeco.tensorflowlite.TfLiteContext.GetTensor_TfLiteContext_int
 
call(TfLiteContext, TfLiteIntArray, PointerPointer, IntPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext.PreviewDelegatePartitioning_TfLiteContext_TfLiteIntArray_PointerPointer_IntPointer
 
call(TfLiteContext, int) - Method in class org.bytedeco.tensorflowlite.TfLiteContext.ReleaseSubgraphContext_TfLiteContext_int
 
call(TfLiteContext, TfLiteRegistration, TfLiteIntArray, TfLiteDelegate) - Method in class org.bytedeco.tensorflowlite.TfLiteContext.ReplaceNodeSubsetsWithDelegateKernels_TfLiteContext_TfLiteRegistration_TfLiteIntArray_TfLiteDelegate
 
call(TfLiteContext, long, IntPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext.RequestScratchBufferInArena_TfLiteContext_long_IntPointer
 
call(TfLiteContext, TfLiteTensor, TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteContext.ResizeTensor_TfLiteContext_TfLiteTensor_TfLiteIntArray
 
call(TfLiteContext, TfLiteTensor, int, IntPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext.ResizeTensorExplicit_TfLiteContext_TfLiteTensor_int_IntPointer
 
call(TfLiteContext, int, TfLiteExternalContext) - Method in class org.bytedeco.tensorflowlite.TfLiteContext.SetExternalContext_TfLiteContext_int_TfLiteExternalContext
 
call(TfLiteContext, TfLiteDelegate, int, TfLiteTensor) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate.CopyFromBufferHandle_TfLiteContext_TfLiteDelegate_int_TfLiteTensor
 
call(TfLiteContext, TfLiteDelegate, int, TfLiteTensor) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate.CopyToBufferHandle_TfLiteContext_TfLiteDelegate_int_TfLiteTensor
 
call(TfLiteContext, TfLiteDelegate, IntPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate.FreeBufferHandle_TfLiteContext_TfLiteDelegate_IntPointer
 
call(TfLiteContext, TfLiteDelegate) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate.Prepare_TfLiteContext_TfLiteDelegate
 
call(TfLiteContext) - Method in class org.bytedeco.tensorflowlite.TfLiteExternalContext.Refresh_TfLiteContext
 
call(TfLiteOpaqueContext, TfLiteOpaqueDelegateStruct, Pointer, int, TfLiteOpaqueTensor) - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder.CopyFromBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_int_TfLiteOpaqueTensor
 
call(TfLiteOpaqueContext, TfLiteOpaqueDelegateStruct, Pointer, int, TfLiteOpaqueTensor) - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder.CopyToBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_int_TfLiteOpaqueTensor
 
call(TfLiteOpaqueContext, TfLiteOpaqueDelegateStruct, Pointer, IntPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder.FreeBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_IntPointer
 
call(TfLiteOpaqueContext, TfLiteOpaqueDelegateStruct, Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder.Prepare_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer
 
call(TfLiteContext, Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration.Free_TfLiteContext_Pointer
 
call(TfLiteContext, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration.Init_TfLiteContext_BytePointer_long
 
call(TfLiteContext, TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration.Invoke_TfLiteContext_TfLiteNode
 
call(TfLiteContext, TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration.Prepare_TfLiteContext_TfLiteNode
 
call(TfLiteContext, TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration.Profiling_string_TfLiteContext_TfLiteNode
 
call(TfLiteContext, Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1.Free_TfLiteContext_Pointer
 
call(TfLiteContext, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1.Init_TfLiteContext_BytePointer_long
 
call(TfLiteContext, TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1.Invoke_TfLiteContext_TfLiteNode
 
call(TfLiteContext, TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1.Prepare_TfLiteContext_TfLiteNode
 
call(TfLiteContext, TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1.Profiling_string_TfLiteContext_TfLiteNode
 
call(TfLiteContext, Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2.Free_TfLiteContext_Pointer
 
call(TfLiteContext, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2.Init_TfLiteContext_BytePointer_long
 
call(TfLiteContext, TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2.Invoke_TfLiteContext_TfLiteNode
 
call(TfLiteContext, TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2.Prepare_TfLiteContext_TfLiteNode
 
call(TfLiteContext, TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2.Profiling_string_TfLiteContext_TfLiteNode
 
call(TfLiteContext, Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3.Free_TfLiteContext_Pointer
 
call(TfLiteContext, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3.Init_TfLiteContext_BytePointer_long
 
call(TfLiteContext, TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3.Invoke_TfLiteContext_TfLiteNode
 
call(TfLiteContext, TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3.Prepare_TfLiteContext_TfLiteNode
 
call(TfLiteContext, TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3.Profiling_string_TfLiteContext_TfLiteNode
 
call(TfLiteTelemetryProfilerStruct, BytePointer, long, long) - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct.ReportBeginOpInvokeEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long
 
call(TfLiteTelemetryProfilerStruct, int) - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct.ReportEndOpInvokeEvent_TfLiteTelemetryProfilerStruct_int
 
call(TfLiteTelemetryProfilerStruct, BytePointer, long, long, long) - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct.ReportOpInvokeEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long_long
 
call(TfLiteTelemetryProfilerStruct, BytePointer, TfLiteTelemetrySettings) - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct.ReportSettings_TfLiteTelemetryProfilerStruct_BytePointer_TfLiteTelemetrySettings
 
call(TfLiteTelemetryProfilerStruct, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct.ReportTelemetryEvent_TfLiteTelemetryProfilerStruct_BytePointer_long
 
call(TfLiteTelemetryProfilerStruct, BytePointer, long, long, long) - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct.ReportTelemetryOpEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long_long
 
Cancel() - Method in class org.bytedeco.tensorflowlite.Interpreter
\warning This is an experimental API and subject to change.
Cancel() - Method in class org.bytedeco.tensorflowlite.SignatureRunner
Attempts to cancel in flight invocation if any.
Check_cancelled_func_Pointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Interpreter.Check_cancelled_func_Pointer
Pointer cast constructor.
Check_cancelled_func_Pointer() - Constructor for class org.bytedeco.tensorflowlite.Interpreter.Check_cancelled_func_Pointer
 
Check_cancelled_func_Pointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Subgraph.Check_cancelled_func_Pointer
Pointer cast constructor.
Check_cancelled_func_Pointer() - Constructor for class org.bytedeco.tensorflowlite.Subgraph.Check_cancelled_func_Pointer
 
CheckBufferOutsideModel(Pointer) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
Check If the buffer is stored as part of the Flatbuffer or outside Return false if the buffers are part of the Flatbuffer
CheckModelIdentifier() - Method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
Returns true if the model identifier is correct (otherwise false and reports an error).
clear() - Method in class org.bytedeco.tensorflowlite.IntIntPairVector
 
clear() - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
clear() - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector
 
clear() - Method in class org.bytedeco.tensorflowlite.RegistrationNodePairVector
 
clear() - Method in class org.bytedeco.tensorflowlite.StringVector
 
clear() - Method in class org.bytedeco.tensorflowlite.SubgraphVector
 
ClearCaches() - Method in class org.bytedeco.tensorflowlite.TfLiteInternalBackendContext
 
CloneTo(VariantData) - Method in class org.bytedeco.tensorflowlite.VariantData
 
code() - Method in class org.bytedeco.tensorflowlite.TelemetryStatusCode
 
CommonOpaqueConversionUtil - Class in org.bytedeco.tensorflowlite
 
CommonOpaqueConversionUtil() - Constructor for class org.bytedeco.tensorflowlite.CommonOpaqueConversionUtil
Empty constructor.
CommonOpaqueConversionUtil(Pointer) - Constructor for class org.bytedeco.tensorflowlite.CommonOpaqueConversionUtil
Pointer cast constructor.
context() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
ConvertArrayToTfLiteIntArray(int, IntPointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
ConvertArrayToTfLiteIntArray(int, IntBuffer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
ConvertArrayToTfLiteIntArray(int, int[]) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
ConvertVectorToTfLiteIntArray(IntPointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
ConvertVectorToTfLiteIntArray(IntBuffer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
ConvertVectorToTfLiteIntArray(int[]) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
CopyFromBufferHandle() - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate
 
CopyFromBufferHandle(TfLiteDelegate.CopyFromBufferHandle_TfLiteContext_TfLiteDelegate_int_TfLiteTensor) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate
 
CopyFromBufferHandle() - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder
 
CopyFromBufferHandle(TfLiteOpaqueDelegateBuilder.CopyFromBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_int_TfLiteOpaqueTensor) - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder
 
CopyFromBufferHandle_TfLiteContext_TfLiteDelegate_int_TfLiteTensor(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteDelegate.CopyFromBufferHandle_TfLiteContext_TfLiteDelegate_int_TfLiteTensor
Pointer cast constructor.
CopyFromBufferHandle_TfLiteContext_TfLiteDelegate_int_TfLiteTensor() - Constructor for class org.bytedeco.tensorflowlite.TfLiteDelegate.CopyFromBufferHandle_TfLiteContext_TfLiteDelegate_int_TfLiteTensor
 
CopyFromBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_int_TfLiteOpaqueTensor(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder.CopyFromBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_int_TfLiteOpaqueTensor
Pointer cast constructor.
CopyFromBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_int_TfLiteOpaqueTensor() - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder.CopyFromBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_int_TfLiteOpaqueTensor
 
CopyToBufferHandle() - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate
 
CopyToBufferHandle(TfLiteDelegate.CopyToBufferHandle_TfLiteContext_TfLiteDelegate_int_TfLiteTensor) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate
 
CopyToBufferHandle() - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder
 
CopyToBufferHandle(TfLiteOpaqueDelegateBuilder.CopyToBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_int_TfLiteOpaqueTensor) - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder
 
CopyToBufferHandle_TfLiteContext_TfLiteDelegate_int_TfLiteTensor(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteDelegate.CopyToBufferHandle_TfLiteContext_TfLiteDelegate_int_TfLiteTensor
Pointer cast constructor.
CopyToBufferHandle_TfLiteContext_TfLiteDelegate_int_TfLiteTensor() - Constructor for class org.bytedeco.tensorflowlite.TfLiteDelegate.CopyToBufferHandle_TfLiteContext_TfLiteDelegate_int_TfLiteTensor
 
CopyToBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_int_TfLiteOpaqueTensor(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder.CopyToBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_int_TfLiteOpaqueTensor
Pointer cast constructor.
CopyToBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_int_TfLiteOpaqueTensor() - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder.CopyToBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_int_TfLiteOpaqueTensor
 
CreateUnresolvedCustomOp(BytePointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
CreateUnresolvedCustomOp(String) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
custom_initial_data() - Method in class org.bytedeco.tensorflowlite.TfLiteNode
Custom initial data.
custom_initial_data(Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteNode
 
custom_initial_data_size() - Method in class org.bytedeco.tensorflowlite.TfLiteNode
 
custom_initial_data_size(int) - Method in class org.bytedeco.tensorflowlite.TfLiteNode
 
custom_name() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
Custom op name.
custom_name(BytePointer) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
 
custom_name() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
 
custom_name(BytePointer) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
 
custom_name() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
custom_name(BytePointer) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
custom_name() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 
custom_name(BytePointer) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 

D

data() - Method in class org.bytedeco.tensorflowlite.TfLiteBFloat16
 
data(short) - Method in class org.bytedeco.tensorflowlite.TfLiteBFloat16
 
data() - Method in class org.bytedeco.tensorflowlite.TfLiteCustomAllocation
 
data(Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteCustomAllocation
 
data() - Method in class org.bytedeco.tensorflowlite.TfLiteEvalTensor
A union of data pointers.
data(TfLitePtrUnion) - Method in class org.bytedeco.tensorflowlite.TfLiteEvalTensor
 
data() - Method in class org.bytedeco.tensorflowlite.TfLiteFloat16
 
data(short) - Method in class org.bytedeco.tensorflowlite.TfLiteFloat16
 
data(int) - Method in class org.bytedeco.tensorflowlite.TfLiteFloatArray
 
data(int, float) - Method in class org.bytedeco.tensorflowlite.TfLiteFloatArray
 
data() - Method in class org.bytedeco.tensorflowlite.TfLiteFloatArray
 
data(int) - Method in class org.bytedeco.tensorflowlite.TfLiteIntArray
 
data(int, int) - Method in class org.bytedeco.tensorflowlite.TfLiteIntArray
 
data() - Method in class org.bytedeco.tensorflowlite.TfLiteIntArray
 
data() - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder
Data that delegate needs to identify itself.
data(Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder
 
data() - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
Only use this member.
data(Pointer) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
data() - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct
 
data(Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct
 
data() - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetrySettings
 
data(Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetrySettings
 
data() - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
A union of data pointers.
data(TfLitePtrUnion) - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
 
data_() - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate
Data that delegate needs to identify itself.
data_(Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate
 
data_is_stale() - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
If the delegate uses its own buffer (e.g.
data_is_stale(boolean) - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
 
DEFAULT - Static variable in class org.bytedeco.tensorflowlite.Profiler
enum class tflite::Profiler::EventType
DefaultErrorReporter() - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
\file /** /** Memory management for TF Lite.
delegate() - Method in class org.bytedeco.tensorflowlite.TfLiteDelegateParams
 
delegate(TfLiteDelegate) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegateParams
 
delegate() - Method in class org.bytedeco.tensorflowlite.TfLiteNode
The pointer to the delegate.
delegate(TfLiteDelegate) - Method in class org.bytedeco.tensorflowlite.TfLiteNode
 
delegate() - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateParams
 
delegate(TfLiteOpaqueDelegateStruct) - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateParams
 
delegate() - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
The delegate which knows how to handle buffer_handle.
delegate(TfLiteDelegate) - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
 
delegate_data() - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateParams
 
delegate_data(Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateParams
 
DELEGATE_OPERATOR_INVOKE_EVENT - Static variable in class org.bytedeco.tensorflowlite.Profiler
enum class tflite::Profiler::EventType
DELEGATE_PROFILED_OPERATOR_INVOKE_EVENT - Static variable in class org.bytedeco.tensorflowlite.Profiler
enum class tflite::Profiler::EventType
dense_size() - Method in class org.bytedeco.tensorflowlite.TfLiteDimensionMetadata
 
dense_size(int) - Method in class org.bytedeco.tensorflowlite.TfLiteDimensionMetadata
 
dim_metadata() - Method in class org.bytedeco.tensorflowlite.TfLiteSparsity
 
dim_metadata(TfLiteDimensionMetadata) - Method in class org.bytedeco.tensorflowlite.TfLiteSparsity
 
dim_metadata_size() - Method in class org.bytedeco.tensorflowlite.TfLiteSparsity
 
dim_metadata_size(int) - Method in class org.bytedeco.tensorflowlite.TfLiteSparsity
 
dims() - Method in class org.bytedeco.tensorflowlite.TfLiteEvalTensor
A pointer to a structure representing the dimensionality interpretation that the buffer should have.
dims(TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteEvalTensor
 
dims() - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
A pointer to a structure representing the dimensionality interpretation that the buffer should have.
dims(TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
 
dims_signature() - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
Optional.
dims_signature(TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
 
DisableDelegateClustering() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
DumpDebugInfo(IntPointer) - Method in class org.bytedeco.tensorflowlite.MemoryPlanner
 
DumpDebugInfo(IntBuffer) - Method in class org.bytedeco.tensorflowlite.MemoryPlanner
 
DumpDebugInfo(int[]) - Method in class org.bytedeco.tensorflowlite.MemoryPlanner
 
DumpMemoryPlannerDebugInfo() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
dynamic_size() - Method in class org.bytedeco.tensorflowlite.Subgraph.SubgraphAllocInfo
 
dynamic_size(long) - Method in class org.bytedeco.tensorflowlite.Subgraph.SubgraphAllocInfo
 

E

empty() - Method in class org.bytedeco.tensorflowlite.IntIntPairVector
 
empty() - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
empty() - Method in class org.bytedeco.tensorflowlite.IntResourceBaseMap
 
empty() - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector
 
empty() - Method in class org.bytedeco.tensorflowlite.RegistrationNodePairVector
 
empty() - Method in class org.bytedeco.tensorflowlite.SizeTSizeTMap
 
empty() - Method in class org.bytedeco.tensorflowlite.StringIntMap
 
empty() - Method in class org.bytedeco.tensorflowlite.StringStringMap
 
empty() - Method in class org.bytedeco.tensorflowlite.StringVector
 
empty() - Method in class org.bytedeco.tensorflowlite.SubgraphVector
 
empty() - Method in class org.bytedeco.tensorflowlite.TfLiteDelegatePtrVector
 
EnableCancellation() - Method in class org.bytedeco.tensorflowlite.Interpreter
Enables application to cancel in flight invocation with Cancel.
end() - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
end() - Method in class org.bytedeco.tensorflowlite.IntResourceBaseMap
 
end() - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector
 
end() - Method in class org.bytedeco.tensorflowlite.SizeTSizeTMap
 
end() - Method in class org.bytedeco.tensorflowlite.StringIntMap
 
end() - Method in class org.bytedeco.tensorflowlite.StringStringMap
 
end() - Method in class org.bytedeco.tensorflowlite.StringVector
 
end() - Method in class org.bytedeco.tensorflowlite.SubgraphVector
 
end() - Method in class org.bytedeco.tensorflowlite.TfLiteDelegatePtrVector
 
EndEvent(int, long, long) - Method in class org.bytedeco.tensorflowlite.Profiler
 
EndEvent(int) - Method in class org.bytedeco.tensorflowlite.Profiler
 
EndEvent(int, long, long) - Method in class org.bytedeco.tensorflowlite.RootProfiler
Signals an end to the specified profile event to all child profilers with 'event_metadata's.
EndEvent(int) - Method in class org.bytedeco.tensorflowlite.RootProfiler
Signals an end to the specified profile event to all child profilers.
EnsureTensorDataIsReadable(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
\warning This is an experimental API and subject to change.
EnsureTensorDataIsReadable(int) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
EqualArrayAndTfLiteIntArray(TfLiteIntArray, int, IntPointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
EqualArrayAndTfLiteIntArray(TfLiteIntArray, int, IntBuffer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
EqualArrayAndTfLiteIntArray(TfLiteIntArray, int, int[]) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
equals(IntIntPairVectorVector.Iterator) - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector.Iterator
 
equals(IntResourceBaseMap.Iterator) - Method in class org.bytedeco.tensorflowlite.IntResourceBaseMap.Iterator
 
equals(NodeSubsetVector.Iterator) - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector.Iterator
 
equals(SizeTSizeTMap.Iterator) - Method in class org.bytedeco.tensorflowlite.SizeTSizeTMap.Iterator
 
equals(StringIntMap.Iterator) - Method in class org.bytedeco.tensorflowlite.StringIntMap.Iterator
 
equals(StringStringMap.Iterator) - Method in class org.bytedeco.tensorflowlite.StringStringMap.Iterator
 
equals(StringVector.Iterator) - Method in class org.bytedeco.tensorflowlite.StringVector.Iterator
 
equals(SubgraphVector.Iterator) - Method in class org.bytedeco.tensorflowlite.SubgraphVector.Iterator
 
equals(TelemetryStatusCode) - Method in class org.bytedeco.tensorflowlite.TelemetryStatusCode
 
equals(TfLiteDelegatePtrVector.Iterator) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegatePtrVector.Iterator
 
erase(IntIntPairVectorVector.Iterator) - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
erase(IntResourceBaseMap.Iterator) - Method in class org.bytedeco.tensorflowlite.IntResourceBaseMap
 
erase(NodeSubsetVector.Iterator) - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector
 
erase(SizeTSizeTMap.Iterator) - Method in class org.bytedeco.tensorflowlite.SizeTSizeTMap
 
erase(StringIntMap.Iterator) - Method in class org.bytedeco.tensorflowlite.StringIntMap
 
erase(StringStringMap.Iterator) - Method in class org.bytedeco.tensorflowlite.StringStringMap
 
erase(StringVector.Iterator) - Method in class org.bytedeco.tensorflowlite.StringVector
 
erase(SubgraphVector.Iterator) - Method in class org.bytedeco.tensorflowlite.SubgraphVector
 
error_reporter() - Method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
error_reporter() - Method in class org.bytedeco.tensorflowlite.Interpreter
\warning Experimental interface, subject to change.
ErrorReporter - Class in org.bytedeco.tensorflowlite
A functor that reports error to supporting system.
ErrorReporter(Pointer) - Constructor for class org.bytedeco.tensorflowlite.ErrorReporter
Pointer cast constructor.
ExecuteAllocations(int, int) - Method in class org.bytedeco.tensorflowlite.MemoryPlanner
 
execution_plan() - Method in class org.bytedeco.tensorflowlite.Interpreter
\warning Experimental interface, subject to change.
execution_plan() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
ExternalCpuBackendContext - Class in org.bytedeco.tensorflowlite
 
ExternalCpuBackendContext(Pointer) - Constructor for class org.bytedeco.tensorflowlite.ExternalCpuBackendContext
Pointer cast constructor.
ExternalCpuBackendContext(long) - Constructor for class org.bytedeco.tensorflowlite.ExternalCpuBackendContext
Native array allocator.
ExternalCpuBackendContext() - Constructor for class org.bytedeco.tensorflowlite.ExternalCpuBackendContext
 

F

f() - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
f(FloatPointer) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
f16() - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
f16(TfLiteFloat16) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
f64() - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
f64(DoublePointer) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
FileCopyAllocation - Class in org.bytedeco.tensorflowlite
 
FileCopyAllocation(Pointer) - Constructor for class org.bytedeco.tensorflowlite.FileCopyAllocation
Pointer cast constructor.
FileCopyAllocation(BytePointer, ErrorReporter) - Constructor for class org.bytedeco.tensorflowlite.FileCopyAllocation
Loads the provided file into a heap memory region.
FileCopyAllocation(String, ErrorReporter) - Constructor for class org.bytedeco.tensorflowlite.FileCopyAllocation
 
Find_builtin_op_external_Pointer_int_int - Class in org.bytedeco.tensorflowlite
Registers callbacks for resolving builtin or custom operators.
Find_builtin_op_external_Pointer_int_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Find_builtin_op_external_Pointer_int_int
Pointer cast constructor.
Find_builtin_op_external_Pointer_int_int() - Constructor for class org.bytedeco.tensorflowlite.Find_builtin_op_external_Pointer_int_int
 
Find_builtin_op_Pointer_int_int - Class in org.bytedeco.tensorflowlite
\private Registers callbacks for resolving builtin or custom operators.
Find_builtin_op_Pointer_int_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Find_builtin_op_Pointer_int_int
Pointer cast constructor.
Find_builtin_op_Pointer_int_int() - Constructor for class org.bytedeco.tensorflowlite.Find_builtin_op_Pointer_int_int
 
Find_builtin_op_v1_Pointer_int_int - Class in org.bytedeco.tensorflowlite
\private Backward-compat version of TfLiteInterpreterOptionsSetOpResolver.
Find_builtin_op_v1_Pointer_int_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Find_builtin_op_v1_Pointer_int_int
Pointer cast constructor.
Find_builtin_op_v1_Pointer_int_int() - Constructor for class org.bytedeco.tensorflowlite.Find_builtin_op_v1_Pointer_int_int
 
Find_builtin_op_v2_Pointer_int_int - Class in org.bytedeco.tensorflowlite
\private Backward-compat version of TfLiteInterpreterOptionsSetOpResolver.
Find_builtin_op_v2_Pointer_int_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Find_builtin_op_v2_Pointer_int_int
Pointer cast constructor.
Find_builtin_op_v2_Pointer_int_int() - Constructor for class org.bytedeco.tensorflowlite.Find_builtin_op_v2_Pointer_int_int
 
Find_builtin_op_v3_Pointer_int_int - Class in org.bytedeco.tensorflowlite
\private Backward-compat version of TfLiteInterpreterOptionsSetOpResolver.
Find_builtin_op_v3_Pointer_int_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Find_builtin_op_v3_Pointer_int_int
Pointer cast constructor.
Find_builtin_op_v3_Pointer_int_int() - Constructor for class org.bytedeco.tensorflowlite.Find_builtin_op_v3_Pointer_int_int
 
Find_custom_op_external_Pointer_String_int - Class in org.bytedeco.tensorflowlite
 
Find_custom_op_external_Pointer_String_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Find_custom_op_external_Pointer_String_int
Pointer cast constructor.
Find_custom_op_external_Pointer_String_int() - Constructor for class org.bytedeco.tensorflowlite.Find_custom_op_external_Pointer_String_int
 
Find_custom_op_Pointer_BytePointer_int - Class in org.bytedeco.tensorflowlite
 
Find_custom_op_Pointer_BytePointer_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Find_custom_op_Pointer_BytePointer_int
Pointer cast constructor.
Find_custom_op_Pointer_BytePointer_int() - Constructor for class org.bytedeco.tensorflowlite.Find_custom_op_Pointer_BytePointer_int
 
Find_custom_op_Pointer_String_int - Class in org.bytedeco.tensorflowlite
 
Find_custom_op_Pointer_String_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Find_custom_op_Pointer_String_int
Pointer cast constructor.
Find_custom_op_Pointer_String_int() - Constructor for class org.bytedeco.tensorflowlite.Find_custom_op_Pointer_String_int
 
Find_custom_op_v1_Pointer_BytePointer_int - Class in org.bytedeco.tensorflowlite
 
Find_custom_op_v1_Pointer_BytePointer_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Find_custom_op_v1_Pointer_BytePointer_int
Pointer cast constructor.
Find_custom_op_v1_Pointer_BytePointer_int() - Constructor for class org.bytedeco.tensorflowlite.Find_custom_op_v1_Pointer_BytePointer_int
 
Find_custom_op_v1_Pointer_String_int - Class in org.bytedeco.tensorflowlite
 
Find_custom_op_v1_Pointer_String_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Find_custom_op_v1_Pointer_String_int
Pointer cast constructor.
Find_custom_op_v1_Pointer_String_int() - Constructor for class org.bytedeco.tensorflowlite.Find_custom_op_v1_Pointer_String_int
 
Find_custom_op_v2_Pointer_BytePointer_int - Class in org.bytedeco.tensorflowlite
 
Find_custom_op_v2_Pointer_BytePointer_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Find_custom_op_v2_Pointer_BytePointer_int
Pointer cast constructor.
Find_custom_op_v2_Pointer_BytePointer_int() - Constructor for class org.bytedeco.tensorflowlite.Find_custom_op_v2_Pointer_BytePointer_int
 
Find_custom_op_v2_Pointer_String_int - Class in org.bytedeco.tensorflowlite
 
Find_custom_op_v2_Pointer_String_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Find_custom_op_v2_Pointer_String_int
Pointer cast constructor.
Find_custom_op_v2_Pointer_String_int() - Constructor for class org.bytedeco.tensorflowlite.Find_custom_op_v2_Pointer_String_int
 
Find_custom_op_v3_Pointer_BytePointer_int - Class in org.bytedeco.tensorflowlite
 
Find_custom_op_v3_Pointer_BytePointer_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Find_custom_op_v3_Pointer_BytePointer_int
Pointer cast constructor.
Find_custom_op_v3_Pointer_BytePointer_int() - Constructor for class org.bytedeco.tensorflowlite.Find_custom_op_v3_Pointer_BytePointer_int
 
Find_custom_op_v3_Pointer_String_int - Class in org.bytedeco.tensorflowlite
 
Find_custom_op_v3_Pointer_String_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Find_custom_op_v3_Pointer_String_int
Pointer cast constructor.
Find_custom_op_v3_Pointer_String_int() - Constructor for class org.bytedeco.tensorflowlite.Find_custom_op_v3_Pointer_String_int
 
FindOp(int, int) - Method in class org.bytedeco.tensorflowlite.MutableOpResolver
 
FindOp(BytePointer, int) - Method in class org.bytedeco.tensorflowlite.MutableOpResolver
 
FindOp(String, int) - Method in class org.bytedeco.tensorflowlite.MutableOpResolver
 
FindOp(int, int) - Method in class org.bytedeco.tensorflowlite.OpResolver
Finds the op registration for a builtin operator by enum code.
FindOp(BytePointer, int) - Method in class org.bytedeco.tensorflowlite.OpResolver
Finds the op registration of a custom operator by op name.
FindOp(String, int) - Method in class org.bytedeco.tensorflowlite.OpResolver
 
first() - Method in class org.bytedeco.tensorflowlite.IntIntPair
 
first(int) - Method in class org.bytedeco.tensorflowlite.IntIntPair
 
first(long) - Method in class org.bytedeco.tensorflowlite.IntIntPairVector
 
first(long, int) - Method in class org.bytedeco.tensorflowlite.IntIntPairVector
 
first() - Method in class org.bytedeco.tensorflowlite.IntResourceBaseMap.Iterator
 
first() - Method in class org.bytedeco.tensorflowlite.RegistrationNodePair
 
first(TfLiteNode) - Method in class org.bytedeco.tensorflowlite.RegistrationNodePair
 
first(long) - Method in class org.bytedeco.tensorflowlite.RegistrationNodePairVector
 
first(long, TfLiteNode) - Method in class org.bytedeco.tensorflowlite.RegistrationNodePairVector
 
first() - Method in class org.bytedeco.tensorflowlite.SizeTSizeTMap.Iterator
 
first() - Method in class org.bytedeco.tensorflowlite.StringIntMap.Iterator
 
first() - Method in class org.bytedeco.tensorflowlite.StringStringMap.Iterator
 
flags() - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate
Bitmask flags.
flags(long) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate
 
flags() - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder
Bitmask flags.
flags(long) - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder
 
FlatBufferModel - Class in org.bytedeco.tensorflowlite
 
FlatBufferModel(Pointer) - Constructor for class org.bytedeco.tensorflowlite.FlatBufferModel
Pointer cast constructor.
FlatBufferModelBase - Class in org.bytedeco.tensorflowlite
An RAII object that represents a read-only tflite model, copied from disk, or mmapped.
FlatBufferModelBase(Pointer) - Constructor for class org.bytedeco.tensorflowlite.FlatBufferModelBase
Pointer cast constructor.
format() - Method in class org.bytedeco.tensorflowlite.TfLiteDimensionMetadata
 
format(int) - Method in class org.bytedeco.tensorflowlite.TfLiteDimensionMetadata
 
Free_Pointer_TfLiteOpaqueContext_Pointer - Class in org.bytedeco.tensorflowlite
Sets the deallocation callback for the registration, similarly to TfLiteOperatorSetFree.
Free_Pointer_TfLiteOpaqueContext_Pointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Free_Pointer_TfLiteOpaqueContext_Pointer
Pointer cast constructor.
Free_Pointer_TfLiteOpaqueContext_Pointer() - Constructor for class org.bytedeco.tensorflowlite.Free_Pointer_TfLiteOpaqueContext_Pointer
 
Free_TfLiteContext_Pointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration.Free_TfLiteContext_Pointer
Pointer cast constructor.
Free_TfLiteContext_Pointer() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration.Free_TfLiteContext_Pointer
 
Free_TfLiteContext_Pointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V1.Free_TfLiteContext_Pointer
Pointer cast constructor.
Free_TfLiteContext_Pointer() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V1.Free_TfLiteContext_Pointer
 
Free_TfLiteContext_Pointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V2.Free_TfLiteContext_Pointer
Pointer cast constructor.
Free_TfLiteContext_Pointer() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V2.Free_TfLiteContext_Pointer
 
Free_TfLiteContext_Pointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V3.Free_TfLiteContext_Pointer
Pointer cast constructor.
Free_TfLiteContext_Pointer() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V3.Free_TfLiteContext_Pointer
 
Free_TfLiteOpaqueContext_Pointer - Class in org.bytedeco.tensorflowlite
Sets the deallocation callback for the registration.
Free_TfLiteOpaqueContext_Pointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Free_TfLiteOpaqueContext_Pointer
Pointer cast constructor.
Free_TfLiteOpaqueContext_Pointer() - Constructor for class org.bytedeco.tensorflowlite.Free_TfLiteOpaqueContext_Pointer
 
FreeBufferHandle() - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate
 
FreeBufferHandle(TfLiteDelegate.FreeBufferHandle_TfLiteContext_TfLiteDelegate_IntPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate
 
FreeBufferHandle() - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder
 
FreeBufferHandle(TfLiteOpaqueDelegateBuilder.FreeBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_IntPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder
 
FreeBufferHandle_TfLiteContext_TfLiteDelegate_IntPointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteDelegate.FreeBufferHandle_TfLiteContext_TfLiteDelegate_IntPointer
Pointer cast constructor.
FreeBufferHandle_TfLiteContext_TfLiteDelegate_IntPointer() - Constructor for class org.bytedeco.tensorflowlite.TfLiteDelegate.FreeBufferHandle_TfLiteContext_TfLiteDelegate_IntPointer
 
FreeBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_IntPointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder.FreeBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_IntPointer
Pointer cast constructor.
FreeBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_IntPointer() - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder.FreeBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_IntPointer
 
front() - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
front() - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector
 
front() - Method in class org.bytedeco.tensorflowlite.SizeTSizeTMap
 
front() - Method in class org.bytedeco.tensorflowlite.StringVector
 
front() - Method in class org.bytedeco.tensorflowlite.SubgraphVector
 
front() - Method in class org.bytedeco.tensorflowlite.TfLiteDelegatePtrVector
 

G

GENERAL_RUNTIME_INSTRUMENTATION_EVENT - Static variable in class org.bytedeco.tensorflowlite.Profiler
enum class tflite::Profiler::EventType
get(long) - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
get() - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
get() - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector.Iterator
 
get(int) - Method in class org.bytedeco.tensorflowlite.IntResourceBaseMap
 
get(long) - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector
 
get() - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector
 
get() - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector.Iterator
 
get(long) - Method in class org.bytedeco.tensorflowlite.SizeTSizeTMap
 
get(String) - Method in class org.bytedeco.tensorflowlite.StringIntMap
 
get(String) - Method in class org.bytedeco.tensorflowlite.StringStringMap
 
get(long) - Method in class org.bytedeco.tensorflowlite.StringVector
 
get() - Method in class org.bytedeco.tensorflowlite.StringVector
 
get() - Method in class org.bytedeco.tensorflowlite.StringVector.Iterator
 
get(long) - Method in class org.bytedeco.tensorflowlite.SubgraphVector
 
get() - Method in class org.bytedeco.tensorflowlite.SubgraphVector
 
get() - Method in class org.bytedeco.tensorflowlite.SubgraphVector.Iterator
 
get(long) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegatePtrVector
 
get() - Method in class org.bytedeco.tensorflowlite.TfLiteDelegatePtrVector.Iterator
 
GetAllocationFromFile(BytePointer, ErrorReporter) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
\file /** /** Deserialization infrastructure for tflite.
GetAllocationFromFile(String, ErrorReporter) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
GetAllocationFromFile(int, ErrorReporter) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
GetAllocInfo(SizeTPointer, SizeTPointer) - Method in class org.bytedeco.tensorflowlite.MemoryPlanner
 
GetAllowFp16PrecisionForFp32() - Method in class org.bytedeco.tensorflowlite.Interpreter
\warning Experimental interface, subject to change.
GetAllowFp16PrecisionForFp32() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
GetBufferHandle(int, IntPointer, PointerPointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
\warning This is an experimental API and subject to change.
GetBufferHandle(int, IntPointer, TfLiteDelegate) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
GetBufferHandle(int, IntBuffer, TfLiteDelegate) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
GetBufferHandle(int, int[], TfLiteDelegate) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
GetCacheConstantCastOp() - Method in class org.bytedeco.tensorflowlite.InterpreterOptions
 
GetDefaultErrorReporter() - Static method in class org.bytedeco.tensorflowlite.FlatBufferModel
 
GetDelegateCreators() - Method in class org.bytedeco.tensorflowlite.MutableOpResolver
 
GetDelegateCreators() - Method in class org.bytedeco.tensorflowlite.OpResolver
 
GetDelegates(int) - Method in class org.bytedeco.tensorflowlite.OpResolver
 
GetDisableDelegateClustering() - Method in class org.bytedeco.tensorflowlite.InterpreterOptions
 
GetDynamicAllocationForLargeTensors() - Method in class org.bytedeco.tensorflowlite.InterpreterOptions
Returns the size (in bytes) threshold for dynamic tensor allocation method.
GetEnsureDynamicTensorsAreReleased() - Method in class org.bytedeco.tensorflowlite.InterpreterOptions
Returns if the experimental_ensure_dynamic_tensors_are_released_ feature is enabled.
GetEvalTensor() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
GetEvalTensor(TfLiteContext.GetEvalTensor_TfLiteContext_int) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
GetEvalTensor_TfLiteContext_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.GetEvalTensor_TfLiteContext_int
Pointer cast constructor.
GetEvalTensor_TfLiteContext_int() - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.GetEvalTensor_TfLiteContext_int
 
GetExecutionPlan() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
GetExecutionPlan(TfLiteContext.GetExecutionPlan_TfLiteContext_PointerPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
GetExecutionPlan_TfLiteContext_PointerPointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.GetExecutionPlan_TfLiteContext_PointerPointer
Pointer cast constructor.
GetExecutionPlan_TfLiteContext_PointerPointer() - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.GetExecutionPlan_TfLiteContext_PointerPointer
 
GetExternalContext() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
GetExternalContext(TfLiteContext.GetExternalContext_TfLiteContext_int) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
GetExternalContext_TfLiteContext_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.GetExternalContext_TfLiteContext_int
Pointer cast constructor.
GetExternalContext_TfLiteContext_int() - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.GetExternalContext_TfLiteContext_int
 
GetInitializationStatus(SizeTSizeTMap, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
WARNING: Experimental interface, subject to change.
GetInputName(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
Return the name of a given input.
GetInputTensorsCount() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
GetMemoryAllocInfo(Subgraph.SubgraphAllocInfo) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
GetMemoryUsage() - Method in class org.bytedeco.tensorflowlite.InitializationStatus
 
GetMemoryUsage() - Method in class org.bytedeco.tensorflowlite.ResourceBase
 
GetMinimumRuntime() - Method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
GetModel() - Method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
GetModelMetadata() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
GetModelMetadata(TfLiteContext.GetModelMetadata_TfLiteContext_BytePointer_PointerPointer_SizeTPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
GetModelMetadata_TfLiteContext_BytePointer_PointerPointer_SizeTPointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.GetModelMetadata_TfLiteContext_BytePointer_PointerPointer_SizeTPointer
Pointer cast constructor.
GetModelMetadata_TfLiteContext_BytePointer_PointerPointer_SizeTPointer() - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.GetModelMetadata_TfLiteContext_BytePointer_PointerPointer_SizeTPointer
 
GetName() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
GetNodeAndRegistration() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
GetNodeAndRegistration(TfLiteContext.GetNodeAndRegistration_TfLiteContext_int_PointerPointer_PointerPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
GetNodeAndRegistration_TfLiteContext_int_PointerPointer_PointerPointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.GetNodeAndRegistration_TfLiteContext_int_PointerPointer_PointerPointer
Pointer cast constructor.
GetNodeAndRegistration_TfLiteContext_int_PointerPointer_PointerPointer() - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.GetNodeAndRegistration_TfLiteContext_int_PointerPointer_PointerPointer
 
GetNodeDelegationMetadata(Subgraph) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
GetNodeInitDataMmapInfo(TfLiteNode, IntPointer, LongPointer, LongPointer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
GetNodeInitDataMmapInfo(TfLiteNode, IntBuffer, LongBuffer, LongBuffer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
GetNodeInitDataMmapInfo(TfLiteNode, int[], long[], long[]) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
GetOpNameByRegistration(TfLiteRegistration) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
GetOptions() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
GetOutputName(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
Return the name of a given output.
getPointer(long) - Method in class org.bytedeco.tensorflowlite.BuiltinOpResolver
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.BuiltinOpResolverWithoutDefaultDelegates
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.BuiltinOpResolverWithXNNPACK
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.ExternalCpuBackendContext
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.InitializationStatus
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.InterpreterOptions
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.MutableOpResolver
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.NodeSubset
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.OperatorsCache
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.RootProfiler
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.StderrReporter
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.Subgraph.SubgraphAllocInfo
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.SubgraphDelegationMetadata
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteAffineQuantization
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteBFloat16
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteComplex128
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteComplex64
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteCustomAllocation
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegateParams
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteDimensionMetadata
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteEvalTensor
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteExternalContext
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteFloat16
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteNode
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateParams
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteQuantization
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteQuantizationParams
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteSparsity
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetrySettings
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
 
getPointer(long) - Method in class org.bytedeco.tensorflowlite.TfLiteTensorDeleter
 
GetPreserveAllTensors() - Method in class org.bytedeco.tensorflowlite.InterpreterOptions
Returns if the experimental_preserve_all_tensors_ feature is enabled.
GetProfiler() - Method in class org.bytedeco.tensorflowlite.Interpreter
\warning This is an experimental API and subject to change.
GetProfiler() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
GetRegistrationFromOpCode(Pointer, OpResolver, ErrorReporter, PointerPointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
GetRegistrationFromOpCode(Pointer, OpResolver, ErrorReporter, TfLiteRegistration) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
GetScratchBuffer() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
GetScratchBuffer(TfLiteContext.GetScratchBuffer_TfLiteContext_int) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
GetScratchBuffer_TfLiteContext_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.GetScratchBuffer_TfLiteContext_int
Pointer cast constructor.
GetScratchBuffer_TfLiteContext_int() - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.GetScratchBuffer_TfLiteContext_int
 
GetSignatureRunner(BytePointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
\brief Returns a pointer to the SignatureRunner instance to run the part of the graph identified by a SignatureDef.
GetSignatureRunner(String) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
GetSizeOfType(TfLiteContext, int, SizeTPointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
GetSubgraphIndex() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
GetSubgraphIndexFromSignature(BytePointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
\warning Experimental interface, subject to change.
GetSubgraphIndexFromSignature(String) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
GetSubgraphs() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
GetTensor() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
GetTensor(TfLiteContext.GetTensor_TfLiteContext_int) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
GetTensor_TfLiteContext_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.GetTensor_TfLiteContext_int
Pointer cast constructor.
GetTensor_TfLiteContext_int() - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.GetTensor_TfLiteContext_int
 
GetTensorBufferIdentifiers() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
GraphInfo - Class in org.bytedeco.tensorflowlite
 
GraphInfo(Pointer) - Constructor for class org.bytedeco.tensorflowlite.GraphInfo
Pointer cast constructor.

H

has_delegate_applied() - Method in class org.bytedeco.tensorflowlite.SubgraphDelegationMetadata
 
has_delegate_applied(boolean) - Method in class org.bytedeco.tensorflowlite.SubgraphDelegationMetadata
 
HasDelegates() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
HasDynamicTensors() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
HasNonPersistentMemory() - Method in class org.bytedeco.tensorflowlite.MemoryPlanner
 

I

i16() - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
i16(ShortPointer) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
i32() - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
i32(IntPointer) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
i64() - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
i64(LongPointer) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
im() - Method in class org.bytedeco.tensorflowlite.TfLiteComplex128
 
im(double) - Method in class org.bytedeco.tensorflowlite.TfLiteComplex128
 
im() - Method in class org.bytedeco.tensorflowlite.TfLiteComplex64
 
im(float) - Method in class org.bytedeco.tensorflowlite.TfLiteComplex64
 
impl_() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
opaque full context ptr (an opaque c++ data structure)
impl_(Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
increment() - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector.Iterator
 
increment() - Method in class org.bytedeco.tensorflowlite.IntResourceBaseMap.Iterator
 
increment() - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector.Iterator
 
increment() - Method in class org.bytedeco.tensorflowlite.SizeTSizeTMap.Iterator
 
increment() - Method in class org.bytedeco.tensorflowlite.StringIntMap.Iterator
 
increment() - Method in class org.bytedeco.tensorflowlite.StringStringMap.Iterator
 
increment() - Method in class org.bytedeco.tensorflowlite.StringVector.Iterator
 
increment() - Method in class org.bytedeco.tensorflowlite.SubgraphVector.Iterator
 
increment() - Method in class org.bytedeco.tensorflowlite.TfLiteDelegatePtrVector.Iterator
 
init() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
 
init(TfLiteRegistration.Init_TfLiteContext_BytePointer_long) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
 
init() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
 
init(TfLiteRegistration_V1.Init_TfLiteContext_BytePointer_long) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
 
init() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
init(TfLiteRegistration_V2.Init_TfLiteContext_BytePointer_long) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
init() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 
init(TfLiteRegistration_V3.Init_TfLiteContext_BytePointer_long) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 
Init_Pointer_TfLiteOpaqueContext_BytePointer_long - Class in org.bytedeco.tensorflowlite
Sets the initialization callback for the registration.
Init_Pointer_TfLiteOpaqueContext_BytePointer_long(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Init_Pointer_TfLiteOpaqueContext_BytePointer_long
Pointer cast constructor.
Init_Pointer_TfLiteOpaqueContext_BytePointer_long() - Constructor for class org.bytedeco.tensorflowlite.Init_Pointer_TfLiteOpaqueContext_BytePointer_long
 
Init_Pointer_TfLiteOpaqueContext_String_long - Class in org.bytedeco.tensorflowlite
 
Init_Pointer_TfLiteOpaqueContext_String_long(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Init_Pointer_TfLiteOpaqueContext_String_long
Pointer cast constructor.
Init_Pointer_TfLiteOpaqueContext_String_long() - Constructor for class org.bytedeco.tensorflowlite.Init_Pointer_TfLiteOpaqueContext_String_long
 
Init_TfLiteContext_BytePointer_long(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration.Init_TfLiteContext_BytePointer_long
Pointer cast constructor.
Init_TfLiteContext_BytePointer_long() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration.Init_TfLiteContext_BytePointer_long
 
Init_TfLiteContext_BytePointer_long(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V1.Init_TfLiteContext_BytePointer_long
Pointer cast constructor.
Init_TfLiteContext_BytePointer_long() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V1.Init_TfLiteContext_BytePointer_long
 
Init_TfLiteContext_BytePointer_long(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V2.Init_TfLiteContext_BytePointer_long
Pointer cast constructor.
Init_TfLiteContext_BytePointer_long() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V2.Init_TfLiteContext_BytePointer_long
 
Init_TfLiteContext_BytePointer_long(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V3.Init_TfLiteContext_BytePointer_long
Pointer cast constructor.
Init_TfLiteContext_BytePointer_long() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V3.Init_TfLiteContext_BytePointer_long
 
Init_TfLiteOpaqueContext_BytePointer_long - Class in org.bytedeco.tensorflowlite
Sets the initialization callback for the registration.
Init_TfLiteOpaqueContext_BytePointer_long(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Init_TfLiteOpaqueContext_BytePointer_long
Pointer cast constructor.
Init_TfLiteOpaqueContext_BytePointer_long() - Constructor for class org.bytedeco.tensorflowlite.Init_TfLiteOpaqueContext_BytePointer_long
 
Init_TfLiteOpaqueContext_String_long - Class in org.bytedeco.tensorflowlite
 
Init_TfLiteOpaqueContext_String_long(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Init_TfLiteOpaqueContext_String_long
Pointer cast constructor.
Init_TfLiteOpaqueContext_String_long() - Constructor for class org.bytedeco.tensorflowlite.Init_TfLiteOpaqueContext_String_long
 
initialization_status_map() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
InitializationStatus - Class in org.bytedeco.tensorflowlite
WARNING: Experimental interface, subject to change.
InitializationStatus(Pointer) - Constructor for class org.bytedeco.tensorflowlite.InitializationStatus
Pointer cast constructor.
InitializationStatus(long) - Constructor for class org.bytedeco.tensorflowlite.InitializationStatus
Native array allocator.
InitializationStatus() - Constructor for class org.bytedeco.tensorflowlite.InitializationStatus
 
InitializationStatus(InitializationStatus) - Constructor for class org.bytedeco.tensorflowlite.InitializationStatus
 
initialized() - Method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
inplace_operator() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
Indicates if an operator's output may safely overwrite its inputs.
inplace_operator(long) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
 
input_names() - Method in class org.bytedeco.tensorflowlite.SignatureRunner
Read-only access to list of signature input names.
input_size() - Method in class org.bytedeco.tensorflowlite.SignatureRunner
Returns the number of inputs.
input_tensor(long) - Method in class org.bytedeco.tensorflowlite.Interpreter
Return a mutable pointer to the given input tensor.
input_tensor(BytePointer) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
Returns the input tensor identified by 'input_name' in the given signature.
input_tensor(String) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
input_tensor_by_signature(BytePointer, BytePointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
\brief Returns the input tensor identified by 'signature_input_name' in the signature identified by 'signature_key'.
input_tensor_by_signature(String, String) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
input_tensors() - Method in class org.bytedeco.tensorflowlite.NodeSubset
 
input_tensors(IntPointer) - Method in class org.bytedeco.tensorflowlite.NodeSubset
 
input_tensors() - Method in class org.bytedeco.tensorflowlite.TfLiteDelegateParams
 
input_tensors(TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegateParams
 
input_tensors() - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateParams
 
input_tensors(TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateParams
 
inputs() - Method in class org.bytedeco.tensorflowlite.GraphInfo
 
inputs() - Method in class org.bytedeco.tensorflowlite.Interpreter
Read only access to list of inputs.
inputs() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
inputs() - Method in class org.bytedeco.tensorflowlite.TfLiteNode
Inputs to this node expressed as indices into the simulator's tensors.
inputs(TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteNode
 
insert(IntIntPairVectorVector.Iterator, IntIntPairVector) - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
insert(NodeSubsetVector.Iterator, NodeSubset) - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector
 
insert(StringVector.Iterator, BytePointer) - Method in class org.bytedeco.tensorflowlite.StringVector
 
insert(SubgraphVector.Iterator, Subgraph) - Method in class org.bytedeco.tensorflowlite.SubgraphVector
 
int8() - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
int8(BytePointer) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
intermediates() - Method in class org.bytedeco.tensorflowlite.TfLiteNode
intermediate tensors to this node expressed as indices into the simulator's tensors.
intermediates(TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteNode
 
internal_backend_context() - Method in class org.bytedeco.tensorflowlite.ExternalCpuBackendContext
 
Interpreter - Class in org.bytedeco.tensorflowlite
 
Interpreter(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Interpreter
Pointer cast constructor.
Interpreter(ErrorReporter) - Constructor for class org.bytedeco.tensorflowlite.Interpreter
 
Interpreter() - Constructor for class org.bytedeco.tensorflowlite.Interpreter
 
Interpreter.Check_cancelled_func_Pointer - Class in org.bytedeco.tensorflowlite
\warning This is an experimental API and subject to change.
InterpreterBuilder - Class in org.bytedeco.tensorflowlite
 
InterpreterBuilder(Pointer) - Constructor for class org.bytedeco.tensorflowlite.InterpreterBuilder
Pointer cast constructor.
InterpreterBuilder(FlatBufferModel, OpResolver, InterpreterOptions) - Constructor for class org.bytedeco.tensorflowlite.InterpreterBuilder
For this constructor, the ErrorReporter will be extracted from the FlatBufferModel.
InterpreterBuilder(FlatBufferModel, OpResolver) - Constructor for class org.bytedeco.tensorflowlite.InterpreterBuilder
 
InterpreterBuilder(Pointer, OpResolver, ErrorReporter, InterpreterOptions, Allocation) - Constructor for class org.bytedeco.tensorflowlite.InterpreterBuilder
Builds an interpreter given only the raw flatbuffer Model object (instead of a FlatBufferModel).
InterpreterBuilder(Pointer, OpResolver) - Constructor for class org.bytedeco.tensorflowlite.InterpreterBuilder
 
InterpreterOptions - Class in org.bytedeco.tensorflowlite
Options class for Interpreter.
InterpreterOptions() - Constructor for class org.bytedeco.tensorflowlite.InterpreterOptions
Default native constructor.
InterpreterOptions(long) - Constructor for class org.bytedeco.tensorflowlite.InterpreterOptions
Native array allocator.
InterpreterOptions(Pointer) - Constructor for class org.bytedeco.tensorflowlite.InterpreterOptions
Pointer cast constructor.
InterpreterTest - Class in org.bytedeco.tensorflowlite
 
InterpreterTest() - Constructor for class org.bytedeco.tensorflowlite.InterpreterTest
Empty constructor.
InterpreterTest(Pointer) - Constructor for class org.bytedeco.tensorflowlite.InterpreterTest
Pointer cast constructor.
InterpreterUtils - Class in org.bytedeco.tensorflowlite
 
InterpreterUtils() - Constructor for class org.bytedeco.tensorflowlite.InterpreterUtils
Empty constructor.
InterpreterUtils(Pointer) - Constructor for class org.bytedeco.tensorflowlite.InterpreterUtils
Pointer cast constructor.
InterpreterWrapper - Class in org.bytedeco.tensorflowlite
 
InterpreterWrapper() - Constructor for class org.bytedeco.tensorflowlite.InterpreterWrapper
Empty constructor.
InterpreterWrapper(Pointer) - Constructor for class org.bytedeco.tensorflowlite.InterpreterWrapper
Pointer cast constructor.
IntIntPair - Class in org.bytedeco.tensorflowlite
 
IntIntPair(Pointer) - Constructor for class org.bytedeco.tensorflowlite.IntIntPair
Pointer cast constructor.
IntIntPair(int, int) - Constructor for class org.bytedeco.tensorflowlite.IntIntPair
 
IntIntPair() - Constructor for class org.bytedeco.tensorflowlite.IntIntPair
 
IntIntPairVector - Class in org.bytedeco.tensorflowlite
 
IntIntPairVector(Pointer) - Constructor for class org.bytedeco.tensorflowlite.IntIntPairVector
Pointer cast constructor.
IntIntPairVector(int[], int[]) - Constructor for class org.bytedeco.tensorflowlite.IntIntPairVector
 
IntIntPairVector() - Constructor for class org.bytedeco.tensorflowlite.IntIntPairVector
 
IntIntPairVector(long) - Constructor for class org.bytedeco.tensorflowlite.IntIntPairVector
 
IntIntPairVectorVector - Class in org.bytedeco.tensorflowlite
 
IntIntPairVectorVector(Pointer) - Constructor for class org.bytedeco.tensorflowlite.IntIntPairVectorVector
Pointer cast constructor.
IntIntPairVectorVector(IntIntPairVector) - Constructor for class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
IntIntPairVectorVector(IntIntPairVector...) - Constructor for class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
IntIntPairVectorVector() - Constructor for class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
IntIntPairVectorVector(long) - Constructor for class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
IntIntPairVectorVector.Iterator - Class in org.bytedeco.tensorflowlite
 
IntResourceBaseMap - Class in org.bytedeco.tensorflowlite
 
IntResourceBaseMap(Pointer) - Constructor for class org.bytedeco.tensorflowlite.IntResourceBaseMap
Pointer cast constructor.
IntResourceBaseMap() - Constructor for class org.bytedeco.tensorflowlite.IntResourceBaseMap
 
IntResourceBaseMap.Iterator - Class in org.bytedeco.tensorflowlite
 
Invoke() - Method in class org.bytedeco.tensorflowlite.Interpreter
Invoke the interpreter (run the whole graph in dependency order).
Invoke() - Method in class org.bytedeco.tensorflowlite.SignatureRunner
Invokes the signature runner (run the graph identified by the given signature in dependency order).
Invoke() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
invoke() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
 
invoke(TfLiteRegistration.Invoke_TfLiteContext_TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
 
invoke() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
 
invoke(TfLiteRegistration_V1.Invoke_TfLiteContext_TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
 
invoke() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
invoke(TfLiteRegistration_V2.Invoke_TfLiteContext_TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
invoke() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 
invoke(TfLiteRegistration_V3.Invoke_TfLiteContext_TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 
Invoke_Pointer_TfLiteOpaqueContext_TfLiteOpaqueNode - Class in org.bytedeco.tensorflowlite
Sets the invocation callback for the registration.
Invoke_Pointer_TfLiteOpaqueContext_TfLiteOpaqueNode(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Invoke_Pointer_TfLiteOpaqueContext_TfLiteOpaqueNode
Pointer cast constructor.
Invoke_Pointer_TfLiteOpaqueContext_TfLiteOpaqueNode() - Constructor for class org.bytedeco.tensorflowlite.Invoke_Pointer_TfLiteOpaqueContext_TfLiteOpaqueNode
 
Invoke_TfLiteContext_TfLiteNode(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration.Invoke_TfLiteContext_TfLiteNode
Pointer cast constructor.
Invoke_TfLiteContext_TfLiteNode() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration.Invoke_TfLiteContext_TfLiteNode
 
Invoke_TfLiteContext_TfLiteNode(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V1.Invoke_TfLiteContext_TfLiteNode
Pointer cast constructor.
Invoke_TfLiteContext_TfLiteNode() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V1.Invoke_TfLiteContext_TfLiteNode
 
Invoke_TfLiteContext_TfLiteNode(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V2.Invoke_TfLiteContext_TfLiteNode
Pointer cast constructor.
Invoke_TfLiteContext_TfLiteNode() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V2.Invoke_TfLiteContext_TfLiteNode
 
Invoke_TfLiteContext_TfLiteNode(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V3.Invoke_TfLiteContext_TfLiteNode
Pointer cast constructor.
Invoke_TfLiteContext_TfLiteNode() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V3.Invoke_TfLiteContext_TfLiteNode
 
Invoke_TfLiteOpaqueContext_TfLiteOpaqueNode - Class in org.bytedeco.tensorflowlite
Sets the invocation callback for the registration.
Invoke_TfLiteOpaqueContext_TfLiteOpaqueNode(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Invoke_TfLiteOpaqueContext_TfLiteOpaqueNode
Pointer cast constructor.
Invoke_TfLiteOpaqueContext_TfLiteOpaqueNode() - Constructor for class org.bytedeco.tensorflowlite.Invoke_TfLiteOpaqueContext_TfLiteOpaqueNode
 
is_node_delegated() - Method in class org.bytedeco.tensorflowlite.SubgraphDelegationMetadata
 
is_node_delegated(BoolPointer) - Method in class org.bytedeco.tensorflowlite.SubgraphDelegationMetadata
 
is_variable() - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
True if the tensor is a variable.
is_variable(boolean) - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
 
IsDelegationSkippable() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
IsFlexOp(BytePointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
IsFlexOp(String) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
IsFullyDelegated() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
IsInitialized() - Method in class org.bytedeco.tensorflowlite.InitializationStatus
 
IsInitialized() - Method in class org.bytedeco.tensorflowlite.ResourceBase
 
IsPrimarySubgraph() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
IsResourceOrVariant(TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
IsUnresolvedCustomOp(TfLiteRegistration) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
IsValidationSubgraph(BytePointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
IsValidationSubgraph(String) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
Iterator(Pointer) - Constructor for class org.bytedeco.tensorflowlite.IntIntPairVectorVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.tensorflowlite.IntIntPairVectorVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.tensorflowlite.IntResourceBaseMap.Iterator
 
Iterator() - Constructor for class org.bytedeco.tensorflowlite.IntResourceBaseMap.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.tensorflowlite.NodeSubsetVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.tensorflowlite.NodeSubsetVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.tensorflowlite.SizeTSizeTMap.Iterator
 
Iterator() - Constructor for class org.bytedeco.tensorflowlite.SizeTSizeTMap.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.tensorflowlite.StringIntMap.Iterator
 
Iterator() - Constructor for class org.bytedeco.tensorflowlite.StringIntMap.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.tensorflowlite.StringStringMap.Iterator
 
Iterator() - Constructor for class org.bytedeco.tensorflowlite.StringStringMap.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.tensorflowlite.StringVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.tensorflowlite.StringVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.tensorflowlite.SubgraphVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.tensorflowlite.SubgraphVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteDelegatePtrVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.tensorflowlite.TfLiteDelegatePtrVector.Iterator
 

K

kDefaultTensorAlignment() - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
\file /** /** Provides options to an interpreter.
kFileCopy - Static variable in class org.bytedeco.tensorflowlite.Allocation
enum class tflite::Allocation::Type
kFlexCustomCodePrefix(int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
kFlexCustomCodePrefix() - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
kInvalidSubgraphIndex - Static variable in class org.bytedeco.tensorflowlite.Subgraph
 
kInvalidSubgraphIndex() - Static method in class org.bytedeco.tensorflowlite.Subgraph
 
kMemory - Static variable in class org.bytedeco.tensorflowlite.Allocation
enum class tflite::Allocation::Type
kMMap - Static variable in class org.bytedeco.tensorflowlite.Allocation
enum class tflite::Allocation::Type
kModelControlDependenciesMetadataKey(int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
The key under which to store the serialized control dependencies in the model's metadata.
kModelControlDependenciesMetadataKey() - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
kModelControlDependenciesMetadataVersion() - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
To allow future changes to the format, serialized control dependency data will contain a version; this constant is the version that will be used for serialization.
kModelUseStablehloTensorKey(int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
kModelUseStablehloTensorKey() - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
kTensorsCapacityHeadroom - Static variable in class org.bytedeco.tensorflowlite.Interpreter
 
kTensorsCapacityHeadroom() - Static method in class org.bytedeco.tensorflowlite.Interpreter
The capacity headroom of the tensors vector before calling ops' prepare and invoke function.
kTensorsCapacityHeadroom - Static variable in class org.bytedeco.tensorflowlite.Subgraph
 
kTensorsCapacityHeadroom() - Static method in class org.bytedeco.tensorflowlite.Subgraph
 
kTensorsReservedCapacity - Static variable in class org.bytedeco.tensorflowlite.Interpreter
 
kTensorsReservedCapacity() - Static method in class org.bytedeco.tensorflowlite.Interpreter
The default capacity of the tensors vector.
kTensorsReservedCapacity - Static variable in class org.bytedeco.tensorflowlite.Subgraph
 
kTensorsReservedCapacity() - Static method in class org.bytedeco.tensorflowlite.Subgraph
 
kTfLiteAffineQuantization - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteQuantizationType
kTfLiteAllocationStrategyArena - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteAllocationStrategy
kTfLiteAllocationStrategyMalloc - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteAllocationStrategy
kTfLiteAllocationStrategyMMap - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteAllocationStrategy
kTfLiteAllocationStrategyNew - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteAllocationStrategy
kTfLiteAllocationStrategyNone - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteAllocationStrategy
kTfLiteAllocationStrategyUnknown - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteAllocationStrategy
kTfLiteApplicationError - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteStatus
kTfLiteArenaRw - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteAllocationType
kTfLiteArenaRwPersistent - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteAllocationType
kTfLiteBFloat16 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteBool - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteBuiltinAbs - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinAdd - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinAddN - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinArgMax - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinArgMin - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinAssignVariable - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinAtan2 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinAveragePool2d - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinBatchMatmul - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinBatchToSpaceNd - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinBidirectionalSequenceLstm - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinBidirectionalSequenceRnn - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinBitcast - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinBitwiseXor - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinBroadcastArgs - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinBroadcastTo - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinBucketize - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinCall - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinCallOnce - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinCast - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinCeil - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinComplexAbs - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinConcatEmbeddings - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinConcatenation - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinConv2d - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinConv3d - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinConv3dTranspose - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinCos - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinCumsum - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinCustom - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinDelegate - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinDensify - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinDepthToSpace - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinDepthwiseConv2d - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinDequantize - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinDilate - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinDiv - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinDynamicUpdateSlice - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinElu - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinEmbeddingLookup - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinEmbeddingLookupSparse - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinEqual - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinExp - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinExpandDims - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinFakeQuant - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinFill - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinFloor - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinFloorDiv - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinFloorMod - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinFullyConnected - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinGather - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinGatherNd - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinGelu - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinGreater - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinGreaterEqual - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinHardSwish - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinHashtable - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinHashtableFind - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinHashtableImport - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinHashtableLookup - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinHashtableSize - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinIf - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinImag - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinL2Normalization - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinL2Pool2d - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinLeakyRelu - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinLess - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinLessEqual - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinLocalResponseNormalization - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinLog - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinLogicalAnd - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinLogicalNot - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinLogicalOr - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinLogistic - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinLogSoftmax - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinLshProjection - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinLstm - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinMatrixDiag - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinMatrixSetDiag - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinMaximum - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinMaxPool2d - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinMean - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinMinimum - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinMirrorPad - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinMul - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinMultinomial - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinNeg - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinNonMaxSuppressionV4 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinNonMaxSuppressionV5 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinNotEqual - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinOneHot - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinPack - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinPad - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinPadv2 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinPlaceholderForGreaterOpCodes - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinPow - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinPrelu - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinQuantize - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinRandomStandardNormal - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinRandomUniform - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinRange - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinRank - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinReadVariable - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinReal - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinReduceAll - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinReduceAny - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinReduceMax - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinReduceMin - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinReduceProd - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinReduceWindow - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinRelu - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinRelu0To1 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinRelu6 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinReluN1To1 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinReshape - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinResizeBilinear - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinResizeNearestNeighbor - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinReverseSequence - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinReverseV2 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinRfft2d - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinRightShift - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinRnn - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinRound - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinRsqrt - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinScatterNd - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSegmentSum - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSelect - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSelectV2 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinShape - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSign - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSin - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSkipGram - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSlice - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSoftmax - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSpaceToBatchNd - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSpaceToDepth - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSparseToDense - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSplit - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSplitV - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSqrt - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSquare - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSquaredDifference - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSqueeze - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloAbs - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloAdd - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloAnd - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloBroadcastInDim - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloCase - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloCbrt - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloClamp - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloCompare - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloComposite - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloConcatenate - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloConvert - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloConvolution - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloCosine - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloCustomCall - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloDivide - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloDotGeneral - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloDynamicSlice - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloDynamicUpdateSlice - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloExponential - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloFloor - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloGather - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloIota - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloLog - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloLogistic - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloMaximum - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloMinimum - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloMultiply - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloNegate - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloOr - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloPad - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloPower - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloReduce - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloReduceWindow - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloRemainder - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloReshape - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloRngBitGenerator - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloRsqrt - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloScatter - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloSelect - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloShiftLeft - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloSlice - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloSort - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloSubtract - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloTanh - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloTranspose - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStablehloWhile - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinStridedSlice - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSub - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSum - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinSvdf - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinTanh - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinTile - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinTopkV2 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinTranspose - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinTransposeConv - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinUnidirectionalSequenceLstm - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinUnidirectionalSequenceRnn - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinUnique - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinUnpack - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinUnsortedSegmentMax - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinUnsortedSegmentMin - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinUnsortedSegmentProd - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinUnsortedSegmentSum - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinVarHandle - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinWhere - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinWhile - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteBuiltinZerosLike - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteBuiltinOperator
kTfLiteCancelled - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteStatus
kTfLiteComplex128 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteComplex64 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteCpuBackendContext - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteExternalContextType
kTfLiteCustom - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteAllocationType
kTfLiteCustomAllocationFlagsNone - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteCustomAllocationFlags
kTfLiteCustomAllocationFlagsSkipAlignCheck - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteCustomAllocationFlags
kTfLiteDelegateDataNotFound - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteStatus
kTfLiteDelegateDataReadError - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteStatus
kTfLiteDelegateDataWriteError - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteStatus
kTfLiteDelegateError - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteStatus
kTfLiteDelegateFlagsAllowDynamicTensors - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteDelegateFlags
kTfLiteDelegateFlagsNone - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteDelegateFlags
kTfLiteDelegateFlagsPerOperatorProfiling - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteDelegateFlags
kTfLiteDelegateFlagsRequirePropagatedShapes - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteDelegateFlags
kTfLiteDimDense - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteDimensionType
kTfLiteDimSparseCSR - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteDimensionType
kTfLiteDynamic - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteAllocationType
kTfLiteEdgeTpuContext - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteExternalContextType
kTfLiteEigenContext - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteExternalContextType
kTfLiteError - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteStatus
kTfLiteFloat16 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteFloat32 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteFloat64 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteGemmLowpContext - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteExternalContextType
kTfLiteInplaceInputCanBeSharedWithCorrespondingOutput - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteInPlaceOp
kTfLiteInplaceOpDataUnmodified - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteInPlaceOp
kTfLiteInplaceOpInput0Shared - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteInPlaceOp
kTfLiteInplaceOpInput1Shared - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteInPlaceOp
kTfLiteInplaceOpInput2Shared - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteInPlaceOp
kTfLiteInplaceOpMaxValue - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
kTfLiteInplaceOpMaxValue() - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
kTfLiteInplaceOpNone - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteInPlaceOp
kTfLiteInt16 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteInt32 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteInt4 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteInt64 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteInt8 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteLiteRtBufferContext - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteExternalContextType
kTfLiteMaxExternalContexts - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteExternalContextType
kTfLiteMaxSharableOpInputs - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
kTfLiteMaxSharableOpInputs() - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
The number of shareable inputs supported.
kTfLiteMemNone - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteAllocationType
kTfLiteMmapRo - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteAllocationType
kTfLiteNoBufferIdentifier - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
kTfLiteNoBufferIdentifier() - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum
kTfLiteNoQuantization - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteQuantizationType
kTfLiteNoType - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteNullBufferHandle - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum
kTfLiteOk - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteStatus
kTfLiteOptionalTensor - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
kTfLiteOutputShapeNotKnown - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteStatus
kTfLitePersistentRo - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteAllocationType
kTfLiteResource - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteRunStabilityAcrossRuns - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteRunStability
kTfLiteRunStabilitySingleRun - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteRunStability
kTfLiteRunStabilityUnknown - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteRunStability
kTfLiteRunStabilityUnstable - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteRunStability
kTfLiteRunStepEval - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteRunStep
kTfLiteRunStepInit - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteRunStep
kTfLiteRunStepPrepare - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteRunStep
kTfLiteRunStepUnknown - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteRunStep
kTfLiteString - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteUInt16 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteUInt32 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteUInt64 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteUInt8 - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteUnresolvedOps - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteStatus
kTfLiteVariant - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteType
kTfLiteVariantObject - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum TfLiteAllocationType
kTfNonPartition - Static variable in class org.bytedeco.tensorflowlite.NodeSubset
enum tflite::NodeSubset::Type
kTfPartition - Static variable in class org.bytedeco.tensorflowlite.NodeSubset
enum tflite::NodeSubset::Type
kTfUnexplored - Static variable in class org.bytedeco.tensorflowlite.NodeSubset
enum tflite::NodeSubset::Type
kValidationSubgraphNamePrefix(int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
kValidationSubgraphNamePrefix() - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 

M

MakeTfLiteTelemetryProfiler(TfLiteTelemetryProfilerStruct) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
map(InfoMap) - Method in class org.bytedeco.tensorflowlite.presets.tensorflowlite
 
MarkAsDelegationSkippable() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
MarkInitializationIsDone() - Method in class org.bytedeco.tensorflowlite.InitializationStatus
 
MarkSubgraphAsDelegationSkippable(int) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
MemoryAllocation - Class in org.bytedeco.tensorflowlite
 
MemoryAllocation(Pointer) - Constructor for class org.bytedeco.tensorflowlite.MemoryAllocation
Pointer cast constructor.
MemoryAllocation(Pointer, long, ErrorReporter) - Constructor for class org.bytedeco.tensorflowlite.MemoryAllocation
Provides a (read-only) view of the provided buffer region as an allocation.
MemoryPlanner - Class in org.bytedeco.tensorflowlite
 
MemoryPlanner(Pointer) - Constructor for class org.bytedeco.tensorflowlite.MemoryPlanner
Pointer cast constructor.
might_have_side_effect() - Method in class org.bytedeco.tensorflowlite.TfLiteNode
Whether this op might have side effect (e.g.
might_have_side_effect(boolean) - Method in class org.bytedeco.tensorflowlite.TfLiteNode
 
ModelBuilder - Class in org.bytedeco.tensorflowlite
 
ModelBuilder() - Constructor for class org.bytedeco.tensorflowlite.ModelBuilder
Empty constructor.
ModelBuilder(Pointer) - Constructor for class org.bytedeco.tensorflowlite.ModelBuilder
Pointer cast constructor.
ModifyGraphWithDelegate(TfLiteDelegate) - Method in class org.bytedeco.tensorflowlite.Interpreter
\brief Allow a delegate to look at the graph and modify the graph to handle parts of the graph themselves.
ModifyGraphWithDelegate(TfLiteOpaqueDelegateStruct) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
MultiplyAndCheckOverflow(long, long, SizeTPointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
MutableOpResolver - Class in org.bytedeco.tensorflowlite
An OpResolver that is mutable, also used as the op in gen_op_registration.
MutableOpResolver() - Constructor for class org.bytedeco.tensorflowlite.MutableOpResolver
Default native constructor.
MutableOpResolver(long) - Constructor for class org.bytedeco.tensorflowlite.MutableOpResolver
Native array allocator.
MutableOpResolver(Pointer) - Constructor for class org.bytedeco.tensorflowlite.MutableOpResolver
Pointer cast constructor.

N

name() - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
Null-terminated name of this tensor.
name(BytePointer) - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
 
node(long) - Method in class org.bytedeco.tensorflowlite.GraphInfo
 
node_and_registration(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
Returns a pointer to an operation and registration data structure if in bounds from the primary subgraph(subgraph_[0]).
node_and_registration(int, int) - Method in class org.bytedeco.tensorflowlite.Interpreter
Returns a pointer to an operation and registration data structure if in bounds.
node_and_registration(int) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
node_index(long) - Method in class org.bytedeco.tensorflowlite.GraphInfo
 
nodes() - Method in class org.bytedeco.tensorflowlite.NodeSubset
 
nodes(IntPointer) - Method in class org.bytedeco.tensorflowlite.NodeSubset
 
nodes_and_registration() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
nodes_size() - Method in class org.bytedeco.tensorflowlite.Interpreter
Return the number of ops in the model.
nodes_size() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
nodes_to_replace() - Method in class org.bytedeco.tensorflowlite.TfLiteDelegateParams
 
nodes_to_replace(TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegateParams
 
nodes_to_replace() - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateParams
 
nodes_to_replace(TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateParams
 
NodeSubset - Class in org.bytedeco.tensorflowlite
 
NodeSubset() - Constructor for class org.bytedeco.tensorflowlite.NodeSubset
Default native constructor.
NodeSubset(long) - Constructor for class org.bytedeco.tensorflowlite.NodeSubset
Native array allocator.
NodeSubset(Pointer) - Constructor for class org.bytedeco.tensorflowlite.NodeSubset
Pointer cast constructor.
NodeSubsetVector - Class in org.bytedeco.tensorflowlite
 
NodeSubsetVector(Pointer) - Constructor for class org.bytedeco.tensorflowlite.NodeSubsetVector
Pointer cast constructor.
NodeSubsetVector(NodeSubset) - Constructor for class org.bytedeco.tensorflowlite.NodeSubsetVector
 
NodeSubsetVector(NodeSubset...) - Constructor for class org.bytedeco.tensorflowlite.NodeSubsetVector
 
NodeSubsetVector() - Constructor for class org.bytedeco.tensorflowlite.NodeSubsetVector
 
NodeSubsetVector(long) - Constructor for class org.bytedeco.tensorflowlite.NodeSubsetVector
 
NodeSubsetVector.Iterator - Class in org.bytedeco.tensorflowlite
 
num_execution_nodes() - Method in class org.bytedeco.tensorflowlite.GraphInfo
 
num_tensors() - Method in class org.bytedeco.tensorflowlite.GraphInfo
 
num_total_nodes() - Method in class org.bytedeco.tensorflowlite.GraphInfo
 

O

opaque_delegate_builder() - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate
The opaque delegate builder associated with this object.
opaque_delegate_builder(TfLiteOpaqueDelegateBuilder) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate
 
OPERATOR_INVOKE_EVENT - Static variable in class org.bytedeco.tensorflowlite.Profiler
enum class tflite::Profiler::EventType
OperatorsCache - Class in org.bytedeco.tensorflowlite
 
OperatorsCache() - Constructor for class org.bytedeco.tensorflowlite.OperatorsCache
Default native constructor.
OperatorsCache(long) - Constructor for class org.bytedeco.tensorflowlite.OperatorsCache
Native array allocator.
OperatorsCache(Pointer) - Constructor for class org.bytedeco.tensorflowlite.OperatorsCache
Pointer cast constructor.
OpProfilingString(TfLiteRegistration, TfLiteNode) - Method in class org.bytedeco.tensorflowlite.Interpreter
Retrieve an operator's description of its work, for profiling purposes.
OpResolver - Class in org.bytedeco.tensorflowlite
Abstract interface that returns TfLiteRegistrations given op codes or custom op names.
OpResolver(Pointer) - Constructor for class org.bytedeco.tensorflowlite.OpResolver
Pointer cast constructor.
OpResolverInternal - Class in org.bytedeco.tensorflowlite
 
OpResolverInternal() - Constructor for class org.bytedeco.tensorflowlite.OpResolverInternal
Empty constructor.
OpResolverInternal(Pointer) - Constructor for class org.bytedeco.tensorflowlite.OpResolverInternal
Pointer cast constructor.
OptimizeMemoryForLargeTensors(int) - Method in class org.bytedeco.tensorflowlite.InterpreterOptions
Use dynamic tensor allocation and deallocation method for large tensors instead of static memory planner.
OptimizeMemoryForLargeTensors() - Method in class org.bytedeco.tensorflowlite.InterpreterOptions
 
OptimizeMemoryForLargeTensors(int) - Method in class org.bytedeco.tensorflowlite.Subgraph
WARNING: This is an experimental API and subject to change.
org.bytedeco.tensorflowlite - package org.bytedeco.tensorflowlite
 
org.bytedeco.tensorflowlite.global - package org.bytedeco.tensorflowlite.global
 
org.bytedeco.tensorflowlite.presets - package org.bytedeco.tensorflowlite.presets
 
output_names() - Method in class org.bytedeco.tensorflowlite.SignatureRunner
Read-only access to list of signature output names.
output_size() - Method in class org.bytedeco.tensorflowlite.SignatureRunner
Returns the number of outputs.
output_tensor(long) - Method in class org.bytedeco.tensorflowlite.Interpreter
Return a mutable pointer to the given output tensor.
output_tensor(BytePointer) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
Returns the output tensor identified by 'output_name' in the given signature.
output_tensor(String) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
output_tensor_by_signature(BytePointer, BytePointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
\brief Returns the output tensor identified by 'signature_output_name' in the signature identified by 'signature_key'.
output_tensor_by_signature(String, String) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
output_tensors() - Method in class org.bytedeco.tensorflowlite.NodeSubset
 
output_tensors(IntPointer) - Method in class org.bytedeco.tensorflowlite.NodeSubset
 
output_tensors() - Method in class org.bytedeco.tensorflowlite.TfLiteDelegateParams
 
output_tensors(TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegateParams
 
output_tensors() - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateParams
 
output_tensors(TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateParams
 
outputs() - Method in class org.bytedeco.tensorflowlite.GraphInfo
 
outputs() - Method in class org.bytedeco.tensorflowlite.Interpreter
Read only access to list of outputs.
outputs() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
outputs() - Method in class org.bytedeco.tensorflowlite.TfLiteNode
Outputs to this node expressed as indices into the simulator's tensors.
outputs(TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteNode
 

P

params() - Method in class org.bytedeco.tensorflowlite.TfLiteQuantization
Holds an optional reference to a quantization param structure.
params(Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteQuantization
 
params() - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
Quantization information.
params(TfLiteQuantizationParams) - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
 
ParseModelControlDependencies(BytePointer, long, IntIntPairVectorVector) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Deserializes *out from a character buffer of size size at data.
ParseModelControlDependencies(String, long, IntIntPairVectorVector) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
PartitionGraphIntoIndependentNodeSubsets(GraphInfo, TfLiteIntArray, NodeSubsetVector, boolean, IntIntPairVector, boolean) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
PartitionGraphIntoIndependentNodeSubsets(GraphInfo, TfLiteIntArray, NodeSubsetVector, boolean) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
PlanAllocations() - Method in class org.bytedeco.tensorflowlite.MemoryPlanner
 
pop_back() - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
pop_back() - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector
 
pop_back() - Method in class org.bytedeco.tensorflowlite.StringVector
 
pop_back() - Method in class org.bytedeco.tensorflowlite.SubgraphVector
 
position(long) - Method in class org.bytedeco.tensorflowlite.BuiltinOpResolver
 
position(long) - Method in class org.bytedeco.tensorflowlite.BuiltinOpResolverWithoutDefaultDelegates
 
position(long) - Method in class org.bytedeco.tensorflowlite.BuiltinOpResolverWithXNNPACK
 
position(long) - Method in class org.bytedeco.tensorflowlite.ExternalCpuBackendContext
 
position(long) - Method in class org.bytedeco.tensorflowlite.InitializationStatus
 
position(long) - Method in class org.bytedeco.tensorflowlite.InterpreterOptions
 
position(long) - Method in class org.bytedeco.tensorflowlite.MutableOpResolver
 
position(long) - Method in class org.bytedeco.tensorflowlite.NodeSubset
 
position(long) - Method in class org.bytedeco.tensorflowlite.OperatorsCache
 
position(long) - Method in class org.bytedeco.tensorflowlite.RootProfiler
 
position(long) - Method in class org.bytedeco.tensorflowlite.StderrReporter
 
position(long) - Method in class org.bytedeco.tensorflowlite.Subgraph.SubgraphAllocInfo
 
position(long) - Method in class org.bytedeco.tensorflowlite.SubgraphDelegationMetadata
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteAffineQuantization
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteBFloat16
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteComplex128
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteComplex64
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteCustomAllocation
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegateParams
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteDimensionMetadata
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteEvalTensor
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteExternalContext
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteFloat16
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteNode
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateParams
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteQuantization
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteQuantizationParams
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteSparsity
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetrySettings
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
 
position(long) - Method in class org.bytedeco.tensorflowlite.TfLiteTensorDeleter
 
pre_delegation_execution_plan() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
Prepare() - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate
 
Prepare(TfLiteDelegate.Prepare_TfLiteContext_TfLiteDelegate) - Method in class org.bytedeco.tensorflowlite.TfLiteDelegate
 
Prepare() - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder
 
Prepare(TfLiteOpaqueDelegateBuilder.Prepare_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder
 
prepare() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
 
prepare(TfLiteRegistration.Prepare_TfLiteContext_TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
 
prepare() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
 
prepare(TfLiteRegistration_V1.Prepare_TfLiteContext_TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
 
prepare() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
prepare(TfLiteRegistration_V2.Prepare_TfLiteContext_TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
prepare() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 
prepare(TfLiteRegistration_V3.Prepare_TfLiteContext_TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 
Prepare_Pointer_TfLiteOpaqueContext_TfLiteOpaqueNode - Class in org.bytedeco.tensorflowlite
Sets the preparation callback for the registration.
Prepare_Pointer_TfLiteOpaqueContext_TfLiteOpaqueNode(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Prepare_Pointer_TfLiteOpaqueContext_TfLiteOpaqueNode
Pointer cast constructor.
Prepare_Pointer_TfLiteOpaqueContext_TfLiteOpaqueNode() - Constructor for class org.bytedeco.tensorflowlite.Prepare_Pointer_TfLiteOpaqueContext_TfLiteOpaqueNode
 
Prepare_TfLiteContext_TfLiteDelegate(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteDelegate.Prepare_TfLiteContext_TfLiteDelegate
Pointer cast constructor.
Prepare_TfLiteContext_TfLiteDelegate() - Constructor for class org.bytedeco.tensorflowlite.TfLiteDelegate.Prepare_TfLiteContext_TfLiteDelegate
 
Prepare_TfLiteContext_TfLiteNode(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration.Prepare_TfLiteContext_TfLiteNode
Pointer cast constructor.
Prepare_TfLiteContext_TfLiteNode() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration.Prepare_TfLiteContext_TfLiteNode
 
Prepare_TfLiteContext_TfLiteNode(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V1.Prepare_TfLiteContext_TfLiteNode
Pointer cast constructor.
Prepare_TfLiteContext_TfLiteNode() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V1.Prepare_TfLiteContext_TfLiteNode
 
Prepare_TfLiteContext_TfLiteNode(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V2.Prepare_TfLiteContext_TfLiteNode
Pointer cast constructor.
Prepare_TfLiteContext_TfLiteNode() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V2.Prepare_TfLiteContext_TfLiteNode
 
Prepare_TfLiteContext_TfLiteNode(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V3.Prepare_TfLiteContext_TfLiteNode
Pointer cast constructor.
Prepare_TfLiteContext_TfLiteNode() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V3.Prepare_TfLiteContext_TfLiteNode
 
Prepare_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder.Prepare_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer
Pointer cast constructor.
Prepare_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer() - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder.Prepare_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer
 
Prepare_TfLiteOpaqueContext_TfLiteOpaqueNode - Class in org.bytedeco.tensorflowlite
Sets the preparation callback for the registration.
Prepare_TfLiteOpaqueContext_TfLiteOpaqueNode(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Prepare_TfLiteOpaqueContext_TfLiteOpaqueNode
Pointer cast constructor.
Prepare_TfLiteOpaqueContext_TfLiteOpaqueNode() - Constructor for class org.bytedeco.tensorflowlite.Prepare_TfLiteOpaqueContext_TfLiteOpaqueNode
 
PreviewDelegatePartitioning() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
PreviewDelegatePartitioning(TfLiteContext.PreviewDelegatePartitioning_TfLiteContext_TfLiteIntArray_PointerPointer_IntPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
PreviewDelegatePartitioning_TfLiteContext_TfLiteIntArray_PointerPointer_IntPointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.PreviewDelegatePartitioning_TfLiteContext_TfLiteIntArray_PointerPointer_IntPointer
Pointer cast constructor.
PreviewDelegatePartitioning_TfLiteContext_TfLiteIntArray_PointerPointer_IntPointer() - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.PreviewDelegatePartitioning_TfLiteContext_TfLiteIntArray_PointerPointer_IntPointer
 
primary_subgraph() - Method in class org.bytedeco.tensorflowlite.Interpreter
\warning Experimental interface, subject to change.
PrintInterpreterState(Interpreter, int, int, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
PrintInterpreterState(Interpreter) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
Profiler - Class in org.bytedeco.tensorflowlite
 
Profiler(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Profiler
Pointer cast constructor.
profiler() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
Pointer to the op-level profiler, if set; nullptr otherwise.
profiler(Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
profiling_string() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
 
profiling_string(TfLiteRegistration.Profiling_string_TfLiteContext_TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
 
profiling_string() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
 
profiling_string(TfLiteRegistration_V1.Profiling_string_TfLiteContext_TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
 
profiling_string() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
profiling_string(TfLiteRegistration_V2.Profiling_string_TfLiteContext_TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
profiling_string() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 
profiling_string(TfLiteRegistration_V3.Profiling_string_TfLiteContext_TfLiteNode) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 
Profiling_string_TfLiteContext_TfLiteNode(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration.Profiling_string_TfLiteContext_TfLiteNode
Pointer cast constructor.
Profiling_string_TfLiteContext_TfLiteNode() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration.Profiling_string_TfLiteContext_TfLiteNode
 
Profiling_string_TfLiteContext_TfLiteNode(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V1.Profiling_string_TfLiteContext_TfLiteNode
Pointer cast constructor.
Profiling_string_TfLiteContext_TfLiteNode() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V1.Profiling_string_TfLiteContext_TfLiteNode
 
Profiling_string_TfLiteContext_TfLiteNode(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V2.Profiling_string_TfLiteContext_TfLiteNode
Pointer cast constructor.
Profiling_string_TfLiteContext_TfLiteNode() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V2.Profiling_string_TfLiteContext_TfLiteNode
 
Profiling_string_TfLiteContext_TfLiteNode(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V3.Profiling_string_TfLiteContext_TfLiteNode
Pointer cast constructor.
Profiling_string_TfLiteContext_TfLiteNode() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V3.Profiling_string_TfLiteContext_TfLiteNode
 
push_back(IntIntPairVector) - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
push_back(NodeSubset) - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector
 
push_back(BytePointer) - Method in class org.bytedeco.tensorflowlite.StringVector
 
push_back(Subgraph) - Method in class org.bytedeco.tensorflowlite.SubgraphVector
 
put(IntIntPair) - Method in class org.bytedeco.tensorflowlite.IntIntPair
 
put(int, int) - Method in class org.bytedeco.tensorflowlite.IntIntPair
 
put(IntIntPairVector) - Method in class org.bytedeco.tensorflowlite.IntIntPairVector
 
put(int[], int[]) - Method in class org.bytedeco.tensorflowlite.IntIntPairVector
 
put(IntIntPairVectorVector) - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
put(long, IntIntPairVector) - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
put(IntIntPairVector) - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
put(IntIntPairVector...) - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
put(IntResourceBaseMap) - Method in class org.bytedeco.tensorflowlite.IntResourceBaseMap
 
put(int, ResourceBase) - Method in class org.bytedeco.tensorflowlite.IntResourceBaseMap
 
put(NodeSubsetVector) - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector
 
put(long, NodeSubset) - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector
 
put(NodeSubset) - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector
 
put(NodeSubset...) - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector
 
put(RegistrationNodePair) - Method in class org.bytedeco.tensorflowlite.RegistrationNodePair
 
put(TfLiteNode, TfLiteRegistration) - Method in class org.bytedeco.tensorflowlite.RegistrationNodePair
 
put(RegistrationNodePairVector) - Method in class org.bytedeco.tensorflowlite.RegistrationNodePairVector
 
put(TfLiteNode[], TfLiteRegistration[]) - Method in class org.bytedeco.tensorflowlite.RegistrationNodePairVector
 
put(RootProfiler) - Method in class org.bytedeco.tensorflowlite.RootProfiler
 
put(SizeTSizeTMap) - Method in class org.bytedeco.tensorflowlite.SizeTSizeTMap
 
put(long, long) - Method in class org.bytedeco.tensorflowlite.SizeTSizeTMap
 
put(StringIntMap) - Method in class org.bytedeco.tensorflowlite.StringIntMap
 
put(String, int) - Method in class org.bytedeco.tensorflowlite.StringIntMap
 
put(StringStringMap) - Method in class org.bytedeco.tensorflowlite.StringStringMap
 
put(String, String) - Method in class org.bytedeco.tensorflowlite.StringStringMap
 
put(String, BytePointer) - Method in class org.bytedeco.tensorflowlite.StringStringMap
 
put(StringVector) - Method in class org.bytedeco.tensorflowlite.StringVector
 
put(long, BytePointer) - Method in class org.bytedeco.tensorflowlite.StringVector
 
put(BytePointer) - Method in class org.bytedeco.tensorflowlite.StringVector
 
put(BytePointer...) - Method in class org.bytedeco.tensorflowlite.StringVector
 
put(SubgraphVector) - Method in class org.bytedeco.tensorflowlite.SubgraphVector
 
put(long, Subgraph) - Method in class org.bytedeco.tensorflowlite.SubgraphVector
 
put(Subgraph) - Method in class org.bytedeco.tensorflowlite.SubgraphVector
 
put(Subgraph...) - Method in class org.bytedeco.tensorflowlite.SubgraphVector
 

Q

quantization() - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
Quantization information.
quantization(TfLiteQuantization) - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
 
quantized_dimension() - Method in class org.bytedeco.tensorflowlite.TfLiteAffineQuantization
 
quantized_dimension(int) - Method in class org.bytedeco.tensorflowlite.TfLiteAffineQuantization
 

R

raw() - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
raw(BytePointer) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
raw_const() - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
raw_const(BytePointer) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
re() - Method in class org.bytedeco.tensorflowlite.TfLiteComplex128
 
re(double) - Method in class org.bytedeco.tensorflowlite.TfLiteComplex128
 
re() - Method in class org.bytedeco.tensorflowlite.TfLiteComplex64
 
re(float) - Method in class org.bytedeco.tensorflowlite.TfLiteComplex64
 
ReadAllMetadata() - Method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
ReadAllMetadata(Pointer) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
recommended_num_threads() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
Number of threads that are recommended to subsystems like gemmlowp and eigen.
recommended_num_threads(int) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
Refresh() - Method in class org.bytedeco.tensorflowlite.TfLiteExternalContext
 
Refresh(TfLiteExternalContext.Refresh_TfLiteContext) - Method in class org.bytedeco.tensorflowlite.TfLiteExternalContext
 
Refresh_TfLiteContext(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteExternalContext.Refresh_TfLiteContext
Pointer cast constructor.
Refresh_TfLiteContext() - Constructor for class org.bytedeco.tensorflowlite.TfLiteExternalContext.Refresh_TfLiteContext
 
registration(long) - Method in class org.bytedeco.tensorflowlite.GraphInfo
 
registration_external() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
The external (i.e.
registration_external(TfLiteOperator) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
 
registration_external() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
registration_external(TfLiteOperator) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
registration_external() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 
registration_external(TfLiteOperator) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 
RegistrationNodePair - Class in org.bytedeco.tensorflowlite
 
RegistrationNodePair(Pointer) - Constructor for class org.bytedeco.tensorflowlite.RegistrationNodePair
Pointer cast constructor.
RegistrationNodePair(TfLiteNode, TfLiteRegistration) - Constructor for class org.bytedeco.tensorflowlite.RegistrationNodePair
 
RegistrationNodePair() - Constructor for class org.bytedeco.tensorflowlite.RegistrationNodePair
 
RegistrationNodePairVector - Class in org.bytedeco.tensorflowlite
 
RegistrationNodePairVector(Pointer) - Constructor for class org.bytedeco.tensorflowlite.RegistrationNodePairVector
Pointer cast constructor.
RegistrationNodePairVector(TfLiteNode[], TfLiteRegistration[]) - Constructor for class org.bytedeco.tensorflowlite.RegistrationNodePairVector
 
RegistrationNodePairVector() - Constructor for class org.bytedeco.tensorflowlite.RegistrationNodePairVector
 
RegistrationNodePairVector(long) - Constructor for class org.bytedeco.tensorflowlite.RegistrationNodePairVector
 
ReleaseMemory() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
ReleaseNonPersistentMemory() - Method in class org.bytedeco.tensorflowlite.Interpreter
\warning Experimental interface, subject to change.
ReleaseNonPersistentMemory() - Method in class org.bytedeco.tensorflowlite.MemoryPlanner
 
ReleaseNonPersistentMemory() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
ReleaseSubgraphContext(int) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
ReleaseSubgraphContext(TfLiteContext, int) - Static method in class org.bytedeco.tensorflowlite.Subgraph
 
ReleaseSubgraphContext() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
ReleaseSubgraphContext(TfLiteContext.ReleaseSubgraphContext_TfLiteContext_int) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
ReleaseSubgraphContext_TfLiteContext_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.ReleaseSubgraphContext_TfLiteContext_int
Pointer cast constructor.
ReleaseSubgraphContext_TfLiteContext_int() - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.ReleaseSubgraphContext_TfLiteContext_int
 
RemoveChildProfilers() - Method in class org.bytedeco.tensorflowlite.RootProfiler
Removes all child profilers and releases the child profiler if it's owned by the root profiler.
RemoveUnusedInputs() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
replaced_by_node() - Method in class org.bytedeco.tensorflowlite.SubgraphDelegationMetadata
 
replaced_by_node(IntPointer) - Method in class org.bytedeco.tensorflowlite.SubgraphDelegationMetadata
 
ReplaceNodeSubsetsWithDelegateKernels() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
ReplaceNodeSubsetsWithDelegateKernels(TfLiteContext.ReplaceNodeSubsetsWithDelegateKernels_TfLiteContext_TfLiteRegistration_TfLiteIntArray_TfLiteDelegate) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
ReplaceNodeSubsetsWithDelegateKernels_TfLiteContext_TfLiteRegistration_TfLiteIntArray_TfLiteDelegate(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.ReplaceNodeSubsetsWithDelegateKernels_TfLiteContext_TfLiteRegistration_TfLiteIntArray_TfLiteDelegate
Pointer cast constructor.
ReplaceNodeSubsetsWithDelegateKernels_TfLiteContext_TfLiteRegistration_TfLiteIntArray_TfLiteDelegate() - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.ReplaceNodeSubsetsWithDelegateKernels_TfLiteContext_TfLiteRegistration_TfLiteIntArray_TfLiteDelegate
 
Report(BytePointer, Pointer) - Method in class org.bytedeco.tensorflowlite.ErrorReporter
Converts args to character equivalents according to format string, constructs the error string and report it.
Report(String, Pointer) - Method in class org.bytedeco.tensorflowlite.ErrorReporter
 
Report(BytePointer) - Method in class org.bytedeco.tensorflowlite.ErrorReporter
Converts arguments to character equivalents according to format string, constructs the error string and report it.
Report(String) - Method in class org.bytedeco.tensorflowlite.ErrorReporter
 
Report(BytePointer, Pointer) - Method in class org.bytedeco.tensorflowlite.StderrReporter
 
Report(String, Pointer) - Method in class org.bytedeco.tensorflowlite.StderrReporter
 
ReportBeginOpInvokeEvent(BytePointer, long, long) - Method in class org.bytedeco.tensorflowlite.TelemetryProfiler
 
ReportBeginOpInvokeEvent(String, long, long) - Method in class org.bytedeco.tensorflowlite.TelemetryProfiler
 
ReportBeginOpInvokeEvent() - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct
 
ReportBeginOpInvokeEvent(TfLiteTelemetryProfilerStruct.ReportBeginOpInvokeEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long) - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct
 
ReportBeginOpInvokeEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct.ReportBeginOpInvokeEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long
Pointer cast constructor.
ReportBeginOpInvokeEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long() - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct.ReportBeginOpInvokeEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long
 
ReportEndOpInvokeEvent(int) - Method in class org.bytedeco.tensorflowlite.TelemetryProfiler
 
ReportEndOpInvokeEvent() - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct
 
ReportEndOpInvokeEvent(TfLiteTelemetryProfilerStruct.ReportEndOpInvokeEvent_TfLiteTelemetryProfilerStruct_int) - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct
 
ReportEndOpInvokeEvent_TfLiteTelemetryProfilerStruct_int(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct.ReportEndOpInvokeEvent_TfLiteTelemetryProfilerStruct_int
Pointer cast constructor.
ReportEndOpInvokeEvent_TfLiteTelemetryProfilerStruct_int() - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct.ReportEndOpInvokeEvent_TfLiteTelemetryProfilerStruct_int
 
Reporter_Pointer_BytePointer_Pointer - Class in org.bytedeco.tensorflowlite
Same as TfLiteModelCreate with customizble error reporter.
Reporter_Pointer_BytePointer_Pointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Reporter_Pointer_BytePointer_Pointer
Pointer cast constructor.
Reporter_Pointer_BytePointer_Pointer() - Constructor for class org.bytedeco.tensorflowlite.Reporter_Pointer_BytePointer_Pointer
 
Reporter_Pointer_String_Pointer - Class in org.bytedeco.tensorflowlite
 
Reporter_Pointer_String_Pointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Reporter_Pointer_String_Pointer
Pointer cast constructor.
Reporter_Pointer_String_Pointer() - Constructor for class org.bytedeco.tensorflowlite.Reporter_Pointer_String_Pointer
 
ReportError(Pointer, BytePointer) - Method in class org.bytedeco.tensorflowlite.ErrorReporter
Equivalent to Report above.
ReportError(Pointer, String) - Method in class org.bytedeco.tensorflowlite.ErrorReporter
 
ReportError(BytePointer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
ReportError(String) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
ReportOpInvokeEvent(BytePointer, long, long, long) - Method in class org.bytedeco.tensorflowlite.TelemetryProfiler
 
ReportOpInvokeEvent(String, long, long, long) - Method in class org.bytedeco.tensorflowlite.TelemetryProfiler
 
ReportOpInvokeEvent() - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct
 
ReportOpInvokeEvent(TfLiteTelemetryProfilerStruct.ReportOpInvokeEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long_long) - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct
 
ReportOpInvokeEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long_long(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct.ReportOpInvokeEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long_long
Pointer cast constructor.
ReportOpInvokeEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long_long() - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct.ReportOpInvokeEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long_long
 
ReportSettings(BytePointer, TfLiteTelemetrySettings) - Method in class org.bytedeco.tensorflowlite.TelemetryProfiler
 
ReportSettings(String, TfLiteTelemetrySettings) - Method in class org.bytedeco.tensorflowlite.TelemetryProfiler
 
ReportSettings() - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct
 
ReportSettings(TfLiteTelemetryProfilerStruct.ReportSettings_TfLiteTelemetryProfilerStruct_BytePointer_TfLiteTelemetrySettings) - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct
 
ReportSettings_TfLiteTelemetryProfilerStruct_BytePointer_TfLiteTelemetrySettings(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct.ReportSettings_TfLiteTelemetryProfilerStruct_BytePointer_TfLiteTelemetrySettings
Pointer cast constructor.
ReportSettings_TfLiteTelemetryProfilerStruct_BytePointer_TfLiteTelemetrySettings() - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct.ReportSettings_TfLiteTelemetryProfilerStruct_BytePointer_TfLiteTelemetrySettings
 
ReportTelemetryEvent(BytePointer, TelemetryStatusCode) - Method in class org.bytedeco.tensorflowlite.TelemetryProfiler
 
ReportTelemetryEvent(String, TelemetryStatusCode) - Method in class org.bytedeco.tensorflowlite.TelemetryProfiler
 
ReportTelemetryEvent() - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct
 
ReportTelemetryEvent(TfLiteTelemetryProfilerStruct.ReportTelemetryEvent_TfLiteTelemetryProfilerStruct_BytePointer_long) - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct
 
ReportTelemetryEvent_TfLiteTelemetryProfilerStruct_BytePointer_long(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct.ReportTelemetryEvent_TfLiteTelemetryProfilerStruct_BytePointer_long
Pointer cast constructor.
ReportTelemetryEvent_TfLiteTelemetryProfilerStruct_BytePointer_long() - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct.ReportTelemetryEvent_TfLiteTelemetryProfilerStruct_BytePointer_long
 
ReportTelemetryOpEvent(BytePointer, long, long, TelemetryStatusCode) - Method in class org.bytedeco.tensorflowlite.TelemetryProfiler
 
ReportTelemetryOpEvent(String, long, long, TelemetryStatusCode) - Method in class org.bytedeco.tensorflowlite.TelemetryProfiler
 
ReportTelemetryOpEvent() - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct
 
ReportTelemetryOpEvent(TfLiteTelemetryProfilerStruct.ReportTelemetryOpEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long_long) - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct
 
ReportTelemetryOpEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long_long(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct.ReportTelemetryOpEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long_long
Pointer cast constructor.
ReportTelemetryOpEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long_long() - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct.ReportTelemetryOpEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long_long
 
RequestScratchBufferInArena() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
RequestScratchBufferInArena(TfLiteContext.RequestScratchBufferInArena_TfLiteContext_long_IntPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
RequestScratchBufferInArena_TfLiteContext_long_IntPointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.RequestScratchBufferInArena_TfLiteContext_long_IntPointer
Pointer cast constructor.
RequestScratchBufferInArena_TfLiteContext_long_IntPointer() - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.RequestScratchBufferInArena_TfLiteContext_long_IntPointer
 
ResetAllocations() - Method in class org.bytedeco.tensorflowlite.MemoryPlanner
 
ResetAllocationsAfter(int) - Method in class org.bytedeco.tensorflowlite.MemoryPlanner
 
ResetVariableTensors() - Method in class org.bytedeco.tensorflowlite.Interpreter
\warning This is an experimental API and subject to change.
ResetVariableTensors() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
resize(long) - Method in class org.bytedeco.tensorflowlite.IntIntPairVector
 
resize(long) - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
resize(long) - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector
 
resize(long) - Method in class org.bytedeco.tensorflowlite.RegistrationNodePairVector
 
resize(long) - Method in class org.bytedeco.tensorflowlite.StringVector
 
resize(long) - Method in class org.bytedeco.tensorflowlite.SubgraphVector
 
ResizeInputTensor(int, IntPointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
Change the dimensionality of a given tensor.
ResizeInputTensor(int, IntBuffer) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
ResizeInputTensor(int, int[]) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
ResizeInputTensor(BytePointer, IntPointer) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
Change a dimensionality of a given tensor.
ResizeInputTensor(String, IntBuffer) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
ResizeInputTensor(BytePointer, int[]) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
ResizeInputTensor(String, IntPointer) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
ResizeInputTensor(BytePointer, IntBuffer) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
ResizeInputTensor(String, int[]) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
ResizeInputTensor(int, IntPointer, int) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
ResizeInputTensor(int, IntBuffer, int) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
ResizeInputTensor(int, int[], int) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
ResizeInputTensor(int, IntPointer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
ResizeInputTensor(int, IntBuffer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
ResizeInputTensor(int, int[]) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
ResizeInputTensorStrict(int, IntPointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
Change the dimensionality of a given tensor.
ResizeInputTensorStrict(int, IntBuffer) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
ResizeInputTensorStrict(int, int[]) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
ResizeInputTensorStrict(BytePointer, IntPointer) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
Change the dimensionality of a given tensor.
ResizeInputTensorStrict(String, IntBuffer) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
ResizeInputTensorStrict(BytePointer, int[]) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
ResizeInputTensorStrict(String, IntPointer) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
ResizeInputTensorStrict(BytePointer, IntBuffer) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
ResizeInputTensorStrict(String, int[]) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
ResizeInputTensorStrict(int, IntPointer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
ResizeInputTensorStrict(int, IntBuffer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
ResizeInputTensorStrict(int, int[]) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
ResizeTensor() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
ResizeTensor(TfLiteContext.ResizeTensor_TfLiteContext_TfLiteTensor_TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
ResizeTensor_TfLiteContext_TfLiteTensor_TfLiteIntArray(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.ResizeTensor_TfLiteContext_TfLiteTensor_TfLiteIntArray
Pointer cast constructor.
ResizeTensor_TfLiteContext_TfLiteTensor_TfLiteIntArray() - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.ResizeTensor_TfLiteContext_TfLiteTensor_TfLiteIntArray
 
ResizeTensorExplicit() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
ResizeTensorExplicit(TfLiteContext.ResizeTensorExplicit_TfLiteContext_TfLiteTensor_int_IntPointer) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
ResizeTensorExplicit_TfLiteContext_TfLiteTensor_int_IntPointer(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.ResizeTensorExplicit_TfLiteContext_TfLiteTensor_int_IntPointer
Pointer cast constructor.
ResizeTensorExplicit_TfLiteContext_TfLiteTensor_int_IntPointer() - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.ResizeTensorExplicit_TfLiteContext_TfLiteTensor_int_IntPointer
 
resource_ids() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
resource_size() - Method in class org.bytedeco.tensorflowlite.Subgraph.SubgraphAllocInfo
 
resource_size(long) - Method in class org.bytedeco.tensorflowlite.Subgraph.SubgraphAllocInfo
 
ResourceBase - Class in org.bytedeco.tensorflowlite
WARNING: Experimental interface, subject to change.
ResourceBase(Pointer) - Constructor for class org.bytedeco.tensorflowlite.ResourceBase
Pointer cast constructor.
resources() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
RootProfiler - Class in org.bytedeco.tensorflowlite
A root profiler instance installed in TFLite runtime.
RootProfiler(Pointer) - Constructor for class org.bytedeco.tensorflowlite.RootProfiler
Pointer cast constructor.
RootProfiler(long) - Constructor for class org.bytedeco.tensorflowlite.RootProfiler
Native array allocator.
RootProfiler() - Constructor for class org.bytedeco.tensorflowlite.RootProfiler
 
RootProfiler(RootProfiler) - Constructor for class org.bytedeco.tensorflowlite.RootProfiler
 

S

scale() - Method in class org.bytedeco.tensorflowlite.TfLiteAffineQuantization
 
scale(TfLiteFloatArray) - Method in class org.bytedeco.tensorflowlite.TfLiteAffineQuantization
 
scale() - Method in class org.bytedeco.tensorflowlite.TfLiteQuantizationParams
 
scale(float) - Method in class org.bytedeco.tensorflowlite.TfLiteQuantizationParams
 
ScopedDelegateOperatorProfile - Class in org.bytedeco.tensorflowlite
 
ScopedDelegateOperatorProfile(Pointer) - Constructor for class org.bytedeco.tensorflowlite.ScopedDelegateOperatorProfile
Pointer cast constructor.
ScopedDelegateOperatorProfile(Profiler, BytePointer, int) - Constructor for class org.bytedeco.tensorflowlite.ScopedDelegateOperatorProfile
 
ScopedDelegateOperatorProfile(Profiler, String, int) - Constructor for class org.bytedeco.tensorflowlite.ScopedDelegateOperatorProfile
 
ScopedDelegateProfiledOperatorProfile - Class in org.bytedeco.tensorflowlite
 
ScopedDelegateProfiledOperatorProfile(Pointer) - Constructor for class org.bytedeco.tensorflowlite.ScopedDelegateProfiledOperatorProfile
Pointer cast constructor.
ScopedDelegateProfiledOperatorProfile(Profiler, BytePointer, int) - Constructor for class org.bytedeco.tensorflowlite.ScopedDelegateProfiledOperatorProfile
 
ScopedDelegateProfiledOperatorProfile(Profiler, String, int) - Constructor for class org.bytedeco.tensorflowlite.ScopedDelegateProfiledOperatorProfile
 
ScopedOperatorProfile - Class in org.bytedeco.tensorflowlite
 
ScopedOperatorProfile(Pointer) - Constructor for class org.bytedeco.tensorflowlite.ScopedOperatorProfile
Pointer cast constructor.
ScopedOperatorProfile(Profiler, BytePointer, int) - Constructor for class org.bytedeco.tensorflowlite.ScopedOperatorProfile
 
ScopedOperatorProfile(Profiler, String, int) - Constructor for class org.bytedeco.tensorflowlite.ScopedOperatorProfile
 
ScopedProfile - Class in org.bytedeco.tensorflowlite
 
ScopedProfile(Pointer) - Constructor for class org.bytedeco.tensorflowlite.ScopedProfile
Pointer cast constructor.
ScopedProfile(Profiler, BytePointer, int, long) - Constructor for class org.bytedeco.tensorflowlite.ScopedProfile
 
ScopedProfile(Profiler, BytePointer) - Constructor for class org.bytedeco.tensorflowlite.ScopedProfile
 
ScopedProfile(Profiler, String, int, long) - Constructor for class org.bytedeco.tensorflowlite.ScopedProfile
 
ScopedProfile(Profiler, String) - Constructor for class org.bytedeco.tensorflowlite.ScopedProfile
 
ScopedRuntimeInstrumentationProfile - Class in org.bytedeco.tensorflowlite
 
ScopedRuntimeInstrumentationProfile(Pointer) - Constructor for class org.bytedeco.tensorflowlite.ScopedRuntimeInstrumentationProfile
Pointer cast constructor.
ScopedRuntimeInstrumentationProfile(Profiler, BytePointer) - Constructor for class org.bytedeco.tensorflowlite.ScopedRuntimeInstrumentationProfile
 
ScopedRuntimeInstrumentationProfile(Profiler, String) - Constructor for class org.bytedeco.tensorflowlite.ScopedRuntimeInstrumentationProfile
 
second() - Method in class org.bytedeco.tensorflowlite.IntIntPair
 
second(int) - Method in class org.bytedeco.tensorflowlite.IntIntPair
 
second(long) - Method in class org.bytedeco.tensorflowlite.IntIntPairVector
 
second(long, int) - Method in class org.bytedeco.tensorflowlite.IntIntPairVector
 
second() - Method in class org.bytedeco.tensorflowlite.IntResourceBaseMap.Iterator
 
second() - Method in class org.bytedeco.tensorflowlite.RegistrationNodePair
 
second(TfLiteRegistration) - Method in class org.bytedeco.tensorflowlite.RegistrationNodePair
 
second(long) - Method in class org.bytedeco.tensorflowlite.RegistrationNodePairVector
 
second(long, TfLiteRegistration) - Method in class org.bytedeco.tensorflowlite.RegistrationNodePairVector
 
second() - Method in class org.bytedeco.tensorflowlite.SizeTSizeTMap.Iterator
 
second() - Method in class org.bytedeco.tensorflowlite.StringIntMap.Iterator
 
second() - Method in class org.bytedeco.tensorflowlite.StringStringMap.Iterator
 
SerializeModelControlDependencies(IntIntPairVectorVector) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Serializes in into the returned string.
set_internal_backend_context(TfLiteInternalBackendContext) - Method in class org.bytedeco.tensorflowlite.ExternalCpuBackendContext
 
set_runtime_status(long, long) - Method in class org.bytedeco.tensorflowlite.ScopedRuntimeInstrumentationProfile
 
SetAllowBufferHandleOutput(boolean) - Method in class org.bytedeco.tensorflowlite.Interpreter
\warning This is an experimental API and subject to change.
SetAllowBufferHandleOutput(boolean) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
\brief Set if buffer handle output is allowed.
SetAllowFp16PrecisionForFp32(boolean) - Method in class org.bytedeco.tensorflowlite.Interpreter
Allow float16 precision for FP32 calculation when possible.
SetBufferHandle(int, int, TfLiteDelegate) - Method in class org.bytedeco.tensorflowlite.Interpreter
\warning This is an experimental API and subject to change.
SetBufferHandle(TfLiteTensor, int, TfLiteDelegate) - Method in class org.bytedeco.tensorflowlite.Interpreter
\warning This is an experimental API and subject to change.
SetCacheConstantCastOp(boolean) - Method in class org.bytedeco.tensorflowlite.InterpreterOptions
 
SetCancellationFunction(Pointer, Interpreter.Check_cancelled_func_Pointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetCancellationFunction(Pointer, Subgraph.Check_cancelled_func_Pointer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetCustomAllocationForInputTensor(BytePointer, TfLiteCustomAllocation, long) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
\brief Assigns (or reassigns) a custom memory allocation for the given tensor name.
SetCustomAllocationForInputTensor(BytePointer, TfLiteCustomAllocation) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
SetCustomAllocationForInputTensor(String, TfLiteCustomAllocation, long) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
SetCustomAllocationForInputTensor(String, TfLiteCustomAllocation) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
SetCustomAllocationForOutputTensor(BytePointer, TfLiteCustomAllocation, long) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
\brief Assigns (or reassigns) a custom memory allocation for the given tensor name.
SetCustomAllocationForOutputTensor(BytePointer, TfLiteCustomAllocation) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
SetCustomAllocationForOutputTensor(String, TfLiteCustomAllocation, long) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
SetCustomAllocationForOutputTensor(String, TfLiteCustomAllocation) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
SetCustomAllocationForTensor(int, TfLiteCustomAllocation, long) - Method in class org.bytedeco.tensorflowlite.Interpreter
\brief Assigns (or reassigns) a custom memory allocation for the given tensor.
SetCustomAllocationForTensor(int, TfLiteCustomAllocation) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetCustomAllocationForTensor(int, TfLiteCustomAllocation, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetCustomAllocationForTensor(int, TfLiteCustomAllocation) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetDisableDelegateClustering(boolean) - Method in class org.bytedeco.tensorflowlite.InterpreterOptions
 
SetDisableDelegateClustering() - Method in class org.bytedeco.tensorflowlite.InterpreterOptions
 
SetEnsureDynamicTensorsAreReleased(boolean) - Method in class org.bytedeco.tensorflowlite.InterpreterOptions
Force all intermediate dynamic tensors to be released once they are not used by the model.
SetEnsureDynamicTensorsAreReleased() - Method in class org.bytedeco.tensorflowlite.InterpreterOptions
 
SetExternalContext(int, TfLiteExternalContext) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetExternalContext(int, TfLiteExternalContext) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetExternalContext() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
SetExternalContext(TfLiteContext.SetExternalContext_TfLiteContext_int_TfLiteExternalContext) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
SetExternalContext_TfLiteContext_int_TfLiteExternalContext(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.SetExternalContext_TfLiteContext_int_TfLiteExternalContext
Pointer cast constructor.
SetExternalContext_TfLiteContext_int_TfLiteExternalContext() - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext.SetExternalContext_TfLiteContext_int_TfLiteExternalContext
 
SetInputBufferHandle(BytePointer, int, TfLiteDelegate, boolean) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
\warning This is an experimental API and subject to change.
SetInputBufferHandle(BytePointer, int, TfLiteDelegate) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
SetInputBufferHandle(String, int, TfLiteDelegate, boolean) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
SetInputBufferHandle(String, int, TfLiteDelegate) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
SetInputs(IntPointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
Provide a list of tensor indexes that are inputs to the model.
SetInputs(IntBuffer) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetInputs(int[]) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetInputs(IntPointer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetInputs(IntBuffer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetInputs(int[]) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetMaxNumThreads(int) - Method in class org.bytedeco.tensorflowlite.TfLiteInternalBackendContext
 
SetName(BytePointer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetName(String) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetNumThreads(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
Set the number of threads available to the interpreter.
SetNumThreads(int) - Method in class org.bytedeco.tensorflowlite.InterpreterBuilder
Sets the number of CPU threads to use for the interpreter.
SetOptions(InterpreterOptions) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetOutputBufferHandle(BytePointer, int, TfLiteDelegate, boolean) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
\warning This is an experimental API and subject to change.
SetOutputBufferHandle(BytePointer, int, TfLiteDelegate) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
SetOutputBufferHandle(String, int, TfLiteDelegate, boolean) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
SetOutputBufferHandle(String, int, TfLiteDelegate) - Method in class org.bytedeco.tensorflowlite.SignatureRunner
 
SetOutputs(IntPointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
Provide a list of tensor indexes that are outputs to the model Each index is bound check and this modifies the consistent_ flag of the interpreter.
SetOutputs(IntBuffer) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetOutputs(int[]) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetOutputs(IntPointer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetOutputs(IntBuffer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetOutputs(int[]) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetPreserveAllTensors(boolean) - Method in class org.bytedeco.tensorflowlite.InterpreterOptions
Preserving all intermediates tensors for debugging.
SetPreserveAllTensors() - Method in class org.bytedeco.tensorflowlite.InterpreterOptions
 
SetProfiler(Profiler) - Method in class org.bytedeco.tensorflowlite.Interpreter
\warning This is an experimental API and subject to change.
SetProfiler(Profiler, int) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTelemetryProfiler(TelemetryProfiler) - Method in class org.bytedeco.tensorflowlite.InterpreterBuilder
 
SetTensorParametersReadOnly(int, int, BytePointer, IntPointer, TfLiteQuantization, BytePointer, long, Allocation) - Method in class org.bytedeco.tensorflowlite.Interpreter
Set description of inputs/outputs/data/fptrs for node node_index.
SetTensorParametersReadOnly(int, int, BytePointer, IntPointer, TfLiteQuantization, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, String, IntBuffer, TfLiteQuantization, String, long, Allocation) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, String, IntBuffer, TfLiteQuantization, String, long) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, BytePointer, int[], TfLiteQuantization, BytePointer, long, Allocation) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, BytePointer, int[], TfLiteQuantization, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, String, IntPointer, TfLiteQuantization, String, long, Allocation) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, String, IntPointer, TfLiteQuantization, String, long) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, BytePointer, IntBuffer, TfLiteQuantization, BytePointer, long, Allocation) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, BytePointer, IntBuffer, TfLiteQuantization, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, String, int[], TfLiteQuantization, String, long, Allocation) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, String, int[], TfLiteQuantization, String, long) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, BytePointer, IntPointer, TfLiteQuantizationParams, BytePointer, long, Allocation) - Method in class org.bytedeco.tensorflowlite.Interpreter
Legacy.
SetTensorParametersReadOnly(int, int, BytePointer, IntPointer, TfLiteQuantizationParams, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, String, IntBuffer, TfLiteQuantizationParams, String, long, Allocation) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, String, IntBuffer, TfLiteQuantizationParams, String, long) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, BytePointer, int[], TfLiteQuantizationParams, BytePointer, long, Allocation) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, BytePointer, int[], TfLiteQuantizationParams, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, String, IntPointer, TfLiteQuantizationParams, String, long, Allocation) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, String, IntPointer, TfLiteQuantizationParams, String, long) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, BytePointer, IntBuffer, TfLiteQuantizationParams, BytePointer, long, Allocation) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, BytePointer, IntBuffer, TfLiteQuantizationParams, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, String, int[], TfLiteQuantizationParams, String, long, Allocation) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, String, int[], TfLiteQuantizationParams, String, long) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, BytePointer, long, IntPointer, TfLiteQuantizationParams, BytePointer, long, Allocation) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, BytePointer, long, IntPointer, TfLiteQuantizationParams, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, String, long, IntBuffer, TfLiteQuantizationParams, String, long, Allocation) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, String, long, IntBuffer, TfLiteQuantizationParams, String, long) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, BytePointer, long, int[], TfLiteQuantizationParams, BytePointer, long, Allocation) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, BytePointer, long, int[], TfLiteQuantizationParams, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, String, long, IntPointer, TfLiteQuantizationParams, String, long, Allocation) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, String, long, IntPointer, TfLiteQuantizationParams, String, long) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, BytePointer, long, IntBuffer, TfLiteQuantizationParams, BytePointer, long, Allocation) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, BytePointer, long, IntBuffer, TfLiteQuantizationParams, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, String, long, int[], TfLiteQuantizationParams, String, long, Allocation) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, String, long, int[], TfLiteQuantizationParams, String, long) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadOnly(int, int, BytePointer, IntPointer, TfLiteQuantization, BytePointer, long, Allocation, TfLiteSparsity, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, BytePointer, IntPointer, TfLiteQuantization, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, String, IntBuffer, TfLiteQuantization, String, long, Allocation, TfLiteSparsity, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, String, IntBuffer, TfLiteQuantization, String, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, BytePointer, int[], TfLiteQuantization, BytePointer, long, Allocation, TfLiteSparsity, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, BytePointer, int[], TfLiteQuantization, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, String, IntPointer, TfLiteQuantization, String, long, Allocation, TfLiteSparsity, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, String, IntPointer, TfLiteQuantization, String, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, BytePointer, IntBuffer, TfLiteQuantization, BytePointer, long, Allocation, TfLiteSparsity, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, BytePointer, IntBuffer, TfLiteQuantization, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, String, int[], TfLiteQuantization, String, long, Allocation, TfLiteSparsity, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, String, int[], TfLiteQuantization, String, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, BytePointer, long, IntPointer, TfLiteQuantization, BytePointer, long, Allocation, TfLiteSparsity, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, BytePointer, long, IntPointer, TfLiteQuantization, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, String, long, IntBuffer, TfLiteQuantization, String, long, Allocation, TfLiteSparsity, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, String, long, IntBuffer, TfLiteQuantization, String, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, BytePointer, long, int[], TfLiteQuantization, BytePointer, long, Allocation, TfLiteSparsity, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, BytePointer, long, int[], TfLiteQuantization, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, String, long, IntPointer, TfLiteQuantization, String, long, Allocation, TfLiteSparsity, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, String, long, IntPointer, TfLiteQuantization, String, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, BytePointer, long, IntBuffer, TfLiteQuantization, BytePointer, long, Allocation, TfLiteSparsity, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, BytePointer, long, IntBuffer, TfLiteQuantization, BytePointer, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, String, long, int[], TfLiteQuantization, String, long, Allocation, TfLiteSparsity, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadOnly(int, int, String, long, int[], TfLiteQuantization, String, long) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, BytePointer, IntPointer, TfLiteQuantization, boolean) - Method in class org.bytedeco.tensorflowlite.Interpreter
Set description of inputs/outputs/data/fptrs for node node_index.
SetTensorParametersReadWrite(int, int, BytePointer, IntPointer, TfLiteQuantization) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, String, IntBuffer, TfLiteQuantization, boolean) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, String, IntBuffer, TfLiteQuantization) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, BytePointer, int[], TfLiteQuantization, boolean) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, BytePointer, int[], TfLiteQuantization) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, String, IntPointer, TfLiteQuantization, boolean) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, String, IntPointer, TfLiteQuantization) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, BytePointer, IntBuffer, TfLiteQuantization, boolean) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, BytePointer, IntBuffer, TfLiteQuantization) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, String, int[], TfLiteQuantization, boolean) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, String, int[], TfLiteQuantization) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, BytePointer, IntPointer, TfLiteQuantizationParams, boolean, IntPointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
Legacy.
SetTensorParametersReadWrite(int, int, BytePointer, IntPointer, TfLiteQuantizationParams) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, String, IntBuffer, TfLiteQuantizationParams, boolean, IntBuffer) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, String, IntBuffer, TfLiteQuantizationParams) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, BytePointer, int[], TfLiteQuantizationParams, boolean, int[]) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, BytePointer, int[], TfLiteQuantizationParams) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, String, IntPointer, TfLiteQuantizationParams, boolean, IntPointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, String, IntPointer, TfLiteQuantizationParams) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, BytePointer, IntBuffer, TfLiteQuantizationParams, boolean, IntBuffer) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, BytePointer, IntBuffer, TfLiteQuantizationParams) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, String, int[], TfLiteQuantizationParams, boolean, int[]) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, String, int[], TfLiteQuantizationParams) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, BytePointer, long, IntPointer, TfLiteQuantizationParams, boolean, long, IntPointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, BytePointer, long, IntPointer, TfLiteQuantizationParams) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, String, long, IntBuffer, TfLiteQuantizationParams, boolean, long, IntBuffer) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, String, long, IntBuffer, TfLiteQuantizationParams) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, BytePointer, long, int[], TfLiteQuantizationParams, boolean, long, int[]) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, BytePointer, long, int[], TfLiteQuantizationParams) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, String, long, IntPointer, TfLiteQuantizationParams, boolean, long, IntPointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, String, long, IntPointer, TfLiteQuantizationParams) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, BytePointer, long, IntBuffer, TfLiteQuantizationParams, boolean, long, IntBuffer) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, BytePointer, long, IntBuffer, TfLiteQuantizationParams) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, String, long, int[], TfLiteQuantizationParams, boolean, long, int[]) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, String, long, int[], TfLiteQuantizationParams) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetTensorParametersReadWrite(int, int, BytePointer, IntPointer, TfLiteQuantization, boolean, IntPointer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, BytePointer, IntPointer, TfLiteQuantization) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, String, IntBuffer, TfLiteQuantization, boolean, IntBuffer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, String, IntBuffer, TfLiteQuantization) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, BytePointer, int[], TfLiteQuantization, boolean, int[]) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, BytePointer, int[], TfLiteQuantization) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, String, IntPointer, TfLiteQuantization, boolean, IntPointer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, String, IntPointer, TfLiteQuantization) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, BytePointer, IntBuffer, TfLiteQuantization, boolean, IntBuffer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, BytePointer, IntBuffer, TfLiteQuantization) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, String, int[], TfLiteQuantization, boolean, int[]) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, String, int[], TfLiteQuantization) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, BytePointer, long, IntPointer, TfLiteQuantization, boolean, long, IntPointer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, BytePointer, long, IntPointer, TfLiteQuantization) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, String, long, IntBuffer, TfLiteQuantization, boolean, long, IntBuffer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, String, long, IntBuffer, TfLiteQuantization) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, BytePointer, long, int[], TfLiteQuantization, boolean, long, int[]) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, BytePointer, long, int[], TfLiteQuantization) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, String, long, IntPointer, TfLiteQuantization, boolean, long, IntPointer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, String, long, IntPointer, TfLiteQuantization) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, BytePointer, long, IntBuffer, TfLiteQuantization, boolean, long, IntBuffer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, BytePointer, long, IntBuffer, TfLiteQuantization) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, String, long, int[], TfLiteQuantization, boolean, long, int[]) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetTensorParametersReadWrite(int, int, String, long, int[], TfLiteQuantization) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetVariables(IntPointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
Provide a list of tensor indexes that are variable tensors.
SetVariables(IntBuffer) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetVariables(int[]) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SetVariables(IntPointer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetVariables(IntBuffer) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
SetVariables(int[]) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
ShouldOptimizeMemoryForLargeTensors() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
ShouldPreserveAllTensors() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
ShouldReleaseDynamicTensors() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
signature_inputs(BytePointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
\brief Returns the mapping of inputs to tensor index in the signature specified through 'signature_key'.
signature_inputs(String) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
signature_key() - Method in class org.bytedeco.tensorflowlite.SignatureRunner
Returns the key for the corresponding signature.
signature_keys() - Method in class org.bytedeco.tensorflowlite.Interpreter
\brief Returns list of all keys of different method signatures defined in the model.
signature_outputs(BytePointer) - Method in class org.bytedeco.tensorflowlite.Interpreter
\brief Returns the mapping of outputs to tensor index in the signature specified through 'signature_key'.
signature_outputs(String) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
SignatureRunner - Class in org.bytedeco.tensorflowlite
runner->Invoke(); /**
SignatureRunner(Pointer) - Constructor for class org.bytedeco.tensorflowlite.SignatureRunner
Pointer cast constructor.
SignatureRunnerHelper - Class in org.bytedeco.tensorflowlite
 
SignatureRunnerHelper() - Constructor for class org.bytedeco.tensorflowlite.SignatureRunnerHelper
Empty constructor.
SignatureRunnerHelper(Pointer) - Constructor for class org.bytedeco.tensorflowlite.SignatureRunnerHelper
Pointer cast constructor.
SignatureRunnerJNIHelper - Class in org.bytedeco.tensorflowlite
 
SignatureRunnerJNIHelper() - Constructor for class org.bytedeco.tensorflowlite.SignatureRunnerJNIHelper
Empty constructor.
SignatureRunnerJNIHelper(Pointer) - Constructor for class org.bytedeco.tensorflowlite.SignatureRunnerJNIHelper
Pointer cast constructor.
SingleOpModel - Class in org.bytedeco.tensorflowlite
 
SingleOpModel() - Constructor for class org.bytedeco.tensorflowlite.SingleOpModel
Empty constructor.
SingleOpModel(Pointer) - Constructor for class org.bytedeco.tensorflowlite.SingleOpModel
Pointer cast constructor.
size() - Method in class org.bytedeco.tensorflowlite.IntIntPairVector
 
size() - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
size() - Method in class org.bytedeco.tensorflowlite.IntResourceBaseMap
 
size() - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector
 
size() - Method in class org.bytedeco.tensorflowlite.RegistrationNodePairVector
 
size() - Method in class org.bytedeco.tensorflowlite.SizeTSizeTMap
 
size() - Method in class org.bytedeco.tensorflowlite.StringIntMap
 
size() - Method in class org.bytedeco.tensorflowlite.StringStringMap
 
size() - Method in class org.bytedeco.tensorflowlite.StringVector
 
size() - Method in class org.bytedeco.tensorflowlite.SubgraphVector
 
size() - Method in class org.bytedeco.tensorflowlite.TfLiteDelegatePtrVector
 
size() - Method in class org.bytedeco.tensorflowlite.TfLiteFloatArray
 
size(int) - Method in class org.bytedeco.tensorflowlite.TfLiteFloatArray
 
size() - Method in class org.bytedeco.tensorflowlite.TfLiteIntArray
 
size(int) - Method in class org.bytedeco.tensorflowlite.TfLiteIntArray
 
SizeTSizeTMap - Class in org.bytedeco.tensorflowlite
 
SizeTSizeTMap(Pointer) - Constructor for class org.bytedeco.tensorflowlite.SizeTSizeTMap
Pointer cast constructor.
SizeTSizeTMap() - Constructor for class org.bytedeco.tensorflowlite.SizeTSizeTMap
 
SizeTSizeTMap.Iterator - Class in org.bytedeco.tensorflowlite
 
source() - Method in class org.bytedeco.tensorflowlite.TelemetryStatusCode
 
source(int) - Method in class org.bytedeco.tensorflowlite.TelemetryStatusCode
 
source() - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetrySettings
 
source(int) - Method in class org.bytedeco.tensorflowlite.TfLiteTelemetrySettings
 
sparsity() - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
Parameters used to encode a sparse tensor.
sparsity(TfLiteSparsity) - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
 
status_code() - Method in class org.bytedeco.tensorflowlite.TelemetryStatusCode
 
status_code(int) - Method in class org.bytedeco.tensorflowlite.TelemetryStatusCode
 
StderrReporter - Class in org.bytedeco.tensorflowlite
 
StderrReporter() - Constructor for class org.bytedeco.tensorflowlite.StderrReporter
Default native constructor.
StderrReporter(long) - Constructor for class org.bytedeco.tensorflowlite.StderrReporter
Native array allocator.
StderrReporter(Pointer) - Constructor for class org.bytedeco.tensorflowlite.StderrReporter
Pointer cast constructor.
StringIntMap - Class in org.bytedeco.tensorflowlite
 
StringIntMap(Pointer) - Constructor for class org.bytedeco.tensorflowlite.StringIntMap
Pointer cast constructor.
StringIntMap() - Constructor for class org.bytedeco.tensorflowlite.StringIntMap
 
StringIntMap.Iterator - Class in org.bytedeco.tensorflowlite
 
StringStringMap - Class in org.bytedeco.tensorflowlite
 
StringStringMap(Pointer) - Constructor for class org.bytedeco.tensorflowlite.StringStringMap
Pointer cast constructor.
StringStringMap() - Constructor for class org.bytedeco.tensorflowlite.StringStringMap
 
StringStringMap.Iterator - Class in org.bytedeco.tensorflowlite
 
StringVector - Class in org.bytedeco.tensorflowlite
 
StringVector(Pointer) - Constructor for class org.bytedeco.tensorflowlite.StringVector
Pointer cast constructor.
StringVector(BytePointer) - Constructor for class org.bytedeco.tensorflowlite.StringVector
 
StringVector(BytePointer...) - Constructor for class org.bytedeco.tensorflowlite.StringVector
 
StringVector() - Constructor for class org.bytedeco.tensorflowlite.StringVector
 
StringVector(long) - Constructor for class org.bytedeco.tensorflowlite.StringVector
 
StringVector.Iterator - Class in org.bytedeco.tensorflowlite
 
subgraph(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
\warning This is an experimental API and subject to change.
Subgraph - Class in org.bytedeco.tensorflowlite
 
Subgraph(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Subgraph
Pointer cast constructor.
Subgraph(ErrorReporter, PointerPointer, SubgraphVector, IntResourceBaseMap, StringIntMap, SizeTSizeTMap, int) - Constructor for class org.bytedeco.tensorflowlite.Subgraph
 
Subgraph(ErrorReporter, TfLiteExternalContext, SubgraphVector, IntResourceBaseMap, StringIntMap, SizeTSizeTMap) - Constructor for class org.bytedeco.tensorflowlite.Subgraph
 
Subgraph(ErrorReporter, TfLiteExternalContext, SubgraphVector, IntResourceBaseMap, StringIntMap, SizeTSizeTMap, int) - Constructor for class org.bytedeco.tensorflowlite.Subgraph
 
Subgraph(Subgraph) - Constructor for class org.bytedeco.tensorflowlite.Subgraph
 
Subgraph.Check_cancelled_func_Pointer - Class in org.bytedeco.tensorflowlite
 
Subgraph.SubgraphAllocInfo - Class in org.bytedeco.tensorflowlite
 
SubgraphAllocInfo() - Constructor for class org.bytedeco.tensorflowlite.Subgraph.SubgraphAllocInfo
Default native constructor.
SubgraphAllocInfo(long) - Constructor for class org.bytedeco.tensorflowlite.Subgraph.SubgraphAllocInfo
Native array allocator.
SubgraphAllocInfo(Pointer) - Constructor for class org.bytedeco.tensorflowlite.Subgraph.SubgraphAllocInfo
Pointer cast constructor.
SubgraphDelegationMetadata - Class in org.bytedeco.tensorflowlite
 
SubgraphDelegationMetadata() - Constructor for class org.bytedeco.tensorflowlite.SubgraphDelegationMetadata
Default native constructor.
SubgraphDelegationMetadata(long) - Constructor for class org.bytedeco.tensorflowlite.SubgraphDelegationMetadata
Native array allocator.
SubgraphDelegationMetadata(Pointer) - Constructor for class org.bytedeco.tensorflowlite.SubgraphDelegationMetadata
Pointer cast constructor.
subgraphs_size() - Method in class org.bytedeco.tensorflowlite.Interpreter
\warning This is an experimental API and subject to change.
SubgraphVector - Class in org.bytedeco.tensorflowlite
 
SubgraphVector(Pointer) - Constructor for class org.bytedeco.tensorflowlite.SubgraphVector
Pointer cast constructor.
SubgraphVector(Subgraph) - Constructor for class org.bytedeco.tensorflowlite.SubgraphVector
 
SubgraphVector(Subgraph...) - Constructor for class org.bytedeco.tensorflowlite.SubgraphVector
 
SubgraphVector() - Constructor for class org.bytedeco.tensorflowlite.SubgraphVector
 
SubgraphVector(long) - Constructor for class org.bytedeco.tensorflowlite.SubgraphVector
 
SubgraphVector.Iterator - Class in org.bytedeco.tensorflowlite
 

T

TELEMETRY_DELEGATE_EVENT - Static variable in class org.bytedeco.tensorflowlite.Profiler
enum class tflite::Profiler::EventType
TELEMETRY_DELEGATE_REPORT_SETTINGS - Static variable in class org.bytedeco.tensorflowlite.Profiler
enum class tflite::Profiler::EventType
TELEMETRY_EVENT - Static variable in class org.bytedeco.tensorflowlite.Profiler
enum class tflite::Profiler::EventType
TELEMETRY_REPORT_SETTINGS - Static variable in class org.bytedeco.tensorflowlite.Profiler
enum class tflite::Profiler::EventType
TelemetryProfiler - Class in org.bytedeco.tensorflowlite
 
TelemetryProfiler(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TelemetryProfiler
Pointer cast constructor.
TelemetryStatusCode - Class in org.bytedeco.tensorflowlite
 
TelemetryStatusCode(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TelemetryStatusCode
Pointer cast constructor.
TelemetryStatusCode() - Constructor for class org.bytedeco.tensorflowlite.TelemetryStatusCode
 
TelemetryStatusCode(int, int) - Constructor for class org.bytedeco.tensorflowlite.TelemetryStatusCode
 
TelemetryStatusCode(int) - Constructor for class org.bytedeco.tensorflowlite.TelemetryStatusCode
 
TelemetryStatusCode(long) - Constructor for class org.bytedeco.tensorflowlite.TelemetryStatusCode
 
temporaries() - Method in class org.bytedeco.tensorflowlite.TfLiteNode
Temporary tensors uses during the computations.
temporaries(TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteNode
 
tensor(long) - Method in class org.bytedeco.tensorflowlite.GraphInfo
 
tensor(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
Get a mutable tensor data structure.
tensor(int) - Method in class org.bytedeco.tensorflowlite.Subgraph
 
tensorflowlite - Class in org.bytedeco.tensorflowlite.global
 
tensorflowlite() - Constructor for class org.bytedeco.tensorflowlite.global.tensorflowlite
 
tensorflowlite - Class in org.bytedeco.tensorflowlite.presets
 
tensorflowlite() - Constructor for class org.bytedeco.tensorflowlite.presets.tensorflowlite
 
TensorHandle - Class in org.bytedeco.tensorflowlite
 
TensorHandle() - Constructor for class org.bytedeco.tensorflowlite.TensorHandle
Empty constructor.
TensorHandle(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TensorHandle
Pointer cast constructor.
tensors() - Method in class org.bytedeco.tensorflowlite.GraphInfo
 
tensors() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
tensors() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
An array of tensors in the interpreter context (of length tensors_size)
tensors(TfLiteTensor) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
tensors_size() - Method in class org.bytedeco.tensorflowlite.Interpreter
Return the number of tensors in the model.
tensors_size() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
tensors_size() - Method in class org.bytedeco.tensorflowlite.TfLiteContext
Number of tensors in the context.
tensors_size(long) - Method in class org.bytedeco.tensorflowlite.TfLiteContext
 
TestDelegate - Class in org.bytedeco.tensorflowlite
 
TestDelegate() - Constructor for class org.bytedeco.tensorflowlite.TestDelegate
Empty constructor.
TestDelegate(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TestDelegate
Pointer cast constructor.
TestDelegation - Class in org.bytedeco.tensorflowlite
 
TestDelegation() - Constructor for class org.bytedeco.tensorflowlite.TestDelegation
Empty constructor.
TestDelegation(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TestDelegation
Pointer cast constructor.
TFLITE_COREML - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum class tflite::telemetry::TelemetrySource
TFLITE_CUSTOM_DELEGATE - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum class tflite::telemetry::TelemetrySource
TFLITE_GPU - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum class tflite::telemetry::TelemetrySource
TFLITE_HAS_ATTRIBUTE_WEAK - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TFLITE_HEXAGON - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum class tflite::telemetry::TelemetrySource
TFLITE_INTERPRETER - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum class tflite::telemetry::TelemetrySource
TFLITE_NNAPI - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum class tflite::telemetry::TelemetrySource
TFLITE_XNNPACK - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum class tflite::telemetry::TelemetrySource
TfLiteAffineQuantization - Class in org.bytedeco.tensorflowlite
Parameters for asymmetric quantization across a dimension (i.e per output channel quantization).
TfLiteAffineQuantization() - Constructor for class org.bytedeco.tensorflowlite.TfLiteAffineQuantization
Default native constructor.
TfLiteAffineQuantization(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteAffineQuantization
Native array allocator.
TfLiteAffineQuantization(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteAffineQuantization
Pointer cast constructor.
TfLiteBFloat16 - Class in org.bytedeco.tensorflowlite
bfloat16 data type compatible with the Google Brain definition.
TfLiteBFloat16() - Constructor for class org.bytedeco.tensorflowlite.TfLiteBFloat16
Default native constructor.
TfLiteBFloat16(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteBFloat16
Native array allocator.
TfLiteBFloat16(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteBFloat16
Pointer cast constructor.
TfLiteComplex128 - Class in org.bytedeco.tensorflowlite
Double-precision complex data type compatible with the C99 definition.
TfLiteComplex128() - Constructor for class org.bytedeco.tensorflowlite.TfLiteComplex128
Default native constructor.
TfLiteComplex128(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteComplex128
Native array allocator.
TfLiteComplex128(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteComplex128
Pointer cast constructor.
TfLiteComplex64 - Class in org.bytedeco.tensorflowlite
Single-precision complex data type compatible with the C99 definition.
TfLiteComplex64() - Constructor for class org.bytedeco.tensorflowlite.TfLiteComplex64
Default native constructor.
TfLiteComplex64(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteComplex64
Native array allocator.
TfLiteComplex64(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteComplex64
Pointer cast constructor.
TfLiteContext - Class in org.bytedeco.tensorflowlite
TfLiteContext allows an op to access the tensors.
TfLiteContext() - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext
Default native constructor.
TfLiteContext(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext
Native array allocator.
TfLiteContext(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteContext
Pointer cast constructor.
TfLiteContext.AcquireSubgraphContext_TfLiteContext_int_PointerPointer - Class in org.bytedeco.tensorflowlite
Retrieves the corresponding TfLiteContext of a subgraph that the given subgraph_index points to and switches to the delegate context for that subgraph.
TfLiteContext.AddTensors_TfLiteContext_int_IntPointer - Class in org.bytedeco.tensorflowlite
Add tensors_to_add tensors, preserving pre-existing Tensor entries.
TfLiteContext.AllocateBufferForEval_TfLiteContext_long_PointerPointer - Class in org.bytedeco.tensorflowlite
Allocate a buffer which will be deallocated right after invoke phase.
TfLiteContext.AllocatePersistentBuffer_TfLiteContext_long - Class in org.bytedeco.tensorflowlite
Allocate persistent buffer which has the same life time as the interpreter.
TfLiteContext.GetEvalTensor_TfLiteContext_int - Class in org.bytedeco.tensorflowlite
Returns a TfLiteEvalTensor struct for a given index.
TfLiteContext.GetExecutionPlan_TfLiteContext_PointerPointer - Class in org.bytedeco.tensorflowlite
The execution plan contains a list of the node indices in execution order.
TfLiteContext.GetExternalContext_TfLiteContext_int - Class in org.bytedeco.tensorflowlite
Access external contexts by type.
TfLiteContext.GetModelMetadata_TfLiteContext_BytePointer_PointerPointer_SizeTPointer - Class in org.bytedeco.tensorflowlite
Retrieves named metadata buffer from the TFLite model.
TfLiteContext.GetNodeAndRegistration_TfLiteContext_int_PointerPointer_PointerPointer - Class in org.bytedeco.tensorflowlite
Get a Tensor node by node_index.
TfLiteContext.GetScratchBuffer_TfLiteContext_int - Class in org.bytedeco.tensorflowlite
Get the scratch buffer pointer.
TfLiteContext.GetTensor_TfLiteContext_int - Class in org.bytedeco.tensorflowlite
Returns a TfLiteTensor struct for a given index.
TfLiteContext.PreviewDelegatePartitioning_TfLiteContext_TfLiteIntArray_PointerPointer_IntPointer - Class in org.bytedeco.tensorflowlite
This method provides a preview of post-delegation partitioning.
TfLiteContext.ReleaseSubgraphContext_TfLiteContext_int - Class in org.bytedeco.tensorflowlite
Releases the subgraph context by switching back to the TFLite kernel context for the subgraph that the given subgraph_index points to.
TfLiteContext.ReplaceNodeSubsetsWithDelegateKernels_TfLiteContext_TfLiteRegistration_TfLiteIntArray_TfLiteDelegate - Class in org.bytedeco.tensorflowlite
Replace ops with one or more stub delegate operations.
TfLiteContext.RequestScratchBufferInArena_TfLiteContext_long_IntPointer - Class in org.bytedeco.tensorflowlite
Request a scratch buffer in the arena through static memory planning.
TfLiteContext.ResizeTensor_TfLiteContext_TfLiteTensor_TfLiteIntArray - Class in org.bytedeco.tensorflowlite
Request memory pointer be resized.
TfLiteContext.ResizeTensorExplicit_TfLiteContext_TfLiteTensor_int_IntPointer - Class in org.bytedeco.tensorflowlite
Resize the memory pointer of the tensor.
TfLiteContext.SetExternalContext_TfLiteContext_int_TfLiteExternalContext - Class in org.bytedeco.tensorflowlite
Set the value of a external context.
TfLiteCustomAllocation - Class in org.bytedeco.tensorflowlite
Defines a custom memory allocation not owned by the runtime.
TfLiteCustomAllocation() - Constructor for class org.bytedeco.tensorflowlite.TfLiteCustomAllocation
Default native constructor.
TfLiteCustomAllocation(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteCustomAllocation
Native array allocator.
TfLiteCustomAllocation(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteCustomAllocation
Pointer cast constructor.
TfLiteDelegate - Class in org.bytedeco.tensorflowlite
WARNING: This is an experimental interface that is subject to change.
TfLiteDelegate() - Constructor for class org.bytedeco.tensorflowlite.TfLiteDelegate
Default native constructor.
TfLiteDelegate(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteDelegate
Native array allocator.
TfLiteDelegate(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteDelegate
Pointer cast constructor.
TfLiteDelegate.CopyFromBufferHandle_TfLiteContext_TfLiteDelegate_int_TfLiteTensor - Class in org.bytedeco.tensorflowlite
Copy the data from delegate buffer handle into raw memory of the given tensor.
TfLiteDelegate.CopyToBufferHandle_TfLiteContext_TfLiteDelegate_int_TfLiteTensor - Class in org.bytedeco.tensorflowlite
Copy the data from raw memory of the given tensor to delegate buffer handle.
TfLiteDelegate.FreeBufferHandle_TfLiteContext_TfLiteDelegate_IntPointer - Class in org.bytedeco.tensorflowlite
Free the Delegate Buffer Handle.
TfLiteDelegate.Prepare_TfLiteContext_TfLiteDelegate - Class in org.bytedeco.tensorflowlite
Invoked by ModifyGraphWithDelegate.
TfLiteDelegateCreate() - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Build a null delegate, with all the fields properly set to their default values.
TfLiteDelegateParams - Class in org.bytedeco.tensorflowlite
WARNING: This is an experimental interface that is subject to change.
TfLiteDelegateParams() - Constructor for class org.bytedeco.tensorflowlite.TfLiteDelegateParams
Default native constructor.
TfLiteDelegateParams(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteDelegateParams
Native array allocator.
TfLiteDelegateParams(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteDelegateParams
Pointer cast constructor.
TfLiteDelegatePtrVector - Class in org.bytedeco.tensorflowlite
 
TfLiteDelegatePtrVector(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteDelegatePtrVector
Pointer cast constructor.
TfLiteDelegatePtrVector() - Constructor for class org.bytedeco.tensorflowlite.TfLiteDelegatePtrVector
 
TfLiteDelegatePtrVector.Iterator - Class in org.bytedeco.tensorflowlite
 
TfLiteDimensionMetadata - Class in org.bytedeco.tensorflowlite
Metadata to encode each dimension in a sparse tensor.
TfLiteDimensionMetadata() - Constructor for class org.bytedeco.tensorflowlite.TfLiteDimensionMetadata
Default native constructor.
TfLiteDimensionMetadata(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteDimensionMetadata
Native array allocator.
TfLiteDimensionMetadata(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteDimensionMetadata
Pointer cast constructor.
TfLiteEvalTensor - Class in org.bytedeco.tensorflowlite
Light-weight tensor struct for TF Micro runtime.
TfLiteEvalTensor() - Constructor for class org.bytedeco.tensorflowlite.TfLiteEvalTensor
Default native constructor.
TfLiteEvalTensor(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteEvalTensor
Native array allocator.
TfLiteEvalTensor(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteEvalTensor
Pointer cast constructor.
TfLiteExtensionApisVersion() - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
The TensorFlow Lite Extension APIs version.
TfLiteExternalContext - Class in org.bytedeco.tensorflowlite
An external context is a collection of information unrelated to the TF Lite framework, but useful to a subset of the ops.
TfLiteExternalContext() - Constructor for class org.bytedeco.tensorflowlite.TfLiteExternalContext
Default native constructor.
TfLiteExternalContext(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteExternalContext
Native array allocator.
TfLiteExternalContext(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteExternalContext
Pointer cast constructor.
TfLiteExternalContext.Refresh_TfLiteContext - Class in org.bytedeco.tensorflowlite
 
TfLiteFloat16 - Class in org.bytedeco.tensorflowlite
Half precision data type compatible with the C99 definition.
TfLiteFloat16() - Constructor for class org.bytedeco.tensorflowlite.TfLiteFloat16
Default native constructor.
TfLiteFloat16(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteFloat16
Native array allocator.
TfLiteFloat16(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteFloat16
Pointer cast constructor.
TfLiteFloatArray - Class in org.bytedeco.tensorflowlite
Fixed size list of floats.
TfLiteFloatArray(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteFloatArray
Pointer cast constructor.
TfLiteFloatArrayCopy(TfLiteFloatArray) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Create a copy of an array passed as src.
TfLiteFloatArrayCreate(int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Create a array of a given size (uninitialized entries).
TfLiteFloatArrayFree(TfLiteFloatArray) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Free memory of array a.
TfLiteFloatArrayGetSizeInBytes(int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Given the size (number of elements) in a TfLiteFloatArray, calculate its size in bytes.
TfLiteIntArray - Class in org.bytedeco.tensorflowlite
Fixed size list of integers.
TfLiteIntArray(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteIntArray
Pointer cast constructor.
TfLiteIntArrayCopy(TfLiteIntArray) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Create a copy of an array passed as src.
TfLiteIntArrayCreate(int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Create a array of a given size (uninitialized entries).
TfLiteIntArrayEqual(TfLiteIntArray, TfLiteIntArray) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Check if two intarrays are equal.
TfLiteIntArrayEqualsArray(TfLiteIntArray, int, IntPointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Check if an intarray equals an array.
TfLiteIntArrayEqualsArray(TfLiteIntArray, int, IntBuffer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteIntArrayEqualsArray(TfLiteIntArray, int, int[]) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteIntArrayFree(TfLiteIntArray) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Free memory of array a.
TfLiteIntArrayGetSizeInBytes(int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Given the size (number of elements) in a TfLiteIntArray, calculate its size in bytes.
TfLiteInternalBackendContext - Class in org.bytedeco.tensorflowlite
 
TfLiteInternalBackendContext(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteInternalBackendContext
Pointer cast constructor.
TfLiteInterpreter - Class in org.bytedeco.tensorflowlite
TfLiteInterpreter provides inference from a provided model.
TfLiteInterpreter() - Constructor for class org.bytedeco.tensorflowlite.TfLiteInterpreter
Empty constructor.
TfLiteInterpreter(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteInterpreter
Pointer cast constructor.
TfLiteInterpreterAllocateTensors(TfLiteInterpreter) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Updates allocations for all tensors, resizing dependent tensors using the specified input tensor dimensionality.
TfLiteInterpreterCancel(TfLiteInterpreter) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Tries to cancel any in-flight invocation.
TfLiteInterpreterCreate(TfLiteModel, TfLiteInterpreterOptions) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns a new interpreter using the provided model and options, or null on failure.
TfLiteInterpreterCreateWithSelectedOps(TfLiteModel, TfLiteInterpreterOptions) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns a new interpreter using the provided model and options, or null on failure, where the model uses only the operators explicitly added to the options.
TfLiteInterpreterDelete(TfLiteInterpreter) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Destroys the interpreter.
TfLiteInterpreterEnsureTensorDataIsReadable(TfLiteInterpreter, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Ensures the data of the tensor at the given index is readable.
TfLiteInterpreterGetBufferHandle(TfLiteInterpreter, int, IntPointer, PointerPointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Gets the delegate buffer handle, and the delegate which can process the buffer handle.
TfLiteInterpreterGetBufferHandle(TfLiteInterpreter, int, IntPointer, TfLiteOpaqueDelegateStruct) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterGetBufferHandle(TfLiteInterpreter, int, IntBuffer, TfLiteOpaqueDelegateStruct) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterGetBufferHandle(TfLiteInterpreter, int, int[], TfLiteOpaqueDelegateStruct) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterGetInputTensor(TfLiteInterpreter, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the tensor associated with the input index.
TfLiteInterpreterGetInputTensorCount(TfLiteInterpreter) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the number of input tensors associated with the model.
TfLiteInterpreterGetInputTensorIndex(TfLiteInterpreter, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the tensor index corresponding to the input tensor WARNING: This is an experimental API and subject to change.
TfLiteInterpreterGetOutputTensor(TfLiteInterpreter, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the tensor associated with the output index.
TfLiteInterpreterGetOutputTensorCount(TfLiteInterpreter) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the number of output tensors associated with the model.
TfLiteInterpreterGetOutputTensorIndex(TfLiteInterpreter, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the tensor index corresponding to the output tensor WARNING: This is an experimental API and subject to change.
TfLiteInterpreterGetSignatureCount(TfLiteInterpreter) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
-------------------------------------------------------------------------- SignatureRunner APIs You can run inference by either: (i) (recommended) using the Interpreter to initialize SignatureRunner(s) and then only using SignatureRunner APIs.
TfLiteInterpreterGetSignatureKey(TfLiteInterpreter, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the key of the Nth signature in the model, where N is specified as signature_index.
TfLiteInterpreterGetSignatureRunner(TfLiteInterpreter, BytePointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns a new signature runner using the provided interpreter and signature key, or nullptr on failure.
TfLiteInterpreterGetSignatureRunner(TfLiteInterpreter, String) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterGetTensor(TfLiteInterpreter, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns modifiable access to the tensor that corresponds to the specified index and is associated with the provided interpreter.
TfLiteInterpreterGetVariableTensor(TfLiteInterpreter, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterGetVariableTensorCount(TfLiteInterpreter) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterInputTensorIndices(TfLiteInterpreter) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns a pointer to an array of input tensor indices.
TfLiteInterpreterInvoke(TfLiteInterpreter) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Runs inference for the loaded graph.
TfLiteInterpreterModifyGraphWithDelegate(TfLiteInterpreter, TfLiteDelegate) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Allow a delegate to look at the graph and modify the graph to handle parts of the graph themselves.
TfLiteInterpreterOptions - Class in org.bytedeco.tensorflowlite
TfLiteInterpreterOptions allows customized interpreter configuration.
TfLiteInterpreterOptions() - Constructor for class org.bytedeco.tensorflowlite.TfLiteInterpreterOptions
Empty constructor.
TfLiteInterpreterOptions(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteInterpreterOptions
Pointer cast constructor.
TfLiteInterpreterOptionsAddBuiltinOp(TfLiteInterpreterOptions, int, TfLiteRegistration, int, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Adds an op registration for a builtin operator.
TfLiteInterpreterOptionsAddCustomOp(TfLiteInterpreterOptions, BytePointer, TfLiteRegistration, int, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Adds an op registration for a custom operator.
TfLiteInterpreterOptionsAddCustomOp(TfLiteInterpreterOptions, String, TfLiteRegistration, int, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterOptionsAddDelegate(TfLiteInterpreterOptions, TfLiteOpaqueDelegateStruct) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Adds a delegate to be applied during TfLiteInterpreter creation.
TfLiteInterpreterOptionsAddOperator(TfLiteInterpreterOptions, TfLiteOperator) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Adds an op registration to be applied during TfLiteInterpreter creation.
TfLiteInterpreterOptionsCopy(TfLiteInterpreterOptions) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Creates and returns a shallow copy of an options object.
TfLiteInterpreterOptionsCreate() - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns a new interpreter options instances.
TfLiteInterpreterOptionsDelete(TfLiteInterpreterOptions) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Destroys the interpreter options instance.
TfLiteInterpreterOptionsEnableCancellation(TfLiteInterpreterOptions, boolean) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Enables users to cancel in-flight invocations with TfLiteInterpreterCancel.
TfLiteInterpreterOptionsSetEnableDelegateFallback(TfLiteInterpreterOptions, boolean) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Enable or disable CPU fallback for the interpreter (true to enable).
TfLiteInterpreterOptionsSetErrorReporter(TfLiteInterpreterOptions, Reporter_Pointer_BytePointer_Pointer, Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Sets a custom error reporter for interpreter execution.
TfLiteInterpreterOptionsSetErrorReporter(TfLiteInterpreterOptions, Reporter_Pointer_String_Pointer, Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterOptionsSetNumThreads(TfLiteInterpreterOptions, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Sets the number of CPU threads to use for the interpreter.
TfLiteInterpreterOptionsSetOpResolver(TfLiteInterpreterOptions, Find_builtin_op_Pointer_int_int, Find_custom_op_Pointer_BytePointer_int, Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Registers callbacks for resolving builtin or custom operators.
TfLiteInterpreterOptionsSetOpResolver(TfLiteInterpreterOptions, Find_builtin_op_Pointer_int_int, Find_custom_op_Pointer_String_int, Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterOptionsSetOpResolverExternal(TfLiteInterpreterOptions, Find_builtin_op_external_Pointer_int_int, Find_custom_op_external_Pointer_String_int, Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterOptionsSetOpResolverExternalWithFallback(TfLiteInterpreterOptions, Find_builtin_op_external_Pointer_int_int, Find_custom_op_external_Pointer_String_int, Find_builtin_op_Pointer_int_int, Find_custom_op_Pointer_BytePointer_int, Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterOptionsSetOpResolverExternalWithFallback(TfLiteInterpreterOptions, Find_builtin_op_external_Pointer_int_int, Find_custom_op_external_Pointer_String_int, Find_builtin_op_Pointer_int_int, Find_custom_op_Pointer_String_int, Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterOptionsSetOpResolverV1(TfLiteInterpreterOptions, Find_builtin_op_v1_Pointer_int_int, Find_custom_op_v1_Pointer_BytePointer_int, Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterOptionsSetOpResolverV1(TfLiteInterpreterOptions, Find_builtin_op_v1_Pointer_int_int, Find_custom_op_v1_Pointer_String_int, Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterOptionsSetOpResolverV2(TfLiteInterpreterOptions, Find_builtin_op_v2_Pointer_int_int, Find_custom_op_v2_Pointer_BytePointer_int, Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterOptionsSetOpResolverV2(TfLiteInterpreterOptions, Find_builtin_op_v2_Pointer_int_int, Find_custom_op_v2_Pointer_String_int, Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterOptionsSetOpResolverV3(TfLiteInterpreterOptions, Find_builtin_op_v3_Pointer_int_int, Find_custom_op_v3_Pointer_BytePointer_int, Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterOptionsSetOpResolverV3(TfLiteInterpreterOptions, Find_builtin_op_v3_Pointer_int_int, Find_custom_op_v3_Pointer_String_int, Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterOptionsSetTelemetryProfiler(TfLiteInterpreterOptions, TfLiteTelemetryProfilerStruct) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Registers the telemetry profiler to the interpreter.
TfLiteInterpreterOptionsSetUseNNAPI(TfLiteInterpreterOptions, boolean) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Enable or disable the NN API delegate for the interpreter (true to enable).
TfLiteInterpreterOutputTensorIndices(TfLiteInterpreter) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns a pointer to an array of output tensor indices.
TfLiteInterpreterResetVariableTensors(TfLiteInterpreter) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Resets all variable tensors to zero.
TfLiteInterpreterResizeInputTensor(TfLiteInterpreter, int, IntPointer, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Resizes the specified input tensor.
TfLiteInterpreterResizeInputTensor(TfLiteInterpreter, int, IntBuffer, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterResizeInputTensor(TfLiteInterpreter, int, int[], int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteInterpreterSetBufferHandle(TfLiteInterpreter, TfLiteTensor, int, TfLiteOpaqueDelegateStruct) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
-------------------------------------------------------------------------- BufferHandle APIs
TfLiteInterpreterSetCustomAllocationForTensor(TfLiteInterpreter, int, TfLiteCustomAllocation, long) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Assigns (or reassigns) a custom memory allocation for the given tensor.
TfLiteModel - Class in org.bytedeco.tensorflowlite
TfLiteModel wraps a loaded TensorFlow Lite model.
TfLiteModel() - Constructor for class org.bytedeco.tensorflowlite.TfLiteModel
Empty constructor.
TfLiteModel(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteModel
Pointer cast constructor.
TfLiteModelCreate(Pointer, long) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns a model from the provided buffer, or null on failure.
TfLiteModelCreateFromFile(BytePointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns a model from the provided file, or null on failure.
TfLiteModelCreateFromFile(String) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteModelCreateFromFileWithErrorReporter(BytePointer, Reporter_Pointer_BytePointer_Pointer, Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Same as TfLiteModelCreateFromFile with customizble error reporter.
TfLiteModelCreateFromFileWithErrorReporter(String, Reporter_Pointer_String_Pointer, Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteModelCreateWithErrorReporter(Pointer, long, Reporter_Pointer_BytePointer_Pointer, Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteModelCreateWithErrorReporter(Pointer, long, Reporter_Pointer_String_Pointer, Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteModelDelete(TfLiteModel) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Destroys the model instance.
TfLiteNode - Class in org.bytedeco.tensorflowlite
A structure representing an instance of a node.
TfLiteNode() - Constructor for class org.bytedeco.tensorflowlite.TfLiteNode
Default native constructor.
TfLiteNode(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteNode
Native array allocator.
TfLiteNode(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteNode
Pointer cast constructor.
TfLiteOpaqueContext - Class in org.bytedeco.tensorflowlite
TfLiteOpaqueContext is an opaque version of TfLiteContext;
TfLiteOpaqueContext() - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueContext
Empty constructor.
TfLiteOpaqueContext(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueContext
Pointer cast constructor.
TfLiteOpaqueDelegateBuilder - Class in org.bytedeco.tensorflowlite
TfLiteOpaqueDelegateBuilder is used for constructing TfLiteOpaqueDelegate, see TfLiteOpaqueDelegateCreate in c_api_opaque.h.
TfLiteOpaqueDelegateBuilder() - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder
Default native constructor.
TfLiteOpaqueDelegateBuilder(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder
Native array allocator.
TfLiteOpaqueDelegateBuilder(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateBuilder
Pointer cast constructor.
TfLiteOpaqueDelegateBuilder.CopyFromBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_int_TfLiteOpaqueTensor - Class in org.bytedeco.tensorflowlite
Copies the data from delegate buffer handle into raw memory of the given tensor.
TfLiteOpaqueDelegateBuilder.CopyToBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_int_TfLiteOpaqueTensor - Class in org.bytedeco.tensorflowlite
Copies the data from raw memory of the given tensor to delegate buffer handle.
TfLiteOpaqueDelegateBuilder.FreeBufferHandle_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer_IntPointer - Class in org.bytedeco.tensorflowlite
Frees the Delegate Buffer Handle.
TfLiteOpaqueDelegateBuilder.Prepare_TfLiteOpaqueContext_TfLiteOpaqueDelegateStruct_Pointer - Class in org.bytedeco.tensorflowlite
Invoked by ModifyGraphWithDelegate.
TfLiteOpaqueDelegateCreate(TfLiteOpaqueDelegateBuilder) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteOpaqueDelegateDelete(TfLiteOpaqueDelegateStruct) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteOpaqueDelegateGetData(TfLiteOpaqueDelegateStruct) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteOpaqueDelegateParams - Class in org.bytedeco.tensorflowlite
WARNING: This is an experimental interface that is subject to change.
TfLiteOpaqueDelegateParams() - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateParams
Default native constructor.
TfLiteOpaqueDelegateParams(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateParams
Native array allocator.
TfLiteOpaqueDelegateParams(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateParams
Pointer cast constructor.
TfLiteOpaqueDelegateStruct - Class in org.bytedeco.tensorflowlite
TfLiteOpaqueDelegateStruct: unconditionally opaque version of TfLiteDelegate; allows delegation of nodes to alternative backends.
TfLiteOpaqueDelegateStruct() - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateStruct
Empty constructor.
TfLiteOpaqueDelegateStruct(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueDelegateStruct
Pointer cast constructor.
TfLiteOpaqueNode - Class in org.bytedeco.tensorflowlite
TfLiteOpaqueNode is an opaque version of TfLiteNode;
TfLiteOpaqueNode() - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueNode
Empty constructor.
TfLiteOpaqueNode(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueNode
Pointer cast constructor.
TfLiteOpaqueTensor - Class in org.bytedeco.tensorflowlite
TfLiteOpaqueTensor is an opaque version of TfLiteTensor;
TfLiteOpaqueTensor() - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueTensor
Empty constructor.
TfLiteOpaqueTensor(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteOpaqueTensor
Pointer cast constructor.
TfLiteOperator - Class in org.bytedeco.tensorflowlite
TfLiteOperator is an opaque version of TfLiteRegistration, and is used for registering custom ops.
TfLiteOperator() - Constructor for class org.bytedeco.tensorflowlite.TfLiteOperator
Empty constructor.
TfLiteOperator(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteOperator
Pointer cast constructor.
TfLiteOperatorCreate(int, BytePointer, int, Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns a new TfLiteOperator instance.
TfLiteOperatorCreate(int, String, int, Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteOperatorDelete(TfLiteOperator) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Destroys the TfLiteOperator instance.
TfLiteOperatorGetBuiltInCode(TfLiteOperator) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Return the builtin op code of the provided external 'registration'.
TfLiteOperatorGetCustomName(TfLiteOperator) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the custom name of the provided 'registration'.
TfLiteOperatorGetUserData(TfLiteOperator) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Return the user data field of the provided external 'registration', or nullptr if none was set.
TfLiteOperatorGetVersion(TfLiteOperator) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Return the OP version of the provided external 'registration'.
TfLiteOperatorSetFree(TfLiteOperator, Free_TfLiteOpaqueContext_Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteOperatorSetFreeWithData(TfLiteOperator, Free_Pointer_TfLiteOpaqueContext_Pointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteOperatorSetInit(TfLiteOperator, Init_TfLiteOpaqueContext_BytePointer_long) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteOperatorSetInit(TfLiteOperator, Init_TfLiteOpaqueContext_String_long) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteOperatorSetInitWithData(TfLiteOperator, Init_Pointer_TfLiteOpaqueContext_BytePointer_long) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteOperatorSetInitWithData(TfLiteOperator, Init_Pointer_TfLiteOpaqueContext_String_long) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteOperatorSetInplaceOperator(TfLiteOperator, long) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Sets the inplace_operator field of the external registration.
TfLiteOperatorSetInvoke(TfLiteOperator, Invoke_TfLiteOpaqueContext_TfLiteOpaqueNode) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteOperatorSetInvokeWithData(TfLiteOperator, Invoke_Pointer_TfLiteOpaqueContext_TfLiteOpaqueNode) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteOperatorSetPrepare(TfLiteOperator, Prepare_TfLiteOpaqueContext_TfLiteOpaqueNode) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteOperatorSetPrepareWithData(TfLiteOperator, Prepare_Pointer_TfLiteOpaqueContext_TfLiteOpaqueNode) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLitePtrUnion - Class in org.bytedeco.tensorflowlite
A union of pointers that points to memory for a given tensor.
TfLitePtrUnion() - Constructor for class org.bytedeco.tensorflowlite.TfLitePtrUnion
Default native constructor.
TfLitePtrUnion(long) - Constructor for class org.bytedeco.tensorflowlite.TfLitePtrUnion
Native array allocator.
TfLitePtrUnion(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLitePtrUnion
Pointer cast constructor.
TfLiteQuantization - Class in org.bytedeco.tensorflowlite
Structure specifying the quantization used by the tensor, if-any.
TfLiteQuantization() - Constructor for class org.bytedeco.tensorflowlite.TfLiteQuantization
Default native constructor.
TfLiteQuantization(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteQuantization
Native array allocator.
TfLiteQuantization(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteQuantization
Pointer cast constructor.
TfLiteQuantizationFree(TfLiteQuantization) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Free quantization data.
TfLiteQuantizationParams - Class in org.bytedeco.tensorflowlite
Legacy.
TfLiteQuantizationParams() - Constructor for class org.bytedeco.tensorflowlite.TfLiteQuantizationParams
Default native constructor.
TfLiteQuantizationParams(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteQuantizationParams
Native array allocator.
TfLiteQuantizationParams(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteQuantizationParams
Pointer cast constructor.
TfLiteRegistration - Class in org.bytedeco.tensorflowlite
TfLiteRegistration defines the implementation of an operation (a built-in op, custom op, or custom delegate kernel).
TfLiteRegistration() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration
Default native constructor.
TfLiteRegistration(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration
Native array allocator.
TfLiteRegistration(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration
Pointer cast constructor.
TfLiteRegistration.Free_TfLiteContext_Pointer - Class in org.bytedeco.tensorflowlite
The pointer buffer is the data previously returned by an init invocation.
TfLiteRegistration.Init_TfLiteContext_BytePointer_long - Class in org.bytedeco.tensorflowlite
Initializes the op from serialized data.
TfLiteRegistration.Invoke_TfLiteContext_TfLiteNode - Class in org.bytedeco.tensorflowlite
Execute the node (should read node->inputs and output to node->outputs).
TfLiteRegistration.Prepare_TfLiteContext_TfLiteNode - Class in org.bytedeco.tensorflowlite
prepare is called when the inputs this node depends on have been resized.
TfLiteRegistration.Profiling_string_TfLiteContext_TfLiteNode - Class in org.bytedeco.tensorflowlite
profiling_string is called during summarization of profiling information in order to group executions together.
TfLiteRegistration_V1 - Class in org.bytedeco.tensorflowlite
\private Old version of TfLiteRegistration to maintain binary backward compatibility.
TfLiteRegistration_V1() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
Default native constructor.
TfLiteRegistration_V1(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
Native array allocator.
TfLiteRegistration_V1(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
Pointer cast constructor.
TfLiteRegistration_V1.Free_TfLiteContext_Pointer - Class in org.bytedeco.tensorflowlite
 
TfLiteRegistration_V1.Init_TfLiteContext_BytePointer_long - Class in org.bytedeco.tensorflowlite
 
TfLiteRegistration_V1.Invoke_TfLiteContext_TfLiteNode - Class in org.bytedeco.tensorflowlite
 
TfLiteRegistration_V1.Prepare_TfLiteContext_TfLiteNode - Class in org.bytedeco.tensorflowlite
 
TfLiteRegistration_V1.Profiling_string_TfLiteContext_TfLiteNode - Class in org.bytedeco.tensorflowlite
 
TfLiteRegistration_V2 - Class in org.bytedeco.tensorflowlite
\private Old version of TfLiteRegistration to maintain binary backward compatibility.
TfLiteRegistration_V2() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
Default native constructor.
TfLiteRegistration_V2(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
Native array allocator.
TfLiteRegistration_V2(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
Pointer cast constructor.
TfLiteRegistration_V2.Free_TfLiteContext_Pointer - Class in org.bytedeco.tensorflowlite
 
TfLiteRegistration_V2.Init_TfLiteContext_BytePointer_long - Class in org.bytedeco.tensorflowlite
 
TfLiteRegistration_V2.Invoke_TfLiteContext_TfLiteNode - Class in org.bytedeco.tensorflowlite
 
TfLiteRegistration_V2.Prepare_TfLiteContext_TfLiteNode - Class in org.bytedeco.tensorflowlite
 
TfLiteRegistration_V2.Profiling_string_TfLiteContext_TfLiteNode - Class in org.bytedeco.tensorflowlite
 
TfLiteRegistration_V3 - Class in org.bytedeco.tensorflowlite
\private Old version of TfLiteRegistration to maintain binary backward compatibility.
TfLiteRegistration_V3() - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
Default native constructor.
TfLiteRegistration_V3(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
Native array allocator.
TfLiteRegistration_V3(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
Pointer cast constructor.
TfLiteRegistration_V3.Free_TfLiteContext_Pointer - Class in org.bytedeco.tensorflowlite
 
TfLiteRegistration_V3.Init_TfLiteContext_BytePointer_long - Class in org.bytedeco.tensorflowlite
 
TfLiteRegistration_V3.Invoke_TfLiteContext_TfLiteNode - Class in org.bytedeco.tensorflowlite
 
TfLiteRegistration_V3.Prepare_TfLiteContext_TfLiteNode - Class in org.bytedeco.tensorflowlite
 
TfLiteRegistration_V3.Profiling_string_TfLiteContext_TfLiteNode - Class in org.bytedeco.tensorflowlite
 
TfLiteSchemaVersion() - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
The supported TensorFlow Lite model file Schema version.
TfLiteSetAllowBufferHandleOutput(TfLiteInterpreter, boolean) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Sets whether buffer handle output is allowed.
TfLiteSignatureRunner - Class in org.bytedeco.tensorflowlite
TfLiteSignatureRunner is used to run inference on a signature.
TfLiteSignatureRunner() - Constructor for class org.bytedeco.tensorflowlite.TfLiteSignatureRunner
Empty constructor.
TfLiteSignatureRunner(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteSignatureRunner
Pointer cast constructor.
TfLiteSignatureRunnerAllocateTensors(TfLiteSignatureRunner) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Updates allocations for tensors associated with a signature and resizes dependent tensors using the specified input tensor dimensionality.
TfLiteSignatureRunnerCancel(TfLiteSignatureRunner) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
-------------------------------------------------------------------------- SignatureRunner APIs
TfLiteSignatureRunnerDelete(TfLiteSignatureRunner) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Destroys the signature runner.
TfLiteSignatureRunnerGetInputCount(TfLiteSignatureRunner) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the number of inputs associated with a signature.
TfLiteSignatureRunnerGetInputName(TfLiteSignatureRunner, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the (null-terminated) name of the Nth input in a signature, where N is specified as input_index.
TfLiteSignatureRunnerGetInputTensor(TfLiteSignatureRunner, BytePointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the input tensor identified by input_name in the given signature.
TfLiteSignatureRunnerGetInputTensor(TfLiteSignatureRunner, String) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteSignatureRunnerGetOutputCount(TfLiteSignatureRunner) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the number of output tensors associated with the signature.
TfLiteSignatureRunnerGetOutputName(TfLiteSignatureRunner, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the (null-terminated) name of the Nth output in a signature, where N is specified as output_index.
TfLiteSignatureRunnerGetOutputTensor(TfLiteSignatureRunner, BytePointer) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the output tensor identified by output_name in the given signature.
TfLiteSignatureRunnerGetOutputTensor(TfLiteSignatureRunner, String) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteSignatureRunnerInvoke(TfLiteSignatureRunner) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Runs inference on a given signature.
TfLiteSignatureRunnerResizeInputTensor(TfLiteSignatureRunner, BytePointer, IntPointer, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Resizes the input tensor identified as input_name to be the dimensions specified by input_dims and input_dims_size.
TfLiteSignatureRunnerResizeInputTensor(TfLiteSignatureRunner, String, IntBuffer, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteSignatureRunnerResizeInputTensor(TfLiteSignatureRunner, BytePointer, int[], int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteSignatureRunnerResizeInputTensor(TfLiteSignatureRunner, String, IntPointer, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteSignatureRunnerResizeInputTensor(TfLiteSignatureRunner, BytePointer, IntBuffer, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteSignatureRunnerResizeInputTensor(TfLiteSignatureRunner, String, int[], int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteSparsity - Class in org.bytedeco.tensorflowlite
Parameters used to encode a sparse tensor.
TfLiteSparsity() - Constructor for class org.bytedeco.tensorflowlite.TfLiteSparsity
Default native constructor.
TfLiteSparsity(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteSparsity
Native array allocator.
TfLiteSparsity(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteSparsity
Pointer cast constructor.
TfLiteSparsityFree(TfLiteSparsity) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Free sparsity parameters.
TfLiteTelemetryConversionMetadata - Class in org.bytedeco.tensorflowlite
 
TfLiteTelemetryConversionMetadata() - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryConversionMetadata
Empty constructor.
TfLiteTelemetryConversionMetadata(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryConversionMetadata
Pointer cast constructor.
TfLiteTelemetryConversionMetadataGetModelOptimizationModes(TfLiteTelemetryConversionMetadata) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteTelemetryConversionMetadataGetNumModelOptimizationModes(TfLiteTelemetryConversionMetadata) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteTelemetryGpuDelegateSettings - Class in org.bytedeco.tensorflowlite
 
TfLiteTelemetryGpuDelegateSettings() - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryGpuDelegateSettings
Empty constructor.
TfLiteTelemetryGpuDelegateSettings(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryGpuDelegateSettings
Pointer cast constructor.
TfLiteTelemetryGpuDelegateSettingsGetBackend(TfLiteTelemetryGpuDelegateSettings) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteTelemetryGpuDelegateSettingsGetNumNodesDelegated(TfLiteTelemetryGpuDelegateSettings) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteTelemetryInterpreterSettings - Class in org.bytedeco.tensorflowlite
 
TfLiteTelemetryInterpreterSettings() - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryInterpreterSettings
Empty constructor.
TfLiteTelemetryInterpreterSettings(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryInterpreterSettings
Pointer cast constructor.
TfLiteTelemetryInterpreterSettingsGetConversionMetadata(TfLiteTelemetryInterpreterSettings) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteTelemetryInterpreterSettingsGetNumSubgraphInfo(TfLiteTelemetryInterpreterSettings) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteTelemetryInterpreterSettingsGetSubgraphInfo(TfLiteTelemetryInterpreterSettings) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteTelemetryProfilerStruct - Class in org.bytedeco.tensorflowlite
 
TfLiteTelemetryProfilerStruct() - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct
Default native constructor.
TfLiteTelemetryProfilerStruct(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct
Native array allocator.
TfLiteTelemetryProfilerStruct(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetryProfilerStruct
Pointer cast constructor.
TfLiteTelemetryProfilerStruct.ReportBeginOpInvokeEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long - Class in org.bytedeco.tensorflowlite
 
TfLiteTelemetryProfilerStruct.ReportEndOpInvokeEvent_TfLiteTelemetryProfilerStruct_int - Class in org.bytedeco.tensorflowlite
 
TfLiteTelemetryProfilerStruct.ReportOpInvokeEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long_long - Class in org.bytedeco.tensorflowlite
 
TfLiteTelemetryProfilerStruct.ReportSettings_TfLiteTelemetryProfilerStruct_BytePointer_TfLiteTelemetrySettings - Class in org.bytedeco.tensorflowlite
 
TfLiteTelemetryProfilerStruct.ReportTelemetryEvent_TfLiteTelemetryProfilerStruct_BytePointer_long - Class in org.bytedeco.tensorflowlite
 
TfLiteTelemetryProfilerStruct.ReportTelemetryOpEvent_TfLiteTelemetryProfilerStruct_BytePointer_long_long_long - Class in org.bytedeco.tensorflowlite
 
TfLiteTelemetrySettings - Class in org.bytedeco.tensorflowlite
 
TfLiteTelemetrySettings() - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetrySettings
Default native constructor.
TfLiteTelemetrySettings(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetrySettings
Native array allocator.
TfLiteTelemetrySettings(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetrySettings
Pointer cast constructor.
TfLiteTelemetrySubgraphInfo - Class in org.bytedeco.tensorflowlite
 
TfLiteTelemetrySubgraphInfo() - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetrySubgraphInfo
Empty constructor.
TfLiteTelemetrySubgraphInfo(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteTelemetrySubgraphInfo
Pointer cast constructor.
TfLiteTelemetrySubgraphInfoGetNumQuantizations(TfLiteTelemetrySubgraphInfo) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteTelemetrySubgraphInfoGetQuantizations(TfLiteTelemetrySubgraphInfo) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteTensor - Class in org.bytedeco.tensorflowlite
A tensor in the interpreter system which is a wrapper around a buffer of data including a dimensionality (or NULL if not currently defined).
TfLiteTensor() - Constructor for class org.bytedeco.tensorflowlite.TfLiteTensor
Default native constructor.
TfLiteTensor(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteTensor
Native array allocator.
TfLiteTensor(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteTensor
Pointer cast constructor.
TfLiteTensorByteSize(TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the size of the underlying data in bytes.
TfLiteTensorCopy(TfLiteTensor, TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Copies the contents of src in dst.
TfLiteTensorCopyFromBuffer(TfLiteTensor, Pointer, long) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Copies from the provided input buffer into the tensor's buffer.
TfLiteTensorCopyToBuffer(TfLiteTensor, Pointer, long) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Copies to the provided output buffer from the tensor's buffer.
TfLiteTensorData(TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns a pointer to the underlying data buffer.
TfLiteTensorDataFree(TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Free data memory of tensor t.
TfLiteTensorDeleter - Class in org.bytedeco.tensorflowlite
 
TfLiteTensorDeleter() - Constructor for class org.bytedeco.tensorflowlite.TfLiteTensorDeleter
Default native constructor.
TfLiteTensorDeleter(long) - Constructor for class org.bytedeco.tensorflowlite.TfLiteTensorDeleter
Native array allocator.
TfLiteTensorDeleter(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteTensorDeleter
Pointer cast constructor.
TfLiteTensorDim(TfLiteTensor, int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the length of the tensor in the "dim_index" dimension.
TfLiteTensorFree(TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Free memory of tensor t.
TfLiteTensorGetAllocationStrategy(TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns a tensor data allocation strategy.
TfLiteTensorGetBufferAddressStability(TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns how stable a tensor data buffer address is across runs.
TfLiteTensorGetDataKnownStep(TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the operation step when the data of a tensor is populated.
TfLiteTensorGetDataStability(TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns how stable a tensor data values are across runs.
TfLiteTensorGetShapeKnownStep(TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the operation steop when the shape of a tensor is computed.
TfLiteTensorName(TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the (null-terminated) name of the tensor.
TfLiteTensorNumDims(TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the number of dimensions that the tensor has.
TfLiteTensorQuantizationParams(TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the parameters for asymmetric quantization.
TfLiteTensorRealloc(long, TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Change the size of the memory block owned by tensor to num_bytes.
TfLiteTensorReset(int, BytePointer, TfLiteIntArray, TfLiteQuantizationParams, BytePointer, long, int, Pointer, boolean, TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Set all of a tensor's fields (and free any previously allocated data).
TfLiteTensorReset(int, String, TfLiteIntArray, TfLiteQuantizationParams, ByteBuffer, long, int, Pointer, boolean, TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteTensorReset(int, BytePointer, TfLiteIntArray, TfLiteQuantizationParams, byte[], long, int, Pointer, boolean, TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteTensorReset(int, String, TfLiteIntArray, TfLiteQuantizationParams, BytePointer, long, int, Pointer, boolean, TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteTensorReset(int, BytePointer, TfLiteIntArray, TfLiteQuantizationParams, ByteBuffer, long, int, Pointer, boolean, TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteTensorReset(int, String, TfLiteIntArray, TfLiteQuantizationParams, byte[], long, int, Pointer, boolean, TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
 
TfLiteTensorResizeMaybeCopy(long, TfLiteTensor, boolean) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Change the size of the memory block owned by tensor to num_bytes.
TfLiteTensorType(TfLiteTensor) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Returns the type of a tensor element.
TfLiteTypeGetName(int) - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
Return the name of a given type, for error reporting purposes.
TfLiteVerifier - Class in org.bytedeco.tensorflowlite
Abstract interface that verifies whether a given model is legit.
TfLiteVerifier(Pointer) - Constructor for class org.bytedeco.tensorflowlite.TfLiteVerifier
Pointer cast constructor.
TfLiteVersion() - Static method in class org.bytedeco.tensorflowlite.global.tensorflowlite
The TensorFlow Lite Runtime version.
toString() - Method in class org.bytedeco.tensorflowlite.IntIntPairVectorVector
 
toString() - Method in class org.bytedeco.tensorflowlite.NodeSubsetVector
 
toString() - Method in class org.bytedeco.tensorflowlite.StringVector
 
toString() - Method in class org.bytedeco.tensorflowlite.SubgraphVector
 
traversal_order() - Method in class org.bytedeco.tensorflowlite.TfLiteSparsity
 
traversal_order(TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteSparsity
 
type() - Method in class org.bytedeco.tensorflowlite.Allocation
Return the type of the Allocation.
type() - Method in class org.bytedeco.tensorflowlite.NodeSubset
 
type(int) - Method in class org.bytedeco.tensorflowlite.NodeSubset
 
type() - Method in class org.bytedeco.tensorflowlite.TfLiteEvalTensor
The data type specification for data stored in data.
type(int) - Method in class org.bytedeco.tensorflowlite.TfLiteEvalTensor
 
type() - Method in class org.bytedeco.tensorflowlite.TfLiteExternalContext
 
type(int) - Method in class org.bytedeco.tensorflowlite.TfLiteExternalContext
 
type() - Method in class org.bytedeco.tensorflowlite.TfLiteQuantization
The type of quantization held by params.
type(int) - Method in class org.bytedeco.tensorflowlite.TfLiteQuantization
 
type() - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
The data type specification for data stored in data.
type(int) - Method in class org.bytedeco.tensorflowlite.TfLiteTensor
 
typed_input_tensor_bool(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
typed_input_tensor_byte(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
Return a mutable pointer into the data of a given input tensor.
typed_input_tensor_double(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
typed_input_tensor_float(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
typed_input_tensor_float16(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
typed_input_tensor_int(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
typed_input_tensor_long(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
typed_input_tensor_short(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
typed_output_tensor_bool(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
typed_output_tensor_byte(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
Return a mutable pointer into the data of a given output tensor.
typed_output_tensor_double(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
typed_output_tensor_float(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
typed_output_tensor_int(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
typed_output_tensor_long(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
typed_output_tensor_short(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
typed_tensor_bool(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
typed_tensor_byte(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
Perform a checked cast to the appropriate tensor type (mutable pointer version).
typed_tensor_double(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
typed_tensor_float(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
typed_tensor_float16(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
typed_tensor_int(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
typed_tensor_long(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 
typed_tensor_short(int) - Method in class org.bytedeco.tensorflowlite.Interpreter
 

U

u32() - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
u32(IntPointer) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
u64() - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
u64(LongPointer) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
ui16() - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
ui16(ShortPointer) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
uint8() - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
uint8(BytePointer) - Method in class org.bytedeco.tensorflowlite.TfLitePtrUnion
 
UNKNOWN - Static variable in class org.bytedeco.tensorflowlite.global.tensorflowlite
enum class tflite::telemetry::TelemetrySource
user_data() - Method in class org.bytedeco.tensorflowlite.TfLiteNode
Opaque data provided by the node implementer through Registration.init.
user_data(Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteNode
 

V

valid() - Method in class org.bytedeco.tensorflowlite.Allocation
Whether the allocation is valid
valid() - Method in class org.bytedeco.tensorflowlite.FileCopyAllocation
 
valid() - Method in class org.bytedeco.tensorflowlite.MemoryAllocation
 
ValidateModelBuffers(ErrorReporter) - Method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
variables() - Method in class org.bytedeco.tensorflowlite.GraphInfo
 
variables() - Method in class org.bytedeco.tensorflowlite.Interpreter
Read only access to list of variable tensors.
variables() - Method in class org.bytedeco.tensorflowlite.Subgraph
 
VariantData - Class in org.bytedeco.tensorflowlite
 
VariantData(Pointer) - Constructor for class org.bytedeco.tensorflowlite.VariantData
Pointer cast constructor.
Verify(BytePointer, int, ErrorReporter) - Method in class org.bytedeco.tensorflowlite.TfLiteVerifier
Returns true if the model is legit.
Verify(String, int, ErrorReporter) - Method in class org.bytedeco.tensorflowlite.TfLiteVerifier
 
VerifyAndBuildFromAllocation(Allocation, TfLiteVerifier, ErrorReporter) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
Verifies whether the content of the allocation is legit, then builds a model based on the provided allocation.
VerifyAndBuildFromAllocation(Allocation) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
VerifyAndBuildFromBuffer(BytePointer, long, TfLiteVerifier, ErrorReporter) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
Verifies whether the content of the buffer is legit, then builds a model based on the pre-loaded flatbuffer.
VerifyAndBuildFromBuffer(BytePointer, long) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
VerifyAndBuildFromBuffer(String, long, TfLiteVerifier, ErrorReporter) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
VerifyAndBuildFromBuffer(String, long) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
VerifyAndBuildFromFile(BytePointer, TfLiteVerifier, ErrorReporter) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
Verifies whether the content of the file is legit, then builds a model based on the file.
VerifyAndBuildFromFile(BytePointer) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
VerifyAndBuildFromFile(String, TfLiteVerifier, ErrorReporter) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
VerifyAndBuildFromFile(String) - Static method in class org.bytedeco.tensorflowlite.FlatBufferModelBase
 
version() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
The version of the op.
version(int) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
 
version() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
 
version(int) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
 
version() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
version(int) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
version() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 
version(int) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 

Z

zero_point() - Method in class org.bytedeco.tensorflowlite.TfLiteAffineQuantization
 
zero_point(TfLiteIntArray) - Method in class org.bytedeco.tensorflowlite.TfLiteAffineQuantization
 
zero_point() - Method in class org.bytedeco.tensorflowlite.TfLiteQuantizationParams
 
zero_point(int) - Method in class org.bytedeco.tensorflowlite.TfLiteQuantizationParams
 

_

_free() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
 
_free(TfLiteRegistration.Free_TfLiteContext_Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration
 
_free() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
 
_free(TfLiteRegistration_V1.Free_TfLiteContext_Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V1
 
_free() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
_free(TfLiteRegistration_V2.Free_TfLiteContext_Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V2
 
_free() - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 
_free(TfLiteRegistration_V3.Free_TfLiteContext_Pointer) - Method in class org.bytedeco.tensorflowlite.TfLiteRegistration_V3
 
A B C D E F G H I K M N O P Q R S T U V Z _ 
Skip navigation links

Copyright © 2025. All rights reserved.