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

A

Activate(OrtSyncNotificationImpl) - Method in class org.bytedeco.onnxruntime.OrtSyncNotificationImpl
\brief Called by ORT to activate the notification.
Add(OrtCustomOp) - Method in class org.bytedeco.onnxruntime.CustomOpDomain
Wraps CustomOpDomain_Add
Add(BytePointer, BytePointer) - Method in class org.bytedeco.onnxruntime.KeyValuePairs
\brief Wraps OrtApi::AddKeyValuePair
Add(String, String) - Method in class org.bytedeco.onnxruntime.KeyValuePairs
 
Add(OrtCustomOpDomain) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::AddCustomOpDomain
addACL(boolean) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds the ARM Compute Library as an execution backend.
addActiveLoraAdapter(OrtLoraAdapter) - Method in class ai.onnxruntime.OrtSession.RunOptions
Adds the specified adapter to the list of active adapters for this run.
AddActiveLoraAdapter(LoraAdapter) - Method in class org.bytedeco.onnxruntime.RunOptions
\brief Add the LoraAdapter to the list of active adapters.
addArmNN(boolean) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds the ARM Neural Net library as an execution backend.
AddConfig(BytePointer, BytePointer, BytePointer) - Method in class org.bytedeco.onnxruntime.CustomOpConfigs
\brief Adds a session configuration entry/value for a specific custom operator.
AddConfig(String, String, String) - Method in class org.bytedeco.onnxruntime.CustomOpConfigs
 
addConfigEntry(String, String) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds a single session configuration entry as a pair of strings.
AddConfigEntry(BytePointer, BytePointer) - Method in class org.bytedeco.onnxruntime.RunOptions
Wraps OrtApi::AddRunConfigEntry
AddConfigEntry(String, String) - Method in class org.bytedeco.onnxruntime.RunOptions
 
AddConfigEntry(BytePointer, BytePointer) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::AddSessionConfigEntry
AddConfigEntry(String, String) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
addCoreML() - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds Apple's CoreML as an execution backend.
addCoreML(EnumSet<CoreMLFlags>) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds Apple's CoreML as an execution backend.
addCoreML(Map<String, String>) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds CoreML as an execution backend.
addCPU(boolean) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds the CPU as an execution backend, using the arena allocator if desired.
addCUDA() - Method in class ai.onnxruntime.OrtSession.SessionOptions
Add CUDA as an execution backend, using device 0.
addCUDA(int) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Add CUDA as an execution backend, using the specified CUDA device id.
addCUDA(OrtCUDAProviderOptions) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds CUDA as an execution backend, using the specified CUDA options.
AddCustomOpDomain(OrtSessionOptions, OrtCustomOpDomain) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSessionOptions \{
addDirectML(int) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds DirectML as an execution backend.
addDnnl(boolean) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds Intel's Deep Neural Network Library as an execution backend.
addExecutionProvider(List<OrtEpDevice>, Map<String, String>) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds the specified execution provider and device tuples as an execution backend.
addExternalInitializers(Map<String, OnnxTensorLike>) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds in the supplied externally loaded initializers.
AddExternalInitializers(OrtSessionOptions, PointerPointer, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Replace initialized Tensors with external data with the data provided in initializers.
AddExternalInitializers(OrtSessionOptions, BytePointer, OrtValue, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
AddExternalInitializers(OrtSessionOptions, ByteBuffer, OrtValue, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
AddExternalInitializers(OrtSessionOptions, byte[], OrtValue, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
AddExternalInitializers(StringVector, ValueVector) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::AddExternalInitializers
AddExternalInitializersFromFilesInMemory(OrtSessionOptions, PointerPointer, PointerPointer, SizeTPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Replace initialized Tensors with external data with the provided files in memory The function will find the initialized TensorProtos with external data in the graph with the provided external file names and the file content in memory.
AddExternalInitializersFromFilesInMemory(OrtSessionOptions, Pointer, BytePointer, SizeTPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
AddExternalInitializersFromFilesInMemory(OrtSessionOptions, Pointer, ByteBuffer, SizeTPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
AddExternalInitializersFromFilesInMemory(OrtSessionOptions, Pointer, byte[], SizeTPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
AddExternalInitializersFromFilesInMemory(Pointer, PointerPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::AddExternalInitializersFromFilesInMemory
AddExternalInitializersFromFilesInMemory(Pointer, BytePointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
AddExternalInitializersFromFilesInMemory(Pointer, ByteBuffer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
AddExternalInitializersFromFilesInMemory(Pointer, byte[], SizeTPointer) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
AddFreeDimensionOverride(OrtSessionOptions, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSessionOptions \{
AddFreeDimensionOverride(OrtSessionOptions, String, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
AddFreeDimensionOverride(BytePointer, long) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::AddFreeDimensionOverrideByName
AddFreeDimensionOverride(String, long) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
AddFreeDimensionOverrideByName(OrtSessionOptions, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSessionOptions \{
AddFreeDimensionOverrideByName(OrtSessionOptions, String, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
AddFreeDimensionOverrideByName(BytePointer, long) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
AddFreeDimensionOverrideByName(String, long) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
AddGraph(Graph) - Method in class org.bytedeco.onnxruntime.ModelImpl
 
AddGraphToModel(OrtModel, OrtGraph) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Add an OrtGraph to an OrtModel.
addInitializer(String, OnnxTensorLike) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds an initializer to override one from the ONNX model.
AddInitializer(BytePointer, Value, boolean) - Method in class org.bytedeco.onnxruntime.GraphImpl
 
AddInitializer(String, Value, boolean) - Method in class org.bytedeco.onnxruntime.GraphImpl
 
AddInitializer(OrtSessionOptions, BytePointer, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSessionOptions \{
AddInitializer(OrtSessionOptions, String, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
AddInitializer(BytePointer, OrtValue) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::AddInitializer
AddInitializer(String, OrtValue) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
AddInitializerToGraph(OrtGraph, BytePointer, OrtValue, boolean) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Add an initializer to the OrtGraph ORT will take ownership of the OrtValue and you should NOT call ReleaseOrtValue.
AddInitializerToGraph(OrtGraph, String, OrtValue, boolean) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
AddInputOutputAlias(int, int) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
AddInputOutputAliases(IntPointer, IntPointer) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
AddInputOutputAliases(IntBuffer, IntBuffer) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
AddInputOutputAliases(int[], int[]) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
AddInputOutputMutableAlias(int, int) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
AddInputOutputMutableAliases(IntPointer, IntPointer) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
AddInputOutputMutableAliases(IntBuffer, IntBuffer) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
AddInputOutputMutableAliases(int[], int[]) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
AddKernel(OrtKernelDef, OrtKernelCreateFunc, Pointer) - Method in class org.bytedeco.onnxruntime.KernelRegistry
 
AddKeyValuePair() - Method in class org.bytedeco.onnxruntime.OrtApi
 
AddKeyValuePair(OrtApi.AddKeyValuePair_OrtKeyValuePairs_BytePointer_BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
AddKeyValuePair_OrtKeyValuePairs_BytePointer_BytePointer(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.AddKeyValuePair_OrtKeyValuePairs_BytePointer_BytePointer
Pointer cast constructor.
AddKeyValuePair_OrtKeyValuePairs_BytePointer_BytePointer() - Constructor for class org.bytedeco.onnxruntime.OrtApi.AddKeyValuePair_OrtKeyValuePairs_BytePointer_BytePointer
 
addNnapi() - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds Android's NNAPI as an execution backend.
addNnapi(EnumSet<NNAPIFlags>) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds Android's NNAPI as an execution backend.
AddNode(Node) - Method in class org.bytedeco.onnxruntime.GraphImpl
 
AddNodeToGraph(OrtGraph, OrtNode) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Add an OrtNode to an OrtGraph Add the node to the graph.
addOpenVINO(String) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds OpenVINO as an execution backend.
addProperty(String, float) - Method in class ai.onnxruntime.OrtTrainingSession
Adds a float property to this training session checkpoint.
addProperty(String, int) - Method in class ai.onnxruntime.OrtTrainingSession
Adds a int property to this training session checkpoint.
addProperty(String, String) - Method in class ai.onnxruntime.OrtTrainingSession
Adds a String property to this training session checkpoint.
AddProperty(OrtCheckpointState, BytePointer, int, Pointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\}
AddProperty(OrtCheckpointState, String, int, Pointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
addQnn(Map<String, String>) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds QNN as an execution backend.
addROCM() - Method in class ai.onnxruntime.OrtSession.SessionOptions
Add ROCM as an execution backend, using device 0.
addROCM(int) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Add ROCM as an execution backend, using the specified ROCM device id.
addRunConfigEntry(String, String) - Method in class ai.onnxruntime.OrtSession.RunOptions
Adds a configuration entry to this RunOptions.
AddRunConfigEntry(OrtRunOptions, BytePointer, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtRunOptions \{
AddRunConfigEntry(OrtRunOptions, String, String) - Method in class org.bytedeco.onnxruntime.OrtApi
 
AddSessionConfigEntry(OrtSessionOptions, BytePointer, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSessionOptions \{
AddSessionConfigEntry(OrtSessionOptions, String, String) - Method in class org.bytedeco.onnxruntime.OrtApi
 
addTensorrt(int) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds Nvidia's TensorRT as an execution backend.
addTensorrt(OrtTensorRTProviderOptions) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds Nvidia's TensorRT as an execution backend.
addTvm(String) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds TVM as an execution backend.
AddTypeConstraint(BytePointer, OrtDataType) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
AddTypeConstraint(String, OrtDataType) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
AddTypeConstraint(BytePointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
addWebGPU(Map<String, String>) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds WebGPU as an execution backend.
addXnnpack(Map<String, String>) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Adds XNNPACK as an execution backend.
aggregateToInt(EnumSet<E>) - Static method in interface ai.onnxruntime.OrtFlags
Converts an EnumSet of flags into the value expected by the C API.
ai.onnxruntime - package ai.onnxruntime
A Java interface to the ONNX Runtime.
ai.onnxruntime.platform - package ai.onnxruntime.platform
A package of platform specific code, used to swap out Java implementations which don't run on Android.
ai.onnxruntime.providers - package ai.onnxruntime.providers
Classes for controlling the behavior of ONNX Runtime Execution Providers.
Alloc(long) - Method in class org.bytedeco.onnxruntime.AllocatorImpl
 
Alloc(long) - Method in class org.bytedeco.onnxruntime.AllocatorWithDefaultOptionsImpl
 
Alloc() - Method in class org.bytedeco.onnxruntime.OrtAllocator
 
Alloc(OrtAllocator.Alloc_OrtAllocator_long) - Method in class org.bytedeco.onnxruntime.OrtAllocator
 
Alloc_OrtAllocator_long(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtAllocator.Alloc_OrtAllocator_long
Pointer cast constructor.
Alloc_OrtAllocator_long() - Constructor for class org.bytedeco.onnxruntime.OrtAllocator.Alloc_OrtAllocator_long
 
AllocatedFree - Class in org.bytedeco.onnxruntime
 
AllocatedFree(Pointer) - Constructor for class org.bytedeco.onnxruntime.AllocatedFree
Pointer cast constructor.
AllocatedFree(OrtAllocator) - Constructor for class org.bytedeco.onnxruntime.AllocatedFree
 
Allocator - Class in org.bytedeco.onnxruntime
\brief Wrapper around ::OrtAllocator
Allocator(Pointer) - Constructor for class org.bytedeco.onnxruntime.Allocator
Pointer cast constructor.
Allocator(Session, OrtMemoryInfo) - Constructor for class org.bytedeco.onnxruntime.Allocator
Take ownership of a pointer created by C API
Allocator(OrtAllocator) - Constructor for class org.bytedeco.onnxruntime.Allocator
 
allocator_() - Method in class org.bytedeco.onnxruntime.AllocatedFree
 
allocator_(OrtAllocator) - Method in class org.bytedeco.onnxruntime.AllocatedFree
 
AllocatorAlloc(OrtAllocator, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtAllocator \{
AllocatorAlloc(OrtAllocator, long, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
AllocatorFree(OrtAllocator, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Calls OrtAllocator::Free function
AllocatorGetInfo(OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Calls OrtAllocator::Info function
AllocatorGetInfo(OrtAllocator, OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
AllocatorGetStats(OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Calls OrtAllocator::GetStats function Return a pointer to the OrtKeyValuePairs structure that contains the statistics of the allocator and the user should call OrtApi::ReleaseKeyValuePairs.
AllocatorGetStats(OrtAllocator, OrtKeyValuePairs) - Method in class org.bytedeco.onnxruntime.OrtApi
 
allocatorHandle - Variable in class ai.onnxruntime.OnnxTensorLike
The pointer to the native memory allocator.
AllocatorImpl - Class in org.bytedeco.onnxruntime
 
AllocatorImpl() - Constructor for class org.bytedeco.onnxruntime.AllocatorImpl
Default native constructor.
AllocatorImpl(long) - Constructor for class org.bytedeco.onnxruntime.AllocatorImpl
Native array allocator.
AllocatorImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.AllocatorImpl
Pointer cast constructor.
AllocatorWithDefaultOptions - Class in org.bytedeco.onnxruntime
\brief Wrapper around ::OrtAllocator default instance that is owned by Onnxruntime
AllocatorWithDefaultOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.AllocatorWithDefaultOptions
Pointer cast constructor.
AllocatorWithDefaultOptions(long) - Constructor for class org.bytedeco.onnxruntime.AllocatorWithDefaultOptions
Native array allocator.
AllocatorWithDefaultOptions() - Constructor for class org.bytedeco.onnxruntime.AllocatorWithDefaultOptions
 
AllocatorWithDefaultOptionsImpl - Class in org.bytedeco.onnxruntime
 
AllocatorWithDefaultOptionsImpl() - Constructor for class org.bytedeco.onnxruntime.AllocatorWithDefaultOptionsImpl
Default native constructor.
AllocatorWithDefaultOptionsImpl(long) - Constructor for class org.bytedeco.onnxruntime.AllocatorWithDefaultOptionsImpl
Native array allocator.
AllocatorWithDefaultOptionsImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.AllocatorWithDefaultOptionsImpl
Pointer cast constructor.
AllocOnStream() - Method in class org.bytedeco.onnxruntime.OrtAllocator
 
AllocOnStream(OrtAllocator.AllocOnStream_OrtAllocator_long_OrtSyncStream) - Method in class org.bytedeco.onnxruntime.OrtAllocator
 
AllocOnStream_OrtAllocator_long_OrtSyncStream(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtAllocator.AllocOnStream_OrtAllocator_long_OrtSyncStream
Pointer cast constructor.
AllocOnStream_OrtAllocator_long_OrtSyncStream() - Constructor for class org.bytedeco.onnxruntime.OrtAllocator.AllocOnStream_OrtAllocator_long_OrtSyncStream
 
Api(OrtApi) - Static method in class org.bytedeco.onnxruntime.Global
 
Api() - Static method in class org.bytedeco.onnxruntime.Global
 
AppendExecutionProvider(BytePointer, StringStringMap) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SessionOptionsAppendExecutionProvider.
AppendExecutionProvider(BytePointer) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
AppendExecutionProvider(String, StringStringMap) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
AppendExecutionProvider(String) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
AppendExecutionProvider_CANN(OrtCANNProviderOptions) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SessionOptionsAppendExecutionProvider_CANN
AppendExecutionProvider_CPU(int) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SessionOptionsAppendExecutionProvider_CPU
AppendExecutionProvider_CUDA(OrtCUDAProviderOptions) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SessionOptionsAppendExecutionProvider_CUDA
AppendExecutionProvider_CUDA_V2(OrtCUDAProviderOptionsV2) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SessionOptionsAppendExecutionProvider_CUDA_V2
AppendExecutionProvider_Dnnl(OrtDnnlProviderOptions) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SessionOptionsAppendExecutionProvider_Dnnl
AppendExecutionProvider_MIGraphX(OrtMIGraphXProviderOptions) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SessionOptionsAppendExecutionProvider_MIGraphX
AppendExecutionProvider_OpenVINO(OrtOpenVINOProviderOptions) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SessionOptionsAppendExecutionProvider_OpenVINO Wraps OrtApi::SessionOptionsAppendExecutionProvider_OpenVINO_V2
AppendExecutionProvider_OpenVINO_V2(StringStringMap) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
AppendExecutionProvider_OpenVINO_V2() - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
AppendExecutionProvider_ROCM(OrtROCMProviderOptions) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SessionOptionsAppendExecutionProvider_ROCM
AppendExecutionProvider_TensorRT(OrtTensorRTProviderOptions) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SessionOptionsAppendExecutionProvider_TensorRT
AppendExecutionProvider_TensorRT_V2(OrtTensorRTProviderOptionsV2) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SessionOptionsAppendExecutionProvider_TensorRT
AppendExecutionProvider_V2(Env, EpDeviceImpl, KeyValuePairs) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Append EPs that have been registered previously with the OrtEnv.
AppendExecutionProvider_V2(Env, EpDeviceImpl, StringStringMap) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Append EPs that have been registered previously with the OrtEnv.
AppendExecutionProvider_VitisAI(StringStringMap) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::AddFreeDimensionOverride
AppendExecutionProvider_VitisAI() - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
apply(Pointer) - Method in class org.bytedeco.onnxruntime.AllocatedFree
 
ApplyModelToModelEditorSession(OrtSession, OrtModel) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Apply changes to augment the ONNX model in a session created using CreateModelEditorSession[FromArray] Adds new nodes and updates graph inputs/outputs using model to augment the original ONNX model in the session.
applyToNative() - Method in class ai.onnxruntime.OrtProviderOptions
Applies the Java side configuration to the native side object.
applyToNative(long, long, String[], String[]) - Method in class ai.onnxruntime.providers.OrtCUDAProviderOptions
Adds the options to this options instance.
applyToNative(long, long, String[], String[]) - Method in class ai.onnxruntime.providers.OrtTensorRTProviderOptions
Adds the options to this options instance.
arena_extend_strategy() - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
\brief Strategy used to grow the memory arena 0 = kNextPowerOfTwo
1 = kSameAsRequested
Defaults to 0.
arena_extend_strategy(int) - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
 
arena_extend_strategy() - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
\brief Strategy used to grow the memory arena 0 = kNextPowerOfTwo
1 = kSameAsRequested
Defaults to 0.
arena_extend_strategy(int) - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
 
ArenaCfg - Class in org.bytedeco.onnxruntime
\struct Ort::ArenaCfg \brief it is a structure that represents the configuration of an arena based allocator \details Please see docs/C_API.md for details
ArenaCfg(Pointer) - Constructor for class org.bytedeco.onnxruntime.ArenaCfg
Pointer cast constructor.
ArenaCfg(long, int, int, int) - Constructor for class org.bytedeco.onnxruntime.ArenaCfg
Wraps OrtApi::CreateArenaCfg
ArenaCfg(StringSizeTMap) - Constructor for class org.bytedeco.onnxruntime.ArenaCfg
Wraps Ort::CreateArenaCfgV2 See C API for details on what the following parameters mean and how to choose these values
asByte() - Method in class org.bytedeco.onnxruntime.Float8E4M3FN_t
 
asByte() - Method in class org.bytedeco.onnxruntime.Float8E4M3FNUZ_t
 
asByte() - Method in class org.bytedeco.onnxruntime.Float8E5M2_t
 
asByte() - Method in class org.bytedeco.onnxruntime.Float8E5M2FNUZ_t
 
asConstEpAssignedNode() - Method in class org.bytedeco.onnxruntime.BaseEpAssignedNodeWithDefaultOptions
 
asConstEpAssignedSubgraph() - Method in class org.bytedeco.onnxruntime.BaseEpAssignedSubgraphWithDefaultOptions
 
asFloat() - Method in class org.bytedeco.onnxruntime.BFloat16_t
User defined conversion operator.
asFloat() - Method in class org.bytedeco.onnxruntime.Float16_t
User defined conversion operator.
AsInt() - Method in class org.bytedeco.onnxruntime.ShapeInferContext.SymbolicInteger
 
asOrtAllocator() - Method in class org.bytedeco.onnxruntime.BaseAllocator
 
asOrtArenaCfg() - Method in class org.bytedeco.onnxruntime.BaseArenaCfg
 
asOrtCUDAProviderOptionsV2() - Method in class org.bytedeco.onnxruntime.BaseCUDAProviderOptionsV2
 
asOrtCustomOpDomain() - Method in class org.bytedeco.onnxruntime.BaseCustomOpDomain
 
asOrtEnv() - Method in class org.bytedeco.onnxruntime.BaseEnv
 
asOrtEpDevice() - Method in class org.bytedeco.onnxruntime.BaseEpDevice
 
asOrtExternalInitializerInfo() - Method in class org.bytedeco.onnxruntime.BaseExternalInitializerInfo
 
asOrtGraph() - Method in class org.bytedeco.onnxruntime.BaseGraph
 
asOrtIoBinding() - Method in class org.bytedeco.onnxruntime.BaseIoBinding
 
asOrtKernelDef() - Method in class org.bytedeco.onnxruntime.BaseKernelDef
 
asOrtKernelDefBuilder() - Method in class org.bytedeco.onnxruntime.BaseKernelDefBuilder
 
asOrtKernelInfo() - Method in class org.bytedeco.onnxruntime.BaseKernelInfo
 
asOrtKernelRegistry() - Method in class org.bytedeco.onnxruntime.BaseKernelRegistry
 
asOrtKeyValuePairs() - Method in class org.bytedeco.onnxruntime.BaseKeyValuePairs
 
asOrtLoraAdapter() - Method in class org.bytedeco.onnxruntime.BaseLoraAdapter
 
asOrtMapTypeInfo() - Method in class org.bytedeco.onnxruntime.BaseMapTypeInfo
 
asOrtMemoryInfo() - Method in class org.bytedeco.onnxruntime.BaseMemoryInfo
 
asOrtModel() - Method in class org.bytedeco.onnxruntime.BaseModel
 
asOrtModelCompilationOptions() - Method in class org.bytedeco.onnxruntime.BaseModelCompilationOptions
 
asOrtModelMetadata() - Method in class org.bytedeco.onnxruntime.BaseModelMetadata
 
asOrtNode() - Method in class org.bytedeco.onnxruntime.BaseNode
 
asOrtOp() - Method in class org.bytedeco.onnxruntime.BaseOp
 
asOrtOpAttr() - Method in class org.bytedeco.onnxruntime.BaseOpAttr
 
asOrtPrepackedWeightsContainer() - Method in class org.bytedeco.onnxruntime.BasePrepackedWeightsContainer
 
asOrtRunOptions() - Method in class org.bytedeco.onnxruntime.BaseRunOptions
 
asOrtSequenceTypeInfo() - Method in class org.bytedeco.onnxruntime.BaseSequenceTypeInfo
 
asOrtSession() - Method in class org.bytedeco.onnxruntime.BaseSession
 
asOrtSessionOptions() - Method in class org.bytedeco.onnxruntime.BaseSessionOptions
 
asOrtStatus() - Method in class org.bytedeco.onnxruntime.BaseStatus
 
asOrtSyncStream() - Method in class org.bytedeco.onnxruntime.BaseSyncStream
 
asOrtTensorRTProviderOptionsV2() - Method in class org.bytedeco.onnxruntime.BaseTensorRTProviderOptionsV2
 
asOrtTensorTypeAndShapeInfo() - Method in class org.bytedeco.onnxruntime.BaseTensorTypeAndShapeInfo
 
asOrtThreadingOptions() - Method in class org.bytedeco.onnxruntime.BaseThreadingOptions
 
asOrtTypeInfo() - Method in class org.bytedeco.onnxruntime.BaseTypeInfo
 
asOrtValue() - Method in class org.bytedeco.onnxruntime.BaseValue
 
asOrtValueInfo() - Method in class org.bytedeco.onnxruntime.BaseValueInfo
 
AsSym() - Method in class org.bytedeco.onnxruntime.ShapeInferContext.SymbolicInteger
 
asUnownedAllocator() - Method in class org.bytedeco.onnxruntime.BaseAllocatorWithDefaultOptions
 
asUnownedAllocator() - Method in class org.bytedeco.onnxruntime.BaseConstGraph
 
asUnownedAllocator() - Method in class org.bytedeco.onnxruntime.BaseConstIoBinding
 
asUnownedAllocator() - Method in class org.bytedeco.onnxruntime.BaseConstMapTypeInfo
 
asUnownedAllocator() - Method in class org.bytedeco.onnxruntime.BaseConstSession
 
asUnownedAllocator() - Method in class org.bytedeco.onnxruntime.BaseConstSessionOptions
 
asUnownedAllocator() - Method in class org.bytedeco.onnxruntime.BaseConstTensorTypeAndShapeInfo
 
asUnownedAllocator() - Method in class org.bytedeco.onnxruntime.BaseConstValue
 
attr_name() - Method in class org.bytedeco.onnxruntime.AttrNameSubgraph
 
attr_name(BytePointer) - Method in class org.bytedeco.onnxruntime.AttrNameSubgraph
 
AttrNameSubgraph - Class in org.bytedeco.onnxruntime
 
AttrNameSubgraph() - Constructor for class org.bytedeco.onnxruntime.AttrNameSubgraph
Default native constructor.
AttrNameSubgraph(long) - Constructor for class org.bytedeco.onnxruntime.AttrNameSubgraph
Native array allocator.
AttrNameSubgraph(Pointer) - Constructor for class org.bytedeco.onnxruntime.AttrNameSubgraph
Pointer cast constructor.

B

back() - Method in class org.bytedeco.onnxruntime.FloatVector
 
back() - Method in class org.bytedeco.onnxruntime.LongVector
 
back() - Method in class org.bytedeco.onnxruntime.OpAttrVector
 
back() - Method in class org.bytedeco.onnxruntime.StringVector
 
back() - Method in class org.bytedeco.onnxruntime.ValueInfoVector
 
back() - Method in class org.bytedeco.onnxruntime.ValueVector
 
BaseAllocator - Class in org.bytedeco.onnxruntime
 
BaseAllocator(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseAllocator
Pointer cast constructor.
BaseAllocator(long) - Constructor for class org.bytedeco.onnxruntime.BaseAllocator
Native array allocator.
BaseAllocator() - Constructor for class org.bytedeco.onnxruntime.BaseAllocator
 
BaseAllocator(OrtAllocator) - Constructor for class org.bytedeco.onnxruntime.BaseAllocator
 
BaseAllocator(BaseAllocator) - Constructor for class org.bytedeco.onnxruntime.BaseAllocator
 
BaseAllocatorWithDefaultOptions - Class in org.bytedeco.onnxruntime
 
BaseAllocatorWithDefaultOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseAllocatorWithDefaultOptions
Pointer cast constructor.
BaseAllocatorWithDefaultOptions(long) - Constructor for class org.bytedeco.onnxruntime.BaseAllocatorWithDefaultOptions
Native array allocator.
BaseAllocatorWithDefaultOptions() - Constructor for class org.bytedeco.onnxruntime.BaseAllocatorWithDefaultOptions
 
BaseAllocatorWithDefaultOptions(UnownedAllocator) - Constructor for class org.bytedeco.onnxruntime.BaseAllocatorWithDefaultOptions
 
BaseAllocatorWithDefaultOptions(BaseAllocatorWithDefaultOptions) - Constructor for class org.bytedeco.onnxruntime.BaseAllocatorWithDefaultOptions
 
BaseArenaCfg - Class in org.bytedeco.onnxruntime
 
BaseArenaCfg(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseArenaCfg
Pointer cast constructor.
BaseArenaCfg(long) - Constructor for class org.bytedeco.onnxruntime.BaseArenaCfg
Native array allocator.
BaseArenaCfg() - Constructor for class org.bytedeco.onnxruntime.BaseArenaCfg
 
BaseArenaCfg(OrtArenaCfg) - Constructor for class org.bytedeco.onnxruntime.BaseArenaCfg
 
BaseArenaCfg(BaseArenaCfg) - Constructor for class org.bytedeco.onnxruntime.BaseArenaCfg
 
BaseConstGraph - Class in org.bytedeco.onnxruntime
/** This is a non-const pointer holder that is move-only.
BaseConstGraph(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseConstGraph
Pointer cast constructor.
BaseConstGraph(long) - Constructor for class org.bytedeco.onnxruntime.BaseConstGraph
Native array allocator.
BaseConstGraph() - Constructor for class org.bytedeco.onnxruntime.BaseConstGraph
 
BaseConstGraph(UnownedAllocator) - Constructor for class org.bytedeco.onnxruntime.BaseConstGraph
 
BaseConstGraph(BaseConstGraph) - Constructor for class org.bytedeco.onnxruntime.BaseConstGraph
 
BaseConstIoBinding - Class in org.bytedeco.onnxruntime
 
BaseConstIoBinding(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseConstIoBinding
Pointer cast constructor.
BaseConstIoBinding(long) - Constructor for class org.bytedeco.onnxruntime.BaseConstIoBinding
Native array allocator.
BaseConstIoBinding() - Constructor for class org.bytedeco.onnxruntime.BaseConstIoBinding
 
BaseConstIoBinding(UnownedAllocator) - Constructor for class org.bytedeco.onnxruntime.BaseConstIoBinding
 
BaseConstIoBinding(BaseConstIoBinding) - Constructor for class org.bytedeco.onnxruntime.BaseConstIoBinding
 
BaseConstMapTypeInfo - Class in org.bytedeco.onnxruntime
 
BaseConstMapTypeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseConstMapTypeInfo
Pointer cast constructor.
BaseConstMapTypeInfo(long) - Constructor for class org.bytedeco.onnxruntime.BaseConstMapTypeInfo
Native array allocator.
BaseConstMapTypeInfo() - Constructor for class org.bytedeco.onnxruntime.BaseConstMapTypeInfo
 
BaseConstMapTypeInfo(UnownedAllocator) - Constructor for class org.bytedeco.onnxruntime.BaseConstMapTypeInfo
 
BaseConstMapTypeInfo(BaseConstMapTypeInfo) - Constructor for class org.bytedeco.onnxruntime.BaseConstMapTypeInfo
 
BaseConstSession - Class in org.bytedeco.onnxruntime
 
BaseConstSession(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseConstSession
Pointer cast constructor.
BaseConstSession(long) - Constructor for class org.bytedeco.onnxruntime.BaseConstSession
Native array allocator.
BaseConstSession() - Constructor for class org.bytedeco.onnxruntime.BaseConstSession
 
BaseConstSession(UnownedAllocator) - Constructor for class org.bytedeco.onnxruntime.BaseConstSession
 
BaseConstSession(BaseConstSession) - Constructor for class org.bytedeco.onnxruntime.BaseConstSession
 
BaseConstSessionOptions - Class in org.bytedeco.onnxruntime
 
BaseConstSessionOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseConstSessionOptions
Pointer cast constructor.
BaseConstSessionOptions(long) - Constructor for class org.bytedeco.onnxruntime.BaseConstSessionOptions
Native array allocator.
BaseConstSessionOptions() - Constructor for class org.bytedeco.onnxruntime.BaseConstSessionOptions
 
BaseConstSessionOptions(UnownedAllocator) - Constructor for class org.bytedeco.onnxruntime.BaseConstSessionOptions
 
BaseConstSessionOptions(BaseConstSessionOptions) - Constructor for class org.bytedeco.onnxruntime.BaseConstSessionOptions
 
BaseConstTensorTypeAndShapeInfo - Class in org.bytedeco.onnxruntime
 
BaseConstTensorTypeAndShapeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseConstTensorTypeAndShapeInfo
Pointer cast constructor.
BaseConstTensorTypeAndShapeInfo(long) - Constructor for class org.bytedeco.onnxruntime.BaseConstTensorTypeAndShapeInfo
Native array allocator.
BaseConstTensorTypeAndShapeInfo() - Constructor for class org.bytedeco.onnxruntime.BaseConstTensorTypeAndShapeInfo
 
BaseConstTensorTypeAndShapeInfo(UnownedAllocator) - Constructor for class org.bytedeco.onnxruntime.BaseConstTensorTypeAndShapeInfo
 
BaseConstTensorTypeAndShapeInfo(BaseConstTensorTypeAndShapeInfo) - Constructor for class org.bytedeco.onnxruntime.BaseConstTensorTypeAndShapeInfo
 
BaseConstValue - Class in org.bytedeco.onnxruntime
 
BaseConstValue(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseConstValue
Pointer cast constructor.
BaseConstValue(long) - Constructor for class org.bytedeco.onnxruntime.BaseConstValue
Native array allocator.
BaseConstValue() - Constructor for class org.bytedeco.onnxruntime.BaseConstValue
 
BaseConstValue(UnownedAllocator) - Constructor for class org.bytedeco.onnxruntime.BaseConstValue
 
BaseConstValue(BaseConstValue) - Constructor for class org.bytedeco.onnxruntime.BaseConstValue
 
BaseCUDAProviderOptionsV2 - Class in org.bytedeco.onnxruntime
 
BaseCUDAProviderOptionsV2(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseCUDAProviderOptionsV2
Pointer cast constructor.
BaseCUDAProviderOptionsV2(long) - Constructor for class org.bytedeco.onnxruntime.BaseCUDAProviderOptionsV2
Native array allocator.
BaseCUDAProviderOptionsV2() - Constructor for class org.bytedeco.onnxruntime.BaseCUDAProviderOptionsV2
 
BaseCUDAProviderOptionsV2(OrtCUDAProviderOptionsV2) - Constructor for class org.bytedeco.onnxruntime.BaseCUDAProviderOptionsV2
 
BaseCUDAProviderOptionsV2(BaseCUDAProviderOptionsV2) - Constructor for class org.bytedeco.onnxruntime.BaseCUDAProviderOptionsV2
 
BaseCustomOpDomain - Class in org.bytedeco.onnxruntime
 
BaseCustomOpDomain(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseCustomOpDomain
Pointer cast constructor.
BaseCustomOpDomain(long) - Constructor for class org.bytedeco.onnxruntime.BaseCustomOpDomain
Native array allocator.
BaseCustomOpDomain() - Constructor for class org.bytedeco.onnxruntime.BaseCustomOpDomain
 
BaseCustomOpDomain(OrtCustomOpDomain) - Constructor for class org.bytedeco.onnxruntime.BaseCustomOpDomain
 
BaseCustomOpDomain(BaseCustomOpDomain) - Constructor for class org.bytedeco.onnxruntime.BaseCustomOpDomain
 
BaseEnv - Class in org.bytedeco.onnxruntime
 
BaseEnv(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseEnv
Pointer cast constructor.
BaseEnv(long) - Constructor for class org.bytedeco.onnxruntime.BaseEnv
Native array allocator.
BaseEnv() - Constructor for class org.bytedeco.onnxruntime.BaseEnv
 
BaseEnv(OrtEnv) - Constructor for class org.bytedeco.onnxruntime.BaseEnv
 
BaseEnv(BaseEnv) - Constructor for class org.bytedeco.onnxruntime.BaseEnv
 
BaseEpAssignedNodeWithDefaultOptions - Class in org.bytedeco.onnxruntime
 
BaseEpAssignedNodeWithDefaultOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseEpAssignedNodeWithDefaultOptions
Pointer cast constructor.
BaseEpAssignedNodeWithDefaultOptions(long) - Constructor for class org.bytedeco.onnxruntime.BaseEpAssignedNodeWithDefaultOptions
Native array allocator.
BaseEpAssignedNodeWithDefaultOptions() - Constructor for class org.bytedeco.onnxruntime.BaseEpAssignedNodeWithDefaultOptions
 
BaseEpAssignedNodeWithDefaultOptions(ConstEpAssignedNode) - Constructor for class org.bytedeco.onnxruntime.BaseEpAssignedNodeWithDefaultOptions
 
BaseEpAssignedNodeWithDefaultOptions(BaseEpAssignedNodeWithDefaultOptions) - Constructor for class org.bytedeco.onnxruntime.BaseEpAssignedNodeWithDefaultOptions
 
BaseEpAssignedSubgraphWithDefaultOptions - Class in org.bytedeco.onnxruntime
 
BaseEpAssignedSubgraphWithDefaultOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseEpAssignedSubgraphWithDefaultOptions
Pointer cast constructor.
BaseEpAssignedSubgraphWithDefaultOptions(long) - Constructor for class org.bytedeco.onnxruntime.BaseEpAssignedSubgraphWithDefaultOptions
Native array allocator.
BaseEpAssignedSubgraphWithDefaultOptions() - Constructor for class org.bytedeco.onnxruntime.BaseEpAssignedSubgraphWithDefaultOptions
 
BaseEpAssignedSubgraphWithDefaultOptions(ConstEpAssignedSubgraph) - Constructor for class org.bytedeco.onnxruntime.BaseEpAssignedSubgraphWithDefaultOptions
 
BaseEpAssignedSubgraphWithDefaultOptions(BaseEpAssignedSubgraphWithDefaultOptions) - Constructor for class org.bytedeco.onnxruntime.BaseEpAssignedSubgraphWithDefaultOptions
 
BaseEpDevice - Class in org.bytedeco.onnxruntime
 
BaseEpDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseEpDevice
Pointer cast constructor.
BaseEpDevice(long) - Constructor for class org.bytedeco.onnxruntime.BaseEpDevice
Native array allocator.
BaseEpDevice() - Constructor for class org.bytedeco.onnxruntime.BaseEpDevice
 
BaseEpDevice(OrtEpDevice) - Constructor for class org.bytedeco.onnxruntime.BaseEpDevice
 
BaseEpDevice(BaseEpDevice) - Constructor for class org.bytedeco.onnxruntime.BaseEpDevice
 
BaseExternalInitializerInfo - Class in org.bytedeco.onnxruntime
 
BaseExternalInitializerInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseExternalInitializerInfo
Pointer cast constructor.
BaseExternalInitializerInfo(long) - Constructor for class org.bytedeco.onnxruntime.BaseExternalInitializerInfo
Native array allocator.
BaseExternalInitializerInfo() - Constructor for class org.bytedeco.onnxruntime.BaseExternalInitializerInfo
 
BaseExternalInitializerInfo(OrtExternalInitializerInfo) - Constructor for class org.bytedeco.onnxruntime.BaseExternalInitializerInfo
 
BaseExternalInitializerInfo(BaseExternalInitializerInfo) - Constructor for class org.bytedeco.onnxruntime.BaseExternalInitializerInfo
 
BaseGraph - Class in org.bytedeco.onnxruntime
 
BaseGraph(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseGraph
Pointer cast constructor.
BaseGraph(long) - Constructor for class org.bytedeco.onnxruntime.BaseGraph
Native array allocator.
BaseGraph() - Constructor for class org.bytedeco.onnxruntime.BaseGraph
 
BaseGraph(OrtGraph) - Constructor for class org.bytedeco.onnxruntime.BaseGraph
 
BaseGraph(BaseGraph) - Constructor for class org.bytedeco.onnxruntime.BaseGraph
 
BaseIoBinding - Class in org.bytedeco.onnxruntime
 
BaseIoBinding(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseIoBinding
Pointer cast constructor.
BaseIoBinding(long) - Constructor for class org.bytedeco.onnxruntime.BaseIoBinding
Native array allocator.
BaseIoBinding() - Constructor for class org.bytedeco.onnxruntime.BaseIoBinding
 
BaseIoBinding(OrtIoBinding) - Constructor for class org.bytedeco.onnxruntime.BaseIoBinding
 
BaseIoBinding(BaseIoBinding) - Constructor for class org.bytedeco.onnxruntime.BaseIoBinding
 
BaseKernelDef - Class in org.bytedeco.onnxruntime
 
BaseKernelDef(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseKernelDef
Pointer cast constructor.
BaseKernelDef(long) - Constructor for class org.bytedeco.onnxruntime.BaseKernelDef
Native array allocator.
BaseKernelDef() - Constructor for class org.bytedeco.onnxruntime.BaseKernelDef
 
BaseKernelDef(OrtKernelDef) - Constructor for class org.bytedeco.onnxruntime.BaseKernelDef
 
BaseKernelDef(BaseKernelDef) - Constructor for class org.bytedeco.onnxruntime.BaseKernelDef
 
BaseKernelDefBuilder - Class in org.bytedeco.onnxruntime
 
BaseKernelDefBuilder(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseKernelDefBuilder
Pointer cast constructor.
BaseKernelDefBuilder(long) - Constructor for class org.bytedeco.onnxruntime.BaseKernelDefBuilder
Native array allocator.
BaseKernelDefBuilder() - Constructor for class org.bytedeco.onnxruntime.BaseKernelDefBuilder
 
BaseKernelDefBuilder(OrtKernelDefBuilder) - Constructor for class org.bytedeco.onnxruntime.BaseKernelDefBuilder
 
BaseKernelDefBuilder(BaseKernelDefBuilder) - Constructor for class org.bytedeco.onnxruntime.BaseKernelDefBuilder
 
BaseKernelInfo - Class in org.bytedeco.onnxruntime
 
BaseKernelInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseKernelInfo
Pointer cast constructor.
BaseKernelInfo(long) - Constructor for class org.bytedeco.onnxruntime.BaseKernelInfo
Native array allocator.
BaseKernelInfo() - Constructor for class org.bytedeco.onnxruntime.BaseKernelInfo
 
BaseKernelInfo(OrtKernelInfo) - Constructor for class org.bytedeco.onnxruntime.BaseKernelInfo
 
BaseKernelInfo(BaseKernelInfo) - Constructor for class org.bytedeco.onnxruntime.BaseKernelInfo
 
BaseKernelRegistry - Class in org.bytedeco.onnxruntime
 
BaseKernelRegistry(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseKernelRegistry
Pointer cast constructor.
BaseKernelRegistry(long) - Constructor for class org.bytedeco.onnxruntime.BaseKernelRegistry
Native array allocator.
BaseKernelRegistry() - Constructor for class org.bytedeco.onnxruntime.BaseKernelRegistry
 
BaseKernelRegistry(OrtKernelRegistry) - Constructor for class org.bytedeco.onnxruntime.BaseKernelRegistry
 
BaseKernelRegistry(BaseKernelRegistry) - Constructor for class org.bytedeco.onnxruntime.BaseKernelRegistry
 
BaseKeyValuePairs - Class in org.bytedeco.onnxruntime
 
BaseKeyValuePairs(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseKeyValuePairs
Pointer cast constructor.
BaseKeyValuePairs(long) - Constructor for class org.bytedeco.onnxruntime.BaseKeyValuePairs
Native array allocator.
BaseKeyValuePairs() - Constructor for class org.bytedeco.onnxruntime.BaseKeyValuePairs
 
BaseKeyValuePairs(OrtKeyValuePairs) - Constructor for class org.bytedeco.onnxruntime.BaseKeyValuePairs
 
BaseKeyValuePairs(BaseKeyValuePairs) - Constructor for class org.bytedeco.onnxruntime.BaseKeyValuePairs
 
BaseLoraAdapter - Class in org.bytedeco.onnxruntime
 
BaseLoraAdapter(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseLoraAdapter
Pointer cast constructor.
BaseLoraAdapter(long) - Constructor for class org.bytedeco.onnxruntime.BaseLoraAdapter
Native array allocator.
BaseLoraAdapter() - Constructor for class org.bytedeco.onnxruntime.BaseLoraAdapter
 
BaseLoraAdapter(OrtLoraAdapter) - Constructor for class org.bytedeco.onnxruntime.BaseLoraAdapter
 
BaseLoraAdapter(BaseLoraAdapter) - Constructor for class org.bytedeco.onnxruntime.BaseLoraAdapter
 
BaseMapTypeInfo - Class in org.bytedeco.onnxruntime
 
BaseMapTypeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseMapTypeInfo
Pointer cast constructor.
BaseMapTypeInfo(long) - Constructor for class org.bytedeco.onnxruntime.BaseMapTypeInfo
Native array allocator.
BaseMapTypeInfo() - Constructor for class org.bytedeco.onnxruntime.BaseMapTypeInfo
 
BaseMapTypeInfo(OrtMapTypeInfo) - Constructor for class org.bytedeco.onnxruntime.BaseMapTypeInfo
 
BaseMapTypeInfo(BaseMapTypeInfo) - Constructor for class org.bytedeco.onnxruntime.BaseMapTypeInfo
 
BaseMemoryInfo - Class in org.bytedeco.onnxruntime
 
BaseMemoryInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseMemoryInfo
Pointer cast constructor.
BaseMemoryInfo(long) - Constructor for class org.bytedeco.onnxruntime.BaseMemoryInfo
Native array allocator.
BaseMemoryInfo() - Constructor for class org.bytedeco.onnxruntime.BaseMemoryInfo
 
BaseMemoryInfo(OrtMemoryInfo) - Constructor for class org.bytedeco.onnxruntime.BaseMemoryInfo
 
BaseMemoryInfo(BaseMemoryInfo) - Constructor for class org.bytedeco.onnxruntime.BaseMemoryInfo
 
BaseModel - Class in org.bytedeco.onnxruntime
 
BaseModel(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseModel
Pointer cast constructor.
BaseModel(long) - Constructor for class org.bytedeco.onnxruntime.BaseModel
Native array allocator.
BaseModel() - Constructor for class org.bytedeco.onnxruntime.BaseModel
 
BaseModel(OrtModel) - Constructor for class org.bytedeco.onnxruntime.BaseModel
 
BaseModel(BaseModel) - Constructor for class org.bytedeco.onnxruntime.BaseModel
 
BaseModelCompilationOptions - Class in org.bytedeco.onnxruntime
 
BaseModelCompilationOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseModelCompilationOptions
Pointer cast constructor.
BaseModelCompilationOptions(long) - Constructor for class org.bytedeco.onnxruntime.BaseModelCompilationOptions
Native array allocator.
BaseModelCompilationOptions() - Constructor for class org.bytedeco.onnxruntime.BaseModelCompilationOptions
 
BaseModelCompilationOptions(OrtModelCompilationOptions) - Constructor for class org.bytedeco.onnxruntime.BaseModelCompilationOptions
 
BaseModelCompilationOptions(BaseModelCompilationOptions) - Constructor for class org.bytedeco.onnxruntime.BaseModelCompilationOptions
 
BaseModelMetadata - Class in org.bytedeco.onnxruntime
 
BaseModelMetadata(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseModelMetadata
Pointer cast constructor.
BaseModelMetadata(long) - Constructor for class org.bytedeco.onnxruntime.BaseModelMetadata
Native array allocator.
BaseModelMetadata() - Constructor for class org.bytedeco.onnxruntime.BaseModelMetadata
 
BaseModelMetadata(OrtModelMetadata) - Constructor for class org.bytedeco.onnxruntime.BaseModelMetadata
 
BaseModelMetadata(BaseModelMetadata) - Constructor for class org.bytedeco.onnxruntime.BaseModelMetadata
 
BaseNode - Class in org.bytedeco.onnxruntime
 
BaseNode(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseNode
Pointer cast constructor.
BaseNode(long) - Constructor for class org.bytedeco.onnxruntime.BaseNode
Native array allocator.
BaseNode() - Constructor for class org.bytedeco.onnxruntime.BaseNode
 
BaseNode(OrtNode) - Constructor for class org.bytedeco.onnxruntime.BaseNode
 
BaseNode(BaseNode) - Constructor for class org.bytedeco.onnxruntime.BaseNode
 
BaseOp - Class in org.bytedeco.onnxruntime
 
BaseOp(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseOp
Pointer cast constructor.
BaseOp(long) - Constructor for class org.bytedeco.onnxruntime.BaseOp
Native array allocator.
BaseOp() - Constructor for class org.bytedeco.onnxruntime.BaseOp
 
BaseOp(OrtOp) - Constructor for class org.bytedeco.onnxruntime.BaseOp
 
BaseOp(BaseOp) - Constructor for class org.bytedeco.onnxruntime.BaseOp
 
BaseOpAttr - Class in org.bytedeco.onnxruntime
 
BaseOpAttr(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseOpAttr
Pointer cast constructor.
BaseOpAttr(long) - Constructor for class org.bytedeco.onnxruntime.BaseOpAttr
Native array allocator.
BaseOpAttr() - Constructor for class org.bytedeco.onnxruntime.BaseOpAttr
 
BaseOpAttr(OrtOpAttr) - Constructor for class org.bytedeco.onnxruntime.BaseOpAttr
 
BaseOpAttr(BaseOpAttr) - Constructor for class org.bytedeco.onnxruntime.BaseOpAttr
 
BasePrepackedWeightsContainer - Class in org.bytedeco.onnxruntime
 
BasePrepackedWeightsContainer(Pointer) - Constructor for class org.bytedeco.onnxruntime.BasePrepackedWeightsContainer
Pointer cast constructor.
BasePrepackedWeightsContainer(long) - Constructor for class org.bytedeco.onnxruntime.BasePrepackedWeightsContainer
Native array allocator.
BasePrepackedWeightsContainer() - Constructor for class org.bytedeco.onnxruntime.BasePrepackedWeightsContainer
 
BasePrepackedWeightsContainer(OrtPrepackedWeightsContainer) - Constructor for class org.bytedeco.onnxruntime.BasePrepackedWeightsContainer
 
BasePrepackedWeightsContainer(BasePrepackedWeightsContainer) - Constructor for class org.bytedeco.onnxruntime.BasePrepackedWeightsContainer
 
BaseRunOptions - Class in org.bytedeco.onnxruntime
 
BaseRunOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseRunOptions
Pointer cast constructor.
BaseRunOptions(long) - Constructor for class org.bytedeco.onnxruntime.BaseRunOptions
Native array allocator.
BaseRunOptions() - Constructor for class org.bytedeco.onnxruntime.BaseRunOptions
 
BaseRunOptions(OrtRunOptions) - Constructor for class org.bytedeco.onnxruntime.BaseRunOptions
 
BaseRunOptions(BaseRunOptions) - Constructor for class org.bytedeco.onnxruntime.BaseRunOptions
 
BaseSequenceTypeInfo - Class in org.bytedeco.onnxruntime
 
BaseSequenceTypeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseSequenceTypeInfo
Pointer cast constructor.
BaseSequenceTypeInfo(long) - Constructor for class org.bytedeco.onnxruntime.BaseSequenceTypeInfo
Native array allocator.
BaseSequenceTypeInfo() - Constructor for class org.bytedeco.onnxruntime.BaseSequenceTypeInfo
 
BaseSequenceTypeInfo(OrtSequenceTypeInfo) - Constructor for class org.bytedeco.onnxruntime.BaseSequenceTypeInfo
 
BaseSequenceTypeInfo(BaseSequenceTypeInfo) - Constructor for class org.bytedeco.onnxruntime.BaseSequenceTypeInfo
 
BaseSequenceTypeInfoImpl - Class in org.bytedeco.onnxruntime
 
BaseSequenceTypeInfoImpl() - Constructor for class org.bytedeco.onnxruntime.BaseSequenceTypeInfoImpl
Default native constructor.
BaseSequenceTypeInfoImpl(long) - Constructor for class org.bytedeco.onnxruntime.BaseSequenceTypeInfoImpl
Native array allocator.
BaseSequenceTypeInfoImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseSequenceTypeInfoImpl
Pointer cast constructor.
BaseSession - Class in org.bytedeco.onnxruntime
 
BaseSession(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseSession
Pointer cast constructor.
BaseSession(long) - Constructor for class org.bytedeco.onnxruntime.BaseSession
Native array allocator.
BaseSession() - Constructor for class org.bytedeco.onnxruntime.BaseSession
 
BaseSession(OrtSession) - Constructor for class org.bytedeco.onnxruntime.BaseSession
 
BaseSession(BaseSession) - Constructor for class org.bytedeco.onnxruntime.BaseSession
 
BaseSessionOptions - Class in org.bytedeco.onnxruntime
 
BaseSessionOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseSessionOptions
Pointer cast constructor.
BaseSessionOptions(long) - Constructor for class org.bytedeco.onnxruntime.BaseSessionOptions
Native array allocator.
BaseSessionOptions() - Constructor for class org.bytedeco.onnxruntime.BaseSessionOptions
 
BaseSessionOptions(OrtSessionOptions) - Constructor for class org.bytedeco.onnxruntime.BaseSessionOptions
 
BaseSessionOptions(BaseSessionOptions) - Constructor for class org.bytedeco.onnxruntime.BaseSessionOptions
 
BaseStatus - Class in org.bytedeco.onnxruntime
 
BaseStatus(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseStatus
Pointer cast constructor.
BaseStatus(long) - Constructor for class org.bytedeco.onnxruntime.BaseStatus
Native array allocator.
BaseStatus() - Constructor for class org.bytedeco.onnxruntime.BaseStatus
 
BaseStatus(OrtStatus) - Constructor for class org.bytedeco.onnxruntime.BaseStatus
 
BaseStatus(BaseStatus) - Constructor for class org.bytedeco.onnxruntime.BaseStatus
 
BaseSyncStream - Class in org.bytedeco.onnxruntime
 
BaseSyncStream(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseSyncStream
Pointer cast constructor.
BaseSyncStream(long) - Constructor for class org.bytedeco.onnxruntime.BaseSyncStream
Native array allocator.
BaseSyncStream() - Constructor for class org.bytedeco.onnxruntime.BaseSyncStream
 
BaseSyncStream(OrtSyncStream) - Constructor for class org.bytedeco.onnxruntime.BaseSyncStream
 
BaseSyncStream(BaseSyncStream) - Constructor for class org.bytedeco.onnxruntime.BaseSyncStream
 
BaseTensorRTProviderOptionsV2 - Class in org.bytedeco.onnxruntime
 
BaseTensorRTProviderOptionsV2(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseTensorRTProviderOptionsV2
Pointer cast constructor.
BaseTensorRTProviderOptionsV2(long) - Constructor for class org.bytedeco.onnxruntime.BaseTensorRTProviderOptionsV2
Native array allocator.
BaseTensorRTProviderOptionsV2() - Constructor for class org.bytedeco.onnxruntime.BaseTensorRTProviderOptionsV2
 
BaseTensorRTProviderOptionsV2(OrtTensorRTProviderOptionsV2) - Constructor for class org.bytedeco.onnxruntime.BaseTensorRTProviderOptionsV2
 
BaseTensorRTProviderOptionsV2(BaseTensorRTProviderOptionsV2) - Constructor for class org.bytedeco.onnxruntime.BaseTensorRTProviderOptionsV2
 
BaseTensorTypeAndShapeInfo - Class in org.bytedeco.onnxruntime
 
BaseTensorTypeAndShapeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseTensorTypeAndShapeInfo
Pointer cast constructor.
BaseTensorTypeAndShapeInfo(long) - Constructor for class org.bytedeco.onnxruntime.BaseTensorTypeAndShapeInfo
Native array allocator.
BaseTensorTypeAndShapeInfo() - Constructor for class org.bytedeco.onnxruntime.BaseTensorTypeAndShapeInfo
 
BaseTensorTypeAndShapeInfo(OrtTensorTypeAndShapeInfo) - Constructor for class org.bytedeco.onnxruntime.BaseTensorTypeAndShapeInfo
 
BaseTensorTypeAndShapeInfo(BaseTensorTypeAndShapeInfo) - Constructor for class org.bytedeco.onnxruntime.BaseTensorTypeAndShapeInfo
 
BaseThreadingOptions - Class in org.bytedeco.onnxruntime
 
BaseThreadingOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseThreadingOptions
Pointer cast constructor.
BaseThreadingOptions(long) - Constructor for class org.bytedeco.onnxruntime.BaseThreadingOptions
Native array allocator.
BaseThreadingOptions() - Constructor for class org.bytedeco.onnxruntime.BaseThreadingOptions
 
BaseThreadingOptions(OrtThreadingOptions) - Constructor for class org.bytedeco.onnxruntime.BaseThreadingOptions
 
BaseThreadingOptions(BaseThreadingOptions) - Constructor for class org.bytedeco.onnxruntime.BaseThreadingOptions
 
BaseTypeInfo - Class in org.bytedeco.onnxruntime
 
BaseTypeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseTypeInfo
Pointer cast constructor.
BaseTypeInfo(long) - Constructor for class org.bytedeco.onnxruntime.BaseTypeInfo
Native array allocator.
BaseTypeInfo() - Constructor for class org.bytedeco.onnxruntime.BaseTypeInfo
 
BaseTypeInfo(OrtTypeInfo) - Constructor for class org.bytedeco.onnxruntime.BaseTypeInfo
 
BaseTypeInfo(BaseTypeInfo) - Constructor for class org.bytedeco.onnxruntime.BaseTypeInfo
 
BaseValue - Class in org.bytedeco.onnxruntime
 
BaseValue(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseValue
Pointer cast constructor.
BaseValue(long) - Constructor for class org.bytedeco.onnxruntime.BaseValue
Native array allocator.
BaseValue() - Constructor for class org.bytedeco.onnxruntime.BaseValue
 
BaseValue(OrtValue) - Constructor for class org.bytedeco.onnxruntime.BaseValue
 
BaseValue(BaseValue) - Constructor for class org.bytedeco.onnxruntime.BaseValue
 
BaseValueInfo - Class in org.bytedeco.onnxruntime
 
BaseValueInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.BaseValueInfo
Pointer cast constructor.
BaseValueInfo(long) - Constructor for class org.bytedeco.onnxruntime.BaseValueInfo
Native array allocator.
BaseValueInfo() - Constructor for class org.bytedeco.onnxruntime.BaseValueInfo
 
BaseValueInfo(OrtValueInfo) - Constructor for class org.bytedeco.onnxruntime.BaseValueInfo
 
BaseValueInfo(BaseValueInfo) - Constructor for class org.bytedeco.onnxruntime.BaseValueInfo
 
begin() - Method in class org.bytedeco.onnxruntime.FloatVector
 
begin() - Method in class org.bytedeco.onnxruntime.LongVector
 
begin() - Method in class org.bytedeco.onnxruntime.OpAttrVector
 
begin() - Method in class org.bytedeco.onnxruntime.StringSizeTMap
 
begin() - Method in class org.bytedeco.onnxruntime.StringStringMap
 
begin() - Method in class org.bytedeco.onnxruntime.StringVector
 
begin() - Method in class org.bytedeco.onnxruntime.ValueInfoVector
 
begin() - Method in class org.bytedeco.onnxruntime.ValueVector
 
bf16ToFloat(short) - Static method in class ai.onnxruntime.platform.Fp16Conversions
Converts a bf16 value stored in a short into a float value.
BFloat16_t - Class in org.bytedeco.onnxruntime
\brief bfloat16 (Brain Floating Point) data type \details This struct is used for converting float to bfloat16 and back so the user could feed inputs and fetch outputs using these type.
BFloat16_t(Pointer) - Constructor for class org.bytedeco.onnxruntime.BFloat16_t
Pointer cast constructor.
BFloat16_t() - Constructor for class org.bytedeco.onnxruntime.BFloat16_t
 
BFloat16_t(float) - Constructor for class org.bytedeco.onnxruntime.BFloat16_t
__ctor from float.
BindInput(BytePointer, Value) - Method in class org.bytedeco.onnxruntime.IoBindingImpl
 
BindInput(String, Value) - Method in class org.bytedeco.onnxruntime.IoBindingImpl
 
BindInput(OrtIoBinding, BytePointer, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Bind an ::OrtValue to an ::OrtIoBinding input When using OrtApi::RunWithBinding this value is used for the named input
BindInput(OrtIoBinding, String, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
BindOutput(BytePointer, Value) - Method in class org.bytedeco.onnxruntime.IoBindingImpl
 
BindOutput(String, Value) - Method in class org.bytedeco.onnxruntime.IoBindingImpl
 
BindOutput(BytePointer, OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.IoBindingImpl
 
BindOutput(String, OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.IoBindingImpl
 
BindOutput(OrtIoBinding, BytePointer, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Bind an ::OrtValue to an ::OrtIoBinding output When using OrtApi::RunWithBinding this value is used for the named output
BindOutput(OrtIoBinding, String, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
BindOutputToDevice(OrtIoBinding, BytePointer, OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Bind an ::OrtIoBinding output to a device Binds the ::OrtValue to a device which is specified by ::OrtMemoryInfo.
BindOutputToDevice(OrtIoBinding, String, OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
BlockSparseTensor(IntBuffer, long[], Buffer, long[], long[], OnnxJavaType, long) - Constructor for class ai.onnxruntime.OnnxSparseTensor.BlockSparseTensor
Construct a block sparse tensor.
Build() - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
BytePointer_GetBuildInfoString(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.BytePointer_GetBuildInfoString
Pointer cast constructor.
BytePointer_GetBuildInfoString() - Constructor for class org.bytedeco.onnxruntime.OrtApi.BytePointer_GetBuildInfoString
 
BytePointer_GetVersionString(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApiBase.BytePointer_GetVersionString
Pointer cast constructor.
BytePointer_GetVersionString() - Constructor for class org.bytedeco.onnxruntime.OrtApiBase.BytePointer_GetVersionString
 

C

cache_dir() - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
 
cache_dir(BytePointer) - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
 
call(BytePointer, OrtApiBase, OrtLogger, PointerPointer, long, SizeTPointer) - Method in class org.bytedeco.onnxruntime.CreateEpApiFactoriesFn
 
call(PointerPointer, long, OrtKeyValuePairs, OrtKeyValuePairs, PointerPointer, long, SizeTPointer, Pointer) - Method in class org.bytedeco.onnxruntime.EpSelectionDelegate
 
call(Pointer, long) - Method in class org.bytedeco.onnxruntime.KernelContext.Fn_Pointer_long
 
call(OrtAllocator, long) - Method in class org.bytedeco.onnxruntime.OrtAllocator.Alloc_OrtAllocator_long
 
call(OrtAllocator, long, OrtSyncStream) - Method in class org.bytedeco.onnxruntime.OrtAllocator.AllocOnStream_OrtAllocator_long_OrtSyncStream
 
call(OrtAllocator, Pointer) - Method in class org.bytedeco.onnxruntime.OrtAllocator.Free_OrtAllocator_Pointer
 
call(OrtAllocator) - Method in class org.bytedeco.onnxruntime.OrtAllocator.Info_OrtAllocator
 
call(OrtAllocator, long) - Method in class org.bytedeco.onnxruntime.OrtAllocator.Reserve_OrtAllocator_long
 
call(OrtKeyValuePairs, BytePointer, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi.AddKeyValuePair_OrtKeyValuePairs_BytePointer_BytePointer
 
call() - Method in class org.bytedeco.onnxruntime.OrtApi.BytePointer_GetBuildInfoString
 
call(OrtIoBinding) - Method in class org.bytedeco.onnxruntime.OrtApi.ClearBoundInputs_OrtIoBinding
 
call(OrtIoBinding) - Method in class org.bytedeco.onnxruntime.OrtApi.ClearBoundOutputs_OrtIoBinding
 
call(PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi.CreateKeyValuePairs_PointerPointer
 
call(int, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi.CreateStatus_int_BytePointer
 
call(OrtEpDevice) - Method in class org.bytedeco.onnxruntime.OrtApi.EpDevice_Device_OrtEpDevice
 
call(OrtEpDevice) - Method in class org.bytedeco.onnxruntime.OrtApi.EpDevice_EpMetadata_OrtEpDevice
 
call(OrtEpDevice) - Method in class org.bytedeco.onnxruntime.OrtApi.EpDevice_EpName_OrtEpDevice
 
call(OrtEpDevice) - Method in class org.bytedeco.onnxruntime.OrtApi.EpDevice_EpOptions_OrtEpDevice
 
call(OrtEpDevice) - Method in class org.bytedeco.onnxruntime.OrtApi.EpDevice_EpVendor_OrtEpDevice
 
call(OrtEpDevice, int) - Method in class org.bytedeco.onnxruntime.OrtApi.EpDevice_MemoryInfo_OrtEpDevice_int
 
call(OrtExternalInitializerInfo) - Method in class org.bytedeco.onnxruntime.OrtApi.ExternalInitializerInfo_GetByteSize_OrtExternalInitializerInfo
 
call(OrtExternalInitializerInfo) - Method in class org.bytedeco.onnxruntime.OrtApi.ExternalInitializerInfo_GetFileOffset_OrtExternalInitializerInfo
 
call(OrtExternalInitializerInfo) - Method in class org.bytedeco.onnxruntime.OrtApi.ExternalInitializerInfo_GetFilePath_OrtExternalInitializerInfo
 
call(Pointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi.Fn_Pointer_long
 
call(OrtStatus) - Method in class org.bytedeco.onnxruntime.OrtApi.GetErrorCode_OrtStatus
 
call(OrtStatus) - Method in class org.bytedeco.onnxruntime.OrtApi.GetErrorMessage_OrtStatus
 
call(OrtKeyValuePairs, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi.GetKeyValue_OrtKeyValuePairs_BytePointer
 
call(OrtKeyValuePairs, PointerPointer, PointerPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi.GetKeyValuePairs_OrtKeyValuePairs_PointerPointer_PointerPointer_SizeTPointer
 
call(OrtRunOptions, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi.GetRunConfigEntry_OrtRunOptions_BytePointer
 
call(int) - Method in class org.bytedeco.onnxruntime.OrtApi.GetTrainingApi_int
 
call(OrtHardwareDevice) - Method in class org.bytedeco.onnxruntime.OrtApi.HardwareDevice_DeviceId_OrtHardwareDevice
 
call(OrtHardwareDevice) - Method in class org.bytedeco.onnxruntime.OrtApi.HardwareDevice_Metadata_OrtHardwareDevice
 
call(OrtHardwareDevice) - Method in class org.bytedeco.onnxruntime.OrtApi.HardwareDevice_Type_OrtHardwareDevice
 
call(OrtHardwareDevice) - Method in class org.bytedeco.onnxruntime.OrtApi.HardwareDevice_Vendor_OrtHardwareDevice
 
call(OrtHardwareDevice) - Method in class org.bytedeco.onnxruntime.OrtApi.HardwareDevice_VendorId_OrtHardwareDevice
 
call(OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.OrtApi.MemoryInfoGetDeviceMemType_OrtMemoryInfo
 
call(OrtMemoryInfo, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi.MemoryInfoGetDeviceType_OrtMemoryInfo_IntPointer
 
call(OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.OrtApi.MemoryInfoGetVendorId_OrtMemoryInfo
 
call() - Method in class org.bytedeco.onnxruntime.OrtApi.OrtCompileApi_GetCompileApi
 
call() - Method in class org.bytedeco.onnxruntime.OrtApi.OrtEpApi_GetEpApi
 
call() - Method in class org.bytedeco.onnxruntime.OrtApi.OrtInteropApi_GetInteropApi
 
call() - Method in class org.bytedeco.onnxruntime.OrtApi.OrtModelEditorApi_GetModelEditorApi
 
call(OrtCANNProviderOptions) - Method in class org.bytedeco.onnxruntime.OrtApi.ReleaseCANNProviderOptions_OrtCANNProviderOptions
 
call(OrtCUDAProviderOptionsV2) - Method in class org.bytedeco.onnxruntime.OrtApi.ReleaseCUDAProviderOptions_OrtCUDAProviderOptionsV2
 
call(OrtDnnlProviderOptions) - Method in class org.bytedeco.onnxruntime.OrtApi.ReleaseDnnlProviderOptions_OrtDnnlProviderOptions
 
call(OrtROCMProviderOptions) - Method in class org.bytedeco.onnxruntime.OrtApi.ReleaseROCMProviderOptions_OrtROCMProviderOptions
 
call(OrtTensorRTProviderOptionsV2) - Method in class org.bytedeco.onnxruntime.OrtApi.ReleaseTensorRTProviderOptions_OrtTensorRTProviderOptionsV2
 
call(OrtKeyValuePairs, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi.RemoveKeyValuePair_OrtKeyValuePairs_BytePointer
 
call(OrtRunOptions, OrtSyncStream) - Method in class org.bytedeco.onnxruntime.OrtApi.RunOptionsSetSyncStream_OrtRunOptions_OrtSyncStream
 
call(OrtSyncStream) - Method in class org.bytedeco.onnxruntime.OrtApi.SyncStream_GetHandle_OrtSyncStream
 
call(OrtTensorTypeAndShapeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi.TensorTypeAndShape_HasShape_OrtTensorTypeAndShapeInfo
 
call() - Method in class org.bytedeco.onnxruntime.OrtApiBase.BytePointer_GetVersionString
 
call(int) - Method in class org.bytedeco.onnxruntime.OrtApiBase.GetApi_int
 
call(Pointer, OrtThreadWorkerFn, Pointer) - Method in class org.bytedeco.onnxruntime.OrtCustomCreateThreadFn
 
call(OrtCustomHandleType) - Method in class org.bytedeco.onnxruntime.OrtCustomJoinThreadFn
 
call(OrtCustomOp, OrtApi, OrtKernelInfo) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.CreateKernel_OrtCustomOp_OrtApi_OrtKernelInfo
 
call(OrtCustomOp, OrtApi, OrtKernelInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.CreateKernelV2_OrtCustomOp_OrtApi_OrtKernelInfo_PointerPointer
 
call(PointerPointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.GetAliasMap_PointerPointer_PointerPointer
 
call(OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.GetEndVersion_OrtCustomOp
 
call(OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.GetExecutionProviderType_OrtCustomOp
 
call(OrtCustomOp, long) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.GetInputCharacteristic_OrtCustomOp_long
 
call(OrtCustomOp, long) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.GetInputMemoryType_OrtCustomOp_long
 
call(OrtCustomOp, long) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.GetInputType_OrtCustomOp_long
 
call(OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.GetInputTypeCount_OrtCustomOp
 
call(PointerPointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.GetMayInplace_PointerPointer_PointerPointer
 
call(OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.GetName_OrtCustomOp
 
call(OrtCustomOp, long) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.GetOutputCharacteristic_OrtCustomOp_long
 
call(OrtCustomOp, long) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.GetOutputType_OrtCustomOp_long
 
call(OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.GetOutputTypeCount_OrtCustomOp
 
call(OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.GetStartVersion_OrtCustomOp
 
call(OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.GetVariadicInputHomogeneity_OrtCustomOp
 
call(OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.GetVariadicInputMinArity_OrtCustomOp
 
call(OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.GetVariadicOutputHomogeneity_OrtCustomOp
 
call(OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.GetVariadicOutputMinArity_OrtCustomOp
 
call(OrtCustomOp, OrtShapeInferContext) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.InferOutputShapeFn_OrtCustomOp_OrtShapeInferContext
 
call(Pointer, OrtKernelContext) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.KernelCompute_Pointer_OrtKernelContext
 
call(Pointer, OrtKernelContext) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.KernelComputeV2_Pointer_OrtKernelContext
 
call(Pointer) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.KernelDestroy_Pointer
 
call(IntPointer, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.ReleaseAliasMap_IntPointer_IntPointer
 
call(IntPointer, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtCustomOp.ReleaseMayInplace_IntPointer_IntPointer
 
call(OrtDataTransferImpl, OrtMemoryDevice, OrtMemoryDevice) - Method in class org.bytedeco.onnxruntime.OrtDataTransferImpl.CanCopy_OrtDataTransferImpl_OrtMemoryDevice_OrtMemoryDevice
 
call(OrtDataTransferImpl) - Method in class org.bytedeco.onnxruntime.OrtDataTransferImpl.Release_OrtDataTransferImpl
 
call(OrtEp, OrtGraph) - Method in class org.bytedeco.onnxruntime.OrtEp.GetCompiledModelCompatibilityInfo_OrtEp_OrtGraph
 
call(OrtEp) - Method in class org.bytedeco.onnxruntime.OrtEp.GetName_OrtEp
 
call(OrtEp, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtEp.ReleaseNodeComputeInfos_OrtEp_PointerPointer_long
 
call(OrtSyncStream, OrtSyncStream) - Method in class org.bytedeco.onnxruntime.OrtEpApi.GetSyncIdForLastWaitOnSyncStream_OrtSyncStream_OrtSyncStream
 
call(OrtKernelDef) - Method in class org.bytedeco.onnxruntime.OrtEpApi.KernelDef_GetDomain_OrtKernelDef
 
call(OrtKernelDef) - Method in class org.bytedeco.onnxruntime.OrtEpApi.KernelDef_GetExecutionProvider_OrtKernelDef
 
call(OrtKernelDef) - Method in class org.bytedeco.onnxruntime.OrtEpApi.KernelDef_GetOperatorType_OrtKernelDef
 
call(OrtMemoryDevice, OrtMemoryDevice) - Method in class org.bytedeco.onnxruntime.OrtEpApi.MemoryDevice_AreEqual_OrtMemoryDevice_OrtMemoryDevice
 
call(OrtMemoryDevice) - Method in class org.bytedeco.onnxruntime.OrtEpApi.MemoryDevice_GetDeviceId_OrtMemoryDevice
 
call(OrtMemoryDevice) - Method in class org.bytedeco.onnxruntime.OrtEpApi.MemoryDevice_GetDeviceType_OrtMemoryDevice
 
call(OrtMemoryDevice) - Method in class org.bytedeco.onnxruntime.OrtEpApi.MemoryDevice_GetMemoryType_OrtMemoryDevice
 
call(OrtMemoryDevice) - Method in class org.bytedeco.onnxruntime.OrtEpApi.MemoryDevice_GetVendorId_OrtMemoryDevice
 
call(OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.OrtEpApi.MemoryInfo_GetMemoryDevice_OrtMemoryInfo
 
call(OrtNodeComputeContext) - Method in class org.bytedeco.onnxruntime.OrtEpApi.NodeComputeContext_NodeName_OrtNodeComputeContext
 
call(OrtSyncStream) - Method in class org.bytedeco.onnxruntime.OrtEpApi.SyncStream_GetImpl_OrtSyncStream
 
call(OrtSyncStream) - Method in class org.bytedeco.onnxruntime.OrtEpApi.SyncStream_GetSyncId_OrtSyncStream
 
call(OrtValue) - Method in class org.bytedeco.onnxruntime.OrtEpApi.Value_GetMemoryDevice_OrtValue
 
call(OrtEpFactory) - Method in class org.bytedeco.onnxruntime.OrtEpFactory.GetName_OrtEpFactory
 
call(OrtEpFactory) - Method in class org.bytedeco.onnxruntime.OrtEpFactory.GetVendor_OrtEpFactory
 
call(OrtEpFactory) - Method in class org.bytedeco.onnxruntime.OrtEpFactory.GetVendorId_OrtEpFactory
 
call(OrtEpFactory) - Method in class org.bytedeco.onnxruntime.OrtEpFactory.GetVersion_OrtEpFactory
 
call(OrtEpFactory) - Method in class org.bytedeco.onnxruntime.OrtEpFactory.IsStreamAware_OrtEpFactory
 
call(OrtEpFactory, OrtAllocator) - Method in class org.bytedeco.onnxruntime.OrtEpFactory.ReleaseAllocator_OrtEpFactory_OrtAllocator
 
call(OrtEpFactory, OrtEp) - Method in class org.bytedeco.onnxruntime.OrtEpFactory.ReleaseEp_OrtEpFactory_OrtEp
 
call(OrtExternalMemoryHandle) - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryHandle.Release_OrtExternalMemoryHandle
 
call(OrtExternalResourceImporterImpl, int) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl.CanImportMemory_OrtExternalResourceImporterImpl_int
 
call(OrtExternalResourceImporterImpl, int) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl.CanImportSemaphore_OrtExternalResourceImporterImpl_int
 
call(OrtExternalResourceImporterImpl) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl.Release_OrtExternalResourceImporterImpl
 
call(OrtExternalResourceImporterImpl, OrtExternalMemoryHandle) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl.ReleaseMemory_OrtExternalResourceImporterImpl_OrtExternalMemoryHandle
 
call(OrtExternalResourceImporterImpl, OrtExternalSemaphoreHandle) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl.ReleaseSemaphore_OrtExternalResourceImporterImpl_OrtExternalSemaphoreHandle
 
call(OrtExternalSemaphoreHandle) - Method in class org.bytedeco.onnxruntime.OrtExternalSemaphoreHandle.Release_OrtExternalSemaphoreHandle
 
call(Pointer, BytePointer, OrtValue, OrtExternalInitializerInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtGetInitializerLocationFunc
 
call(Pointer, OrtKernelInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtKernelCreateFunc
 
call(OrtKernelImpl) - Method in class org.bytedeco.onnxruntime.OrtKernelImpl.Release_OrtKernelImpl
 
call(Pointer, int, BytePointer, BytePointer, BytePointer, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtLoggingFunction
 
call(OrtLoopKernelHelper) - Method in class org.bytedeco.onnxruntime.OrtLoopKernelHelper.Release_OrtLoopKernelHelper
 
call(OrtNodeComputeInfo, Pointer, OrtKernelContext) - Method in class org.bytedeco.onnxruntime.OrtNodeComputeInfo.Compute_OrtNodeComputeInfo_Pointer_OrtKernelContext
 
call(OrtNodeComputeInfo, OrtNodeComputeContext, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtNodeComputeInfo.CreateState_OrtNodeComputeInfo_OrtNodeComputeContext_PointerPointer
 
call(OrtNodeComputeInfo, Pointer) - Method in class org.bytedeco.onnxruntime.OrtNodeComputeInfo.ReleaseState_OrtNodeComputeInfo_Pointer
 
call(OrtScanKernelHelper) - Method in class org.bytedeco.onnxruntime.OrtScanKernelHelper.Release_OrtScanKernelHelper
 
call(OrtSyncNotificationImpl) - Method in class org.bytedeco.onnxruntime.OrtSyncNotificationImpl.Release_OrtSyncNotificationImpl
 
call(OrtSyncStreamImpl) - Method in class org.bytedeco.onnxruntime.OrtSyncStreamImpl.GetHandle_OrtSyncStreamImpl
 
call(OrtSyncStreamImpl) - Method in class org.bytedeco.onnxruntime.OrtSyncStreamImpl.Release_OrtSyncStreamImpl
 
call(Pointer) - Method in class org.bytedeco.onnxruntime.OrtThreadWorkerFn
 
call(Pointer, Pointer, long) - Method in class org.bytedeco.onnxruntime.OrtWriteBufferFunc
 
call(OrtSessionOptions, OrtApiBase) - Method in class org.bytedeco.onnxruntime.RegisterCustomOpsFn
 
call(OrtEpFactory) - Method in class org.bytedeco.onnxruntime.ReleaseEpApiFactoryFn
 
call(Pointer, PointerPointer, long, OrtStatus) - Method in class org.bytedeco.onnxruntime.RunAsyncCallbackFn
 
CanCopy() - Method in class org.bytedeco.onnxruntime.OrtDataTransferImpl
 
CanCopy(OrtDataTransferImpl.CanCopy_OrtDataTransferImpl_OrtMemoryDevice_OrtMemoryDevice) - Method in class org.bytedeco.onnxruntime.OrtDataTransferImpl
 
CanCopy_OrtDataTransferImpl_OrtMemoryDevice_OrtMemoryDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtDataTransferImpl.CanCopy_OrtDataTransferImpl_OrtMemoryDevice_OrtMemoryDevice
Pointer cast constructor.
CanCopy_OrtDataTransferImpl_OrtMemoryDevice_OrtMemoryDevice() - Constructor for class org.bytedeco.onnxruntime.OrtDataTransferImpl.CanCopy_OrtDataTransferImpl_OrtMemoryDevice_OrtMemoryDevice
 
CanImportMemory() - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
 
CanImportMemory(OrtExternalResourceImporterImpl.CanImportMemory_OrtExternalResourceImporterImpl_int) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
 
CanImportMemory(OrtExternalResourceImporter, int, BoolPointer) - Method in class org.bytedeco.onnxruntime.OrtInteropApi
\} \name Memory Import \{
CanImportMemory(OrtExternalResourceImporter, int, boolean[]) - Method in class org.bytedeco.onnxruntime.OrtInteropApi
 
CanImportMemory_OrtExternalResourceImporterImpl_int(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl.CanImportMemory_OrtExternalResourceImporterImpl_int
Pointer cast constructor.
CanImportMemory_OrtExternalResourceImporterImpl_int() - Constructor for class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl.CanImportMemory_OrtExternalResourceImporterImpl_int
 
CanImportSemaphore() - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
 
CanImportSemaphore(OrtExternalResourceImporterImpl.CanImportSemaphore_OrtExternalResourceImporterImpl_int) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
 
CanImportSemaphore(OrtExternalResourceImporter, int, BoolPointer) - Method in class org.bytedeco.onnxruntime.OrtInteropApi
\} \name Semaphore Import \{
CanImportSemaphore(OrtExternalResourceImporter, int, boolean[]) - Method in class org.bytedeco.onnxruntime.OrtInteropApi
 
CanImportSemaphore_OrtExternalResourceImporterImpl_int(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl.CanImportSemaphore_OrtExternalResourceImporterImpl_int
Pointer cast constructor.
CanImportSemaphore_OrtExternalResourceImporterImpl_int() - Constructor for class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl.CanImportSemaphore_OrtExternalResourceImporterImpl_int
 
CastTypeInfoToMapTypeInfo(OrtTypeInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get detailed map information from an ::OrtTypeInfo This augments ::OrtTypeInfo to return an ::OrtMapTypeInfo when the type is a map.
CastTypeInfoToMapTypeInfo(OrtTypeInfo, OrtMapTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CastTypeInfoToOptionalTypeInfo(OrtTypeInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get Optional Type information from an ::OrtTypeInfo This augments ::OrtTypeInfo to return an ::OrtOptionalTypeInfo when the type is optional.
CastTypeInfoToOptionalTypeInfo(OrtTypeInfo, OrtOptionalTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CastTypeInfoToSequenceTypeInfo(OrtTypeInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Cast ::OrtTypeInfo to an ::OrtSequenceTypeInfo This api augments ::OrtTypeInfo to return an ::OrtSequenceTypeInfo when the type is a sequence.
CastTypeInfoToSequenceTypeInfo(OrtTypeInfo, OrtSequenceTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CastTypeInfoToTensorInfo(OrtTypeInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtTypeInfo \{
CastTypeInfoToTensorInfo(OrtTypeInfo, OrtTensorTypeAndShapeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
checkClosed() - Method in class ai.onnxruntime.OnnxMap
Checks if the OnnxValue is closed, if so throws IllegalStateException.
checkClosed() - Method in class ai.onnxruntime.OnnxSequence
Checks if the OnnxValue is closed, if so throws IllegalStateException.
checkClosed() - Method in class ai.onnxruntime.OnnxTensorLike
Checks if the OnnxValue is closed, if so throws IllegalStateException.
checkClosed() - Method in class ai.onnxruntime.OrtProviderOptions
Checks if the OrtProviderOptions is closed, if so throws IllegalStateException.
clazz - Variable in enum ai.onnxruntime.OnnxJavaType
The Java side type used as the carrier.
clear() - Method in class org.bytedeco.onnxruntime.FloatVector
 
clear() - Method in class org.bytedeco.onnxruntime.LongVector
 
clear() - Method in class org.bytedeco.onnxruntime.StringIntPairVector
 
clear() - Method in class org.bytedeco.onnxruntime.StringVector
 
clear() - Method in class org.bytedeco.onnxruntime.ValueVector
 
ClearBoundInputs() - Method in class org.bytedeco.onnxruntime.IoBindingImpl
 
ClearBoundInputs() - Method in class org.bytedeco.onnxruntime.OrtApi
 
ClearBoundInputs(OrtApi.ClearBoundInputs_OrtIoBinding) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ClearBoundInputs_OrtIoBinding(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.ClearBoundInputs_OrtIoBinding
Pointer cast constructor.
ClearBoundInputs_OrtIoBinding() - Constructor for class org.bytedeco.onnxruntime.OrtApi.ClearBoundInputs_OrtIoBinding
 
ClearBoundOutputs() - Method in class org.bytedeco.onnxruntime.IoBindingImpl
 
ClearBoundOutputs() - Method in class org.bytedeco.onnxruntime.OrtApi
 
ClearBoundOutputs(OrtApi.ClearBoundOutputs_OrtIoBinding) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ClearBoundOutputs_OrtIoBinding(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.ClearBoundOutputs_OrtIoBinding
Pointer cast constructor.
ClearBoundOutputs_OrtIoBinding() - Constructor for class org.bytedeco.onnxruntime.OrtApi.ClearBoundOutputs_OrtIoBinding
 
Clone() - Method in class org.bytedeco.onnxruntime.ConstSessionOptions
Creates and returns a copy of this SessionOptions object.
Clone() - Method in class org.bytedeco.onnxruntime.ConstSessionOptionsImpl
Creates and returns a copy of this SessionOptions object.
CloneSessionOptions(OrtSessionOptions, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Create a copy of an existing ::OrtSessionOptions
CloneSessionOptions(OrtSessionOptions, OrtSessionOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
 
close() - Method in class ai.onnxruntime.OnnxMap
Closes this map, releasing the native memory backing it and it's elements.
close() - Method in class ai.onnxruntime.OnnxSequence
Closes this sequence, releasing the native memory backing it and it's elements.
close() - Method in class ai.onnxruntime.OnnxSparseTensor
 
close() - Method in class ai.onnxruntime.OnnxTensor
Closes the tensor, releasing its underlying memory (if it's not backed by an NIO buffer).
close() - Method in interface ai.onnxruntime.OnnxValue
Closes the OnnxValue, freeing its native memory.
close(Iterable<? extends OnnxValue>) - Static method in interface ai.onnxruntime.OnnxValue
Calls close on each element of the iterable.
close(Map<String, ? extends OnnxValue>) - Static method in interface ai.onnxruntime.OnnxValue
Calls close on each OnnxValue in the map.
close() - Method in class ai.onnxruntime.OrtEnvironment
Close is a no-op on OrtEnvironment since ORT 1.11.
close() - Method in class ai.onnxruntime.OrtEnvironment.ThreadingOptions
Closes the threading options.
close() - Method in class ai.onnxruntime.OrtLoraAdapter
 
close() - Method in class ai.onnxruntime.OrtModelCompilationOptions
 
close() - Method in class ai.onnxruntime.OrtProviderOptions
 
close(long, long) - Method in class ai.onnxruntime.OrtProviderOptions
Native close method.
close() - Method in class ai.onnxruntime.OrtSession
Closes the session, releasing it's resources.
close() - Method in class ai.onnxruntime.OrtSession.Result
 
close() - Method in class ai.onnxruntime.OrtSession.RunOptions
 
close() - Method in class ai.onnxruntime.OrtSession.SessionOptions
Closes the session options, releasing any memory acquired.
close() - Method in class ai.onnxruntime.OrtTrainingSession
 
close(long, long) - Method in class ai.onnxruntime.providers.OrtCUDAProviderOptions
Closes this options instance.
close(long, long) - Method in class ai.onnxruntime.providers.OrtTensorRTProviderOptions
Closes this options instance.
closed - Variable in class ai.onnxruntime.OnnxTensorLike
Is this value closed?
closed - Variable in class ai.onnxruntime.OrtProviderOptions
Is the native object closed?
CompareMemoryInfo(OrtMemoryInfo, OrtMemoryInfo, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Compare ::OrtMemoryInfo objects for equality Compares all settings of each ::OrtMemoryInfo for equality
CompareMemoryInfo(OrtMemoryInfo, OrtMemoryInfo, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CompareMemoryInfo(OrtMemoryInfo, OrtMemoryInfo, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Compile(OrtEp, PointerPointer, PointerPointer, long, PointerPointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEp
\brief Compile OrtGraph instances assigned to the OrtEp.
Compile(OrtEp, OrtGraph, OrtNode, long, OrtNodeComputeInfo, OrtNode) - Method in class org.bytedeco.onnxruntime.OrtEp
 
compileModel() - Method in class ai.onnxruntime.OrtModelCompilationOptions
Compiles the ONNX model with the configuration described by this instance of OrtModelCompilationOptions.
CompileModel(Env, ModelCompilationOptions) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
\brief Compiles an input model to generate a model with EPContext nodes that execute EP-specific kernels.
CompileModel(OrtEnv, OrtModelCompilationOptions) - Method in class org.bytedeco.onnxruntime.OrtCompileApi
\brief Compiles an input ONNX model with the given compilation options.
Compute(OrtKernelImpl, OrtKernelContext) - Method in class org.bytedeco.onnxruntime.OrtKernelImpl
\brief Computation function called to execute the kernel on an EP.
Compute() - Method in class org.bytedeco.onnxruntime.OrtNodeComputeInfo
 
Compute(OrtNodeComputeInfo.Compute_OrtNodeComputeInfo_Pointer_OrtKernelContext) - Method in class org.bytedeco.onnxruntime.OrtNodeComputeInfo
 
Compute_OrtNodeComputeInfo_Pointer_OrtKernelContext(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtNodeComputeInfo.Compute_OrtNodeComputeInfo_Pointer_OrtKernelContext
Pointer cast constructor.
Compute_OrtNodeComputeInfo_Pointer_OrtKernelContext() - Constructor for class org.bytedeco.onnxruntime.OrtNodeComputeInfo.Compute_OrtNodeComputeInfo_Pointer_OrtKernelContext
 
ConcatOutput(OrtLoopKernelHelper, Pointer, PointerPointer, long, Pointer, long) - Method in class org.bytedeco.onnxruntime.OrtLoopKernelHelper
\brief Helper function that concatenates OrtValue instances from each loop iteration into a single pre-allocated output buffer.
ConcatOutput(OrtLoopKernelHelper, Pointer, OrtValue, long, Pointer, long) - Method in class org.bytedeco.onnxruntime.OrtLoopKernelHelper
 
config_entries() - Method in class org.bytedeco.onnxruntime.OrtEnvCreationOptions
\brief Optional environment configuration entries represented as string key-value pairs.
config_entries(OrtKeyValuePairs) - Method in class org.bytedeco.onnxruntime.OrtEnvCreationOptions
 
ConstEpAssignedNode - Class in org.bytedeco.onnxruntime
 
ConstEpAssignedNode(Pointer) - Constructor for class org.bytedeco.onnxruntime.ConstEpAssignedNode
Pointer cast constructor.
ConstEpAssignedSubgraph - Class in org.bytedeco.onnxruntime
 
ConstEpAssignedSubgraph(Pointer) - Constructor for class org.bytedeco.onnxruntime.ConstEpAssignedSubgraph
Pointer cast constructor.
ConstExternalInitializerInfoImpl - Class in org.bytedeco.onnxruntime
 
ConstExternalInitializerInfoImpl() - Constructor for class org.bytedeco.onnxruntime.ConstExternalInitializerInfoImpl
Default native constructor.
ConstExternalInitializerInfoImpl(long) - Constructor for class org.bytedeco.onnxruntime.ConstExternalInitializerInfoImpl
Native array allocator.
ConstExternalInitializerInfoImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.ConstExternalInitializerInfoImpl
Pointer cast constructor.
ConstGraph - Class in org.bytedeco.onnxruntime
 
ConstGraph() - Constructor for class org.bytedeco.onnxruntime.ConstGraph
Default native constructor.
ConstGraph(long) - Constructor for class org.bytedeco.onnxruntime.ConstGraph
Native array allocator.
ConstGraph(Pointer) - Constructor for class org.bytedeco.onnxruntime.ConstGraph
Pointer cast constructor.
ConstGraphImpl - Class in org.bytedeco.onnxruntime
 
ConstGraphImpl() - Constructor for class org.bytedeco.onnxruntime.ConstGraphImpl
Default native constructor.
ConstGraphImpl(long) - Constructor for class org.bytedeco.onnxruntime.ConstGraphImpl
Native array allocator.
ConstGraphImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.ConstGraphImpl
Pointer cast constructor.
ConstIoBinding - Class in org.bytedeco.onnxruntime
 
ConstIoBinding() - Constructor for class org.bytedeco.onnxruntime.ConstIoBinding
Default native constructor.
ConstIoBinding(long) - Constructor for class org.bytedeco.onnxruntime.ConstIoBinding
Native array allocator.
ConstIoBinding(Pointer) - Constructor for class org.bytedeco.onnxruntime.ConstIoBinding
Pointer cast constructor.
ConstIoBindingImpl - Class in org.bytedeco.onnxruntime
 
ConstIoBindingImpl() - Constructor for class org.bytedeco.onnxruntime.ConstIoBindingImpl
Default native constructor.
ConstIoBindingImpl(long) - Constructor for class org.bytedeco.onnxruntime.ConstIoBindingImpl
Native array allocator.
ConstIoBindingImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.ConstIoBindingImpl
Pointer cast constructor.
ConstKernelDefImpl - Class in org.bytedeco.onnxruntime
 
ConstKernelDefImpl() - Constructor for class org.bytedeco.onnxruntime.ConstKernelDefImpl
Default native constructor.
ConstKernelDefImpl(long) - Constructor for class org.bytedeco.onnxruntime.ConstKernelDefImpl
Native array allocator.
ConstKernelDefImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.ConstKernelDefImpl
Pointer cast constructor.
ConstMapTypeInfo - Class in org.bytedeco.onnxruntime
 
ConstMapTypeInfo() - Constructor for class org.bytedeco.onnxruntime.ConstMapTypeInfo
Default native constructor.
ConstMapTypeInfo(long) - Constructor for class org.bytedeco.onnxruntime.ConstMapTypeInfo
Native array allocator.
ConstMapTypeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.ConstMapTypeInfo
Pointer cast constructor.
ConstNodeImpl - Class in org.bytedeco.onnxruntime
 
ConstNodeImpl() - Constructor for class org.bytedeco.onnxruntime.ConstNodeImpl
Default native constructor.
ConstNodeImpl(long) - Constructor for class org.bytedeco.onnxruntime.ConstNodeImpl
Native array allocator.
ConstNodeImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.ConstNodeImpl
Pointer cast constructor.
ConstOpAttrImpl - Class in org.bytedeco.onnxruntime
 
ConstOpAttrImpl() - Constructor for class org.bytedeco.onnxruntime.ConstOpAttrImpl
Default native constructor.
ConstOpAttrImpl(long) - Constructor for class org.bytedeco.onnxruntime.ConstOpAttrImpl
Native array allocator.
ConstOpAttrImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.ConstOpAttrImpl
Pointer cast constructor.
constructFromBuffer(Buffer, long[], OnnxJavaType) - Static method in class ai.onnxruntime.TensorInfo
Constructs a TensorInfo from the supplied byte buffer.
constructFromJavaArray(Object) - Static method in class ai.onnxruntime.TensorInfo
Constructs a TensorInfo from the supplied multidimensional Java array, used to allocate the appropriate amount of native memory.
constructFromSparseTensor(OnnxSparseTensor.SparseTensor<T>) - Static method in class ai.onnxruntime.TensorInfo
Constructs a TensorInfo from the supplied OnnxSparseTensor.SparseTensor.
ConstSession - Class in org.bytedeco.onnxruntime
 
ConstSession() - Constructor for class org.bytedeco.onnxruntime.ConstSession
Default native constructor.
ConstSession(long) - Constructor for class org.bytedeco.onnxruntime.ConstSession
Native array allocator.
ConstSession(Pointer) - Constructor for class org.bytedeco.onnxruntime.ConstSession
Pointer cast constructor.
ConstSessionImpl - Class in org.bytedeco.onnxruntime
 
ConstSessionImpl() - Constructor for class org.bytedeco.onnxruntime.ConstSessionImpl
Default native constructor.
ConstSessionImpl(long) - Constructor for class org.bytedeco.onnxruntime.ConstSessionImpl
Native array allocator.
ConstSessionImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.ConstSessionImpl
Pointer cast constructor.
ConstSessionOptions - Class in org.bytedeco.onnxruntime
 
ConstSessionOptions() - Constructor for class org.bytedeco.onnxruntime.ConstSessionOptions
Default native constructor.
ConstSessionOptions(long) - Constructor for class org.bytedeco.onnxruntime.ConstSessionOptions
Native array allocator.
ConstSessionOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.ConstSessionOptions
Pointer cast constructor.
ConstSessionOptionsImpl - Class in org.bytedeco.onnxruntime
 
ConstSessionOptionsImpl() - Constructor for class org.bytedeco.onnxruntime.ConstSessionOptionsImpl
Default native constructor.
ConstSessionOptionsImpl(long) - Constructor for class org.bytedeco.onnxruntime.ConstSessionOptionsImpl
Native array allocator.
ConstSessionOptionsImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.ConstSessionOptionsImpl
Pointer cast constructor.
ConstTensorTypeAndShapeInfo - Class in org.bytedeco.onnxruntime
 
ConstTensorTypeAndShapeInfo() - Constructor for class org.bytedeco.onnxruntime.ConstTensorTypeAndShapeInfo
Default native constructor.
ConstTensorTypeAndShapeInfo(long) - Constructor for class org.bytedeco.onnxruntime.ConstTensorTypeAndShapeInfo
Native array allocator.
ConstTensorTypeAndShapeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.ConstTensorTypeAndShapeInfo
Pointer cast constructor.
ConstValue - Class in org.bytedeco.onnxruntime
 
ConstValue() - Constructor for class org.bytedeco.onnxruntime.ConstValue
Default native constructor.
ConstValue(long) - Constructor for class org.bytedeco.onnxruntime.ConstValue
Native array allocator.
ConstValue(Pointer) - Constructor for class org.bytedeco.onnxruntime.ConstValue
Pointer cast constructor.
ConstValueImpl - Class in org.bytedeco.onnxruntime
 
ConstValueImpl() - Constructor for class org.bytedeco.onnxruntime.ConstValueImpl
Default native constructor.
ConstValueImpl(long) - Constructor for class org.bytedeco.onnxruntime.ConstValueImpl
Native array allocator.
ConstValueImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.ConstValueImpl
Pointer cast constructor.
ConstValueInfoImpl - Class in org.bytedeco.onnxruntime
 
ConstValueInfoImpl() - Constructor for class org.bytedeco.onnxruntime.ConstValueInfoImpl
Default native constructor.
ConstValueInfoImpl(long) - Constructor for class org.bytedeco.onnxruntime.ConstValueInfoImpl
Native array allocator.
ConstValueInfoImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.ConstValueInfoImpl
Pointer cast constructor.
context() - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
 
context(Pointer) - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
 
convertBf16BufferToFloatBuffer(ShortBuffer) - Static method in class ai.onnxruntime.platform.Fp16Conversions
Casts a buffer of bf16 values stored as shorts into a buffer of floats.
convertFloatBufferToBf16Buffer(FloatBuffer) - Static method in class ai.onnxruntime.platform.Fp16Conversions
Rounds a buffer of floats into a buffer containing bf16 values (stored as shorts in Java).
convertFloatBufferToFp16Buffer(FloatBuffer) - Static method in class ai.onnxruntime.platform.Fp16Conversions
Rounds a buffer of floats into a buffer containing fp16 values (stored as shorts in Java).
convertFp16BufferToFloatBuffer(ShortBuffer) - Static method in class ai.onnxruntime.platform.Fp16Conversions
Casts a buffer of fp16 values stored as shorts into a buffer of floats.
COOTensor(LongBuffer, long[], Buffer, long[], OnnxJavaType, long) - Constructor for class ai.onnxruntime.OnnxSparseTensor.COOTensor
Creates a COO sparse tensor suitable for constructing an ORT Sparse Tensor.
Copy() - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
 
CopyBufferToParameters(OrtTrainingSession, OrtValue, boolean) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Copy parameter values from the given contiguous buffer held by parameters_buffer to the training state The parameters_buffer argument has to be of the size given by OrtTrainingApi::GetParametersSize api call, with matching setting for trainable_only argument.
CopyKernelInfo(OrtKernelInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CopyKernelInfo(OrtKernelInfo, OrtKernelInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CopyParametersToBuffer(OrtTrainingSession, OrtValue, boolean) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Copy all parameters to a contiguous buffer held by the argument parameters_buffer The parameters_buffer has to be of the size given by GetParametersSize api call, with matching setting for the argument trainable_only.
CopyTensors(ValueVector, ValueVector, OrtSyncStream) - Method in class org.bytedeco.onnxruntime.Env
Wraps OrtApi::CopyTensors
CopyTensors(OrtEnv, PointerPointer, PointerPointer, OrtSyncStream, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Copy OrtValue instances containing Tensors between devices.
CopyTensors(OrtEnv, OrtValue, OrtValue, OrtSyncStream, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CopyTensors(OrtDataTransferImpl, PointerPointer, PointerPointer, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtDataTransferImpl
\brief Copy tensors from src_tensors to dst_tensors using the provided streams.
CopyTensors(OrtDataTransferImpl, OrtValue, OrtValue, OrtSyncStream, long) - Method in class org.bytedeco.onnxruntime.OrtDataTransferImpl
 
CoreMLFlags - Enum in ai.onnxruntime.providers
Flags for the CoreML provider.
create(byte[]) - Static method in class ai.onnxruntime.OrtLoraAdapter
Creates an instance of OrtLoraAdapter from a byte array.
create(ByteBuffer) - Static method in class ai.onnxruntime.OrtLoraAdapter
Creates an instance of OrtLoraAdapter from a direct ByteBuffer.
create(String) - Static method in class ai.onnxruntime.OrtLoraAdapter
Creates an instance of OrtLoraAdapter.
create() - Method in interface ai.onnxruntime.OrtProviderOptions.OrtProviderSupplier
Calls the function to get the native pointer.
Create(Pointer, long, long, ExternalInitializerInfo) - Static method in class org.bytedeco.onnxruntime.ExternalInitializerInfo
 
Create(OrtKernelInfo, BytePointer, BytePointer, int, PointerPointer, IntPointer, long, OpAttr, long, long, long) - Static method in class org.bytedeco.onnxruntime.Op
 
Create(OrtKernelInfo, BytePointer, BytePointer, int, BytePointer, IntPointer, long, OpAttr, long, long, long) - Static method in class org.bytedeco.onnxruntime.Op
 
Create(OrtKernelInfo, String, String, int, ByteBuffer, IntBuffer, long, OpAttr, long, long, long) - Static method in class org.bytedeco.onnxruntime.Op
 
Create(OrtKernelInfo, BytePointer, BytePointer, int, byte[], int[], long, OpAttr, long, long, long) - Static method in class org.bytedeco.onnxruntime.Op
 
Create(OrtKernelInfo, String, String, int, BytePointer, IntPointer, long, OpAttr, long, long, long) - Static method in class org.bytedeco.onnxruntime.Op
 
Create(OrtKernelInfo, BytePointer, BytePointer, int, ByteBuffer, IntBuffer, long, OpAttr, long, long, long) - Static method in class org.bytedeco.onnxruntime.Op
 
Create(OrtKernelInfo, String, String, int, byte[], int[], long, OpAttr, long, long, long) - Static method in class org.bytedeco.onnxruntime.Op
 
CreateAllocator(OrtSession, OrtMemoryInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtAllocator \{
CreateAllocator(OrtSession, OrtMemoryInfo, OrtAllocator) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateAllocator(OrtEp, OrtMemoryInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEp
\brief Create an OrtAllocator for the given OrtMemoryInfo for an OrtSession.
CreateAllocator(OrtEp, OrtMemoryInfo, OrtAllocator) - Method in class org.bytedeco.onnxruntime.OrtEp
 
CreateAllocator(OrtEpFactory, OrtMemoryInfo, OrtKeyValuePairs, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
\brief Create an OrtAllocator that can be shared across sessions for the given OrtMemoryInfo.
CreateAllocator(OrtEpFactory, OrtMemoryInfo, OrtKeyValuePairs, OrtAllocator) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
CreateAndRegisterAllocator(OrtMemoryInfo, OrtArenaCfg) - Method in class org.bytedeco.onnxruntime.Env
Wraps OrtApi::CreateAndRegisterAllocator
CreateAndRegisterAllocator(OrtEnv, OrtMemoryInfo, OrtArenaCfg) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtEnv \{
CreateAndRegisterAllocatorV2(BytePointer, OrtMemoryInfo, StringStringMap, OrtArenaCfg) - Method in class org.bytedeco.onnxruntime.Env
Wraps OrtApi::CreateAndRegisterAllocatorV2
CreateAndRegisterAllocatorV2(String, OrtMemoryInfo, StringStringMap, OrtArenaCfg) - Method in class org.bytedeco.onnxruntime.Env
 
CreateAndRegisterAllocatorV2(OrtEnv, BytePointer, OrtMemoryInfo, OrtArenaCfg, PointerPointer, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Create an allocator with specific type and register it with the ::OrtEnv This API enhance CreateAndRegisterAllocator that it can create an allocator with specific type, not just CPU allocator Enables sharing the allocator between multiple sessions that use the same env instance.
CreateAndRegisterAllocatorV2(OrtEnv, BytePointer, OrtMemoryInfo, OrtArenaCfg, BytePointer, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateAndRegisterAllocatorV2(OrtEnv, String, OrtMemoryInfo, OrtArenaCfg, ByteBuffer, ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateAndRegisterAllocatorV2(OrtEnv, BytePointer, OrtMemoryInfo, OrtArenaCfg, byte[], byte[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateAndRegisterAllocatorV2(OrtEnv, String, OrtMemoryInfo, OrtArenaCfg, BytePointer, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateAndRegisterAllocatorV2(OrtEnv, BytePointer, OrtMemoryInfo, OrtArenaCfg, ByteBuffer, ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateAndRegisterAllocatorV2(OrtEnv, String, OrtMemoryInfo, OrtArenaCfg, byte[], byte[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateArenaCfg(long, int, int, int, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtArenaCfg \{
CreateArenaCfg(long, int, int, int, OrtArenaCfg) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateArenaCfgV2(PointerPointer, SizeTPointer, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtArenaCfg \{
CreateArenaCfgV2(BytePointer, SizeTPointer, long, OrtArenaCfg) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateArenaCfgV2(ByteBuffer, SizeTPointer, long, OrtArenaCfg) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateArenaCfgV2(byte[], SizeTPointer, long, OrtArenaCfg) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateCANNProviderOptions(PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Create an OrtCANNProviderOptions
CreateCANNProviderOptions(OrtCANNProviderOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateCpu(int, int) - Static method in class org.bytedeco.onnxruntime.MemoryInfo
 
CreateCpuMemoryInfo(int, int, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Create an ::OrtMemoryInfo for CPU memory Special case version of OrtApi::CreateMemoryInfo for CPU based memory.
CreateCpuMemoryInfo(int, int, OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateCUDAProviderOptions(PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtCUDAProviderOptionsV2 \{
CreateCUDAProviderOptions(OrtCUDAProviderOptionsV2) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateCustomOpDomain(BytePointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtCustomOpDomain \{
CreateCustomOpDomain(BytePointer, OrtCustomOpDomain) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateCustomOpDomain(String, OrtCustomOpDomain) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateDataTransfer(OrtEpFactory, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
\brief Create an OrtDataTransferImpl instance for the factory.
CreateDataTransfer(OrtEpFactory, OrtDataTransferImpl) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
CreateDnnlProviderOptions(PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Create an OrtDnnlProviderOptions
CreateDnnlProviderOptions(OrtDnnlProviderOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateEnv(int, BytePointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtEnv \{
CreateEnv(int, BytePointer, OrtEnv) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateEnv(int, String, OrtEnv) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateEnvWithCustomLogger(OrtLoggingFunction, Pointer, int, BytePointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Create an OrtEnv \note Invoking this function will return the same instance of the environment as that returned by a previous call to another env creation function; all arguments to this function will be ignored.
CreateEnvWithCustomLogger(OrtLoggingFunction, Pointer, int, BytePointer, OrtEnv) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateEnvWithCustomLogger(OrtLoggingFunction, Pointer, int, String, OrtEnv) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateEnvWithCustomLoggerAndGlobalThreadPools(OrtLoggingFunction, Pointer, int, BytePointer, OrtThreadingOptions, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtEnv \{
CreateEnvWithCustomLoggerAndGlobalThreadPools(OrtLoggingFunction, Pointer, int, BytePointer, OrtThreadingOptions, OrtEnv) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateEnvWithCustomLoggerAndGlobalThreadPools(OrtLoggingFunction, Pointer, int, String, OrtThreadingOptions, OrtEnv) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateEnvWithGlobalThreadPools(int, BytePointer, OrtThreadingOptions, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtEnv \{
CreateEnvWithGlobalThreadPools(int, BytePointer, OrtThreadingOptions, OrtEnv) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateEnvWithGlobalThreadPools(int, String, OrtThreadingOptions, OrtEnv) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateEnvWithOptions(OrtEnvCreationOptions, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\}
CreateEnvWithOptions(OrtEnvCreationOptions, OrtEnv) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateEp(OrtEpFactory, PointerPointer, PointerPointer, long, OrtSessionOptions, OrtLogger, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
\brief Function to create an OrtEp instance for use in a Session.
CreateEp(OrtEpFactory, OrtHardwareDevice, OrtKeyValuePairs, long, OrtSessionOptions, OrtLogger, OrtEp) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
CreateEpApiFactoriesFn - Class in org.bytedeco.onnxruntime
\brief The function signature that ORT will call to create OrtEpFactory instances.
CreateEpApiFactoriesFn(Pointer) - Constructor for class org.bytedeco.onnxruntime.CreateEpApiFactoriesFn
Pointer cast constructor.
CreateEpApiFactoriesFn() - Constructor for class org.bytedeco.onnxruntime.CreateEpApiFactoriesFn
 
CreateEpDevice(OrtEpFactory, OrtHardwareDevice, OrtKeyValuePairs, OrtKeyValuePairs, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Create an OrtEpDevice for the EP and an OrtHardwareDevice.
CreateEpDevice(OrtEpFactory, OrtHardwareDevice, OrtKeyValuePairs, OrtKeyValuePairs, OrtEpDevice) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
CreateExternalInitializerInfo(Pointer, long, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\name OrtExternalInitializerInfo \{
CreateExternalInitializerInfo(Pointer, long, long, OrtExternalInitializerInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateExternalResourceImporterForDevice(OrtEpFactory, OrtEpDevice, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
\brief Create an OrtExternalResourceImporterImpl for external resource import.
CreateExternalResourceImporterForDevice(OrtEpFactory, OrtEpDevice, OrtExternalResourceImporterImpl) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
CreateExternalResourceImporterForDevice(OrtEpDevice, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtInteropApi
\name OrtExternalResourceImporter \{
CreateExternalResourceImporterForDevice(OrtEpDevice, OrtExternalResourceImporter) - Method in class org.bytedeco.onnxruntime.OrtInteropApi
 
createFromSessionOptions(OrtEnvironment, OrtSession.SessionOptions) - Static method in class ai.onnxruntime.OrtModelCompilationOptions
Creates a model compilation options from an existing SessionOptions.
CreateGraph(PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Create an OrtGraph \snippet{doc} snippets.dox OrtStatus Return Value
CreateGraph(OrtGraph) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CreateHardwareDevice(int, int, int, BytePointer, OrtKeyValuePairs, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Create an OrtHardwareDevice.
CreateHardwareDevice(int, int, int, BytePointer, OrtKeyValuePairs, OrtHardwareDevice) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
CreateHardwareDevice(int, int, int, String, OrtKeyValuePairs, OrtHardwareDevice) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
CreateIfKernel(OrtKernelInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Creates an OrtKernelImpl instance for an If operator.
CreateIfKernel(OrtKernelInfo, OrtKernelImpl) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
CreateIoBinding(OrtSession, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Create an ::OrtIoBinding instance An IoBinding object allows one to bind pre-allocated ::OrtValue%s to input names.
CreateIoBinding(OrtSession, OrtIoBinding) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateKernel() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
CreateKernel(OrtCustomOp.CreateKernel_OrtCustomOp_OrtApi_OrtKernelInfo) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
CreateKernel_OrtCustomOp_OrtApi_OrtKernelInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.CreateKernel_OrtCustomOp_OrtApi_OrtKernelInfo
Pointer cast constructor.
CreateKernel_OrtCustomOp_OrtApi_OrtKernelInfo() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.CreateKernel_OrtCustomOp_OrtApi_OrtKernelInfo
 
CreateKernelDefBuilder(PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Creates a kernel definition builder used to create instances of OrtKernelDef.
CreateKernelDefBuilder(OrtKernelDefBuilder) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
CreateKernelRegistry(PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Creates an empty kernel registry.
CreateKernelRegistry(OrtKernelRegistry) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
CreateKernelV2() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
CreateKernelV2(OrtCustomOp.CreateKernelV2_OrtCustomOp_OrtApi_OrtKernelInfo_PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
CreateKernelV2_OrtCustomOp_OrtApi_OrtKernelInfo_PointerPointer(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.CreateKernelV2_OrtCustomOp_OrtApi_OrtKernelInfo_PointerPointer
Pointer cast constructor.
CreateKernelV2_OrtCustomOp_OrtApi_OrtKernelInfo_PointerPointer() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.CreateKernelV2_OrtCustomOp_OrtApi_OrtKernelInfo_PointerPointer
 
CreateKeyValuePairs() - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateKeyValuePairs(OrtApi.CreateKeyValuePairs_PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateKeyValuePairs_PointerPointer(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.CreateKeyValuePairs_PointerPointer
Pointer cast constructor.
CreateKeyValuePairs_PointerPointer() - Constructor for class org.bytedeco.onnxruntime.OrtApi.CreateKeyValuePairs_PointerPointer
 
CreateLoopKernel(OrtKernelInfo, OrtLoopKernelHelper, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Creates an OrtKernelImpl instance for a Loop operator.
CreateLoopKernel(OrtKernelInfo, OrtLoopKernelHelper, OrtKernelImpl) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
CreateLoraAdapter(Pointer, OrtAllocator) - Static method in class org.bytedeco.onnxruntime.LoraAdapter
\brief Wraps OrtApi::CreateLoraAdapter The function attempts to load the adapter from the specified file
CreateLoraAdapter(Pointer, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Create an OrtLoraAdapter The function attempts to locate file specified by adapter_file_path, read it and create an OrtLoraAdapter instance.
CreateLoraAdapter(Pointer, OrtAllocator, OrtLoraAdapter) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateLoraAdapterFromArray(Pointer, long, OrtAllocator) - Static method in class org.bytedeco.onnxruntime.LoraAdapter
\brief Wraps OrtApi::CreateLoraAdapterFromArray The function attempts to load the adapter from the specified byte array.
CreateLoraAdapterFromArray(Pointer, long, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Create an OrtLoraAdapter The function copies the bytes from the array and creates an OrtLoraAdapter instance.
CreateLoraAdapterFromArray(Pointer, long, OrtAllocator, OrtLoraAdapter) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateMap(Value, Value) - Static method in class org.bytedeco.onnxruntime.Value
Wraps OrtApi::CreateValue
CreateMapTypeInfo(int, OrtTypeInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Create an OrtTypeInfo instance for a Map.
CreateMapTypeInfo(int, OrtTypeInfo, OrtTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CreateMapTypeInfo(int, TypeInfoImpl) - Static method in class org.bytedeco.onnxruntime.TypeInfo
 
CreateMemoryInfo(BytePointer, int, int, int, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtMemoryInfo \{
CreateMemoryInfo(BytePointer, int, int, int, OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateMemoryInfo(String, int, int, int, OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateMemoryInfo_V2(BytePointer, int, int, int, int, long, int, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Create an ::OrtMemoryInfo
CreateMemoryInfo_V2(BytePointer, int, int, int, int, long, int, OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateMemoryInfo_V2(String, int, int, int, int, long, int, OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateModel(PointerPointer, IntPointer, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Create an OrtModel.
CreateModel(BytePointer, IntPointer, long, OrtModel) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CreateModel(ByteBuffer, IntBuffer, long, OrtModel) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CreateModel(byte[], int[], long, OrtModel) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CreateModelCompilationOptionsFromSessionOptions(OrtEnv, OrtSessionOptions, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtCompileApi
\brief Creates an OrtModelCompilationOptions object from an existing OrtSessionOptions object.
CreateModelCompilationOptionsFromSessionOptions(OrtEnv, OrtSessionOptions, OrtModelCompilationOptions) - Method in class org.bytedeco.onnxruntime.OrtCompileApi
 
CreateModelEditorSession(OrtEnv, Pointer, OrtSessionOptions, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Create an OrtSession to augment an existing model.
CreateModelEditorSession(OrtEnv, Pointer, OrtSessionOptions, OrtSession) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CreateModelEditorSession(Env, Pointer, SessionOptions) - Static method in class org.bytedeco.onnxruntime.Session
Wraps OrtModelEditorApi::CreateModelEditorSession
CreateModelEditorSession(Env, Pointer, long, SessionOptions) - Static method in class org.bytedeco.onnxruntime.Session
Wraps OrtModelEditorApi::CreateModelEditorSession
CreateModelEditorSessionFromArray(OrtEnv, Pointer, long, OrtSessionOptions, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Create an OrtSession to augment an existing model.
CreateModelEditorSessionFromArray(OrtEnv, Pointer, long, OrtSessionOptions, OrtSession) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CreateNode(BytePointer, BytePointer, BytePointer, PointerPointer, long, PointerPointer, long, PointerPointer, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Create an OrtNode to add to an OrtGraph.
CreateNode(BytePointer, BytePointer, BytePointer, BytePointer, long, BytePointer, long, OrtOpAttr, long, OrtNode) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CreateNode(String, String, String, ByteBuffer, long, ByteBuffer, long, OrtOpAttr, long, OrtNode) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CreateNode(BytePointer, BytePointer, BytePointer, byte[], long, byte[], long, OrtOpAttr, long, OrtNode) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CreateNode(String, String, String, BytePointer, long, BytePointer, long, OrtOpAttr, long, OrtNode) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CreateNode(BytePointer, BytePointer, BytePointer, ByteBuffer, long, ByteBuffer, long, OrtOpAttr, long, OrtNode) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CreateNode(String, String, String, byte[], long, byte[], long, OrtOpAttr, long, OrtNode) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CreateNotification(OrtSyncStreamImpl, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtSyncStreamImpl
\brief Create an OrtSyncNotificationImpl for the OrtSyncStreamImpl instance.
CreateNotification(OrtSyncStreamImpl, OrtSyncNotificationImpl) - Method in class org.bytedeco.onnxruntime.OrtSyncStreamImpl
 
CreateOp(OrtKernelInfo, BytePointer, BytePointer, int, PointerPointer, IntPointer, int, PointerPointer, int, int, int, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief: Create onnxruntime native operator
CreateOp(OrtKernelInfo, BytePointer, BytePointer, int, BytePointer, IntPointer, int, OrtOpAttr, int, int, int, OrtOp) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateOp(OrtKernelInfo, String, String, int, ByteBuffer, IntBuffer, int, OrtOpAttr, int, int, int, OrtOp) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateOp(OrtKernelInfo, BytePointer, BytePointer, int, byte[], int[], int, OrtOpAttr, int, int, int, OrtOp) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateOp(OrtKernelInfo, String, String, int, BytePointer, IntPointer, int, OrtOpAttr, int, int, int, OrtOp) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateOp(OrtKernelInfo, BytePointer, BytePointer, int, ByteBuffer, IntBuffer, int, OrtOpAttr, int, int, int, OrtOp) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateOp(OrtKernelInfo, String, String, int, byte[], int[], int, OrtOpAttr, int, int, int, OrtOp) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateOpaqueValue(BytePointer, BytePointer, Pointer, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Create an opaque (custom user defined type) ::OrtValue Constructs an ::OrtValue that contains a value of non-standard type created for experiments or while awaiting standardization.
CreateOpaqueValue(BytePointer, BytePointer, Pointer, long, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateOpaqueValue(String, String, Pointer, long, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateOpAttr(BytePointer, Pointer, int, int, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief: Create attribute of onnxruntime operator
CreateOpAttr(BytePointer, Pointer, int, int, OrtOpAttr) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateOpAttr(String, Pointer, int, int, OrtOpAttr) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateOptionalTypeInfo(OrtTypeInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Create an OrtTypeInfo instance for an Optional.
CreateOptionalTypeInfo(OrtTypeInfo, OrtTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CreateOptionalTypeInfo(TypeInfoImpl) - Static method in class org.bytedeco.onnxruntime.TypeInfo
 
CreatePrepackedWeightsContainer(PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtPrepackedWeightsContainer \{
CreatePrepackedWeightsContainer(OrtPrepackedWeightsContainer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateROCMProviderOptions(PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\name OrtROCMProviderOptions \{
CreateROCMProviderOptions(OrtROCMProviderOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateRunOptions(PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtRunOptions \{
CreateRunOptions(OrtRunOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateScanKernel(OrtKernelInfo, OrtScanKernelHelper, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Creates an OrtKernelImpl instance for a Scan operator.
CreateScanKernel(OrtKernelInfo, OrtScanKernelHelper, OrtKernelImpl) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
CreateSequence(ValueVector) - Static method in class org.bytedeco.onnxruntime.Value
Wraps OrtApi::CreateValue
CreateSequenceTypeInfo(OrtTypeInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Create an OrtTypeInfo instance for a Sequence.
CreateSequenceTypeInfo(OrtTypeInfo, OrtTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CreateSequenceTypeInfo(TypeInfoImpl) - Static method in class org.bytedeco.onnxruntime.TypeInfo
 
createSession(String) - Method in class ai.onnxruntime.OrtEnvironment
Create a session using the default OrtSession.SessionOptions, model and the default memory allocator.
createSession(String, OrtSession.SessionOptions) - Method in class ai.onnxruntime.OrtEnvironment
Create a session using the specified OrtSession.SessionOptions, model and the default memory allocator.
createSession(ByteBuffer, OrtSession.SessionOptions) - Method in class ai.onnxruntime.OrtEnvironment
Create a session using the specified OrtSession.SessionOptions, model and the default memory allocator.
createSession(ByteBuffer) - Method in class ai.onnxruntime.OrtEnvironment
Create a session using the default OrtSession.SessionOptions, model and the default memory allocator.
createSession(byte[], OrtSession.SessionOptions) - Method in class ai.onnxruntime.OrtEnvironment
Create a session using the specified OrtSession.SessionOptions, model and the default memory allocator.
createSession(byte[]) - Method in class ai.onnxruntime.OrtEnvironment
Create a session using the default OrtSession.SessionOptions, model and the default memory allocator.
CreateSession(OrtEnv, Pointer, OrtSessionOptions, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSession \{
CreateSession(OrtEnv, Pointer, OrtSessionOptions, OrtSession) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateSessionFromArray(OrtEnv, Pointer, long, OrtSessionOptions, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Create an OrtSession from memory
CreateSessionFromArray(OrtEnv, Pointer, long, OrtSessionOptions, OrtSession) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateSessionFromArrayWithPrepackedWeightsContainer(OrtEnv, Pointer, long, OrtSessionOptions, OrtPrepackedWeightsContainer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Create session from memory with prepacked weights container Same functionality offered by OrtApi::CreateSessionFromArray except that a container that contains pre-packed weights' buffers is written into/read from by the created session.
CreateSessionFromArrayWithPrepackedWeightsContainer(OrtEnv, Pointer, long, OrtSessionOptions, OrtPrepackedWeightsContainer, OrtSession) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateSessionFromModel(OrtEnv, OrtModel, OrtSessionOptions, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Create an OrtSession using the OrtModel.
CreateSessionFromModel(OrtEnv, OrtModel, OrtSessionOptions, OrtSession) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CreateSessionOptions(PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSessionOptions \{
CreateSessionOptions(OrtSessionOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateSessionWithPrepackedWeightsContainer(OrtEnv, Pointer, OrtSessionOptions, OrtPrepackedWeightsContainer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSession \{
CreateSessionWithPrepackedWeightsContainer(OrtEnv, Pointer, OrtSessionOptions, OrtPrepackedWeightsContainer, OrtSession) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateSharedAllocator(OrtEpDevice, int, int, OrtKeyValuePairs) - Method in class org.bytedeco.onnxruntime.Env
Wraps OrtApi::CreateSharedAllocator
CreateSharedAllocator(OrtEnv, OrtEpDevice, int, int, OrtKeyValuePairs, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Create/replace a shared allocator for the OrtEpDevice in the OrtEnv.
CreateSharedAllocator(OrtEnv, OrtEpDevice, int, int, OrtKeyValuePairs, OrtAllocator) - Method in class org.bytedeco.onnxruntime.OrtApi
 
createSparseTensor(OrtEnvironment, OnnxSparseTensor.SparseTensor<T>) - Static method in class ai.onnxruntime.OnnxSparseTensor
Creates a Sparse Tensor in ORT from the Java side representation.
CreateSparseTensor(OrtMemoryInfo, Pointer, Shape, Shape, int) - Static method in class org.bytedeco.onnxruntime.Value
Creates an OrtValue instance containing SparseTensor.
CreateSparseTensor(OrtAllocator, Shape, int) - Static method in class org.bytedeco.onnxruntime.Value
Creates an instance of OrtValue containing sparse tensor.
CreateSparseTensorAsOrtValue(OrtAllocator, LongPointer, long, int, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Create an ::OrtValue with a sparse tensor that is empty.
CreateSparseTensorAsOrtValue(OrtAllocator, LongPointer, long, int, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateSparseTensorAsOrtValue(OrtAllocator, LongBuffer, long, int, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateSparseTensorAsOrtValue(OrtAllocator, long[], long, int, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateSparseTensorInfo(ConstTensorTypeAndShapeInfo) - Static method in class org.bytedeco.onnxruntime.TypeInfo
 
CreateSparseTensorTypeInfo(OrtTensorTypeAndShapeInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Create an OrtTypeInfo instance for a SparseTensor.
CreateSparseTensorTypeInfo(OrtTensorTypeAndShapeInfo, OrtTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CreateSparseTensorWithValuesAsOrtValue(OrtMemoryInfo, Pointer, LongPointer, long, LongPointer, long, int, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
Create an ::OrtValue with a sparse tensor.
CreateSparseTensorWithValuesAsOrtValue(OrtMemoryInfo, Pointer, LongPointer, long, LongPointer, long, int, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateSparseTensorWithValuesAsOrtValue(OrtMemoryInfo, Pointer, LongBuffer, long, LongBuffer, long, int, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateSparseTensorWithValuesAsOrtValue(OrtMemoryInfo, Pointer, long[], long, long[], long, int, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateState() - Method in class org.bytedeco.onnxruntime.OrtNodeComputeInfo
 
CreateState(OrtNodeComputeInfo.CreateState_OrtNodeComputeInfo_OrtNodeComputeContext_PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtNodeComputeInfo
 
CreateState_OrtNodeComputeInfo_OrtNodeComputeContext_PointerPointer(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtNodeComputeInfo.CreateState_OrtNodeComputeInfo_OrtNodeComputeContext_PointerPointer
Pointer cast constructor.
CreateState_OrtNodeComputeInfo_OrtNodeComputeContext_PointerPointer() - Constructor for class org.bytedeco.onnxruntime.OrtNodeComputeInfo.CreateState_OrtNodeComputeInfo_OrtNodeComputeContext_PointerPointer
 
CreateStatus() - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateStatus(OrtApi.CreateStatus_int_BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateStatus_int_BytePointer(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.CreateStatus_int_BytePointer
Pointer cast constructor.
CreateStatus_int_BytePointer() - Constructor for class org.bytedeco.onnxruntime.OrtApi.CreateStatus_int_BytePointer
 
CreateSyncStream(KeyValuePairsImpl) - Method in class org.bytedeco.onnxruntime.EpDeviceImpl
 
CreateSyncStream() - Method in class org.bytedeco.onnxruntime.EpDeviceImpl
 
CreateSyncStreamForDevice(OrtEp, OrtMemoryDevice, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEp
\brief Create a synchronization stream for the given memory device for an OrtSession.
CreateSyncStreamForDevice(OrtEp, OrtMemoryDevice, OrtSyncStreamImpl) - Method in class org.bytedeco.onnxruntime.OrtEp
 
CreateSyncStreamForDevice(OrtEpFactory, OrtMemoryDevice, OrtKeyValuePairs, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
\brief Create a synchronization stream for the given memory device.
CreateSyncStreamForDevice(OrtEpFactory, OrtMemoryDevice, OrtKeyValuePairs, OrtSyncStreamImpl) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
CreateSyncStreamForEpDevice(OrtEpDevice, OrtKeyValuePairs, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Create an OrtSyncStream for the given OrtEpDevice.
CreateSyncStreamForEpDevice(OrtEpDevice, OrtKeyValuePairs, OrtSyncStream) - Method in class org.bytedeco.onnxruntime.OrtApi
 
createTensor(OrtEnvironment, Object) - Static method in class ai.onnxruntime.OnnxTensor
Create a Tensor from a Java primitive, primitive multidimensional array or String multidimensional array.
createTensor(OrtEnvironment, String[], long[]) - Static method in class ai.onnxruntime.OnnxTensor
Create a tensor from a flattened string array.
createTensor(OrtEnvironment, FloatBuffer, long[]) - Static method in class ai.onnxruntime.OnnxTensor
Create an OnnxTensor backed by a direct FloatBuffer.
createTensor(OrtEnvironment, DoubleBuffer, long[]) - Static method in class ai.onnxruntime.OnnxTensor
Create an OnnxTensor backed by a direct DoubleBuffer.
createTensor(OrtEnvironment, ByteBuffer, long[]) - Static method in class ai.onnxruntime.OnnxTensor
Create an OnnxTensor backed by a direct ByteBuffer.
createTensor(OrtEnvironment, ByteBuffer, long[], OnnxJavaType) - Static method in class ai.onnxruntime.OnnxTensor
Create an OnnxTensor backed by a direct ByteBuffer.
createTensor(OrtEnvironment, ShortBuffer, long[]) - Static method in class ai.onnxruntime.OnnxTensor
Create an OnnxTensor backed by a direct ShortBuffer.
createTensor(OrtEnvironment, ShortBuffer, long[], OnnxJavaType) - Static method in class ai.onnxruntime.OnnxTensor
Create an OnnxTensor backed by a direct ShortBuffer.
createTensor(OrtEnvironment, IntBuffer, long[]) - Static method in class ai.onnxruntime.OnnxTensor
Create an OnnxTensor backed by a direct IntBuffer.
createTensor(OrtEnvironment, LongBuffer, long[]) - Static method in class ai.onnxruntime.OnnxTensor
Create an OnnxTensor backed by a direct LongBuffer.
CreateTensor(OrtMemoryInfo, Pointer, long, LongPointer, long, int) - Static method in class org.bytedeco.onnxruntime.Value
\brief Creates a tensor with a user supplied buffer.
CreateTensor(OrtMemoryInfo, Pointer, long, LongBuffer, long, int) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensor(OrtMemoryInfo, Pointer, long, long[], long, int) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensor(OrtAllocator, Pointer, long, LongPointer, long, int) - Static method in class org.bytedeco.onnxruntime.Value
\brief Creates a tensor with a user supplied buffer.
CreateTensor(OrtAllocator, Pointer, long, LongBuffer, long, int) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensor(OrtAllocator, Pointer, long, long[], long, int) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensor(OrtAllocator, LongPointer, long, int) - Static method in class org.bytedeco.onnxruntime.Value
\brief Creates an OrtValue with a tensor using the supplied OrtAllocator.
CreateTensor(OrtAllocator, LongBuffer, long, int) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensor(OrtAllocator, long[], long, int) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorAsOrtValue(OrtAllocator, LongPointer, long, int, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtValue \{
CreateTensorAsOrtValue(OrtAllocator, LongPointer, long, int, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateTensorAsOrtValue(OrtAllocator, LongBuffer, long, int, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateTensorAsOrtValue(OrtAllocator, long[], long, int, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateTensorBool(OrtMemoryInfo, BoolPointer, long, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorBool(OrtMemoryInfo, boolean[], long, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorBool(OrtMemoryInfo, BoolPointer, long, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorBool(OrtMemoryInfo, boolean[], long, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorBool(OrtMemoryInfo, BoolPointer, long, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorBool(OrtMemoryInfo, boolean[], long, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorBool(OrtAllocator, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorBool(OrtAllocator, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorBool(OrtAllocator, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorByte(OrtMemoryInfo, BytePointer, long, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorByte(OrtMemoryInfo, ByteBuffer, long, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorByte(OrtMemoryInfo, byte[], long, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorByte(OrtAllocator, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorByte(OrtAllocator, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorByte(OrtAllocator, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorDouble(OrtMemoryInfo, DoublePointer, long, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorDouble(OrtMemoryInfo, DoubleBuffer, long, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorDouble(OrtMemoryInfo, double[], long, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorDouble(OrtAllocator, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorDouble(OrtAllocator, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorDouble(OrtAllocator, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorFloat(OrtMemoryInfo, FloatPointer, long, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
\brief Creates a tensor with a user supplied buffer.
CreateTensorFloat(OrtMemoryInfo, FloatBuffer, long, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorFloat(OrtMemoryInfo, float[], long, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorFloat(OrtAllocator, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
\brief Creates an OrtValue with a tensor using a supplied OrtAllocator.
CreateTensorFloat(OrtAllocator, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorFloat(OrtAllocator, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorFromMemory(OrtExternalResourceImporterImpl, OrtExternalMemoryHandle, OrtExternalTensorDescriptor, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
\brief Create a tensor backed by imported external memory.
CreateTensorFromMemory(OrtExternalResourceImporterImpl, OrtExternalMemoryHandle, OrtExternalTensorDescriptor, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
 
CreateTensorFromMemory(OrtExternalResourceImporter, OrtExternalMemoryHandle, OrtExternalTensorDescriptor, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtInteropApi
\brief Create a tensor backed by imported external memory.
CreateTensorFromMemory(OrtExternalResourceImporter, OrtExternalMemoryHandle, OrtExternalTensorDescriptor, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtInteropApi
 
CreateTensorInfo(ConstTensorTypeAndShapeInfo) - Static method in class org.bytedeco.onnxruntime.TypeInfo
 
CreateTensorInt(OrtMemoryInfo, IntPointer, long, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorInt(OrtMemoryInfo, IntBuffer, long, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorInt(OrtMemoryInfo, int[], long, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorInt(OrtAllocator, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorInt(OrtAllocator, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorInt(OrtAllocator, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorLong(OrtMemoryInfo, LongPointer, long, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorLong(OrtMemoryInfo, LongBuffer, long, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorLong(OrtMemoryInfo, long[], long, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorLong(OrtAllocator, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorLong(OrtAllocator, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorLong(OrtAllocator, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorRTProviderOptions(PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtTensorRTProviderOptionsV2 \{
CreateTensorRTProviderOptions(OrtTensorRTProviderOptionsV2) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateTensorShort(OrtMemoryInfo, ShortPointer, long, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorShort(OrtMemoryInfo, ShortBuffer, long, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorShort(OrtMemoryInfo, short[], long, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorShort(OrtAllocator, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorShort(OrtAllocator, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorShort(OrtAllocator, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorTypeAndShapeInfo(PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtTensorTypeAndShapeInfo \{
CreateTensorTypeAndShapeInfo(OrtTensorTypeAndShapeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateTensorTypeInfo(OrtTensorTypeAndShapeInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Create an OrtTypeInfo instance for a Tensor.
CreateTensorTypeInfo(OrtTensorTypeAndShapeInfo, OrtTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CreateTensorUByte(OrtMemoryInfo, BytePointer, long, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorUByte(OrtMemoryInfo, ByteBuffer, long, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorUByte(OrtMemoryInfo, byte[], long, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorUByte(OrtAllocator, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorUByte(OrtAllocator, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorUByte(OrtAllocator, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorUInt(OrtMemoryInfo, IntPointer, long, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorUInt(OrtMemoryInfo, IntBuffer, long, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorUInt(OrtMemoryInfo, int[], long, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorUInt(OrtAllocator, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorUInt(OrtAllocator, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorUInt(OrtAllocator, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorULong(OrtMemoryInfo, LongPointer, long, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorULong(OrtMemoryInfo, LongBuffer, long, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorULong(OrtMemoryInfo, long[], long, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorULong(OrtAllocator, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorULong(OrtAllocator, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorULong(OrtAllocator, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorUShort(OrtMemoryInfo, ShortPointer, long, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorUShort(OrtMemoryInfo, ShortBuffer, long, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorUShort(OrtMemoryInfo, short[], long, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorUShort(OrtAllocator, LongPointer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorUShort(OrtAllocator, LongBuffer, long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorUShort(OrtAllocator, long[], long) - Static method in class org.bytedeco.onnxruntime.Value
 
CreateTensorWithDataAndDeleterAsOrtValue(OrtAllocator, Pointer, long, LongPointer, long, int, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Create an OrtValue for a Tensor that uses pre-existing memory.
CreateTensorWithDataAndDeleterAsOrtValue(OrtAllocator, Pointer, long, LongPointer, long, int, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateTensorWithDataAndDeleterAsOrtValue(OrtAllocator, Pointer, long, LongBuffer, long, int, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateTensorWithDataAndDeleterAsOrtValue(OrtAllocator, Pointer, long, long[], long, int, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateTensorWithDataAsOrtValue(OrtMemoryInfo, Pointer, long, LongPointer, long, int, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Create a tensor backed by a user supplied buffer Create a tensor with user's buffer.
CreateTensorWithDataAsOrtValue(OrtMemoryInfo, Pointer, long, LongPointer, long, int, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateTensorWithDataAsOrtValue(OrtMemoryInfo, Pointer, long, LongBuffer, long, int, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateTensorWithDataAsOrtValue(OrtMemoryInfo, Pointer, long, long[], long, int, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateThreadingOptions(PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtThreadingOptions \{
CreateThreadingOptions(OrtThreadingOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
 
createTrainingSession(String, String, String, String) - Method in class ai.onnxruntime.OrtEnvironment
Create a training session using the default OrtSession.SessionOptions, model and the default memory allocator.
createTrainingSession(String, String, String, String, OrtSession.SessionOptions) - Method in class ai.onnxruntime.OrtEnvironment
Create a training session using the specified OrtSession.SessionOptions, model and the default memory allocator.
CreateTrainingSession(OrtEnv, OrtSessionOptions, OrtCheckpointState, Pointer, Pointer, Pointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\}
CreateTrainingSession(OrtEnv, OrtSessionOptions, OrtCheckpointState, Pointer, Pointer, Pointer, OrtTrainingSession) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
CreateTrainingSessionFromBuffer(OrtEnv, OrtSessionOptions, OrtCheckpointState, Pointer, long, Pointer, long, Pointer, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Create a training session that can be used to begin or resume training.
CreateTrainingSessionFromBuffer(OrtEnv, OrtSessionOptions, OrtCheckpointState, Pointer, long, Pointer, long, Pointer, long, OrtTrainingSession) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
CreateValue(PointerPointer, long, int, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Create a map or sequence ::OrtValue To construct a map (ONNX_TYPE_MAP), use num_values = 2 and in should be an array of 2 ::OrtValue%s representing keys and values.
To construct a sequence (ONNX_TYPE_SEQUENCE), use num_values = N where N is the number of the elements in the sequence.
CreateValue(OrtValue, long, int, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
CreateValueInfo(BytePointer, OrtTypeInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Create an OrtValueInfo for use as an OrtGraph input or output.
CreateValueInfo(BytePointer, OrtTypeInfo, OrtValueInfo) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CreateValueInfo(String, OrtTypeInfo, OrtValueInfo) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
CSRCTensor(LongBuffer, LongBuffer, Buffer, long[], OnnxJavaType, long) - Constructor for class ai.onnxruntime.OnnxSparseTensor.CSRCTensor
Creates a CSRC sparse tensor suitable for constructing an ORT Sparse Tensor.
CUDAProviderOptions - Class in org.bytedeco.onnxruntime
\brief The CUDAProviderOptions (V2) Used to pass options to CUDA EP
CUDAProviderOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.CUDAProviderOptions
Pointer cast constructor.
CUDAProviderOptions(long) - Constructor for class org.bytedeco.onnxruntime.CUDAProviderOptions
Native array allocator.
CUDAProviderOptions() - Constructor for class org.bytedeco.onnxruntime.CUDAProviderOptions
Wrapper around OrtApi::UpdateCUDAProviderOptions
cudnn_conv_algo_search() - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
\brief CUDA Convolution algorithm search configuration.
cudnn_conv_algo_search(int) - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
 
custom_logging_function() - Method in class org.bytedeco.onnxruntime.OrtEnvCreationOptions
\brief Optional custom logging function.
custom_logging_function(OrtLoggingFunction) - Method in class org.bytedeco.onnxruntime.OrtEnvCreationOptions
 
custom_logging_param() - Method in class org.bytedeco.onnxruntime.OrtEnvCreationOptions
\brief Optional state to pass as the first argument to OrtEnvCreationOptions::custom_logger_function.
custom_logging_param(Pointer) - Method in class org.bytedeco.onnxruntime.OrtEnvCreationOptions
 
CustomOpConfigs - Class in org.bytedeco.onnxruntime
Class that represents session configuration entries for one or more custom operators.
CustomOpConfigs(Pointer) - Constructor for class org.bytedeco.onnxruntime.CustomOpConfigs
Pointer cast constructor.
CustomOpConfigs(long) - Constructor for class org.bytedeco.onnxruntime.CustomOpConfigs
Native array allocator.
CustomOpConfigs() - Constructor for class org.bytedeco.onnxruntime.CustomOpConfigs
 
CustomOpConfigs(CustomOpConfigs) - Constructor for class org.bytedeco.onnxruntime.CustomOpConfigs
 
CustomOpDomain - Class in org.bytedeco.onnxruntime
\brief Custom Op Domain
CustomOpDomain(Pointer) - Constructor for class org.bytedeco.onnxruntime.CustomOpDomain
Pointer cast constructor.
CustomOpDomain(BytePointer) - Constructor for class org.bytedeco.onnxruntime.CustomOpDomain
\brief Wraps OrtApi::CreateCustomOpDomain
CustomOpDomain(String) - Constructor for class org.bytedeco.onnxruntime.CustomOpDomain
 
CustomOpDomain_Add(OrtCustomOpDomain, OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Add a custom op to a custom op domain \note The OrtCustomOp* pointer must remain valid until the ::OrtCustomOpDomain using it is released

D

data_p_data() - Method in class org.bytedeco.onnxruntime.OrtSparseValuesParam
 
data_p_data(Pointer) - Method in class org.bytedeco.onnxruntime.OrtSparseValuesParam
 
data_str(int) - Method in class org.bytedeco.onnxruntime.OrtSparseValuesParam
 
data_str(int, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtSparseValuesParam
 
data_str() - Method in class org.bytedeco.onnxruntime.OrtSparseValuesParam
 
default_memory_arena_cfg() - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
\brief CUDA memory arena configuration parameters
default_memory_arena_cfg(OrtArenaCfg) - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
 
default_memory_arena_cfg() - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
\brief ROCM memory arena configuration parameters
default_memory_arena_cfg(OrtArenaCfg) - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
 
DEFAULT_NAME - Static variable in class ai.onnxruntime.OrtEnvironment
The default name for ORT environments constructed from Java.
descriptor() - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryHandle
External memory descriptor
descriptor(OrtExternalMemoryDescriptor) - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryHandle
 
descriptor() - Method in class org.bytedeco.onnxruntime.OrtExternalSemaphoreHandle
External semaphore descriptor
descriptor(OrtExternalSemaphoreDescriptor) - Method in class org.bytedeco.onnxruntime.OrtExternalSemaphoreHandle
 
Device() - Method in class org.bytedeco.onnxruntime.EpDeviceImpl
 
device_id() - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
\brief CUDA device Id Defaults to 0.
device_id(int) - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
 
device_id() - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
device_id(int) - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
device_id() - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
 
device_id(BytePointer) - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
 
device_id() - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
\brief ROCM device Id Defaults to 0.
device_id(int) - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
 
device_id() - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
CUDA device id (0 = default device)
device_id(int) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
device_type() - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
\brief Device type string Valid settings are one of: "CPU_FP32", "CPU_FP16", "GPU_FP32", "GPU_FP16"
device_type(BytePointer) - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
 
DeviceEpIncompatibilityDetails_GetErrorCode(OrtDeviceEpIncompatibilityDetails, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the execution provider error code from OrtDeviceEpIncompatibilityDetails.
DeviceEpIncompatibilityDetails_GetErrorCode(OrtDeviceEpIncompatibilityDetails, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
DeviceEpIncompatibilityDetails_GetErrorCode(OrtDeviceEpIncompatibilityDetails, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
DeviceEpIncompatibilityDetails_GetNotes(OrtDeviceEpIncompatibilityDetails, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the notes from OrtDeviceEpIncompatibilityDetails.
DeviceEpIncompatibilityDetails_GetNotes(OrtDeviceEpIncompatibilityDetails, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
DeviceEpIncompatibilityDetails_GetNotes(OrtDeviceEpIncompatibilityDetails, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
DeviceEpIncompatibilityDetails_GetNotes(OrtDeviceEpIncompatibilityDetails, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
DeviceEpIncompatibilityDetails_GetReasonsBitmask(OrtDeviceEpIncompatibilityDetails, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\name OrtDeviceEpIncompatibilityDetails Accessor functions for device incompatibility details \{
DeviceEpIncompatibilityDetails_GetReasonsBitmask(OrtDeviceEpIncompatibilityDetails, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
DeviceEpIncompatibilityDetails_GetReasonsBitmask(OrtDeviceEpIncompatibilityDetails, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
DeviceEpIncompatibilityDetails_SetDetails(OrtDeviceEpIncompatibilityDetails, int, int, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Set the details of an OrtDeviceEpIncompatibilityDetails instance.
DeviceEpIncompatibilityDetails_SetDetails(OrtDeviceEpIncompatibilityDetails, int, int, String) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
DisableCpuMemArena(OrtSessionOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Disable the memory arena on CPU
DisableCpuMemArena() - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::DisableCpuMemArena
DisableMemPattern(OrtSessionOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Disable the memory pattern optimization
DisableMemPattern() - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::DisableMemPattern
disablePerSessionThreads() - Method in class ai.onnxruntime.OrtSession.SessionOptions
Disables the per session thread pools.
DisablePerSessionThreads(OrtSessionOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSessionOptions \{
DisablePerSessionThreads() - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::DisablePerSessionThreads
disableProfiling() - Method in class ai.onnxruntime.OrtSession.SessionOptions
Disables profiling in sessions using this SessionOptions.
DisableProfiling(OrtSessionOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Disable profiling for a session
DisableProfiling() - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::DisableProfiling
DisableTelemetryEvents() - Method in class org.bytedeco.onnxruntime.Env
Wraps OrtApi::DisableTelemetryEvents
DisableTelemetryEvents(OrtEnv) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Disable Telemetry
do_copy_in_default_stream() - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
\brief Flag indicating if copying needs to take place on the same stream as the compute stream in the CUDA EP 0 = Use separate streams for copying and compute.
do_copy_in_default_stream(int) - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
 
do_copy_in_default_stream() - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
\brief Flag indicating if copying needs to take place on the same stream as the compute stream in the ROCM EP 0 = Use separate streams for copying and compute.
do_copy_in_default_stream(int) - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
 
domain() - Method in class org.bytedeco.onnxruntime.OperatorSet
 
domain(BytePointer) - Method in class org.bytedeco.onnxruntime.OperatorSet
 
drop_constant_initializers() - Method in class org.bytedeco.onnxruntime.OrtNodeFusionOptions
\brief If set to true, specify that the execution provider does not require ONNX Runtime to provide constant initializers as inputs to the fused node during model inference.
drop_constant_initializers(boolean) - Method in class org.bytedeco.onnxruntime.OrtNodeFusionOptions
 

E

element_type() - Method in class org.bytedeco.onnxruntime.OrtExternalTensorDescriptor
Data type of tensor elements
element_type(int) - Method in class org.bytedeco.onnxruntime.OrtExternalTensorDescriptor
 
elementCount(long[]) - Static method in class ai.onnxruntime.OrtUtil
Counts the number of elements stored in a Tensor of this shape.
empty() - Method in class org.bytedeco.onnxruntime.FloatVector
 
empty() - Method in class org.bytedeco.onnxruntime.LongVector
 
empty() - Method in class org.bytedeco.onnxruntime.OpAttrVector
 
empty() - Method in class org.bytedeco.onnxruntime.StringIntPairVector
 
empty() - Method in class org.bytedeco.onnxruntime.StringSizeTMap
 
empty() - Method in class org.bytedeco.onnxruntime.StringStringMap
 
empty() - Method in class org.bytedeco.onnxruntime.StringVector
 
empty() - Method in class org.bytedeco.onnxruntime.ValueInfoVector
 
empty() - Method in class org.bytedeco.onnxruntime.ValueVector
 
enable_dynamic_shapes() - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
0 = disabled, nonzero = enabled
enable_dynamic_shapes(byte) - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
 
enable_hip_graph() - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
 
enable_hip_graph(int) - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
 
enable_npu_fast_compile() - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
0 = disabled, nonzero = enabled
enable_npu_fast_compile(byte) - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
 
enable_opencl_throttling() - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
0 = disabled, nonzero = enabled
enable_opencl_throttling(byte) - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
 
EnableCpuMemArena(OrtSessionOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Enable the memory arena on CPU Arena may pre-allocate memory for future usage.
EnableCpuMemArena() - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::EnableCpuMemArena
EnableMemPattern(OrtSessionOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Enable the memory pattern optimization The idea is if the input shapes are the same, we could trace the internal memory allocation and generate a memory pattern for future request.
EnableMemPattern() - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::EnableMemPattern
EnableOrtCustomOps(OrtSessionOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSessionOptions \{
EnableOrtCustomOps() - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::EnableOrtCustomOps
enableProfiling(String) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Enables profiling in sessions using this SessionOptions.
EnableProfiling(OrtSessionOptions, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Enable profiling for a session
EnableProfiling(Pointer) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::EnableProfiling
EnableTelemetryEvents() - Method in class org.bytedeco.onnxruntime.Env
Wraps OrtApi::EnableTelemetryEvents
EnableTelemetryEvents(OrtEnv) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Enable Telemetry \note Telemetry events are on by default since they are lightweight
end() - Method in class org.bytedeco.onnxruntime.FloatVector
 
end() - Method in class org.bytedeco.onnxruntime.LongVector
 
end() - Method in class org.bytedeco.onnxruntime.OpAttrVector
 
end() - Method in class org.bytedeco.onnxruntime.StringSizeTMap
 
end() - Method in class org.bytedeco.onnxruntime.StringStringMap
 
end() - Method in class org.bytedeco.onnxruntime.StringVector
 
end() - Method in class org.bytedeco.onnxruntime.ValueInfoVector
 
end() - Method in class org.bytedeco.onnxruntime.ValueVector
 
endProfiling() - Method in class ai.onnxruntime.OrtSession
Ends the profiling session and returns the output of the profiler.
EndProfilingAllocated(OrtAllocator) - Method in class org.bytedeco.onnxruntime.SessionImpl
Wraps OrtApi::SessionEndProfiling
Env - Class in org.bytedeco.onnxruntime
\brief The Env (Environment) The Env holds the logging state used by all other objects.
Env(Pointer) - Constructor for class org.bytedeco.onnxruntime.Env
Pointer cast constructor.
Env(long) - Constructor for class org.bytedeco.onnxruntime.Env
Native array allocator.
Env(int, BytePointer) - Constructor for class org.bytedeco.onnxruntime.Env
\brief Wraps OrtApi::CreateEnv
Env() - Constructor for class org.bytedeco.onnxruntime.Env
 
Env(int, String) - Constructor for class org.bytedeco.onnxruntime.Env
 
Env(int, BytePointer, OrtLoggingFunction, Pointer) - Constructor for class org.bytedeco.onnxruntime.Env
\brief Wraps OrtApi::CreateEnvWithCustomLogger
Env(int, String, OrtLoggingFunction, Pointer) - Constructor for class org.bytedeco.onnxruntime.Env
 
Env(OrtThreadingOptions, int, BytePointer) - Constructor for class org.bytedeco.onnxruntime.Env
\brief Wraps OrtApi::CreateEnvWithGlobalThreadPools
Env(OrtThreadingOptions) - Constructor for class org.bytedeco.onnxruntime.Env
 
Env(OrtThreadingOptions, int, String) - Constructor for class org.bytedeco.onnxruntime.Env
 
Env(OrtThreadingOptions, OrtLoggingFunction, Pointer, int, BytePointer) - Constructor for class org.bytedeco.onnxruntime.Env
\brief Wraps OrtApi::CreateEnvWithCustomLoggerAndGlobalThreadPools
Env(OrtThreadingOptions, OrtLoggingFunction, Pointer) - Constructor for class org.bytedeco.onnxruntime.Env
 
Env(OrtThreadingOptions, OrtLoggingFunction, Pointer, int, String) - Constructor for class org.bytedeco.onnxruntime.Env
 
Env(OrtEnvCreationOptions) - Constructor for class org.bytedeco.onnxruntime.Env
\brief Wraps OrtApi::CreateEnvWithOptions
Env(OrtEnv) - Constructor for class org.bytedeco.onnxruntime.Env
\brief C Interop Helper
ep_device() - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryHandle
EP device that created this handle
ep_device(OrtEpDevice) - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryHandle
 
ep_device() - Method in class org.bytedeco.onnxruntime.OrtExternalSemaphoreHandle
EP device that created this handle
ep_device(OrtEpDevice) - Method in class org.bytedeco.onnxruntime.OrtExternalSemaphoreHandle
 
EpAssignedNode_GetDomain(OrtEpAssignedNode, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the domain of the node assigned to an execution provider.
EpAssignedNode_GetDomain(OrtEpAssignedNode, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpAssignedNode_GetDomain(OrtEpAssignedNode, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpAssignedNode_GetDomain(OrtEpAssignedNode, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpAssignedNode_GetName(OrtEpAssignedNode, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the name of the node assigned to an execution provider.
EpAssignedNode_GetName(OrtEpAssignedNode, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpAssignedNode_GetName(OrtEpAssignedNode, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpAssignedNode_GetName(OrtEpAssignedNode, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpAssignedNode_GetOperatorType(OrtEpAssignedNode, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the operator type of the node assigned to an execution provider.
EpAssignedNode_GetOperatorType(OrtEpAssignedNode, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpAssignedNode_GetOperatorType(OrtEpAssignedNode, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpAssignedNode_GetOperatorType(OrtEpAssignedNode, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpAssignedNodeWithDefaultOptionsImpl - Class in org.bytedeco.onnxruntime
 
EpAssignedNodeWithDefaultOptionsImpl() - Constructor for class org.bytedeco.onnxruntime.EpAssignedNodeWithDefaultOptionsImpl
Default native constructor.
EpAssignedNodeWithDefaultOptionsImpl(long) - Constructor for class org.bytedeco.onnxruntime.EpAssignedNodeWithDefaultOptionsImpl
Native array allocator.
EpAssignedNodeWithDefaultOptionsImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.EpAssignedNodeWithDefaultOptionsImpl
Pointer cast constructor.
EpAssignedSubgraph_GetEpName(OrtEpAssignedSubgraph, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the name of the execution provider to which the subgraph was assigned.
EpAssignedSubgraph_GetEpName(OrtEpAssignedSubgraph, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpAssignedSubgraph_GetEpName(OrtEpAssignedSubgraph, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpAssignedSubgraph_GetEpName(OrtEpAssignedSubgraph, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpAssignedSubgraph_GetNodes(OrtEpAssignedSubgraph, PointerPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the nodes in a subgraph assigned to a specific execution provider.
EpAssignedSubgraphWithDefaultOptionsImpl - Class in org.bytedeco.onnxruntime
 
EpAssignedSubgraphWithDefaultOptionsImpl() - Constructor for class org.bytedeco.onnxruntime.EpAssignedSubgraphWithDefaultOptionsImpl
Default native constructor.
EpAssignedSubgraphWithDefaultOptionsImpl(long) - Constructor for class org.bytedeco.onnxruntime.EpAssignedSubgraphWithDefaultOptionsImpl
Native array allocator.
EpAssignedSubgraphWithDefaultOptionsImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.EpAssignedSubgraphWithDefaultOptionsImpl
Pointer cast constructor.
EpDevice - Class in org.bytedeco.onnxruntime
\brief Mutable EpDevice that is created by EpApi users.
EpDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.EpDevice
Pointer cast constructor.
EpDevice(OrtEpDevice) - Constructor for class org.bytedeco.onnxruntime.EpDevice
Take ownership of a pointer created by C API
EpDevice(OrtEpFactory, Pointer, KeyValuePairsImpl, KeyValuePairsImpl) - Constructor for class org.bytedeco.onnxruntime.EpDevice
\brief Wraps OrtEpApi::CreateEpDevice
EpDevice(OrtEpFactory, Pointer) - Constructor for class org.bytedeco.onnxruntime.EpDevice
 
EpDevice_AddAllocatorInfo(OrtEpDevice, OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Register an allocator with the OrtEpDevice.
EpDevice_Device() - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpDevice_Device(OrtApi.EpDevice_Device_OrtEpDevice) - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpDevice_Device_OrtEpDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.EpDevice_Device_OrtEpDevice
Pointer cast constructor.
EpDevice_Device_OrtEpDevice() - Constructor for class org.bytedeco.onnxruntime.OrtApi.EpDevice_Device_OrtEpDevice
 
EpDevice_EpMetadata() - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpDevice_EpMetadata(OrtApi.EpDevice_EpMetadata_OrtEpDevice) - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpDevice_EpMetadata_OrtEpDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.EpDevice_EpMetadata_OrtEpDevice
Pointer cast constructor.
EpDevice_EpMetadata_OrtEpDevice() - Constructor for class org.bytedeco.onnxruntime.OrtApi.EpDevice_EpMetadata_OrtEpDevice
 
EpDevice_EpName() - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpDevice_EpName(OrtApi.EpDevice_EpName_OrtEpDevice) - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpDevice_EpName_OrtEpDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.EpDevice_EpName_OrtEpDevice
Pointer cast constructor.
EpDevice_EpName_OrtEpDevice() - Constructor for class org.bytedeco.onnxruntime.OrtApi.EpDevice_EpName_OrtEpDevice
 
EpDevice_EpOptions() - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpDevice_EpOptions(OrtApi.EpDevice_EpOptions_OrtEpDevice) - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpDevice_EpOptions_OrtEpDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.EpDevice_EpOptions_OrtEpDevice
Pointer cast constructor.
EpDevice_EpOptions_OrtEpDevice() - Constructor for class org.bytedeco.onnxruntime.OrtApi.EpDevice_EpOptions_OrtEpDevice
 
EpDevice_EpVendor() - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpDevice_EpVendor(OrtApi.EpDevice_EpVendor_OrtEpDevice) - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpDevice_EpVendor_OrtEpDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.EpDevice_EpVendor_OrtEpDevice
Pointer cast constructor.
EpDevice_EpVendor_OrtEpDevice() - Constructor for class org.bytedeco.onnxruntime.OrtApi.EpDevice_EpVendor_OrtEpDevice
 
EpDevice_MemoryInfo() - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpDevice_MemoryInfo(OrtApi.EpDevice_MemoryInfo_OrtEpDevice_int) - Method in class org.bytedeco.onnxruntime.OrtApi
 
EpDevice_MemoryInfo_OrtEpDevice_int(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.EpDevice_MemoryInfo_OrtEpDevice_int
Pointer cast constructor.
EpDevice_MemoryInfo_OrtEpDevice_int() - Constructor for class org.bytedeco.onnxruntime.OrtApi.EpDevice_MemoryInfo_OrtEpDevice_int
 
EpDeviceImpl - Class in org.bytedeco.onnxruntime
 
EpDeviceImpl() - Constructor for class org.bytedeco.onnxruntime.EpDeviceImpl
Default native constructor.
EpDeviceImpl(long) - Constructor for class org.bytedeco.onnxruntime.EpDeviceImpl
Native array allocator.
EpDeviceImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.EpDeviceImpl
Pointer cast constructor.
EpGraphSupportInfo_AddNodesToFuse(OrtEpGraphSupportInfo, PointerPointer, long, OrtNodeFusionOptions) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Specify nodes that are supported by an OrtEp and should be fused into one node.
EpGraphSupportInfo_AddNodesToFuse(OrtEpGraphSupportInfo, OrtNode, long, OrtNodeFusionOptions) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
EpGraphSupportInfo_AddSingleNode(OrtEpGraphSupportInfo, OrtNode) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Specify a node that is supported by an OrtEp and should be run with a registered EP kernel.
EpGraphSupportInfo_LookUpKernel(OrtEpGraphSupportInfo, OrtNode, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Gets the kernel definition for a given node, if any exists for the calling execution provider.
EpGraphSupportInfo_LookUpKernel(OrtEpGraphSupportInfo, OrtNode, OrtKernelDef) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
EpMetadata() - Method in class org.bytedeco.onnxruntime.EpDeviceImpl
 
EpName() - Method in class org.bytedeco.onnxruntime.EpDeviceImpl
 
EpOptions() - Method in class org.bytedeco.onnxruntime.EpDeviceImpl
 
EpSelectionDelegate - Class in org.bytedeco.onnxruntime
\brief Delegate to allow providing custom OrtEpDevice selection logic This delegate is called by the EP selection code to allow the user to provide custom device selection logic.
EpSelectionDelegate(Pointer) - Constructor for class org.bytedeco.onnxruntime.EpSelectionDelegate
Pointer cast constructor.
EpSelectionDelegate() - Constructor for class org.bytedeco.onnxruntime.EpSelectionDelegate
 
EpVendor() - Method in class org.bytedeco.onnxruntime.EpDeviceImpl
 
equals(Object) - Method in class ai.onnxruntime.OnnxModelMetadata
 
equals(BFloat16_t) - Method in class org.bytedeco.onnxruntime.BFloat16_t
 
equals(Float8E4M3FN_t) - Method in class org.bytedeco.onnxruntime.Float8E4M3FN_t
 
equals(Float8E4M3FNUZ_t) - Method in class org.bytedeco.onnxruntime.Float8E4M3FNUZ_t
 
equals(Float8E5M2_t) - Method in class org.bytedeco.onnxruntime.Float8E5M2_t
 
equals(Float8E5M2FNUZ_t) - Method in class org.bytedeco.onnxruntime.Float8E5M2FNUZ_t
 
equals(FloatVector.Iterator) - Method in class org.bytedeco.onnxruntime.FloatVector.Iterator
 
equals(LongVector.Iterator) - Method in class org.bytedeco.onnxruntime.LongVector.Iterator
 
equals(OpAttrVector.Iterator) - Method in class org.bytedeco.onnxruntime.OpAttrVector.Iterator
 
equals(ShapeInferContext.SymbolicInteger) - Method in class org.bytedeco.onnxruntime.ShapeInferContext.SymbolicInteger
 
equals(StringSizeTMap.Iterator) - Method in class org.bytedeco.onnxruntime.StringSizeTMap.Iterator
 
equals(StringStringMap.Iterator) - Method in class org.bytedeco.onnxruntime.StringStringMap.Iterator
 
equals(StringVector.Iterator) - Method in class org.bytedeco.onnxruntime.StringVector.Iterator
 
equals(ValueInfoVector.Iterator) - Method in class org.bytedeco.onnxruntime.ValueInfoVector.Iterator
 
equals(ValueVector.Iterator) - Method in class org.bytedeco.onnxruntime.ValueVector.Iterator
 
erase(FloatVector.Iterator) - Method in class org.bytedeco.onnxruntime.FloatVector
 
erase(LongVector.Iterator) - Method in class org.bytedeco.onnxruntime.LongVector
 
erase(StringSizeTMap.Iterator) - Method in class org.bytedeco.onnxruntime.StringSizeTMap
 
erase(StringStringMap.Iterator) - Method in class org.bytedeco.onnxruntime.StringStringMap
 
erase(StringVector.Iterator) - Method in class org.bytedeco.onnxruntime.StringVector
 
erase(ValueVector.Iterator) - Method in class org.bytedeco.onnxruntime.ValueVector
 
evalStep(Map<String, ? extends OnnxTensorLike>) - Method in class ai.onnxruntime.OrtTrainingSession
Performs a single evaluation step using the supplied inputs.
evalStep(Map<String, ? extends OnnxTensorLike>, OrtSession.RunOptions) - Method in class ai.onnxruntime.OrtTrainingSession
Performs a single evaluation step using the supplied inputs.
evalStep(Map<String, ? extends OnnxTensorLike>, Set<String>) - Method in class ai.onnxruntime.OrtTrainingSession
Performs a single evaluation step using the supplied inputs.
evalStep(Map<String, ? extends OnnxTensorLike>, Map<String, ? extends OnnxValue>) - Method in class ai.onnxruntime.OrtTrainingSession
Performs a single evaluation step using the supplied inputs.
evalStep(Map<String, ? extends OnnxTensorLike>, Set<String>, Map<String, ? extends OnnxValue>, OrtSession.RunOptions) - Method in class ai.onnxruntime.OrtTrainingSession
Performs a single evaluation step using the supplied inputs.
EvalStep(OrtTrainingSession, OrtRunOptions, long, PointerPointer, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Computes the outputs for the eval model for the given inputs This function performs an eval step that computes the outputs of the eval model for the given inputs.
EvalStep(OrtTrainingSession, OrtRunOptions, long, OrtValue, long, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
exportModelForInference(Path, String[]) - Method in class ai.onnxruntime.OrtTrainingSession
Exports the evaluation model as a model suitable for inference, setting the desired nodes as output nodes.
ExportModelForInferencing(OrtTrainingSession, Pointer, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\}
ExportModelForInferencing(OrtTrainingSession, Pointer, long, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
ExportModelForInferencing(OrtTrainingSession, Pointer, long, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
ExportModelForInferencing(OrtTrainingSession, Pointer, long, byte[]) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
ExternalInitializerInfo - Class in org.bytedeco.onnxruntime
\brief Wrapper around ::OrtExternalInitializerInfo
ExternalInitializerInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.ExternalInitializerInfo
Pointer cast constructor.
ExternalInitializerInfo(OrtExternalInitializerInfo) - Constructor for class org.bytedeco.onnxruntime.ExternalInitializerInfo
 
ExternalInitializerInfo(Pointer, long, long) - Constructor for class org.bytedeco.onnxruntime.ExternalInitializerInfo
Wrapper around CreateExternalInitializerInfo that does not throw an exception.
ExternalInitializerInfo_GetByteSize() - Method in class org.bytedeco.onnxruntime.OrtApi
 
ExternalInitializerInfo_GetByteSize(OrtApi.ExternalInitializerInfo_GetByteSize_OrtExternalInitializerInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ExternalInitializerInfo_GetByteSize_OrtExternalInitializerInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.ExternalInitializerInfo_GetByteSize_OrtExternalInitializerInfo
Pointer cast constructor.
ExternalInitializerInfo_GetByteSize_OrtExternalInitializerInfo() - Constructor for class org.bytedeco.onnxruntime.OrtApi.ExternalInitializerInfo_GetByteSize_OrtExternalInitializerInfo
 
ExternalInitializerInfo_GetFileOffset() - Method in class org.bytedeco.onnxruntime.OrtApi
 
ExternalInitializerInfo_GetFileOffset(OrtApi.ExternalInitializerInfo_GetFileOffset_OrtExternalInitializerInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ExternalInitializerInfo_GetFileOffset_OrtExternalInitializerInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.ExternalInitializerInfo_GetFileOffset_OrtExternalInitializerInfo
Pointer cast constructor.
ExternalInitializerInfo_GetFileOffset_OrtExternalInitializerInfo() - Constructor for class org.bytedeco.onnxruntime.OrtApi.ExternalInitializerInfo_GetFileOffset_OrtExternalInitializerInfo
 
ExternalInitializerInfo_GetFilePath() - Method in class org.bytedeco.onnxruntime.OrtApi
 
ExternalInitializerInfo_GetFilePath(OrtApi.ExternalInitializerInfo_GetFilePath_OrtExternalInitializerInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ExternalInitializerInfo_GetFilePath_OrtExternalInitializerInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.ExternalInitializerInfo_GetFilePath_OrtExternalInitializerInfo
Pointer cast constructor.
ExternalInitializerInfo_GetFilePath_OrtExternalInitializerInfo() - Constructor for class org.bytedeco.onnxruntime.OrtApi.ExternalInitializerInfo_GetFilePath_OrtExternalInitializerInfo
 

F

FillSparseTensorBlockSparse(OrtValue, OrtMemoryInfo, LongPointer, long, Pointer, LongPointer, long, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
This fills populates an empty tensor that was created using OrtApi::CreateSparseTensorAsOrtValue.
FillSparseTensorBlockSparse(OrtValue, OrtMemoryInfo, LongBuffer, long, Pointer, LongBuffer, long, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
FillSparseTensorBlockSparse(OrtValue, OrtMemoryInfo, long[], long, Pointer, long[], long, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
FillSparseTensorBlockSparse(OrtMemoryInfo, OrtSparseValuesParam, Shape, IntPointer) - Method in class org.bytedeco.onnxruntime.ValueImpl
The API will allocate memory using the allocator instance supplied to the CreateSparseTensor() API and copy the values and BlockSparse indices into it.
FillSparseTensorBlockSparse(OrtMemoryInfo, OrtSparseValuesParam, Shape, IntBuffer) - Method in class org.bytedeco.onnxruntime.ValueImpl
 
FillSparseTensorBlockSparse(OrtMemoryInfo, OrtSparseValuesParam, Shape, int[]) - Method in class org.bytedeco.onnxruntime.ValueImpl
 
FillSparseTensorCoo(OrtValue, OrtMemoryInfo, LongPointer, long, Pointer, LongPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
This fills populates an empty tensor that was created using OrtApi::CreateSparseTensorAsOrtValue.
FillSparseTensorCoo(OrtValue, OrtMemoryInfo, LongBuffer, long, Pointer, LongBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
FillSparseTensorCoo(OrtValue, OrtMemoryInfo, long[], long, Pointer, long[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
FillSparseTensorCoo(OrtMemoryInfo, OrtSparseValuesParam, LongPointer, long) - Method in class org.bytedeco.onnxruntime.ValueImpl
The API will allocate memory using the allocator instance supplied to the CreateSparseTensor() API and copy the values and COO indices into it.
FillSparseTensorCoo(OrtMemoryInfo, OrtSparseValuesParam, LongBuffer, long) - Method in class org.bytedeco.onnxruntime.ValueImpl
 
FillSparseTensorCoo(OrtMemoryInfo, OrtSparseValuesParam, long[], long) - Method in class org.bytedeco.onnxruntime.ValueImpl
 
FillSparseTensorCsr(OrtValue, OrtMemoryInfo, LongPointer, long, Pointer, LongPointer, long, LongPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
This fills populates an empty tensor that was created using OrtApi::CreateSparseTensorAsOrtValue.
FillSparseTensorCsr(OrtValue, OrtMemoryInfo, LongBuffer, long, Pointer, LongBuffer, long, LongBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
FillSparseTensorCsr(OrtValue, OrtMemoryInfo, long[], long, Pointer, long[], long, long[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
FillSparseTensorCsr(OrtMemoryInfo, OrtSparseValuesParam, LongPointer, long, LongPointer, long) - Method in class org.bytedeco.onnxruntime.ValueImpl
The API will allocate memory using the allocator instance supplied to the CreateSparseTensor() API and copy the values and CSR indices into it.
FillSparseTensorCsr(OrtMemoryInfo, OrtSparseValuesParam, LongBuffer, long, LongBuffer, long) - Method in class org.bytedeco.onnxruntime.ValueImpl
 
FillSparseTensorCsr(OrtMemoryInfo, OrtSparseValuesParam, long[], long, long[], long) - Method in class org.bytedeco.onnxruntime.ValueImpl
 
FillStringTensor(OrtValue, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set all strings at once in a string tensor
FillStringTensor(OrtValue, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
FillStringTensor(OrtValue, ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
FillStringTensor(OrtValue, byte[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
FillStringTensor(PointerPointer, long) - Method in class org.bytedeco.onnxruntime.ValueImpl
Set all strings at once in a string tensor [in] An array of strings.
FillStringTensor(BytePointer, long) - Method in class org.bytedeco.onnxruntime.ValueImpl
 
FillStringTensor(ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.ValueImpl
 
FillStringTensor(byte[], long) - Method in class org.bytedeco.onnxruntime.ValueImpl
 
FillStringTensorElement(OrtValue, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set a single string in a string tensor
FillStringTensorElement(OrtValue, String, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
FillStringTensorElement(BytePointer, long) - Method in class org.bytedeco.onnxruntime.ValueImpl
Set a single string in a string tensor [in] A null terminated UTF-8 encoded string [in] Index of the string in the tensor to set
FillStringTensorElement(String, long) - Method in class org.bytedeco.onnxruntime.ValueImpl
 
FinalizeModelEditorSession(OrtSession, OrtSessionOptions, OrtPrepackedWeightsContainer) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Finalize the Model Editor session that was created using CreateModelEditorSession[FromArray].
FinalizeModelEditorSession(Model, SessionOptions, OrtPrepackedWeightsContainer) - Method in class org.bytedeco.onnxruntime.SessionImpl
 
FinalizeModelEditorSession(Model, SessionOptions) - Method in class org.bytedeco.onnxruntime.SessionImpl
 
first() - Method in class org.bytedeco.onnxruntime.IntPair
 
first(int) - Method in class org.bytedeco.onnxruntime.IntPair
 
first() - Method in class org.bytedeco.onnxruntime.StringIntPair
 
first(BytePointer) - Method in class org.bytedeco.onnxruntime.StringIntPair
 
first(String) - Method in class org.bytedeco.onnxruntime.StringIntPair
 
first(long) - Method in class org.bytedeco.onnxruntime.StringIntPairVector
 
first(long, BytePointer) - Method in class org.bytedeco.onnxruntime.StringIntPairVector
 
first(long, String) - Method in class org.bytedeco.onnxruntime.StringIntPairVector
 
first() - Method in class org.bytedeco.onnxruntime.StringSizeTMap.Iterator
 
first() - Method in class org.bytedeco.onnxruntime.StringStringMap.Iterator
 
flags() - Method in class org.bytedeco.onnxruntime.OrtKernelImpl
EP must initialize to 0.
flags(int) - Method in class org.bytedeco.onnxruntime.OrtKernelImpl
 
flattenString(Object) - Static method in class ai.onnxruntime.OrtUtil
Flatten a multidimensional String array into a single dimensional String array, reading it in a multidimensional row-major order.
Float16_t - Class in org.bytedeco.onnxruntime
\brief IEEE 754 half-precision floating point data type \details This struct is used for converting float to float16 and back so the user could feed inputs and fetch outputs using these type.
Float16_t(Pointer) - Constructor for class org.bytedeco.onnxruntime.Float16_t
Pointer cast constructor.
Float16_t() - Constructor for class org.bytedeco.onnxruntime.Float16_t
Default constructor
Float16_t(float) - Constructor for class org.bytedeco.onnxruntime.Float16_t
__ctor from float.
Float8E4M3FN_t - Class in org.bytedeco.onnxruntime
\brief float8e4m3fn (Float8 Floating Point) data type \details It is necessary for type dispatching to make use of C++ API The type is implicitly convertible to/from uint8_t.
Float8E4M3FN_t(Pointer) - Constructor for class org.bytedeco.onnxruntime.Float8E4M3FN_t
Pointer cast constructor.
Float8E4M3FN_t(long) - Constructor for class org.bytedeco.onnxruntime.Float8E4M3FN_t
Native array allocator.
Float8E4M3FN_t() - Constructor for class org.bytedeco.onnxruntime.Float8E4M3FN_t
 
Float8E4M3FN_t(byte) - Constructor for class org.bytedeco.onnxruntime.Float8E4M3FN_t
 
Float8E4M3FNUZ_t - Class in org.bytedeco.onnxruntime
\brief float8e4m3fnuz (Float8 Floating Point) data type \details It is necessary for type dispatching to make use of C++ API The type is implicitly convertible to/from uint8_t.
Float8E4M3FNUZ_t(Pointer) - Constructor for class org.bytedeco.onnxruntime.Float8E4M3FNUZ_t
Pointer cast constructor.
Float8E4M3FNUZ_t(long) - Constructor for class org.bytedeco.onnxruntime.Float8E4M3FNUZ_t
Native array allocator.
Float8E4M3FNUZ_t() - Constructor for class org.bytedeco.onnxruntime.Float8E4M3FNUZ_t
 
Float8E4M3FNUZ_t(byte) - Constructor for class org.bytedeco.onnxruntime.Float8E4M3FNUZ_t
 
Float8E5M2_t - Class in org.bytedeco.onnxruntime
\brief float8e5m2 (Float8 Floating Point) data type \details It is necessary for type dispatching to make use of C++ API The type is implicitly convertible to/from uint8_t.
Float8E5M2_t(Pointer) - Constructor for class org.bytedeco.onnxruntime.Float8E5M2_t
Pointer cast constructor.
Float8E5M2_t(long) - Constructor for class org.bytedeco.onnxruntime.Float8E5M2_t
Native array allocator.
Float8E5M2_t() - Constructor for class org.bytedeco.onnxruntime.Float8E5M2_t
 
Float8E5M2_t(byte) - Constructor for class org.bytedeco.onnxruntime.Float8E5M2_t
 
Float8E5M2FNUZ_t - Class in org.bytedeco.onnxruntime
\brief float8e5m2fnuz (Float8 Floating Point) data type \details It is necessary for type dispatching to make use of C++ API The type is implicitly convertible to/from uint8_t.
Float8E5M2FNUZ_t(Pointer) - Constructor for class org.bytedeco.onnxruntime.Float8E5M2FNUZ_t
Pointer cast constructor.
Float8E5M2FNUZ_t(long) - Constructor for class org.bytedeco.onnxruntime.Float8E5M2FNUZ_t
Native array allocator.
Float8E5M2FNUZ_t() - Constructor for class org.bytedeco.onnxruntime.Float8E5M2FNUZ_t
 
Float8E5M2FNUZ_t(byte) - Constructor for class org.bytedeco.onnxruntime.Float8E5M2FNUZ_t
 
floatToBf16(float) - Static method in class ai.onnxruntime.platform.Fp16Conversions
Converts a float into bf16.
floatToFp16(float) - Static method in class ai.onnxruntime.platform.Fp16Conversions
Converts a float value into a fp16 value stored in a short.
FloatVector - Class in org.bytedeco.onnxruntime
 
FloatVector(Pointer) - Constructor for class org.bytedeco.onnxruntime.FloatVector
Pointer cast constructor.
FloatVector(float) - Constructor for class org.bytedeco.onnxruntime.FloatVector
 
FloatVector(float...) - Constructor for class org.bytedeco.onnxruntime.FloatVector
 
FloatVector() - Constructor for class org.bytedeco.onnxruntime.FloatVector
 
FloatVector(long) - Constructor for class org.bytedeco.onnxruntime.FloatVector
 
FloatVector.Iterator - Class in org.bytedeco.onnxruntime
 
Flush(OrtSyncStreamImpl) - Method in class org.bytedeco.onnxruntime.OrtSyncStreamImpl
\brief Flush the stream.
Fn_Pointer_long(Pointer) - Constructor for class org.bytedeco.onnxruntime.KernelContext.Fn_Pointer_long
Pointer cast constructor.
Fn_Pointer_long() - Constructor for class org.bytedeco.onnxruntime.KernelContext.Fn_Pointer_long
 
Fn_Pointer_long(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.Fn_Pointer_long
Pointer cast constructor.
Fn_Pointer_long() - Constructor for class org.bytedeco.onnxruntime.OrtApi.Fn_Pointer_long
 
Fp16Conversions - Class in ai.onnxruntime.platform
Conversions between fp16, bfloat16 and fp32.
fp16ToFloat(short) - Static method in class ai.onnxruntime.platform.Fp16Conversions
Converts a fp16 value stored in a short into a float value.
Free(Pointer) - Method in class org.bytedeco.onnxruntime.AllocatorImpl
 
Free(Pointer) - Method in class org.bytedeco.onnxruntime.AllocatorWithDefaultOptionsImpl
 
Free() - Method in class org.bytedeco.onnxruntime.OrtAllocator
 
Free(OrtAllocator.Free_OrtAllocator_Pointer) - Method in class org.bytedeco.onnxruntime.OrtAllocator
 
Free_OrtAllocator_Pointer(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtAllocator.Free_OrtAllocator_Pointer
Pointer cast constructor.
Free_OrtAllocator_Pointer() - Constructor for class org.bytedeco.onnxruntime.OrtAllocator.Free_OrtAllocator_Pointer
 
FromBits(short) - Static method in class org.bytedeco.onnxruntime.BFloat16_t
Explicit conversion to uint16_t representation of bfloat16.
FromBits(short) - Static method in class org.bytedeco.onnxruntime.Float16_t
Explicit conversion to uint16_t representation of float16.
front() - Method in class org.bytedeco.onnxruntime.FloatVector
 
front() - Method in class org.bytedeco.onnxruntime.LongVector
 
front() - Method in class org.bytedeco.onnxruntime.OpAttrVector
 
front() - Method in class org.bytedeco.onnxruntime.StringVector
 
front() - Method in class org.bytedeco.onnxruntime.ValueInfoVector
 
front() - Method in class org.bytedeco.onnxruntime.ValueVector
 

G

get(int) - Method in class ai.onnxruntime.OrtSession.Result
Gets the value from the container at the specified index.
get(String) - Method in class ai.onnxruntime.OrtSession.Result
Gets the value from the container assuming it's not been closed.
get(long) - Method in class org.bytedeco.onnxruntime.FloatVector
 
get() - Method in class org.bytedeco.onnxruntime.FloatVector
 
get() - Method in class org.bytedeco.onnxruntime.FloatVector.Iterator
 
get(long) - Method in class org.bytedeco.onnxruntime.LongVector
 
get() - Method in class org.bytedeco.onnxruntime.LongVector
 
get() - Method in class org.bytedeco.onnxruntime.LongVector.Iterator
 
get() - Method in class org.bytedeco.onnxruntime.MemoryAllocation
 
get(long) - Method in class org.bytedeco.onnxruntime.OpAttrVector
 
get() - Method in class org.bytedeco.onnxruntime.OpAttrVector.Iterator
 
get(BytePointer) - Method in class org.bytedeco.onnxruntime.StringSizeTMap
 
get(BytePointer) - Method in class org.bytedeco.onnxruntime.StringStringMap
 
get(long) - Method in class org.bytedeco.onnxruntime.StringVector
 
get() - Method in class org.bytedeco.onnxruntime.StringVector
 
get() - Method in class org.bytedeco.onnxruntime.StringVector.Iterator
 
get(long) - Method in class org.bytedeco.onnxruntime.ValueInfoVector
 
get() - Method in class org.bytedeco.onnxruntime.ValueInfoVector.Iterator
 
get(long) - Method in class org.bytedeco.onnxruntime.ValueVector
 
get() - Method in class org.bytedeco.onnxruntime.ValueVector
 
get() - Method in class org.bytedeco.onnxruntime.ValueVector.Iterator
 
GetAliasMap() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetAliasMap(OrtCustomOp.GetAliasMap_PointerPointer_PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetAliasMap_PointerPointer_PointerPointer(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetAliasMap_PointerPointer_PointerPointer
Pointer cast constructor.
GetAliasMap_PointerPointer_PointerPointer() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetAliasMap_PointerPointer_PointerPointer
 
GetAllocation(long) - Method in class org.bytedeco.onnxruntime.AllocatorImpl
 
GetAllocation(long) - Method in class org.bytedeco.onnxruntime.AllocatorWithDefaultOptionsImpl
 
GetAllocator(OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.KernelContext
 
GetAllocatorName() - Method in class org.bytedeco.onnxruntime.MemoryInfoImpl
Wrapper MemoryInfoGetName
GetAllocatorType() - Method in class org.bytedeco.onnxruntime.MemoryInfoImpl
Wrapper MemoryInfoGetType
GetAllocatorWithDefaultOptions(PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the default allocator The default allocator is a CPU based, non-arena.
GetAllocatorWithDefaultOptions(OrtAllocator) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetApi() - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
This returns a reference to the ORT C API.
GetApi() - Method in class org.bytedeco.onnxruntime.OrtApiBase
 
GetApi(OrtApiBase.GetApi_int) - Method in class org.bytedeco.onnxruntime.OrtApiBase
 
GetApi_int(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApiBase.GetApi_int
Pointer cast constructor.
GetApi_int() - Constructor for class org.bytedeco.onnxruntime.OrtApiBase.GetApi_int
 
getApiHandle() - Static method in class ai.onnxruntime.OrtProviderOptions
Allow access to the api handle pointer for subclasses.
GetAttr(OrtKernelInfo, BytePointer, FloatPointer) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
Macro that logs a printf-like formatted message using the provided logger.
GetAttr(OrtKernelInfo, String, FloatBuffer) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetAttr(OrtKernelInfo, BytePointer, float[]) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetAttr(OrtKernelInfo, String, FloatPointer) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetAttr(OrtKernelInfo, BytePointer, FloatBuffer) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetAttr(OrtKernelInfo, String, float[]) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetAttr(OrtKernelInfo, BytePointer, LongPointer) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetAttr(OrtKernelInfo, String, LongBuffer) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetAttr(OrtKernelInfo, BytePointer, long[]) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetAttr(OrtKernelInfo, String, LongPointer) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetAttr(OrtKernelInfo, BytePointer, LongBuffer) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetAttr(OrtKernelInfo, String, long[]) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetAttr(OrtKernelInfo, BytePointer, BytePointer) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetAttr(OrtKernelInfo, String, BytePointer) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetAttrFloat(BytePointer) - Method in class org.bytedeco.onnxruntime.ShapeInferContext
 
GetAttrFloat(String) - Method in class org.bytedeco.onnxruntime.ShapeInferContext
 
GetAttrFloats(BytePointer) - Method in class org.bytedeco.onnxruntime.ShapeInferContext
 
GetAttrFloats(String) - Method in class org.bytedeco.onnxruntime.ShapeInferContext
 
GetAttributeByName(BytePointer, ConstOpAttrImpl) - Method in class org.bytedeco.onnxruntime.ConstNodeImpl
 
GetAttributeByName(String, ConstOpAttrImpl) - Method in class org.bytedeco.onnxruntime.ConstNodeImpl
 
GetAttributes() - Method in class org.bytedeco.onnxruntime.ConstNodeImpl
 
GetAttrInt(BytePointer) - Method in class org.bytedeco.onnxruntime.ShapeInferContext
 
GetAttrInt(String) - Method in class org.bytedeco.onnxruntime.ShapeInferContext
 
GetAttrInts(BytePointer) - Method in class org.bytedeco.onnxruntime.ShapeInferContext
 
GetAttrInts(String) - Method in class org.bytedeco.onnxruntime.ShapeInferContext
 
GetAttrs(OrtKernelInfo, BytePointer, FloatVector) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetAttrs(OrtKernelInfo, String, FloatVector) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetAttrs(OrtKernelInfo, BytePointer, LongVector) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetAttrs(OrtKernelInfo, String, LongVector) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetAttrString(BytePointer) - Method in class org.bytedeco.onnxruntime.ShapeInferContext
 
GetAttrString(String) - Method in class org.bytedeco.onnxruntime.ShapeInferContext
 
GetAttrStrings(BytePointer) - Method in class org.bytedeco.onnxruntime.ShapeInferContext
 
GetAttrStrings(String) - Method in class org.bytedeco.onnxruntime.ShapeInferContext
 
getAvailableProviders() - Static method in class ai.onnxruntime.OrtEnvironment
Gets the providers available in this environment.
GetAvailableProviders() - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
This is a C++ wrapper for OrtApi::GetAvailableProviders() and returns a vector of strings representing the available execution providers.
GetAvailableProviders(PointerPointer, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name Misc \{
GetAvailableProviders(PointerPointer, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetAvailableProviders(PointerPointer, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetBoundOutputNames(OrtIoBinding, OrtAllocator, PointerPointer, PointerPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the names of an ::OrtIoBinding's outputs Returns the names of the outputs in the order they were bound.
GetBoundOutputNames(OrtIoBinding, OrtAllocator, BytePointer, SizeTPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetBoundOutputNames(OrtIoBinding, OrtAllocator, ByteBuffer, SizeTPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetBoundOutputNames(OrtIoBinding, OrtAllocator, byte[], SizeTPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetBoundOutputValues(OrtIoBinding, OrtAllocator, PointerPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the output ::OrtValue objects from an ::OrtIoBinding Returns an array of pointers to individually allocated ::OrtValue%s that contain results of a model execution with OrtApi::RunWithBinding The array contains the same number of ::OrtValue%s and they are in the same order as they were bound with OrtApi::BindOutput or OrtApi::BindOutputToDevice.
getBufferRef() - Method in class ai.onnxruntime.OnnxTensor
Returns a reference to the buffer which backs this OnnxTensor.
GetBuildInfoString() - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
This function returns the onnxruntime build information: including git branch, git commit id, build type(Debug/Release/RelWithDebInfo) and cmake cpp flags.
GetBuildInfoString() - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetBuildInfoString(OrtApi.BytePointer_GetBuildInfoString) - Method in class org.bytedeco.onnxruntime.OrtApi
 
getByteBuffer() - Method in class ai.onnxruntime.OnnxTensor
Returns a copy of the underlying OnnxTensor as a ByteBuffer.
GetByteSize() - Method in class org.bytedeco.onnxruntime.ConstExternalInitializerInfoImpl
 
GetCANNProviderOptionsAsString(OrtCANNProviderOptions, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get serialized CANN provider options string.
GetCANNProviderOptionsAsString(OrtCANNProviderOptions, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCANNProviderOptionsAsString(OrtCANNProviderOptions, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCANNProviderOptionsAsString(OrtCANNProviderOptions, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCapability(OrtEp, OrtGraph, OrtEpGraphSupportInfo) - Method in class org.bytedeco.onnxruntime.OrtEp
\brief Get information about the nodes supported by the OrtEp instance.
getCode() - Method in exception ai.onnxruntime.OrtException
Return the error code.
GetCompatibilityInfoFromModel(Pointer, BytePointer, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\}
GetCompatibilityInfoFromModel(Pointer, BytePointer, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCompatibilityInfoFromModel(Pointer, String, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCompatibilityInfoFromModel(Pointer, BytePointer, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCompatibilityInfoFromModel(Pointer, String, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCompatibilityInfoFromModel(Pointer, BytePointer, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCompatibilityInfoFromModel(Pointer, String, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCompatibilityInfoFromModelAllocated(Pointer, BytePointer, OrtAllocator) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
\brief Extract EP compatibility info from a precompiled model file.
GetCompatibilityInfoFromModelAllocated(Pointer, String, OrtAllocator) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetCompatibilityInfoFromModelBytes(Pointer, long, BytePointer, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Extract EP compatibility info from precompiled model bytes in memory.
GetCompatibilityInfoFromModelBytes(Pointer, long, BytePointer, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCompatibilityInfoFromModelBytes(Pointer, long, String, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCompatibilityInfoFromModelBytes(Pointer, long, BytePointer, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCompatibilityInfoFromModelBytes(Pointer, long, String, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCompatibilityInfoFromModelBytes(Pointer, long, BytePointer, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCompatibilityInfoFromModelBytes(Pointer, long, String, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCompatibilityInfoFromModelBytesAllocated(Pointer, long, BytePointer, OrtAllocator) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
\brief Extract EP compatibility info from precompiled model bytes in memory.
GetCompatibilityInfoFromModelBytesAllocated(Pointer, long, String, OrtAllocator) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetCompileApi() - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
This returns a reference to the ORT C Compile API.
GetCompileApi() - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCompileApi(OrtApi.OrtCompileApi_GetCompileApi) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCompiledModelCompatibilityInfo() - Method in class org.bytedeco.onnxruntime.OrtEp
 
GetCompiledModelCompatibilityInfo(OrtEp.GetCompiledModelCompatibilityInfo_OrtEp_OrtGraph) - Method in class org.bytedeco.onnxruntime.OrtEp
 
GetCompiledModelCompatibilityInfo_OrtEp_OrtGraph(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEp.GetCompiledModelCompatibilityInfo_OrtEp_OrtGraph
Pointer cast constructor.
GetCompiledModelCompatibilityInfo_OrtEp_OrtGraph() - Constructor for class org.bytedeco.onnxruntime.OrtEp.GetCompiledModelCompatibilityInfo_OrtEp_OrtGraph
 
getConfigEntries() - Method in class ai.onnxruntime.OrtSession.SessionOptions
Returns an unmodifiable view of the map contains all session configuration entries.
GetConfigEntries() - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
 
GetConfigEntry(BytePointer) - Method in class org.bytedeco.onnxruntime.ConstSessionOptions
Wraps OrtApi::GetSessionConfigEntry
GetConfigEntry(String) - Method in class org.bytedeco.onnxruntime.ConstSessionOptions
 
GetConfigEntry(BytePointer) - Method in class org.bytedeco.onnxruntime.ConstSessionOptionsImpl
Wraps OrtApi::GetSessionConfigEntry
GetConfigEntry(String) - Method in class org.bytedeco.onnxruntime.ConstSessionOptionsImpl
 
GetConfigEntry(BytePointer) - Method in class org.bytedeco.onnxruntime.RunOptions
Wraps OrtApi::GetRunConfigEntry
GetConfigEntry(String) - Method in class org.bytedeco.onnxruntime.RunOptions
 
GetConfigEntryOrDefault(BytePointer, BytePointer) - Method in class org.bytedeco.onnxruntime.ConstSessionOptions
 
GetConfigEntryOrDefault(String, String) - Method in class org.bytedeco.onnxruntime.ConstSessionOptions
 
GetConfigEntryOrDefault(BytePointer, BytePointer) - Method in class org.bytedeco.onnxruntime.ConstSessionOptionsImpl
 
GetConfigEntryOrDefault(String, String) - Method in class org.bytedeco.onnxruntime.ConstSessionOptionsImpl
 
GetConst() - Method in class org.bytedeco.onnxruntime.ExternalInitializerInfo
Wraps OrtApi::CreateExternalInitializerInfo
GetConst() - Method in class org.bytedeco.onnxruntime.IoBinding
 
GetConst() - Method in class org.bytedeco.onnxruntime.KernelDef
 
GetConst() - Method in class org.bytedeco.onnxruntime.KernelInfo
 
GetConst() - Method in class org.bytedeco.onnxruntime.KeyValuePairs
 
GetConst() - Method in class org.bytedeco.onnxruntime.MapTypeInfo
 
GetConst() - Method in class org.bytedeco.onnxruntime.MemoryInfo
 
GetConst() - Method in class org.bytedeco.onnxruntime.OpAttr
 
GetConst() - Method in class org.bytedeco.onnxruntime.SequenceTypeInfo
 
GetConst() - Method in class org.bytedeco.onnxruntime.Session
 
GetConst() - Method in class org.bytedeco.onnxruntime.SessionOptions
 
GetConst() - Method in class org.bytedeco.onnxruntime.TensorTypeAndShapeInfo
 
GetConst() - Method in class org.bytedeco.onnxruntime.TypeInfo
 
GetConst() - Method in class org.bytedeco.onnxruntime.Value
 
GetConst() - Method in class org.bytedeco.onnxruntime.ValueInfo
 
GetConsumers() - Method in class org.bytedeco.onnxruntime.ConstValueInfoImpl
< A wrapper around OrtApi::ValueInfo_GetValueConsumers
GetCount() - Method in class org.bytedeco.onnxruntime.ConstValue
< Return true if OrtValue contains data and returns false if the OrtValue is a None
GetCount() - Method in class org.bytedeco.onnxruntime.ConstValueImpl
< Return true if OrtValue contains data and returns false if the OrtValue is a None
GetCUDAProviderOptionsAsString() - Method in class org.bytedeco.onnxruntime.CUDAProviderOptions
Wrapper around OrtApi::UpdateCUDAProviderOptionsWithValue
GetCUDAProviderOptionsAsString(OrtCUDAProviderOptionsV2, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
Get serialized CUDA provider options string.
GetCUDAProviderOptionsAsString(OrtCUDAProviderOptionsV2, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCUDAProviderOptionsAsString(OrtCUDAProviderOptionsV2, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCUDAProviderOptionsAsString(OrtCUDAProviderOptionsV2, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCUDAProviderOptionsByName(OrtCUDAProviderOptionsV2, BytePointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
Get CUDA EP provider option where its data type is pointer.
GetCUDAProviderOptionsByName(OrtCUDAProviderOptionsV2, BytePointer, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCUDAProviderOptionsByName(OrtCUDAProviderOptionsV2, String, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCurrentGpuDeviceId(IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get current GPU device ID Get the current device id of the GPU execution provider (CUDA/tensorrt/rocm).
GetCurrentGpuDeviceId(IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetCurrentGpuDeviceId(int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
getCustomMetadata() - Method in class ai.onnxruntime.OnnxModelMetadata
Gets an unmodifiable reference to the complete custom metadata.
getCustomMetadataValue(String) - Method in class ai.onnxruntime.OnnxModelMetadata
Returns Optional.of(value) if the custom metadata has a value for the supplied key, otherwise returns Optional.empty().
GetCustomOpDomains(OrtEpFactory, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
\brief Gets the EP-specific OrtCustomOpDomains.
GetCustomOpDomains(OrtEpFactory, OrtCustomOpDomain, long) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
GetDenotationFromTypeInfo(OrtTypeInfo, PointerPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtTypeInfo \{
GetDenotationFromTypeInfo(OrtTypeInfo, BytePointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetDenotationFromTypeInfo(OrtTypeInfo, ByteBuffer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetDenotationFromTypeInfo(OrtTypeInfo, byte[], SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
getDenseShape() - Method in class ai.onnxruntime.OnnxSparseTensor.SparseTensor
Gets the dense shape of the sparse tensor.
getDescription() - Method in class ai.onnxruntime.OnnxModelMetadata
Gets the model description.
GetDescriptionAllocated(OrtAllocator) - Method in class org.bytedeco.onnxruntime.ModelMetadata
Wraps OrtApi::ModelMetadataGetDescription
getDevice() - Method in class ai.onnxruntime.OrtEpDevice
Gets the device information.
getDeviceId() - Method in class ai.onnxruntime.OrtHardwareDevice
Gets the device ID number.
GetDeviceId() - Method in class org.bytedeco.onnxruntime.MemoryInfoImpl
Wrapper MemoryInfoGetId
GetDeviceMemoryType() - Method in class org.bytedeco.onnxruntime.MemoryInfoImpl
Wrapper MemoryInfoGetDeviceMemType
GetDeviceType() - Method in class org.bytedeco.onnxruntime.MemoryInfoImpl
Wrapper MemoryInfoGetDeviceType
getDimensionNames() - Method in class ai.onnxruntime.TensorInfo
Get a copy of the tensor's named dimensions.
GetDimensions(LongPointer, long) - Method in class org.bytedeco.onnxruntime.ConstTensorTypeAndShapeInfo
Deprecated.
GetDimensions(LongBuffer, long) - Method in class org.bytedeco.onnxruntime.ConstTensorTypeAndShapeInfo
Deprecated.
GetDimensions(long[], long) - Method in class org.bytedeco.onnxruntime.ConstTensorTypeAndShapeInfo
Deprecated.
GetDimensions(OrtTensorTypeAndShapeInfo, LongPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get dimensions in ::OrtTensorTypeAndShapeInfo
GetDimensions(OrtTensorTypeAndShapeInfo, LongBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetDimensions(OrtTensorTypeAndShapeInfo, long[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetDimensions(LongPointer, long) - Method in class org.bytedeco.onnxruntime.TensorTypeAndShapeInfoImpl
Deprecated.
GetDimensions(LongBuffer, long) - Method in class org.bytedeco.onnxruntime.TensorTypeAndShapeInfoImpl
Deprecated.
GetDimensions(long[], long) - Method in class org.bytedeco.onnxruntime.TensorTypeAndShapeInfoImpl
Deprecated.
GetDimensionsCount() - Method in class org.bytedeco.onnxruntime.ConstTensorTypeAndShapeInfo
Wraps OrtApi::GetDimensionsCount
GetDimensionsCount(OrtTensorTypeAndShapeInfo, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get dimension count in ::OrtTensorTypeAndShapeInfo
GetDimensionsCount() - Method in class org.bytedeco.onnxruntime.TensorTypeAndShapeInfoImpl
Wraps OrtApi::GetDimensionsCount
GetDnnlProviderOptionsAsString(OrtDnnlProviderOptions, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
Get serialized oneDNN provider options string.
GetDnnlProviderOptionsAsString(OrtDnnlProviderOptions, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetDnnlProviderOptionsAsString(OrtDnnlProviderOptions, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetDnnlProviderOptionsAsString(OrtDnnlProviderOptions, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
getDomain() - Method in class ai.onnxruntime.OnnxModelMetadata
Gets the domain.
GetDomain() - Method in class org.bytedeco.onnxruntime.ConstKernelDefImpl
Wraps OrtEpApi::KernelDef_GetSinceVersion
GetDomain() - Method in class org.bytedeco.onnxruntime.ConstNodeImpl
 
GetDomain() - Method in class org.bytedeco.onnxruntime.EpAssignedNodeWithDefaultOptionsImpl
 
GetDomainAllocated(OrtAllocator) - Method in class org.bytedeco.onnxruntime.ModelMetadata
Wraps OrtApi::ModelMetadataGetDomain
getDoubleBuffer() - Method in class ai.onnxruntime.OnnxTensor
Returns a copy of the underlying OnnxTensor as a DoubleBuffer if the underlying type is a double, otherwise it returns null.
GetElementCount() - Method in class org.bytedeco.onnxruntime.ConstTensorTypeAndShapeInfo
Wraps OrtApi::GetTensorShapeElementCount
GetElementCount() - Method in class org.bytedeco.onnxruntime.TensorTypeAndShapeInfoImpl
Wraps OrtApi::GetTensorShapeElementCount
GetElementType() - Method in class org.bytedeco.onnxruntime.ConstTensorTypeAndShapeInfo
Wraps OrtApi::GetTensorElementType
GetElementType() - Method in class org.bytedeco.onnxruntime.TensorTypeAndShapeInfoImpl
Wraps OrtApi::GetTensorElementType
GetEndVersion() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetEndVersion(OrtCustomOp.GetEndVersion_OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetEndVersion_OrtCustomOp(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetEndVersion_OrtCustomOp
Pointer cast constructor.
GetEndVersion_OrtCustomOp() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetEndVersion_OrtCustomOp
 
GetEnvConfigEntries() - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
Wraps OrtEpApi::GetEnvConfigEntries()
GetEnvConfigEntries(PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Gets a new OrtKeyValuePairs instance containing a copy of all configuration entries set on the environment.
GetEnvConfigEntries(OrtKeyValuePairs) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
getEnvironment() - Static method in class ai.onnxruntime.OrtEnvironment
Gets the OrtEnvironment.
getEnvironment(String) - Static method in class ai.onnxruntime.OrtEnvironment
Gets the OrtEnvironment.
getEnvironment(OrtLoggingLevel) - Static method in class ai.onnxruntime.OrtEnvironment
Gets the OrtEnvironment.
getEnvironment(OrtLoggingLevel, String) - Static method in class ai.onnxruntime.OrtEnvironment
Gets the OrtEnvironment.
getEnvironment(OrtLoggingLevel, String, OrtEnvironment.ThreadingOptions) - Static method in class ai.onnxruntime.OrtEnvironment
Creates an OrtEnvironment using the specified global thread pool options.
GetEp() - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
Wraps OrtEpApi::KernelInfo_GetEp
GetEpApi() - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
This returns a reference to the ORT C EP API.
GetEpApi() - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetEpApi(OrtApi.OrtEpApi_GetEpApi) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetEpDeviceForInputs() - Method in class org.bytedeco.onnxruntime.ConstSession
Wrapper for OrtApi::SessionGetEpDeviceForInputs
GetEpDeviceForInputs() - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
Wrapper for OrtApi::SessionGetEpDeviceForInputs
GetEpDeviceForOutputs() - Method in class org.bytedeco.onnxruntime.ConstSession
Wrapper for OrtApi::SessionGetEpDeviceForOutputs
GetEpDeviceForOutputs() - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
Wrapper for OrtApi::SessionGetEpDeviceForOutputs
getEpDevices() - Method in class ai.onnxruntime.OrtEnvironment
Get the list of all execution provider and device combinations that are available.
GetEpDevices() - Method in class org.bytedeco.onnxruntime.Env
 
GetEpDevices(OrtEnv, PointerPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the list of available OrtEpDevice instances.
GetEpGraphAssignmentInfo() - Method in class org.bytedeco.onnxruntime.ConstSession
\brief Returns information on the subgraph/nodes assigned to execution providers in the session.
GetEpGraphAssignmentInfo() - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
\brief Returns information on the subgraph/nodes assigned to execution providers in the session.
getEpMetadata() - Method in class ai.onnxruntime.OrtEpDevice
Gets an unmodifiable view on the Execution Provider metadata.
getEpName() - Method in class ai.onnxruntime.OrtEpDevice
Gets the Execution Provider name.
GetEpName() - Method in class org.bytedeco.onnxruntime.ConstNodeImpl
 
GetEpName() - Method in class org.bytedeco.onnxruntime.EpAssignedSubgraphWithDefaultOptionsImpl
 
getEpOptions() - Method in class ai.onnxruntime.OrtEpDevice
Gets an unmodifiable view on the Execution Provider options.
getEpVendor() - Method in class ai.onnxruntime.OrtEpDevice
Gets the Execution Provider vendor name.
GetErrorCode() - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetErrorCode(OrtApi.GetErrorCode_OrtStatus) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetErrorCode() - Method in class org.bytedeco.onnxruntime.Status
 
GetErrorCode_OrtStatus(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.GetErrorCode_OrtStatus
Pointer cast constructor.
GetErrorCode_OrtStatus() - Constructor for class org.bytedeco.onnxruntime.OrtApi.GetErrorCode_OrtStatus
 
GetErrorMessage() - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetErrorMessage(OrtApi.GetErrorMessage_OrtStatus) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetErrorMessage() - Method in class org.bytedeco.onnxruntime.Status
 
GetErrorMessage_OrtStatus(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.GetErrorMessage_OrtStatus
Pointer cast constructor.
GetErrorMessage_OrtStatus() - Constructor for class org.bytedeco.onnxruntime.OrtApi.GetErrorMessage_OrtStatus
 
getEvalInputNames() - Method in class ai.onnxruntime.OrtTrainingSession
Returns an ordered set of the eval model input names.
getEvalOutputNames() - Method in class ai.onnxruntime.OrtTrainingSession
Returns an ordered set of the eval model output names.
GetExecutionProvider() - Method in class org.bytedeco.onnxruntime.ConstKernelDefImpl
Wraps OrtEpApi::KernelDef_GetInputMemType
GetExecutionProviderApi(BytePointer, int, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name GetExecutionProviderApi \{ /** \brief Get a pointer to the requested version of the Execution Provider specific API extensions to the OrtApi
GetExecutionProviderApi(BytePointer, int, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetExecutionProviderApi(String, int, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetExecutionProviderType() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetExecutionProviderType(OrtCustomOp.GetExecutionProviderType_OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetExecutionProviderType_OrtCustomOp(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetExecutionProviderType_OrtCustomOp
Pointer cast constructor.
GetExecutionProviderType_OrtCustomOp() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetExecutionProviderType_OrtCustomOp
 
GetExternalInitializerInfo(ExternalInitializerInfo) - Method in class org.bytedeco.onnxruntime.ConstValueInfoImpl
< A wrapper around OrtApi::ValueInfo_GetExternalInitializerInfo
GetFileOffset() - Method in class org.bytedeco.onnxruntime.ConstExternalInitializerInfoImpl
 
GetFilePath() - Method in class org.bytedeco.onnxruntime.ConstExternalInitializerInfoImpl
 
GetFlattenedConfigs() - Method in class org.bytedeco.onnxruntime.CustomOpConfigs
\brief Returns a flattened map of custom operator configuration entries and their values.
getFloatBuffer() - Method in class ai.onnxruntime.OnnxTensor
Returns a copy of the underlying OnnxTensor as a FloatBuffer if it can be losslessly converted into a float (i.e.
getFloatProperty(String) - Method in class ai.onnxruntime.OrtTrainingSession
Gets a float property from this training session checkpoint.
GetGPUComputeStream() - Method in class org.bytedeco.onnxruntime.KernelContext
 
GetGraph() - Method in class org.bytedeco.onnxruntime.ConstNodeImpl
 
getGraphDescription() - Method in class ai.onnxruntime.OnnxModelMetadata
Gets the graph description.
GetGraphDescriptionAllocated(OrtAllocator) - Method in class org.bytedeco.onnxruntime.ModelMetadata
Wraps OrtApi::ModelMetadataGetGraphDescription
getGraphName() - Method in class ai.onnxruntime.OnnxModelMetadata
Gets the graph name.
GetGraphNameAllocated(OrtAllocator) - Method in class org.bytedeco.onnxruntime.ModelMetadata
Wraps OrtApi::ModelMetadataGetGraphName
GetGraphView(ConstNodeImpl) - Method in class org.bytedeco.onnxruntime.ConstGraph
 
GetGraphView(ConstNodeImpl) - Method in class org.bytedeco.onnxruntime.ConstGraphImpl
 
GetHandle() - Method in class org.bytedeco.onnxruntime.OrtSyncStreamImpl
 
GetHandle(OrtSyncStreamImpl.GetHandle_OrtSyncStreamImpl) - Method in class org.bytedeco.onnxruntime.OrtSyncStreamImpl
 
GetHandle() - Method in class org.bytedeco.onnxruntime.SyncStreamImpl
Wraps SyncStream_GetHandle
GetHandle_OrtSyncStreamImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtSyncStreamImpl.GetHandle_OrtSyncStreamImpl
Pointer cast constructor.
GetHandle_OrtSyncStreamImpl() - Constructor for class org.bytedeco.onnxruntime.OrtSyncStreamImpl.GetHandle_OrtSyncStreamImpl
 
GetHardwareDeviceEpIncompatibilityDetails(OrtEnv, BytePointer, OrtHardwareDevice, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Check for known incompatibility issues between hardware device and a specific execution provider.
GetHardwareDeviceEpIncompatibilityDetails(OrtEnv, BytePointer, OrtHardwareDevice, OrtDeviceEpIncompatibilityDetails) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetHardwareDeviceEpIncompatibilityDetails(OrtEnv, String, OrtHardwareDevice, OrtDeviceEpIncompatibilityDetails) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetHardwareDeviceIncompatibilityDetails(OrtEpFactory, OrtHardwareDevice, OrtDeviceEpIncompatibilityDetails) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
\brief Check for known incompatibility reasons between a hardware device and this execution provider.
GetHardwareDevices(OrtEnv, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the list of available hardware devices.
GetHardwareDevices(OrtEnv, OrtHardwareDevice, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
getID() - Method in enum ai.onnxruntime.OrtSession.SessionOptions.ExecutionMode
Gets the int id used in native code for the execution mode.
getID() - Method in enum ai.onnxruntime.OrtSession.SessionOptions.OptLevel
Gets the int id used in native code for this optimisation level.
GetId() - Method in class org.bytedeco.onnxruntime.ConstNodeImpl
 
GetImplicitInputs() - Method in class org.bytedeco.onnxruntime.ConstNodeImpl
 
getIndices() - Method in class ai.onnxruntime.OnnxSparseTensor.SparseTensor
Get the indices buffer.
getIndicesBuffer() - Method in class ai.onnxruntime.OnnxSparseTensor
Gets a copy of the indices.
getIndicesShape() - Method in class ai.onnxruntime.OnnxSparseTensor
Gets the shape of the (outer) indices.
getIndicesShape() - Method in class ai.onnxruntime.OnnxSparseTensor.SparseTensor
Gets the shape of the indices of the sparse tensor.
getIndicesType() - Method in class ai.onnxruntime.OnnxSparseTensor.BlockSparseTensor
 
getIndicesType() - Method in class ai.onnxruntime.OnnxSparseTensor.COOTensor
 
getIndicesType() - Method in class ai.onnxruntime.OnnxSparseTensor.CSRCTensor
 
getIndicesType() - Method in class ai.onnxruntime.OnnxSparseTensor.SparseTensor
The indices type of the sparse tensor.
getInfo() - Method in class ai.onnxruntime.NodeInfo
The type and shape information of this node.
getInfo() - Method in class ai.onnxruntime.OnnxMap
 
getInfo() - Method in class ai.onnxruntime.OnnxSequence
 
getInfo() - Method in class ai.onnxruntime.OnnxTensorLike
Returns a TensorInfo for this tensor.
getInfo() - Method in interface ai.onnxruntime.OnnxValue
Gets the type info object associated with this OnnxValue.
GetInfo() - Method in class org.bytedeco.onnxruntime.AllocatorImpl
 
GetInfo() - Method in class org.bytedeco.onnxruntime.AllocatorWithDefaultOptionsImpl
 
GetInitializer(ConstValue) - Method in class org.bytedeco.onnxruntime.ConstValueInfoImpl
< A wrapper around OrtApi::ValueInfo_GetInitializerValue
GetInitializers() - Method in class org.bytedeco.onnxruntime.ConstGraph
 
GetInitializers() - Method in class org.bytedeco.onnxruntime.ConstGraphImpl
 
getInnerIndices() - Method in class ai.onnxruntime.OnnxSparseTensor.CSRCTensor
Gets the inner indices buffer.
getInnerIndicesBuffer() - Method in class ai.onnxruntime.OnnxSparseTensor
Gets a copy of the inner indices in a CSRC sparse tensor.
getInnerIndicesShape() - Method in class ai.onnxruntime.OnnxSparseTensor.CSRCTensor
Gets the shape of the inner indices.
getInnerIndicesShape() - Method in class ai.onnxruntime.OnnxSparseTensor
Gets the shape of the inner indices in a CSRC sparse tensor.
GetInput(long) - Method in class org.bytedeco.onnxruntime.KernelContext
 
GetInputCharacteristic() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetInputCharacteristic(OrtCustomOp.GetInputCharacteristic_OrtCustomOp_long) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetInputCharacteristic_OrtCustomOp_long(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetInputCharacteristic_OrtCustomOp_long
Pointer cast constructor.
GetInputCharacteristic_OrtCustomOp_long() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetInputCharacteristic_OrtCustomOp_long
 
GetInputCount() - Method in class org.bytedeco.onnxruntime.ConstSession
Returns the number of model inputs
GetInputCount() - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
Returns the number of model inputs
GetInputCount() - Method in class org.bytedeco.onnxruntime.KernelContext
 
GetInputCount() - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
 
GetInputCount() - Method in class org.bytedeco.onnxruntime.ShapeInferContext
 
getInputInfo() - Method in class ai.onnxruntime.OrtSession
Returns the info objects for the inputs, including their names and types.
GetInputMemoryType() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetInputMemoryType(OrtCustomOp.GetInputMemoryType_OrtCustomOp_long) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetInputMemoryType_OrtCustomOp_long(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetInputMemoryType_OrtCustomOp_long
Pointer cast constructor.
GetInputMemoryType_OrtCustomOp_long() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetInputMemoryType_OrtCustomOp_long
 
GetInputMemType(long) - Method in class org.bytedeco.onnxruntime.ConstKernelDefImpl
Wraps OrtEpApi::KernelDef_GetOutputMemType
GetInputName(long) - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
 
GetInputNameAllocated(long, OrtAllocator) - Method in class org.bytedeco.onnxruntime.ConstSession
\brief Returns a copy of input name at the specified index.
GetInputNameAllocated(long, OrtAllocator) - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
\brief Returns a copy of input name at the specified index.
getInputNames() - Method in class ai.onnxruntime.OrtSession
Returns the input names.
GetInputNames() - Method in class org.bytedeco.onnxruntime.ConstSession
 
GetInputNames() - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
 
GetInputs() - Method in class org.bytedeco.onnxruntime.ConstGraph
 
GetInputs() - Method in class org.bytedeco.onnxruntime.ConstGraphImpl
 
GetInputs() - Method in class org.bytedeco.onnxruntime.ConstNodeImpl
 
GetInputs() - Method in class org.bytedeco.onnxruntime.ConstSession
 
GetInputs() - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
 
GetInputShape(long) - Method in class org.bytedeco.onnxruntime.ShapeInferContext
 
GetInputType() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetInputType(OrtCustomOp.GetInputType_OrtCustomOp_long) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetInputType_OrtCustomOp_long(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetInputType_OrtCustomOp_long
Pointer cast constructor.
GetInputType_OrtCustomOp_long() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetInputType_OrtCustomOp_long
 
GetInputTypeCount() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetInputTypeCount(OrtCustomOp.GetInputTypeCount_OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetInputTypeCount_OrtCustomOp(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetInputTypeCount_OrtCustomOp
Pointer cast constructor.
GetInputTypeCount_OrtCustomOp() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetInputTypeCount_OrtCustomOp
 
GetInputTypeInfo(long) - Method in class org.bytedeco.onnxruntime.ConstSession
Wraps OrtApi::SessionGetInputTypeInfo
GetInputTypeInfo(long) - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
Wraps OrtApi::SessionGetInputTypeInfo
GetInputTypeInfo(long) - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
 
getIntBuffer() - Method in class ai.onnxruntime.OnnxTensor
Returns a copy of the underlying OnnxTensor as an IntBuffer if the underlying type is int32 or uint32, otherwise it returns null.
GetInteropApi() - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
This returns a reference to the ORT C Interop API.
GetInteropApi() - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetInteropApi(OrtApi.OrtInteropApi_GetInteropApi) - Method in class org.bytedeco.onnxruntime.OrtApi
 
getIntProperty(String) - Method in class ai.onnxruntime.OrtTrainingSession
Gets a int property from this training session checkpoint.
GetKernelRegistry(OrtEp, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEp
\brief Gets the execution provider's kernel registry, if any.
GetKernelRegistry(OrtEp, OrtKernelRegistry) - Method in class org.bytedeco.onnxruntime.OrtEp
 
GetKeyValue() - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetKeyValue(OrtApi.GetKeyValue_OrtKeyValuePairs_BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetKeyValue_OrtKeyValuePairs_BytePointer(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.GetKeyValue_OrtKeyValuePairs_BytePointer
Pointer cast constructor.
GetKeyValue_OrtKeyValuePairs_BytePointer() - Constructor for class org.bytedeco.onnxruntime.OrtApi.GetKeyValue_OrtKeyValuePairs_BytePointer
 
GetKeyValuePairs() - Method in class org.bytedeco.onnxruntime.KeyValuePairsImpl
 
GetKeyValuePairs(PointerPointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.KeyValuePairsImpl
 
GetKeyValuePairs(BytePointer, BytePointer) - Method in class org.bytedeco.onnxruntime.KeyValuePairsImpl
 
GetKeyValuePairs(ByteBuffer, ByteBuffer) - Method in class org.bytedeco.onnxruntime.KeyValuePairsImpl
 
GetKeyValuePairs(byte[], byte[]) - Method in class org.bytedeco.onnxruntime.KeyValuePairsImpl
 
GetKeyValuePairs() - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetKeyValuePairs(OrtApi.GetKeyValuePairs_OrtKeyValuePairs_PointerPointer_PointerPointer_SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetKeyValuePairs_OrtKeyValuePairs_PointerPointer_PointerPointer_SizeTPointer(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.GetKeyValuePairs_OrtKeyValuePairs_PointerPointer_PointerPointer_SizeTPointer
Pointer cast constructor.
GetKeyValuePairs_OrtKeyValuePairs_PointerPointer_PointerPointer_SizeTPointer() - Constructor for class org.bytedeco.onnxruntime.OrtApi.GetKeyValuePairs_OrtKeyValuePairs_PointerPointer_PointerPointer_SizeTPointer
 
getLearningRate() - Method in class ai.onnxruntime.OrtTrainingSession
Gets the current learning rate for this training session.
GetLearningRate(OrtTrainingSession, FloatPointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Gets the current learning rate for this training session.
GetLearningRate(OrtTrainingSession, FloatBuffer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
GetLearningRate(OrtTrainingSession, float[]) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
GetLogger() - Method in class org.bytedeco.onnxruntime.KernelContext
 
GetLogger() - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
 
GetLoggingSeverityLevel() - Method in class org.bytedeco.onnxruntime.Logger
Returns the logger's current severity level from the cached member.
getLogLevel() - Method in class ai.onnxruntime.OrtSession.RunOptions
Gets the current logging level set on this RunOptions.
getLogVerbosityLevel() - Method in class ai.onnxruntime.OrtSession.RunOptions
Gets the current logging verbosity level set on this RunOptions.
getLongBuffer() - Method in class ai.onnxruntime.OnnxTensor
Returns a copy of the underlying OnnxTensor as a LongBuffer if the underlying type is int64 or uint64, otherwise it returns null.
GetMapKeyType() - Method in class org.bytedeco.onnxruntime.ConstMapTypeInfo
Wraps OrtApi::GetMapKeyType
GetMapKeyType() - Method in class org.bytedeco.onnxruntime.MapTypeInfoImpl
Wraps OrtApi::GetMapKeyType
GetMapKeyType(OrtMapTypeInfo, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtMapTypeInfo \{
GetMapKeyType(OrtMapTypeInfo, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetMapKeyType(OrtMapTypeInfo, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetMapTypeInfo() - Method in class org.bytedeco.onnxruntime.TypeInfoImpl
Wraps OrtApi::CastTypeInfoToMapTypeInfo
GetMapValueType() - Method in class org.bytedeco.onnxruntime.ConstMapTypeInfo
Wraps OrtApi::GetMapValueType
GetMapValueType() - Method in class org.bytedeco.onnxruntime.MapTypeInfoImpl
Wraps OrtApi::GetMapValueType
GetMapValueType(OrtMapTypeInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the value type from an ::OrtMapTypeInfo
GetMapValueType(OrtMapTypeInfo, OrtTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetMayInplace() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetMayInplace(OrtCustomOp.GetMayInplace_PointerPointer_PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetMayInplace_PointerPointer_PointerPointer(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetMayInplace_PointerPointer_PointerPointer
Pointer cast constructor.
GetMayInplace_PointerPointer_PointerPointer() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetMayInplace_PointerPointer_PointerPointer
 
GetMemoryInfo(int) - Method in class org.bytedeco.onnxruntime.EpDeviceImpl
Wraps EpDevice_MemoryInfo
GetMemoryInfoForInputs() - Method in class org.bytedeco.onnxruntime.ConstSession
Wrapper for OrtApi::SessionGetMemoryInfoForInputs
GetMemoryInfoForInputs() - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
Wrapper for OrtApi::SessionGetMemoryInfoForInputs
GetMemoryInfoForOutputs() - Method in class org.bytedeco.onnxruntime.ConstSession
Wrapper for OrtApi::SessionGetMemoryInfoForOutputs
GetMemoryInfoForOutputs() - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
Wrapper for OrtApi::SessionGetMemoryInfoForOutputs
GetMemoryType() - Method in class org.bytedeco.onnxruntime.MemoryInfoImpl
Wrapper MemoryInfoGetMemType
getMetadata() - Method in class ai.onnxruntime.OrtHardwareDevice
Gets an unmodifiable view on the device metadata.
getMetadata() - Method in class ai.onnxruntime.OrtSession
Gets the metadata for the currently loaded model.
getModelCompatibilityForEpDevices(List<OrtEpDevice>, String) - Method in class ai.onnxruntime.OrtEnvironment
Checks the supplied model info string against the list of OrtEpDevices to see if the model is compatible.
GetModelCompatibilityForEpDevices(EpDeviceImpl, BytePointer) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
\brief Validate a compiled model's compatibility for one or more EP devices.
GetModelCompatibilityForEpDevices(EpDeviceImpl, String) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetModelCompatibilityForEpDevices(PointerPointer, long, BytePointer, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Validate a compiled model's compatibility information for one or more EP devices.
GetModelCompatibilityForEpDevices(OrtEpDevice, long, BytePointer, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetModelCompatibilityForEpDevices(OrtEpDevice, long, String, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetModelCompatibilityForEpDevices(OrtEpDevice, long, BytePointer, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetModelCompatibilityForEpDevices(OrtEpDevice, long, String, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetModelCompatibilityForEpDevices(OrtEpDevice, long, BytePointer, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetModelCompatibilityForEpDevices(OrtEpDevice, long, String, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetModelEditorApi() - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
This returns a reference to the ORT C Model Editor API.
GetModelEditorApi() - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetModelEditorApi(OrtApi.OrtModelEditorApi_GetModelEditorApi) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetModelMetadata() - Method in class org.bytedeco.onnxruntime.ConstGraph
Wraps OrtApi::Graph_GetModelMetadata
GetModelMetadata() - Method in class org.bytedeco.onnxruntime.ConstGraphImpl
Wraps OrtApi::Graph_GetModelMetadata
GetModelMetadata() - Method in class org.bytedeco.onnxruntime.ConstSession
Wraps OrtApi::SessionGetModelMetadata
GetModelMetadata() - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
Wraps OrtApi::SessionGetModelMetadata
GetModelPath() - Method in class org.bytedeco.onnxruntime.ConstGraph
 
GetModelPath() - Method in class org.bytedeco.onnxruntime.ConstGraphImpl
 
getName() - Method in class ai.onnxruntime.NodeInfo
The name of the node.
getName() - Method in enum ai.onnxruntime.OrtProvider
Accessor for the internal name of this provider.
GetName() - Method in class org.bytedeco.onnxruntime.ConstGraph
 
GetName() - Method in class org.bytedeco.onnxruntime.ConstGraphImpl
 
GetName() - Method in class org.bytedeco.onnxruntime.ConstNodeImpl
 
GetName() - Method in class org.bytedeco.onnxruntime.ConstOpAttrImpl
 
GetName() - Method in class org.bytedeco.onnxruntime.ConstValueInfoImpl
< A wrapper around OrtApi::GetValueInfoName
GetName() - Method in class org.bytedeco.onnxruntime.EpAssignedNodeWithDefaultOptionsImpl
 
GetName() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetName(OrtCustomOp.GetName_OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetName() - Method in class org.bytedeco.onnxruntime.OrtEp
 
GetName(OrtEp.GetName_OrtEp) - Method in class org.bytedeco.onnxruntime.OrtEp
 
GetName() - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
GetName(OrtEpFactory.GetName_OrtEpFactory) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
GetName_OrtCustomOp(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetName_OrtCustomOp
Pointer cast constructor.
GetName_OrtCustomOp() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetName_OrtCustomOp
 
GetName_OrtEp(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEp.GetName_OrtEp
Pointer cast constructor.
GetName_OrtEp() - Constructor for class org.bytedeco.onnxruntime.OrtEp.GetName_OrtEp
 
GetName_OrtEpFactory(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpFactory.GetName_OrtEpFactory
Pointer cast constructor.
GetName_OrtEpFactory() - Constructor for class org.bytedeco.onnxruntime.OrtEpFactory.GetName_OrtEpFactory
 
GetNodeName() - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
 
GetNodes() - Method in class org.bytedeco.onnxruntime.ConstGraph
 
GetNodes() - Method in class org.bytedeco.onnxruntime.ConstGraphImpl
 
GetNodes() - Method in class org.bytedeco.onnxruntime.EpAssignedSubgraphWithDefaultOptionsImpl
 
GetNumCustomOpDomains(OrtEpFactory, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
\brief Returns the number of OrtCustomOpDomains that this factory provides.
getNumElements() - Method in class ai.onnxruntime.TensorInfo
Returns the number of elements in this tensor.
GetNumHardwareDevices(OrtEnv, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the number of available hardware devices.
getNumInputs() - Method in class ai.onnxruntime.OrtSession
Returns the number of inputs this model expects.
getNumNonZeroElements() - Method in class ai.onnxruntime.OnnxSparseTensor.SparseTensor
The number of non-zero elements.
getNumOutputs() - Method in class ai.onnxruntime.OrtSession
Returns the number of outputs this model expects.
GetOnnxIRVersion() - Method in class org.bytedeco.onnxruntime.ConstGraph
 
GetOnnxIRVersion() - Method in class org.bytedeco.onnxruntime.ConstGraphImpl
 
GetONNXType() - Method in class org.bytedeco.onnxruntime.TypeInfoImpl
 
GetOnnxTypeFromTypeInfo(OrtTypeInfo, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get ::ONNXType from ::OrtTypeInfo
GetOnnxTypeFromTypeInfo(OrtTypeInfo, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetOnnxTypeFromTypeInfo(OrtTypeInfo, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetOpaqueValue(BytePointer, BytePointer, OrtValue, Pointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get internal data from an opaque (custom user defined type) ::OrtValue Copies internal data from an opaque value into a user provided buffer
GetOpaqueValue(String, String, OrtValue, Pointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetOperatorDomain() - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
Wraps OrtApi::KernelInfo_GetOperatorDomain
GetOperatorSets() - Method in class org.bytedeco.onnxruntime.ConstGraph
 
GetOperatorSets() - Method in class org.bytedeco.onnxruntime.ConstGraphImpl
 
GetOperatorSinceVersion() - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
Wraps OrtApi::KernelInfo_GetOperatorSinceVersion
GetOperatorType() - Method in class org.bytedeco.onnxruntime.ConstKernelDefImpl
Wraps OrtEpApi::KernelDef_GetDomain
GetOperatorType() - Method in class org.bytedeco.onnxruntime.ConstNodeImpl
 
GetOperatorType() - Method in class org.bytedeco.onnxruntime.EpAssignedNodeWithDefaultOptionsImpl
 
GetOperatorType() - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
Wraps OrtApi::KernelInfo_GetOperatorType
GetOpset(BytePointer) - Method in class org.bytedeco.onnxruntime.ConstSession
Wraps OrtApi::SessionGetOpsetForDomain
GetOpset(String) - Method in class org.bytedeco.onnxruntime.ConstSession
 
GetOpset(BytePointer) - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
Wraps OrtApi::SessionGetOpsetForDomain
GetOpset(String) - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
 
GetOptionalContainedTypeInfo(OrtOptionalTypeInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get OrtTypeInfo for the allowed contained type from an ::OrtOptionalTypeInfo.
GetOptionalContainedTypeInfo(OrtOptionalTypeInfo, OrtTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetOptionalTypeInfo() - Method in class org.bytedeco.onnxruntime.TypeInfoImpl
wraps OrtApi::CastTypeInfoToOptionalTypeInfo
GetOptionByName(BytePointer) - Method in class org.bytedeco.onnxruntime.CUDAProviderOptions
 
GetOptionByName(String) - Method in class org.bytedeco.onnxruntime.CUDAProviderOptions
 
GetOptionByName(BytePointer) - Method in class org.bytedeco.onnxruntime.TensorRTProviderOptions
Wrapper around OrtApi::GetTensorRTProviderOptionsAsString
GetOptionByName(String) - Method in class org.bytedeco.onnxruntime.TensorRTProviderOptions
 
GetOrtErrorCode() - Method in class org.bytedeco.onnxruntime.OrtException
 
GetOrtKernelContext() - Method in class org.bytedeco.onnxruntime.KernelContext
 
GetOutput(long, LongPointer, long) - Method in class org.bytedeco.onnxruntime.KernelContext
 
GetOutput(long, LongBuffer, long) - Method in class org.bytedeco.onnxruntime.KernelContext
 
GetOutput(long, long[], long) - Method in class org.bytedeco.onnxruntime.KernelContext
 
GetOutput(long, LongVector) - Method in class org.bytedeco.onnxruntime.KernelContext
 
GetOutputCharacteristic() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetOutputCharacteristic(OrtCustomOp.GetOutputCharacteristic_OrtCustomOp_long) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetOutputCharacteristic_OrtCustomOp_long(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetOutputCharacteristic_OrtCustomOp_long
Pointer cast constructor.
GetOutputCharacteristic_OrtCustomOp_long() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetOutputCharacteristic_OrtCustomOp_long
 
GetOutputCount() - Method in class org.bytedeco.onnxruntime.ConstSession
Returns the number of model outputs
GetOutputCount() - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
Returns the number of model outputs
GetOutputCount() - Method in class org.bytedeco.onnxruntime.KernelContext
 
GetOutputCount() - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
 
getOutputInfo() - Method in class ai.onnxruntime.OrtSession
Returns the info objects for the outputs, including their names and types.
GetOutputMemType(long) - Method in class org.bytedeco.onnxruntime.ConstKernelDefImpl
 
GetOutputName(long) - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
 
GetOutputNameAllocated(long, OrtAllocator) - Method in class org.bytedeco.onnxruntime.ConstSession
\brief Returns a copy of output name at then specified index.
GetOutputNameAllocated(long, OrtAllocator) - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
\brief Returns a copy of output name at then specified index.
getOutputNames() - Method in class ai.onnxruntime.OrtSession
Returns the output names.
GetOutputNames() - Method in class org.bytedeco.onnxruntime.ConstIoBinding
 
GetOutputNames(OrtAllocator) - Method in class org.bytedeco.onnxruntime.ConstIoBinding
 
GetOutputNames() - Method in class org.bytedeco.onnxruntime.ConstIoBindingImpl
 
GetOutputNames(OrtAllocator) - Method in class org.bytedeco.onnxruntime.ConstIoBindingImpl
 
GetOutputNames() - Method in class org.bytedeco.onnxruntime.ConstSession
 
GetOutputNames() - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
 
GetOutputNamesHelper(OrtIoBinding, OrtAllocator) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
Contains a constant, unowned OrtTypeInfo that can be copied and passed around by value.
GetOutputs() - Method in class org.bytedeco.onnxruntime.ConstGraph
 
GetOutputs() - Method in class org.bytedeco.onnxruntime.ConstGraphImpl
 
GetOutputs() - Method in class org.bytedeco.onnxruntime.ConstNodeImpl
 
GetOutputs() - Method in class org.bytedeco.onnxruntime.ConstSession
 
GetOutputs() - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
 
GetOutputType() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetOutputType(OrtCustomOp.GetOutputType_OrtCustomOp_long) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetOutputType_OrtCustomOp_long(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetOutputType_OrtCustomOp_long
Pointer cast constructor.
GetOutputType_OrtCustomOp_long() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetOutputType_OrtCustomOp_long
 
GetOutputTypeCount() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetOutputTypeCount(OrtCustomOp.GetOutputTypeCount_OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetOutputTypeCount_OrtCustomOp(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetOutputTypeCount_OrtCustomOp
Pointer cast constructor.
GetOutputTypeCount_OrtCustomOp() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetOutputTypeCount_OrtCustomOp
 
GetOutputTypeInfo(long) - Method in class org.bytedeco.onnxruntime.ConstSession
Wraps OrtApi::SessionGetOutputTypeInfo
GetOutputTypeInfo(long) - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
Wraps OrtApi::SessionGetOutputTypeInfo
GetOutputTypeInfo(long) - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
 
GetOutputValues() - Method in class org.bytedeco.onnxruntime.ConstIoBinding
 
GetOutputValues(OrtAllocator) - Method in class org.bytedeco.onnxruntime.ConstIoBinding
 
GetOutputValues() - Method in class org.bytedeco.onnxruntime.ConstIoBindingImpl
 
GetOutputValues(OrtAllocator) - Method in class org.bytedeco.onnxruntime.ConstIoBindingImpl
 
GetOutputValuesHelper(OrtIoBinding, OrtAllocator) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
GetOverridableInitializerCount() - Method in class org.bytedeco.onnxruntime.ConstSession
Returns the number of inputs that have defaults that can be overridden
GetOverridableInitializerCount() - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
Returns the number of inputs that have defaults that can be overridden
GetOverridableInitializerNameAllocated(long, OrtAllocator) - Method in class org.bytedeco.onnxruntime.ConstSession
Wraps OrtApi::SessionGetOverridableInitializerName
GetOverridableInitializerNameAllocated(long, OrtAllocator) - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
Wraps OrtApi::SessionGetOverridableInitializerName
GetOverridableInitializerNames() - Method in class org.bytedeco.onnxruntime.ConstSession
 
GetOverridableInitializerNames() - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
 
GetOverridableInitializerTypeInfo(long) - Method in class org.bytedeco.onnxruntime.ConstSession
Wraps OrtApi::SessionGetOverridableInitializerTypeInfo
GetOverridableInitializerTypeInfo(long) - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
Wraps OrtApi::SessionGetOverridableInitializerTypeInfo
GetParameter(OrtCheckpointState, BytePointer, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Gets the data associated with the model parameter from the checkpoint state for the given parameter name.
GetParameter(OrtCheckpointState, BytePointer, OrtAllocator, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
GetParameter(OrtCheckpointState, String, OrtAllocator, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
GetParametersSize(OrtTrainingSession, SizeTPointer, boolean) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\}
GetParameterTypeAndShape(OrtCheckpointState, BytePointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Retrieves the type and shape information of the parameter associated with the given parameter name.
GetParameterTypeAndShape(OrtCheckpointState, BytePointer, OrtTensorTypeAndShapeInfo) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
GetParameterTypeAndShape(OrtCheckpointState, String, OrtTensorTypeAndShapeInfo) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
GetParentNode() - Method in class org.bytedeco.onnxruntime.ConstGraph
 
GetParentNode() - Method in class org.bytedeco.onnxruntime.ConstGraphImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.AllocatorImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.AllocatorWithDefaultOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.AllocatorWithDefaultOptionsImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.AttrNameSubgraph
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseAllocator
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseAllocatorWithDefaultOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseArenaCfg
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseConstGraph
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseConstIoBinding
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseConstMapTypeInfo
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseConstSession
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseConstSessionOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseConstTensorTypeAndShapeInfo
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseConstValue
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseCUDAProviderOptionsV2
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseCustomOpDomain
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseEnv
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseEpAssignedNodeWithDefaultOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseEpAssignedSubgraphWithDefaultOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseEpDevice
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseExternalInitializerInfo
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseGraph
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseIoBinding
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseKernelDef
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseKernelDefBuilder
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseKernelInfo
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseKernelRegistry
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseKeyValuePairs
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseLoraAdapter
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseMapTypeInfo
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseMemoryInfo
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseModel
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseModelCompilationOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseModelMetadata
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseNode
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseOp
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseOpAttr
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BasePrepackedWeightsContainer
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseRunOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseSequenceTypeInfo
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseSequenceTypeInfoImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseSession
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseSessionOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseStatus
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseSyncStream
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseTensorRTProviderOptionsV2
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseTensorTypeAndShapeInfo
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseThreadingOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseTypeInfo
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseValue
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseValueInfo
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ConstExternalInitializerInfoImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ConstGraph
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ConstGraphImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ConstIoBinding
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ConstIoBindingImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ConstKernelDefImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ConstMapTypeInfo
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ConstNodeImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ConstOpAttrImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ConstSession
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ConstSessionOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ConstSessionOptionsImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ConstTensorTypeAndShapeInfo
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ConstValue
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ConstValueImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ConstValueInfoImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.CUDAProviderOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.CustomOpConfigs
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.Env
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.EpAssignedNodeWithDefaultOptionsImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.EpAssignedSubgraphWithDefaultOptionsImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.EpDeviceImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.Float8E4M3FN_t
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.Float8E4M3FNUZ_t
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.Float8E5M2_t
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.Float8E5M2FNUZ_t
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.Global
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.Graph
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.GraphImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.IoBindingImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.KernelRegistry
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.KeyValuePairs
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.KeyValuePairsImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.Logger
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.LoraAdapter
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.MapTypeInfoImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.MemoryInfoImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ModelImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ModelMetadata
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.Node
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OpAttr
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OperatorSet
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OptionalTypeInfoImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtAllocator
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtApiBase
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtCompileApi
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtCustomHandleType
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtDataTransferImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtDnnlProviderOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtEnvCreationOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtEp
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryDescriptor
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryHandle
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtExternalSemaphoreDescriptor
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtExternalSemaphoreHandle
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtExternalTensorDescriptor
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtInteropApi
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtKernelImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtLoopKernelHelper
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtNodeComputeInfo
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtNodeFusionOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtScanKernelHelper
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtSparseValuesParam
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtSyncNotificationImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtSyncStreamImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.PrepackedWeightsContainer
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.RunOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.SessionImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.SessionOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.Shape
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.Status
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.SyncStreamImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.TensorRTProviderOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.TensorTypeAndShapeInfoImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ThreadingOptions
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.TypeInfoImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.Value
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ValueImpl
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ValueInfo
 
getPointer(long) - Method in class org.bytedeco.onnxruntime.ValueInfoConsumerProducerInfo
 
GetPreferredDataLayout(OrtEp, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtEp
\brief Get the EP's preferred data layout.
GetPreferredDataLayout(OrtEp, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtEp
 
GetPreferredDataLayout(OrtEp, int[]) - Method in class org.bytedeco.onnxruntime.OrtEp
 
getProducerName() - Method in class ai.onnxruntime.OnnxModelMetadata
Gets the producer name.
GetProducerNameAllocated(OrtAllocator) - Method in class org.bytedeco.onnxruntime.ModelMetadata
Wraps OrtApi::ModelMetadataGetProducerName
GetProducerNode() - Method in class org.bytedeco.onnxruntime.ConstValueInfoImpl
 
getProfilingStartTimeInNs() - Method in class ai.onnxruntime.OrtSession
Returns the timestamp that profiling started in nanoseconds.
GetProfilingStartTimeNs() - Method in class org.bytedeco.onnxruntime.ConstSession
Wraps OrtApi::SessionGetProfilingStartTimeNs
GetProfilingStartTimeNs() - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
Wraps OrtApi::SessionGetProfilingStartTimeNs
GetProperty(OrtCheckpointState, BytePointer, OrtAllocator, IntPointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Gets the property value associated with the given name from the checkpoint state.
GetProperty(OrtCheckpointState, BytePointer, OrtAllocator, IntPointer, Pointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
GetProperty(OrtCheckpointState, String, OrtAllocator, IntBuffer, Pointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
GetProperty(OrtCheckpointState, BytePointer, OrtAllocator, int[], Pointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
GetProperty(OrtCheckpointState, String, OrtAllocator, IntPointer, Pointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
GetProperty(OrtCheckpointState, BytePointer, OrtAllocator, IntBuffer, Pointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
GetProperty(OrtCheckpointState, String, OrtAllocator, int[], Pointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
getProvider() - Method in class ai.onnxruntime.OrtProviderOptions
Gets the provider enum for this options instance.
getProvider() - Method in class ai.onnxruntime.providers.OrtCUDAProviderOptions
 
getProvider() - Method in class ai.onnxruntime.providers.OrtTensorRTProviderOptions
 
GetResizedStringTensorElementBuffer(OrtValue, long, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set a single string in a string tensor Do not zero terminate the string data.
GetResizedStringTensorElementBuffer(OrtValue, long, long, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetResizedStringTensorElementBuffer(OrtValue, long, long, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetResizedStringTensorElementBuffer(OrtValue, long, long, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetResizedStringTensorElementBuffer(long, long) - Method in class org.bytedeco.onnxruntime.ValueImpl
Allocate if necessary and obtain a pointer to a UTF-8 encoded string element buffer indexed by the flat element index, of the specified length.
GetROCMProviderOptionsAsString(OrtROCMProviderOptions, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
Get serialized ROCm provider options string.
GetROCMProviderOptionsAsString(OrtROCMProviderOptions, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetROCMProviderOptionsAsString(OrtROCMProviderOptions, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetROCMProviderOptionsAsString(OrtROCMProviderOptions, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetRunConfigEntry() - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetRunConfigEntry(OrtApi.GetRunConfigEntry_OrtRunOptions_BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetRunConfigEntry_OrtRunOptions_BytePointer(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.GetRunConfigEntry_OrtRunOptions_BytePointer
Pointer cast constructor.
GetRunConfigEntry_OrtRunOptions_BytePointer() - Constructor for class org.bytedeco.onnxruntime.OrtApi.GetRunConfigEntry_OrtRunOptions_BytePointer
 
GetRunLogVerbosityLevel() - Method in class org.bytedeco.onnxruntime.RunOptions
Wraps OrtApi::RunOptionsGetRunLogVerbosityLevel
getRunTag() - Method in class ai.onnxruntime.OrtSession.RunOptions
Gets the String used to log information about this run.
GetRunTag() - Method in class org.bytedeco.onnxruntime.RunOptions
Wraps OrtApi::RunOptionsGetRunTag
GetSequenceElementType() - Method in class org.bytedeco.onnxruntime.BaseSequenceTypeInfoImpl
Wraps OrtApi::GetSequenceElementType
GetSequenceElementType(OrtSequenceTypeInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSequenceTypeInfo \{
GetSequenceElementType(OrtSequenceTypeInfo, OrtTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetSequenceTypeInfo() - Method in class org.bytedeco.onnxruntime.TypeInfoImpl
Wraps OrtApi::CastTypeInfoToSequenceTypeInfo
GetSessionConfigEntry(OrtSessionOptions, BytePointer, BytePointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get a session configuration value.
GetSessionConfigEntry(OrtSessionOptions, String, ByteBuffer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetSessionConfigEntry(OrtSessionOptions, BytePointer, byte[], SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetSessionConfigEntry(OrtSessionOptions, String, BytePointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetSessionConfigEntry(OrtSessionOptions, BytePointer, ByteBuffer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetSessionConfigEntry(OrtSessionOptions, String, byte[], SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetSessionOptionsConfigEntries(OrtSessionOptions, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get Session configuration entries.
GetSessionOptionsConfigEntries(OrtSessionOptions, OrtKeyValuePairs) - Method in class org.bytedeco.onnxruntime.OrtApi
 
getShape() - Method in class ai.onnxruntime.TensorInfo
Get a copy of the tensor's shape.
GetShape() - Method in class org.bytedeco.onnxruntime.ConstTensorTypeAndShapeInfo
Uses GetDimensionsCount & GetDimensions to return a std::vector of the shape
GetShape() - Method in class org.bytedeco.onnxruntime.TensorTypeAndShapeInfoImpl
Uses GetDimensionsCount & GetDimensions to return a std::vector of the shape
GetSharedAllocator(OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.Env
Wraps OrtApi::GetSharedAllocator
GetSharedAllocator(OrtEnv, OrtMemoryInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get a shared allocator from the OrtEnv.
GetSharedAllocator(OrtEnv, OrtMemoryInfo, OrtAllocator) - Method in class org.bytedeco.onnxruntime.OrtApi
 
getShortBuffer() - Method in class ai.onnxruntime.OnnxTensor
Returns a copy of the underlying OnnxTensor as a ShortBuffer if the underlying type is int16, uint16, fp16 or bf16, otherwise it returns null.
GetSinceVersion() - Method in class org.bytedeco.onnxruntime.ConstKernelDefImpl
Wraps OrtEpApi::KernelDef_GetExecutionProvider
GetSinceVersion() - Method in class org.bytedeco.onnxruntime.ConstNodeImpl
 
GetSparseFormat() - Method in class org.bytedeco.onnxruntime.ConstValue
The API returns the sparse data format this OrtValue holds in a sparse tensor.
GetSparseFormat() - Method in class org.bytedeco.onnxruntime.ConstValueImpl
The API returns the sparse data format this OrtValue holds in a sparse tensor.
GetSparseTensorFormat(OrtValue, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns sparse tensor format enum iff a given ort value contains an instance of sparse tensor.
GetSparseTensorFormat(OrtValue, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetSparseTensorFormat(OrtValue, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetSparseTensorIndices(OrtValue, onnxruntime.OrtSparseIndicesFormat, SizeTPointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns indices data for the type of the indices specified by indices_format
GetSparseTensorIndices(OrtValue, onnxruntime.OrtSparseIndicesFormat, SizeTPointer, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetSparseTensorIndices(OrtValue, int, SizeTPointer, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetSparseTensorIndicesTypeShape(OrtValue, onnxruntime.OrtSparseIndicesFormat, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns data type, shape for the type of indices specified by indices_format.
GetSparseTensorIndicesTypeShape(OrtValue, onnxruntime.OrtSparseIndicesFormat, OrtTensorTypeAndShapeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetSparseTensorIndicesTypeShape(OrtValue, int, OrtTensorTypeAndShapeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetSparseTensorIndicesTypeShapeInfo(onnxruntime.OrtSparseIndicesFormat) - Method in class org.bytedeco.onnxruntime.ConstValue
The API returns type and shape information for the specified indices.
GetSparseTensorIndicesTypeShapeInfo(int) - Method in class org.bytedeco.onnxruntime.ConstValue
 
GetSparseTensorIndicesTypeShapeInfo(onnxruntime.OrtSparseIndicesFormat) - Method in class org.bytedeco.onnxruntime.ConstValueImpl
The API returns type and shape information for the specified indices.
GetSparseTensorIndicesTypeShapeInfo(int) - Method in class org.bytedeco.onnxruntime.ConstValueImpl
 
getSparseTensorType() - Method in class ai.onnxruntime.OnnxSparseTensor
Returns the type of this OnnxSparseTensor.
GetSparseTensorValues(OrtValue, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns numeric data for sparse tensor values (nnz).
GetSparseTensorValues(OrtValue, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetSparseTensorValuesTypeAndShape(OrtValue, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns data type and shape of sparse tensor values (nnz) iff ::OrtValue contains a SparseTensor.
GetSparseTensorValuesTypeAndShape(OrtValue, OrtTensorTypeAndShapeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetSparseTensorValuesTypeAndShapeInfo() - Method in class org.bytedeco.onnxruntime.ConstValue
The API returns type and shape information for stored non-zero values of the sparse tensor.
GetSparseTensorValuesTypeAndShapeInfo() - Method in class org.bytedeco.onnxruntime.ConstValueImpl
The API returns type and shape information for stored non-zero values of the sparse tensor.
getSparsityType() - Method in class ai.onnxruntime.OnnxSparseTensor.BlockSparseTensor
 
getSparsityType() - Method in class ai.onnxruntime.OnnxSparseTensor.COOTensor
 
getSparsityType() - Method in class ai.onnxruntime.OnnxSparseTensor.CSRCTensor
 
getSparsityType() - Method in class ai.onnxruntime.OnnxSparseTensor.SparseTensor
The sparsity type of the sparse tensor.
GetStartVersion() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetStartVersion(OrtCustomOp.GetStartVersion_OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetStartVersion_OrtCustomOp(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetStartVersion_OrtCustomOp
Pointer cast constructor.
GetStartVersion_OrtCustomOp() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetStartVersion_OrtCustomOp
 
GetStats() - Method in class org.bytedeco.onnxruntime.AllocatorImpl
\brief Function that returns the statistics of the allocator.
GetStats() - Method in class org.bytedeco.onnxruntime.AllocatorWithDefaultOptionsImpl
\brief Function that returns the statistics of the allocator.
GetStats(OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtAllocator
\brief Function used to get the statistics of the allocator.
GetStats(OrtAllocator, OrtKeyValuePairs) - Method in class org.bytedeco.onnxruntime.OrtAllocator
 
getStringProperty(String) - Method in class ai.onnxruntime.OrtTrainingSession
Gets a String property from this training session checkpoint.
GetStringTensorContent(Pointer, long, SizeTPointer, long) - Method in class org.bytedeco.onnxruntime.ConstValue
The API copies all of the UTF-8 encoded string data contained within a tensor or a sparse tensor into a supplied buffer.
GetStringTensorContent(Pointer, long, SizeTPointer, long) - Method in class org.bytedeco.onnxruntime.ConstValueImpl
The API copies all of the UTF-8 encoded string data contained within a tensor or a sparse tensor into a supplied buffer.
GetStringTensorContent(OrtValue, Pointer, long, SizeTPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get all strings from a string tensor An example of the results:
Given \p value is a string tensor with the strings { "This" "is" "a" "test" }
\p s must have a size of 11 bytes
\p offsets must have 4 elements
After the call, these values will be filled in:
\p s will contain "Thisisatest"
\p offsets will contain { 0, 4, 6, 7 }
The length of the last string is just s_len - offsets[last]
GetStringTensorDataLength() - Method in class org.bytedeco.onnxruntime.ConstValue
This API returns a full length of string data contained within either a tensor or a sparse Tensor.
GetStringTensorDataLength() - Method in class org.bytedeco.onnxruntime.ConstValueImpl
This API returns a full length of string data contained within either a tensor or a sparse Tensor.
GetStringTensorDataLength(OrtValue, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get total byte length for all strings in a string tensor Typically used with OrtApi::GetStringTensorContent
GetStringTensorElement(long, long, Pointer) - Method in class org.bytedeco.onnxruntime.ConstValue
The API copies UTF-8 encoded bytes for the requested string element contained within a tensor or a sparse tensor into a provided buffer.
GetStringTensorElement(long) - Method in class org.bytedeco.onnxruntime.ConstValue
Returns string tensor UTF-8 encoded string element.
GetStringTensorElement(long, long, Pointer) - Method in class org.bytedeco.onnxruntime.ConstValueImpl
The API copies UTF-8 encoded bytes for the requested string element contained within a tensor or a sparse tensor into a provided buffer.
GetStringTensorElement(long) - Method in class org.bytedeco.onnxruntime.ConstValueImpl
Returns string tensor UTF-8 encoded string element.
GetStringTensorElement(OrtValue, long, long, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get a single string from a string tensor
GetStringTensorElementLength(long) - Method in class org.bytedeco.onnxruntime.ConstValue
The API returns a byte length of UTF-8 encoded string element contained in either a tensor or a spare tensor values.
GetStringTensorElementLength(long) - Method in class org.bytedeco.onnxruntime.ConstValueImpl
The API returns a byte length of UTF-8 encoded string element contained in either a tensor or a spare tensor values.
GetStringTensorElementLength(OrtValue, long, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtValue \{
GetSubgraphs() - Method in class org.bytedeco.onnxruntime.ConstNodeImpl
 
GetSupportedDevices(OrtEpFactory, PointerPointer, long, PointerPointer, long, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
\brief Get information from the execution provider about OrtHardwareDevice support.
GetSupportedDevices(OrtEpFactory, OrtHardwareDevice, long, OrtEpDevice, long, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
GetSymbolicDimensions(PointerPointer, long) - Method in class org.bytedeco.onnxruntime.ConstTensorTypeAndShapeInfo
Wraps OrtApi::GetSymbolicDimensions
GetSymbolicDimensions(BytePointer, long) - Method in class org.bytedeco.onnxruntime.ConstTensorTypeAndShapeInfo
 
GetSymbolicDimensions(ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.ConstTensorTypeAndShapeInfo
 
GetSymbolicDimensions(byte[], long) - Method in class org.bytedeco.onnxruntime.ConstTensorTypeAndShapeInfo
 
GetSymbolicDimensions() - Method in class org.bytedeco.onnxruntime.ConstTensorTypeAndShapeInfo
 
GetSymbolicDimensions(OrtTensorTypeAndShapeInfo, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get symbolic dimension names in ::OrtTensorTypeAndShapeInfo
GetSymbolicDimensions(OrtTensorTypeAndShapeInfo, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetSymbolicDimensions(OrtTensorTypeAndShapeInfo, ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetSymbolicDimensions(OrtTensorTypeAndShapeInfo, byte[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetSymbolicDimensions(PointerPointer, long) - Method in class org.bytedeco.onnxruntime.TensorTypeAndShapeInfoImpl
Wraps OrtApi::GetSymbolicDimensions
GetSymbolicDimensions(BytePointer, long) - Method in class org.bytedeco.onnxruntime.TensorTypeAndShapeInfoImpl
 
GetSymbolicDimensions(ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.TensorTypeAndShapeInfoImpl
 
GetSymbolicDimensions(byte[], long) - Method in class org.bytedeco.onnxruntime.TensorTypeAndShapeInfoImpl
 
GetSymbolicDimensions() - Method in class org.bytedeco.onnxruntime.TensorTypeAndShapeInfoImpl
 
GetSyncIdForLastWaitOnSyncStream() - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
GetSyncIdForLastWaitOnSyncStream(OrtEpApi.GetSyncIdForLastWaitOnSyncStream_OrtSyncStream_OrtSyncStream) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
GetSyncIdForLastWaitOnSyncStream_OrtSyncStream_OrtSyncStream(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.GetSyncIdForLastWaitOnSyncStream_OrtSyncStream_OrtSyncStream
Pointer cast constructor.
GetSyncIdForLastWaitOnSyncStream_OrtSyncStream_OrtSyncStream() - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.GetSyncIdForLastWaitOnSyncStream_OrtSyncStream_OrtSyncStream
 
GetTensorAttribute(BytePointer, OrtAllocator) - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
 
GetTensorAttribute(String, OrtAllocator) - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
 
GetTensorAttributeAsOrtValue(Value) - Method in class org.bytedeco.onnxruntime.ConstOpAttrImpl
 
GetTensorConstantInput(long, IntPointer) - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
 
GetTensorConstantInput(long, IntBuffer) - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
 
GetTensorConstantInput(long, int[]) - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
 
GetTensorData(OrtValue, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get a const pointer to the raw data inside a tensor Used to read the internal tensor data directly.
GetTensorData(OrtValue, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetTensorDataType(int, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Gets the OrtDataType that represents the data type for a tensor of the given element type.
GetTensorDataType(int, OrtDataType) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
GetTensorElementType(OrtTensorTypeAndShapeInfo, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get element type in ::OrtTensorTypeAndShapeInfo
GetTensorElementType(OrtTensorTypeAndShapeInfo, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetTensorElementType(OrtTensorTypeAndShapeInfo, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetTensorElementTypeAndShapeDataReference(IntPointer, Shape) - Method in class org.bytedeco.onnxruntime.ConstValue
Returns the tensor's element type and a reference to the tensor's internal shape data.
GetTensorElementTypeAndShapeDataReference(IntBuffer, Shape) - Method in class org.bytedeco.onnxruntime.ConstValue
 
GetTensorElementTypeAndShapeDataReference(int[], Shape) - Method in class org.bytedeco.onnxruntime.ConstValue
 
GetTensorElementTypeAndShapeDataReference(IntPointer, Shape) - Method in class org.bytedeco.onnxruntime.ConstValueImpl
Returns the tensor's element type and a reference to the tensor's internal shape data.
GetTensorElementTypeAndShapeDataReference(IntBuffer, Shape) - Method in class org.bytedeco.onnxruntime.ConstValueImpl
 
GetTensorElementTypeAndShapeDataReference(int[], Shape) - Method in class org.bytedeco.onnxruntime.ConstValueImpl
 
GetTensorElementTypeAndShapeDataReference(OrtValue, IntPointer, PointerPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the element data type and shape for an OrtValue that represents a Tensor (scalar, dense, or sparse).
GetTensorElementTypeAndShapeDataReference(OrtValue, IntPointer, LongPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetTensorElementTypeAndShapeDataReference(OrtValue, IntBuffer, LongBuffer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetTensorElementTypeAndShapeDataReference(OrtValue, int[], long[], SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetTensorMemoryInfo() - Method in class org.bytedeco.onnxruntime.ConstValue
This API returns information about the memory allocation used to hold data.
GetTensorMemoryInfo() - Method in class org.bytedeco.onnxruntime.ConstValueImpl
This API returns information about the memory allocation used to hold data.
GetTensorMemoryInfo(OrtValue, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name GetTensorMemoryInfo \{ /** \brief Returns a pointer to the ::OrtMemoryInfo of a Tensor
GetTensorMemoryInfo(OrtValue, OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetTensorMutableData(OrtValue, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get a pointer to the raw data inside a tensor Used to read/write/modify the internal tensor data directly.
GetTensorMutableData(OrtValue, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetTensorMutableDataBool() - Method in class org.bytedeco.onnxruntime.ValueImpl
 
GetTensorMutableDataByte() - Method in class org.bytedeco.onnxruntime.ValueImpl
 
GetTensorMutableDataDouble() - Method in class org.bytedeco.onnxruntime.ValueImpl
 
GetTensorMutableDataFloat() - Method in class org.bytedeco.onnxruntime.ValueImpl
Returns a non-const typed pointer to an OrtValue/Tensor contained buffer No type checking is performed, the caller must ensure the type matches the tensor type.
GetTensorMutableDataInt() - Method in class org.bytedeco.onnxruntime.ValueImpl
 
GetTensorMutableDataLong() - Method in class org.bytedeco.onnxruntime.ValueImpl
 
GetTensorMutableDataShort() - Method in class org.bytedeco.onnxruntime.ValueImpl
 
GetTensorMutableDataUByte() - Method in class org.bytedeco.onnxruntime.ValueImpl
 
GetTensorMutableDataUInt() - Method in class org.bytedeco.onnxruntime.ValueImpl
 
GetTensorMutableDataULong() - Method in class org.bytedeco.onnxruntime.ValueImpl
 
GetTensorMutableDataUShort() - Method in class org.bytedeco.onnxruntime.ValueImpl
 
GetTensorMutableRawData() - Method in class org.bytedeco.onnxruntime.ValueImpl
Returns a non-typed non-const pointer to a tensor contained data.
GetTensorRawData() - Method in class org.bytedeco.onnxruntime.ConstValue
Returns a non-typed pointer to a tensor contained data.
GetTensorRawData() - Method in class org.bytedeco.onnxruntime.ConstValueImpl
Returns a non-typed pointer to a tensor contained data.
GetTensorRTProviderOptionsAsString(OrtTensorRTProviderOptionsV2, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get serialized TensorRT provider options string.
GetTensorRTProviderOptionsAsString(OrtTensorRTProviderOptionsV2, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetTensorRTProviderOptionsAsString(OrtTensorRTProviderOptionsV2, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetTensorRTProviderOptionsAsString(OrtTensorRTProviderOptionsV2, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetTensorRTProviderOptionsAsString() - Method in class org.bytedeco.onnxruntime.TensorRTProviderOptions
 
GetTensorRTProviderOptionsByName(OrtTensorRTProviderOptionsV2, BytePointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
Get TensorRT EP provider option where its data type is pointer.
GetTensorRTProviderOptionsByName(OrtTensorRTProviderOptionsV2, BytePointer, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetTensorRTProviderOptionsByName(OrtTensorRTProviderOptionsV2, String, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetTensorShapeElementCount(OrtTensorTypeAndShapeInfo, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get total number of elements in a tensor shape from an ::OrtTensorTypeAndShapeInfo Return the number of elements specified by the tensor shape (all dimensions multiplied by each other).
GetTensorSizeInBytes() - Method in class org.bytedeco.onnxruntime.ConstValue
Wraps OrtApi::GetTensorSizeInBytes
GetTensorSizeInBytes() - Method in class org.bytedeco.onnxruntime.ConstValueImpl
Wraps OrtApi::GetTensorSizeInBytes
GetTensorSizeInBytes(OrtValue, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Compute total size in bytes of the tensor data contained in an OrtValue.
GetTensorTypeAndShape(OrtValue, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtValue \{
GetTensorTypeAndShape(OrtValue, OrtTensorTypeAndShapeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetTensorTypeAndShapeInfo() - Method in class org.bytedeco.onnxruntime.ConstValue
The API returns type information for data contained in a tensor.
GetTensorTypeAndShapeInfo() - Method in class org.bytedeco.onnxruntime.ConstValueImpl
The API returns type information for data contained in a tensor.
GetTensorTypeAndShapeInfo() - Method in class org.bytedeco.onnxruntime.TypeInfoImpl
Wraps OrtApi::CastTypeInfoToTensorInfo
GetTrainingApi() - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetTrainingApi(OrtApi.GetTrainingApi_int) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetTrainingApi_int(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.GetTrainingApi_int
Pointer cast constructor.
GetTrainingApi_int() - Constructor for class org.bytedeco.onnxruntime.OrtApi.GetTrainingApi_int
 
getTrainInputNames() - Method in class ai.onnxruntime.OrtTrainingSession
Returns an ordered set of the train model input names.
getTrainOutputNames() - Method in class ai.onnxruntime.OrtTrainingSession
Returns an ordered set of the train model output names.
getType() - Method in class ai.onnxruntime.OnnxMap
 
getType() - Method in class ai.onnxruntime.OnnxSequence
 
getType() - Method in class ai.onnxruntime.OnnxSparseTensor
 
getType() - Method in class ai.onnxruntime.OnnxSparseTensor.SparseTensor
The data type of the sparse tensor.
getType() - Method in class ai.onnxruntime.OnnxTensor
 
getType() - Method in interface ai.onnxruntime.OnnxValue
Gets the type of this OnnxValue.
getType() - Method in class ai.onnxruntime.OrtHardwareDevice
Gets the device type.
GetType() - Method in class org.bytedeco.onnxruntime.ConstOpAttrImpl
 
GetTypeInfo() - Method in class org.bytedeco.onnxruntime.ConstValue
The API returns type information for data contained in a tensor.
GetTypeInfo() - Method in class org.bytedeco.onnxruntime.ConstValueImpl
The API returns type information for data contained in a tensor.
GetTypeInfo(OrtValue, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get type information of an OrtValue
GetTypeInfo(OrtValue, OrtTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetUnowned() - Method in class org.bytedeco.onnxruntime.IoBinding
 
GetUnowned() - Method in class org.bytedeco.onnxruntime.Session
 
GetUnowned() - Method in class org.bytedeco.onnxruntime.SessionOptions
 
GetUnowned() - Method in class org.bytedeco.onnxruntime.Value
 
getValue() - Method in class ai.onnxruntime.OnnxMap
Returns a weakly typed Map containing all the elements.
getValue() - Method in class ai.onnxruntime.OnnxSequence
Extracts a Java list of the OnnxValues which can then be further unwrapped.
getValue() - Method in class ai.onnxruntime.OnnxSparseTensor
 
getValue() - Method in class ai.onnxruntime.OnnxTensor
Either returns a boxed primitive if the Tensor is a scalar, or a multidimensional array of primitives if it has multiple dimensions.
getValue() - Method in interface ai.onnxruntime.OnnxValue
Returns the value as a Java object copying it out of the native heap.
getValue() - Method in enum ai.onnxruntime.OrtEnvironment.OrtCompiledModelCompatibility
Gets the native value associated with this model compatibility value.
getValue() - Method in interface ai.onnxruntime.OrtFlags
Gets the underlying flag value.
getValue() - Method in enum ai.onnxruntime.OrtHardwareDevice.OrtHardwareDeviceType
Gets the native value associated with this device type.
getValue() - Method in enum ai.onnxruntime.OrtLoggingLevel
Gets the native value associated with this logging level.
getValue() - Method in enum ai.onnxruntime.OrtModelCompilationOptions.OrtCompileApiFlags
 
getValue() - Method in enum ai.onnxruntime.providers.CoreMLFlags
 
getValue() - Method in enum ai.onnxruntime.providers.NNAPIFlags
 
GetValue(int, OrtAllocator) - Method in class org.bytedeco.onnxruntime.ConstValue
 
GetValue(int, OrtAllocator) - Method in class org.bytedeco.onnxruntime.ConstValueImpl
 
GetValue(BytePointer) - Method in class org.bytedeco.onnxruntime.KeyValuePairsImpl
 
GetValue(String) - Method in class org.bytedeco.onnxruntime.KeyValuePairsImpl
 
GetValue(OrtValue, int, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get non tensor data from an ::OrtValue If value is of type ONNX_TYPE_MAP, you need to retrieve the keys and values separately.
GetValue(OrtValue, int, OrtAllocator, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetValueCount(OrtValue, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get non tensor value count from an ::OrtValue If value is of type ONNX_TYPE_MAP 2 will always be returned.
GetValueInfoName(OrtValueInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the value name from an OrtValueInfo instance.
GetValueInfoName(OrtValueInfo, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetValueInfoName(OrtValueInfo, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetValueInfoName(OrtValueInfo, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetValueInfoTypeInfo(OrtValueInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the type information from an OrtValueInfo instance.
GetValueInfoTypeInfo(OrtValueInfo, OrtTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
getValues() - Method in class ai.onnxruntime.OnnxSparseTensor.SparseTensor
Get the value buffer.
getValuesBuffer() - Method in class ai.onnxruntime.OnnxSparseTensor
Gets a copy of the data buffer.
getValuesShape() - Method in class ai.onnxruntime.OnnxSparseTensor
Gets the shape of the values.
getValuesShape() - Method in class ai.onnxruntime.OnnxSparseTensor.SparseTensor
Gets the shape of the values of the sparse tensor.
GetValueType(OrtValue, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get ONNXType of an ::OrtValue
GetValueType(OrtValue, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetValueType(OrtValue, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GetVariadicInputHomogeneity() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetVariadicInputHomogeneity(OrtCustomOp.GetVariadicInputHomogeneity_OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetVariadicInputHomogeneity_OrtCustomOp(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetVariadicInputHomogeneity_OrtCustomOp
Pointer cast constructor.
GetVariadicInputHomogeneity_OrtCustomOp() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetVariadicInputHomogeneity_OrtCustomOp
 
GetVariadicInputMinArity() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetVariadicInputMinArity(OrtCustomOp.GetVariadicInputMinArity_OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetVariadicInputMinArity_OrtCustomOp(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetVariadicInputMinArity_OrtCustomOp
Pointer cast constructor.
GetVariadicInputMinArity_OrtCustomOp() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetVariadicInputMinArity_OrtCustomOp
 
GetVariadicOutputHomogeneity() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetVariadicOutputHomogeneity(OrtCustomOp.GetVariadicOutputHomogeneity_OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetVariadicOutputHomogeneity_OrtCustomOp(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetVariadicOutputHomogeneity_OrtCustomOp
Pointer cast constructor.
GetVariadicOutputHomogeneity_OrtCustomOp() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetVariadicOutputHomogeneity_OrtCustomOp
 
GetVariadicOutputMinArity() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetVariadicOutputMinArity(OrtCustomOp.GetVariadicOutputMinArity_OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
GetVariadicOutputMinArity_OrtCustomOp(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetVariadicOutputMinArity_OrtCustomOp
Pointer cast constructor.
GetVariadicOutputMinArity_OrtCustomOp() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.GetVariadicOutputMinArity_OrtCustomOp
 
getVendor() - Method in class ai.onnxruntime.OrtHardwareDevice
Gets the vendor name.
GetVendor() - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
GetVendor(OrtEpFactory.GetVendor_OrtEpFactory) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
GetVendor_OrtEpFactory(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpFactory.GetVendor_OrtEpFactory
Pointer cast constructor.
GetVendor_OrtEpFactory() - Constructor for class org.bytedeco.onnxruntime.OrtEpFactory.GetVendor_OrtEpFactory
 
getVendorId() - Method in class ai.onnxruntime.OrtHardwareDevice
Gets the vendor ID number.
GetVendorId() - Method in class org.bytedeco.onnxruntime.MemoryInfoImpl
Wrapper MemoryInfoGetVendorId
GetVendorId() - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
GetVendorId(OrtEpFactory.GetVendorId_OrtEpFactory) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
GetVendorId_OrtEpFactory(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpFactory.GetVendorId_OrtEpFactory
Pointer cast constructor.
GetVendorId_OrtEpFactory() - Constructor for class org.bytedeco.onnxruntime.OrtEpFactory.GetVendorId_OrtEpFactory
 
getVersion() - Method in class ai.onnxruntime.OnnxModelMetadata
Gets the model version.
getVersion() - Method in class ai.onnxruntime.OrtEnvironment
Gets the native library version string.
GetVersion() - Method in class org.bytedeco.onnxruntime.ModelMetadata
Wraps OrtApi::ModelMetadataGetVersion
GetVersion() - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
GetVersion(OrtEpFactory.GetVersion_OrtEpFactory) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
GetVersion_OrtEpFactory(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpFactory.GetVersion_OrtEpFactory
Pointer cast constructor.
GetVersion_OrtEpFactory() - Constructor for class org.bytedeco.onnxruntime.OrtEpFactory.GetVersion_OrtEpFactory
 
GetVersionString() - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
This function returns the onnxruntime version string version string major.minor.rev
GetVersionString() - Method in class org.bytedeco.onnxruntime.OrtApiBase
 
GetVersionString(OrtApiBase.BytePointer_GetVersionString) - Method in class org.bytedeco.onnxruntime.OrtApiBase
 
Global - Class in org.bytedeco.onnxruntime
 
Global() - Constructor for class org.bytedeco.onnxruntime.Global
Default native constructor.
Global(long) - Constructor for class org.bytedeco.onnxruntime.Global
Native array allocator.
Global(Pointer) - Constructor for class org.bytedeco.onnxruntime.Global
Pointer cast constructor.
gpu_mem_limit() - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
\brief CUDA memory limit (To use all possible memory pass in maximum size_t) Defaults to SIZE_MAX.
gpu_mem_limit(long) - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
 
gpu_mem_limit() - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
\brief ROCM memory limit (To use all possible memory pass in maximum size_t) Defaults to SIZE_MAX.
gpu_mem_limit(long) - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
 
Graph - Class in org.bytedeco.onnxruntime
\brief Wrapper around ::OrtGraph
Graph(Pointer) - Constructor for class org.bytedeco.onnxruntime.Graph
Pointer cast constructor.
Graph(long) - Constructor for class org.bytedeco.onnxruntime.Graph
Native array allocator.
Graph(OrtGraph) - Constructor for class org.bytedeco.onnxruntime.Graph
Take ownership of a pointer created by C API
Graph() - Constructor for class org.bytedeco.onnxruntime.Graph
 
Graph_GetGraphView(OrtGraph, PointerPointer, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns an OrtGraph that contains a subset of nodes in the source OrtGraph.
Graph_GetGraphView(OrtGraph, OrtNode, long, OrtGraph) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Graph_GetInitializers(OrtGraph, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns the graph's initializers as OrtValueInfo instances.
Graph_GetInitializers(OrtGraph, OrtValueInfo, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Graph_GetInputs(OrtGraph, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns the graph's inputs as OrtValueInfo instances.
Graph_GetInputs(OrtGraph, OrtValueInfo, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Graph_GetModelMetadata(OrtGraph, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get ::OrtModelMetadata from an ::OrtGraph
Graph_GetModelMetadata(OrtGraph, OrtModelMetadata) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Graph_GetModelPath(OrtGraph, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the filepath to the model from which an OrtGraph is constructed.
Graph_GetModelPath(OrtGraph, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Graph_GetName(OrtGraph, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\}
Graph_GetName(OrtGraph, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Graph_GetName(OrtGraph, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Graph_GetName(OrtGraph, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Graph_GetNodes(OrtGraph, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns the graph's nodes as OrtNode instances.
Graph_GetNodes(OrtGraph, OrtNode, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Graph_GetNumInitializers(OrtGraph, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns the number of graph initializers.
Graph_GetNumInputs(OrtGraph, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns the number of graph inputs.
Graph_GetNumNodes(OrtGraph, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns the number of graph nodes.
Graph_GetNumOperatorSets(OrtGraph, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns the number of operator sets that the graph's model uses.
Graph_GetNumOutputs(OrtGraph, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns the number of graph outputs.
Graph_GetOnnxIRVersion(OrtGraph, LongPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns the ONNX IR version.
Graph_GetOnnxIRVersion(OrtGraph, LongBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Graph_GetOnnxIRVersion(OrtGraph, long[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Graph_GetOperatorSets(OrtGraph, PointerPointer, LongPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns the operator sets that the graph's model uses.
Graph_GetOperatorSets(OrtGraph, BytePointer, LongPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Graph_GetOperatorSets(OrtGraph, ByteBuffer, LongBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Graph_GetOperatorSets(OrtGraph, byte[], long[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Graph_GetOutputs(OrtGraph, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns the graph's outputs as OrtValueInfo instances.
Graph_GetOutputs(OrtGraph, OrtValueInfo, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Graph_GetParentNode(OrtGraph, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the parent node for the given graph, if any exists.
Graph_GetParentNode(OrtGraph, OrtNode) - Method in class org.bytedeco.onnxruntime.OrtApi
 
GraphImpl - Class in org.bytedeco.onnxruntime
 
GraphImpl() - Constructor for class org.bytedeco.onnxruntime.GraphImpl
Default native constructor.
GraphImpl(long) - Constructor for class org.bytedeco.onnxruntime.GraphImpl
Native array allocator.
GraphImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.GraphImpl
Pointer cast constructor.

H

handle_type() - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryDescriptor
Type of the external memory handle
handle_type(int) - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryDescriptor
 
HardwareDevice_DeviceId() - Method in class org.bytedeco.onnxruntime.OrtApi
 
HardwareDevice_DeviceId(OrtApi.HardwareDevice_DeviceId_OrtHardwareDevice) - Method in class org.bytedeco.onnxruntime.OrtApi
 
HardwareDevice_DeviceId_OrtHardwareDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.HardwareDevice_DeviceId_OrtHardwareDevice
Pointer cast constructor.
HardwareDevice_DeviceId_OrtHardwareDevice() - Constructor for class org.bytedeco.onnxruntime.OrtApi.HardwareDevice_DeviceId_OrtHardwareDevice
 
HardwareDevice_Metadata() - Method in class org.bytedeco.onnxruntime.OrtApi
 
HardwareDevice_Metadata(OrtApi.HardwareDevice_Metadata_OrtHardwareDevice) - Method in class org.bytedeco.onnxruntime.OrtApi
 
HardwareDevice_Metadata_OrtHardwareDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.HardwareDevice_Metadata_OrtHardwareDevice
Pointer cast constructor.
HardwareDevice_Metadata_OrtHardwareDevice() - Constructor for class org.bytedeco.onnxruntime.OrtApi.HardwareDevice_Metadata_OrtHardwareDevice
 
HardwareDevice_Type() - Method in class org.bytedeco.onnxruntime.OrtApi
 
HardwareDevice_Type(OrtApi.HardwareDevice_Type_OrtHardwareDevice) - Method in class org.bytedeco.onnxruntime.OrtApi
 
HardwareDevice_Type_OrtHardwareDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.HardwareDevice_Type_OrtHardwareDevice
Pointer cast constructor.
HardwareDevice_Type_OrtHardwareDevice() - Constructor for class org.bytedeco.onnxruntime.OrtApi.HardwareDevice_Type_OrtHardwareDevice
 
HardwareDevice_Vendor() - Method in class org.bytedeco.onnxruntime.OrtApi
 
HardwareDevice_Vendor(OrtApi.HardwareDevice_Vendor_OrtHardwareDevice) - Method in class org.bytedeco.onnxruntime.OrtApi
 
HardwareDevice_Vendor_OrtHardwareDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.HardwareDevice_Vendor_OrtHardwareDevice
Pointer cast constructor.
HardwareDevice_Vendor_OrtHardwareDevice() - Constructor for class org.bytedeco.onnxruntime.OrtApi.HardwareDevice_Vendor_OrtHardwareDevice
 
HardwareDevice_VendorId() - Method in class org.bytedeco.onnxruntime.OrtApi
 
HardwareDevice_VendorId(OrtApi.HardwareDevice_VendorId_OrtHardwareDevice) - Method in class org.bytedeco.onnxruntime.OrtApi
 
HardwareDevice_VendorId_OrtHardwareDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.HardwareDevice_VendorId_OrtHardwareDevice
Pointer cast constructor.
HardwareDevice_VendorId_OrtHardwareDevice() - Constructor for class org.bytedeco.onnxruntime.OrtApi.HardwareDevice_VendorId_OrtHardwareDevice
 
has_user_compute_stream() - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
\brief Flag indicating if there is a user provided compute stream Defaults to 0.
has_user_compute_stream(int) - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
 
has_user_compute_stream() - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
\brief Flag indicating if there is a user provided compute stream Defaults to 0.
has_user_compute_stream(int) - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
 
has_user_compute_stream() - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
has_user_compute_stream(int) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
HasConfigEntry(BytePointer) - Method in class org.bytedeco.onnxruntime.ConstSessionOptions
Wraps OrtApi::HasSessionConfigEntry
HasConfigEntry(String) - Method in class org.bytedeco.onnxruntime.ConstSessionOptions
 
HasConfigEntry(BytePointer) - Method in class org.bytedeco.onnxruntime.ConstSessionOptionsImpl
Wraps OrtApi::HasSessionConfigEntry
HasConfigEntry(String) - Method in class org.bytedeco.onnxruntime.ConstSessionOptionsImpl
 
hashCode() - Method in class ai.onnxruntime.OnnxModelMetadata
 
HasSessionConfigEntry(OrtSessionOptions, BytePointer, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSessionOptions Custom operator APIs \{
HasSessionConfigEntry(OrtSessionOptions, String, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
HasSessionConfigEntry(OrtSessionOptions, BytePointer, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
HasSessionConfigEntry(OrtSessionOptions, String, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
HasSessionConfigEntry(OrtSessionOptions, BytePointer, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
HasSessionConfigEntry(OrtSessionOptions, String, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
HasShape() - Method in class org.bytedeco.onnxruntime.ConstTensorTypeAndShapeInfo
Wraps OrtApi::TensorTypeAndShape_HasShape
HasShape() - Method in class org.bytedeco.onnxruntime.TensorTypeAndShapeInfoImpl
Wraps OrtApi::TensorTypeAndShape_HasShape
HasValue() - Method in class org.bytedeco.onnxruntime.ConstValue
 
HasValue() - Method in class org.bytedeco.onnxruntime.ConstValueImpl
 
HasValue(OrtValue, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSessionOptions \{
HasValue(OrtValue, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
HasValue(OrtValue, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 

I

ImportMemory(OrtExternalResourceImporterImpl, OrtExternalMemoryDescriptor, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
\brief Import external memory.
ImportMemory(OrtExternalResourceImporterImpl, OrtExternalMemoryDescriptor, OrtExternalMemoryHandle) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
 
ImportMemory(OrtExternalResourceImporter, OrtExternalMemoryDescriptor, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtInteropApi
\brief Import external memory into the execution provider.
ImportMemory(OrtExternalResourceImporter, OrtExternalMemoryDescriptor, OrtExternalMemoryHandle) - Method in class org.bytedeco.onnxruntime.OrtInteropApi
 
ImportSemaphore(OrtExternalResourceImporterImpl, OrtExternalSemaphoreDescriptor, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
\brief Import an external semaphore.
ImportSemaphore(OrtExternalResourceImporterImpl, OrtExternalSemaphoreDescriptor, OrtExternalSemaphoreHandle) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
 
ImportSemaphore(OrtExternalResourceImporter, OrtExternalSemaphoreDescriptor, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtInteropApi
\brief Import an external semaphore into the execution provider.
ImportSemaphore(OrtExternalResourceImporter, OrtExternalSemaphoreDescriptor, OrtExternalSemaphoreHandle) - Method in class org.bytedeco.onnxruntime.OrtInteropApi
 
increment() - Method in class org.bytedeco.onnxruntime.FloatVector.Iterator
 
increment() - Method in class org.bytedeco.onnxruntime.LongVector.Iterator
 
increment() - Method in class org.bytedeco.onnxruntime.OpAttrVector.Iterator
 
increment() - Method in class org.bytedeco.onnxruntime.StringSizeTMap.Iterator
 
increment() - Method in class org.bytedeco.onnxruntime.StringStringMap.Iterator
 
increment() - Method in class org.bytedeco.onnxruntime.StringVector.Iterator
 
increment() - Method in class org.bytedeco.onnxruntime.ValueInfoVector.Iterator
 
increment() - Method in class org.bytedeco.onnxruntime.ValueVector.Iterator
 
index() - Method in class org.bytedeco.onnxruntime.ValueInfoConsumerProducerInfo
 
index(long) - Method in class org.bytedeco.onnxruntime.ValueInfoConsumerProducerInfo
 
InferOutputShapeFn() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
InferOutputShapeFn(OrtCustomOp.InferOutputShapeFn_OrtCustomOp_OrtShapeInferContext) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
InferOutputShapeFn_OrtCustomOp_OrtShapeInferContext(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.InferOutputShapeFn_OrtCustomOp_OrtShapeInferContext
Pointer cast constructor.
InferOutputShapeFn_OrtCustomOp_OrtShapeInferContext() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.InferOutputShapeFn_OrtCustomOp_OrtShapeInferContext
 
info - Variable in class ai.onnxruntime.OnnxTensorLike
The size and shape information for this tensor.
Info() - Method in class org.bytedeco.onnxruntime.OrtAllocator
 
Info(OrtAllocator.Info_OrtAllocator) - Method in class org.bytedeco.onnxruntime.OrtAllocator
 
Info_OrtAllocator(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtAllocator.Info_OrtAllocator
Pointer cast constructor.
Info_OrtAllocator() - Constructor for class org.bytedeco.onnxruntime.OrtAllocator.Info_OrtAllocator
 
init(ClassProperties) - Method in class org.bytedeco.onnxruntime.presets.onnxruntime
 
INPUT_OUTPUT_OPTIONAL - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtCustomOpInputOutputCharacteristic
INPUT_OUTPUT_REQUIRED - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtCustomOpInputOutputCharacteristic
INPUT_OUTPUT_VARIADIC - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtCustomOpInputOutputCharacteristic
insert(FloatVector.Iterator, float) - Method in class org.bytedeco.onnxruntime.FloatVector
 
insert(LongVector.Iterator, long) - Method in class org.bytedeco.onnxruntime.LongVector
 
insert(StringVector.Iterator, BytePointer) - Method in class org.bytedeco.onnxruntime.StringVector
 
insert(ValueVector.Iterator, Value) - Method in class org.bytedeco.onnxruntime.ValueVector
 
intern() - Method in enum org.bytedeco.onnxruntime.global.onnxruntime.OrtSparseIndicesFormat
 
IntPair - Class in org.bytedeco.onnxruntime
 
IntPair(Pointer) - Constructor for class org.bytedeco.onnxruntime.IntPair
Pointer cast constructor.
IntPair(int, int) - Constructor for class org.bytedeco.onnxruntime.IntPair
 
IntPair() - Constructor for class org.bytedeco.onnxruntime.IntPair
 
INVALID_INT_DIM - Static variable in class org.bytedeco.onnxruntime.ShapeInferContext.SymbolicInteger
 
INVALID_INT_DIM() - Static method in class org.bytedeco.onnxruntime.ShapeInferContext.SymbolicInteger
 
Invoke(OrtKernelContext, Value, long, Value, long) - Method in class org.bytedeco.onnxruntime.Op
 
Invoke(OrtKernelContext, PointerPointer, long, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.Op
 
Invoke(OrtKernelContext, OrtValue, long, OrtValue, long) - Method in class org.bytedeco.onnxruntime.Op
 
InvokeOp(OrtKernelContext, OrtOp, PointerPointer, int, PointerPointer, int) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief: Invoke the operator created by OrtApi::CreateOp The inputs must follow the order as specified in onnx specification
InvokeOp(OrtKernelContext, OrtOp, OrtValue, int, OrtValue, int) - Method in class org.bytedeco.onnxruntime.OrtApi
 
IoBinding - Class in org.bytedeco.onnxruntime
\brief Wrapper around ::OrtIoBinding
IoBinding(Pointer) - Constructor for class org.bytedeco.onnxruntime.IoBinding
Pointer cast constructor.
IoBinding(Session) - Constructor for class org.bytedeco.onnxruntime.IoBinding
 
IoBindingImpl - Class in org.bytedeco.onnxruntime
 
IoBindingImpl() - Constructor for class org.bytedeco.onnxruntime.IoBindingImpl
Default native constructor.
IoBindingImpl(long) - Constructor for class org.bytedeco.onnxruntime.IoBindingImpl
Native array allocator.
IoBindingImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.IoBindingImpl
Pointer cast constructor.
isClosed() - Method in class ai.onnxruntime.OnnxMap
 
isClosed() - Method in class ai.onnxruntime.OnnxSequence
 
isClosed() - Method in class ai.onnxruntime.OnnxTensorLike
 
isClosed() - Method in interface ai.onnxruntime.OnnxValue
Checks if this value is closed (i.e., the native object has been released).
isClosed() - Method in class ai.onnxruntime.OrtProviderOptions
Is the native object closed?
IsConcurrentRunSupported(OrtEp, BoolPointer) - Method in class org.bytedeco.onnxruntime.OrtEp
\brief Gets whether the execution provider supports concurrent run calls made on the session.
IsConcurrentRunSupported(OrtEp, boolean[]) - Method in class org.bytedeco.onnxruntime.OrtEp
 
IsConstantInitializer() - Method in class org.bytedeco.onnxruntime.ConstValueInfoImpl
< A wrapper around OrtApi::ValueInfo_IsConstantInitializer
IsFromOuterScope() - Method in class org.bytedeco.onnxruntime.ConstValueInfoImpl
< A wrapper around OrtApi::ValueInfo_IsFromOuterScope
IsGraphOutput() - Method in class org.bytedeco.onnxruntime.ConstValueInfoImpl
< A wrapper around OrtApi::ValueInfo_IsGraphOutput
IsInt() - Method in class org.bytedeco.onnxruntime.ShapeInferContext.SymbolicInteger
 
IsOK() - Method in class org.bytedeco.onnxruntime.Status
Returns true if instance represents an OK (non-error) status.
IsOptionalGraphInput() - Method in class org.bytedeco.onnxruntime.ConstValueInfoImpl
< A wrapper around OrtApi::ValueInfo_IsOptionalGraphInput
IsRequiredGraphInput() - Method in class org.bytedeco.onnxruntime.ConstValueInfoImpl
< A wrapper around OrtApi::ValueInfo_IsRequiredGraphInput
isResultOwner(int) - Method in class ai.onnxruntime.OrtSession.Result
Gets the value from the container at the specified index.
isScalar() - Method in class ai.onnxruntime.TensorInfo
Returns true if the shape represents a scalar value (i.e.
isSequenceOfMaps() - Method in class ai.onnxruntime.SequenceInfo
Is this a sequence of maps?
IsSparseTensor() - Method in class org.bytedeco.onnxruntime.ConstValue
Returns true if the OrtValue contains a sparse tensor
IsSparseTensor() - Method in class org.bytedeco.onnxruntime.ConstValueImpl
Returns true if the OrtValue contains a sparse tensor
IsSparseTensor(OrtValue, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtValue \{
IsSparseTensor(OrtValue, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
IsSparseTensor(OrtValue, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
IsStreamAware() - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
IsStreamAware(OrtEpFactory.IsStreamAware_OrtEpFactory) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
IsStreamAware_OrtEpFactory(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpFactory.IsStreamAware_OrtEpFactory
Pointer cast constructor.
IsStreamAware_OrtEpFactory() - Constructor for class org.bytedeco.onnxruntime.OrtEpFactory.IsStreamAware_OrtEpFactory
 
IsTensor() - Method in class org.bytedeco.onnxruntime.ConstValue
Returns true if Value is a tensor, false for other types like map/sequence/etc
IsTensor() - Method in class org.bytedeco.onnxruntime.ConstValueImpl
Returns true if Value is a tensor, false for other types like map/sequence/etc
IsTensor(OrtValue, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Return if an ::OrtValue is a tensor type
IsTensor(OrtValue, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
IsTensor(OrtValue, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
isTrainingEnabled() - Method in class ai.onnxruntime.OrtEnvironment
Is training enabled in this build of ONNX Runtime?
iterator() - Method in class ai.onnxruntime.OrtSession.Result
 
Iterator(Pointer) - Constructor for class org.bytedeco.onnxruntime.FloatVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.onnxruntime.FloatVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.onnxruntime.LongVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.onnxruntime.LongVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.onnxruntime.OpAttrVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.onnxruntime.OpAttrVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.onnxruntime.StringSizeTMap.Iterator
 
Iterator() - Constructor for class org.bytedeco.onnxruntime.StringSizeTMap.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.onnxruntime.StringStringMap.Iterator
 
Iterator() - Constructor for class org.bytedeco.onnxruntime.StringStringMap.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.onnxruntime.StringVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.onnxruntime.StringVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.onnxruntime.ValueInfoVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.onnxruntime.ValueInfoVector.Iterator
 
Iterator(Pointer) - Constructor for class org.bytedeco.onnxruntime.ValueVector.Iterator
 
Iterator() - Constructor for class org.bytedeco.onnxruntime.ValueVector.Iterator
 

K

KernelCompute() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
KernelCompute(OrtCustomOp.KernelCompute_Pointer_OrtKernelContext) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
KernelCompute_Pointer_OrtKernelContext(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.KernelCompute_Pointer_OrtKernelContext
Pointer cast constructor.
KernelCompute_Pointer_OrtKernelContext() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.KernelCompute_Pointer_OrtKernelContext
 
KernelComputeV2() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
KernelComputeV2(OrtCustomOp.KernelComputeV2_Pointer_OrtKernelContext) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
KernelComputeV2_Pointer_OrtKernelContext(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.KernelComputeV2_Pointer_OrtKernelContext
Pointer cast constructor.
KernelComputeV2_Pointer_OrtKernelContext() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.KernelComputeV2_Pointer_OrtKernelContext
 
KernelContext - Class in org.bytedeco.onnxruntime
This class wraps a raw pointer OrtKernelContext* that is being passed to the custom kernel Compute() method.
KernelContext(Pointer) - Constructor for class org.bytedeco.onnxruntime.KernelContext
Pointer cast constructor.
KernelContext(OrtKernelContext) - Constructor for class org.bytedeco.onnxruntime.KernelContext
 
KernelContext.Fn_Pointer_long - Class in org.bytedeco.onnxruntime
 
KernelContext_GetAllocator(OrtKernelContext, OrtMemoryInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get Allocator from KernelContext for a specific memoryInfo.
KernelContext_GetAllocator(OrtKernelContext, OrtMemoryInfo, OrtAllocator) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelContext_GetGPUComputeStream(OrtKernelContext, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtKernelContext Custom operator APIs.
KernelContext_GetGPUComputeStream(OrtKernelContext, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelContext_GetInput(OrtKernelContext, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Used for custom operators, get an input of a kernel The function attempts fetches the input of the kernel.
KernelContext_GetInput(OrtKernelContext, long, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelContext_GetInputCount(OrtKernelContext, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtKernelContext Custom operator APIs.
KernelContext_GetLogger(OrtKernelContext, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtKernelContext Custom operator APIs.
KernelContext_GetLogger(OrtKernelContext, OrtLogger) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelContext_GetOutput(OrtKernelContext, long, LongPointer, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Used for custom operators, get an output of a kernel The function attempts fetches the output of the kernel.
KernelContext_GetOutput(OrtKernelContext, long, LongPointer, long, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelContext_GetOutput(OrtKernelContext, long, LongBuffer, long, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelContext_GetOutput(OrtKernelContext, long, long[], long, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelContext_GetOutputCount(OrtKernelContext, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Used for custom operators, get the output count of a kernel
KernelContext_GetResource(OrtKernelContext, int, int, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
Get a EP resource.
KernelContext_GetResource(OrtKernelContext, int, int, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelContext_GetScratchBuffer(OrtKernelContext, OrtMemoryInfo, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get scratch buffer from the corresponding allocator under the specific OrtMemoryInfo object.
KernelContext_GetScratchBuffer(OrtKernelContext, OrtMemoryInfo, long, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelContext_ParallelFor(OrtKernelContext, OrtApi.Fn_Pointer_long, long, long, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelDef - Class in org.bytedeco.onnxruntime
 
KernelDef(Pointer) - Constructor for class org.bytedeco.onnxruntime.KernelDef
Pointer cast constructor.
KernelDef(OrtKernelDef) - Constructor for class org.bytedeco.onnxruntime.KernelDef
 
KernelDef_GetDomain() - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDef_GetDomain(OrtEpApi.KernelDef_GetDomain_OrtKernelDef) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDef_GetDomain_OrtKernelDef(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.KernelDef_GetDomain_OrtKernelDef
Pointer cast constructor.
KernelDef_GetDomain_OrtKernelDef() - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.KernelDef_GetDomain_OrtKernelDef
 
KernelDef_GetExecutionProvider() - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDef_GetExecutionProvider(OrtEpApi.KernelDef_GetExecutionProvider_OrtKernelDef) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDef_GetExecutionProvider_OrtKernelDef(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.KernelDef_GetExecutionProvider_OrtKernelDef
Pointer cast constructor.
KernelDef_GetExecutionProvider_OrtKernelDef() - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.KernelDef_GetExecutionProvider_OrtKernelDef
 
KernelDef_GetInputMemType(OrtKernelDef, long, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Gets the memory type for a kernel input.
KernelDef_GetInputMemType(OrtKernelDef, long, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDef_GetInputMemType(OrtKernelDef, long, int[]) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDef_GetOperatorType() - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDef_GetOperatorType(OrtEpApi.KernelDef_GetOperatorType_OrtKernelDef) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDef_GetOperatorType_OrtKernelDef(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.KernelDef_GetOperatorType_OrtKernelDef
Pointer cast constructor.
KernelDef_GetOperatorType_OrtKernelDef() - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.KernelDef_GetOperatorType_OrtKernelDef
 
KernelDef_GetOutputMemType(OrtKernelDef, long, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Gets the memory type for a kernel output.
KernelDef_GetOutputMemType(OrtKernelDef, long, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDef_GetOutputMemType(OrtKernelDef, long, int[]) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDef_GetSinceVersion(OrtKernelDef, IntPointer, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Gets the kernel's opset version range that is supported.
KernelDef_GetSinceVersion(OrtKernelDef, IntBuffer, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDef_GetSinceVersion(OrtKernelDef, int[], int[]) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDefBuilder - Class in org.bytedeco.onnxruntime
\brief Builder for OrtKernelDef.
KernelDefBuilder(Pointer) - Constructor for class org.bytedeco.onnxruntime.KernelDefBuilder
Pointer cast constructor.
KernelDefBuilder(long) - Constructor for class org.bytedeco.onnxruntime.KernelDefBuilder
Native array allocator.
KernelDefBuilder() - Constructor for class org.bytedeco.onnxruntime.KernelDefBuilder
Wraps OrtEpApi::CreateKernelDefBuilder
KernelDefBuilder(OrtKernelDefBuilder) - Constructor for class org.bytedeco.onnxruntime.KernelDefBuilder
 
KernelDefBuilder_AddInputOutputAliases(OrtKernelDefBuilder, IntPointer, IntPointer, long) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Adds aliases for the given input and output pairs.
KernelDefBuilder_AddInputOutputAliases(OrtKernelDefBuilder, IntBuffer, IntBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDefBuilder_AddInputOutputAliases(OrtKernelDefBuilder, int[], int[], long) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDefBuilder_AddInputOutputMutableAliases(OrtKernelDefBuilder, IntPointer, IntPointer, long) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Adds mutable aliases for the given input and output pairs.
KernelDefBuilder_AddInputOutputMutableAliases(OrtKernelDefBuilder, IntBuffer, IntBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDefBuilder_AddInputOutputMutableAliases(OrtKernelDefBuilder, int[], int[], long) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDefBuilder_AddTypeConstraint(OrtKernelDefBuilder, BytePointer, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Adds type constraints for a kernel argument represented as a string (e.g., "T").
KernelDefBuilder_AddTypeConstraint(OrtKernelDefBuilder, BytePointer, OrtDataType, long) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDefBuilder_AddTypeConstraint(OrtKernelDefBuilder, String, OrtDataType, long) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDefBuilder_Build(OrtKernelDefBuilder, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Creates a OrtKernelDef instance from the given kernel definition builder.
KernelDefBuilder_Build(OrtKernelDefBuilder, OrtKernelDef) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDefBuilder_SetDomain(OrtKernelDefBuilder, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Sets the kernel's domain.
KernelDefBuilder_SetDomain(OrtKernelDefBuilder, String) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDefBuilder_SetExecutionProvider(OrtKernelDefBuilder, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Sets the name of the kernel's intended execution provider.
KernelDefBuilder_SetExecutionProvider(OrtKernelDefBuilder, String) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDefBuilder_SetInputMemType(OrtKernelDefBuilder, long, int) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Sets the memory type for a kernel input.
KernelDefBuilder_SetOperatorType(OrtKernelDefBuilder, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Sets the kernel's operator type.
KernelDefBuilder_SetOperatorType(OrtKernelDefBuilder, String) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelDefBuilder_SetOutputMemType(OrtKernelDefBuilder, long, int) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Sets the memory type for a kernel output.
KernelDefBuilder_SetSinceVersion(OrtKernelDefBuilder, int, int) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Sets the kernel's opset version range that is supported.
KernelDestroy() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
KernelDestroy(OrtCustomOp.KernelDestroy_Pointer) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
KernelDestroy_Pointer(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.KernelDestroy_Pointer
Pointer cast constructor.
KernelDestroy_Pointer() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.KernelDestroy_Pointer
 
KernelInfo - Class in org.bytedeco.onnxruntime
This struct owns the OrtKernInfo* pointer when a copy is made.
KernelInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.KernelInfo
Pointer cast constructor.
KernelInfo(OrtKernelInfo) - Constructor for class org.bytedeco.onnxruntime.KernelInfo
Take ownership of the instance
KernelInfo_GetConfigEntries(OrtKernelInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get all config entries from ::OrtKernelInfo.
KernelInfo_GetConfigEntries(OrtKernelInfo, OrtKeyValuePairs) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfo_GetEp(OrtKernelInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Get the OrtEp instance to which the node is assigned from the OrtKernelInfo.
KernelInfo_GetEp(OrtKernelInfo, OrtEp) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
KernelInfo_GetInputCount(OrtKernelInfo, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\name OrtKernelInfo Custom operator APIs.
KernelInfo_GetInputName(OrtKernelInfo, long, BytePointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the name of a ::OrtKernelInfo's input.
KernelInfo_GetInputName(OrtKernelInfo, long, ByteBuffer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfo_GetInputName(OrtKernelInfo, long, byte[], SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfo_GetInputTypeInfo(OrtKernelInfo, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the type information for a ::OrtKernelInfo's input.
KernelInfo_GetInputTypeInfo(OrtKernelInfo, long, OrtTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfo_GetLogger(OrtKernelInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the session logger from ::OrtKernelInfo.
KernelInfo_GetLogger(OrtKernelInfo, OrtLogger) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfo_GetNodeName(OrtKernelInfo, BytePointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\name OrtKernelInfo Custom operator APIs.
KernelInfo_GetNodeName(OrtKernelInfo, ByteBuffer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfo_GetNodeName(OrtKernelInfo, byte[], SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfo_GetOperatorDomain(OrtKernelInfo, BytePointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the graph node's operator domain from ::OrtKernelInfo.
KernelInfo_GetOperatorDomain(OrtKernelInfo, ByteBuffer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfo_GetOperatorDomain(OrtKernelInfo, byte[], SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfo_GetOperatorSinceVersion(OrtKernelInfo, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the opset version in which the given node's operator type was first defined from ::OrtKernelInfo.
KernelInfo_GetOperatorSinceVersion(OrtKernelInfo, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfo_GetOperatorSinceVersion(OrtKernelInfo, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfo_GetOperatorType(OrtKernelInfo, BytePointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the graph node's operator type from ::OrtKernelInfo.
KernelInfo_GetOperatorType(OrtKernelInfo, ByteBuffer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfo_GetOperatorType(OrtKernelInfo, byte[], SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfo_GetOutputCount(OrtKernelInfo, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the number of outputs from ::OrtKernelInfo.
KernelInfo_GetOutputName(OrtKernelInfo, long, BytePointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the name of a ::OrtKernelInfo's output.
KernelInfo_GetOutputName(OrtKernelInfo, long, ByteBuffer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfo_GetOutputName(OrtKernelInfo, long, byte[], SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfo_GetOutputTypeInfo(OrtKernelInfo, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the type information for a ::OrtKernelInfo's output.
KernelInfo_GetOutputTypeInfo(OrtKernelInfo, long, OrtTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAllocator(OrtKernelInfo, int, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get allocator from KernelInfo for a specific memory type.
KernelInfoGetAllocator(OrtKernelInfo, int, OrtAllocator) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttribute_float(OrtKernelInfo, BytePointer, FloatPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtKernelInfo Custom operator APIs.
KernelInfoGetAttribute_float(OrtKernelInfo, String, FloatBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttribute_float(OrtKernelInfo, BytePointer, float[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttribute_float(OrtKernelInfo, String, FloatPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttribute_float(OrtKernelInfo, BytePointer, FloatBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttribute_float(OrtKernelInfo, String, float[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttribute_int64(OrtKernelInfo, BytePointer, LongPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Fetch a 64-bit int stored as an attribute in the graph node
KernelInfoGetAttribute_int64(OrtKernelInfo, String, LongBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttribute_int64(OrtKernelInfo, BytePointer, long[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttribute_int64(OrtKernelInfo, String, LongPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttribute_int64(OrtKernelInfo, BytePointer, LongBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttribute_int64(OrtKernelInfo, String, long[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttribute_string(OrtKernelInfo, BytePointer, BytePointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Fetch a string stored as an attribute in the graph node If out is nullptr, the value of size is set to the true size of the string attribute, and a success status is returned.
KernelInfoGetAttribute_string(OrtKernelInfo, String, ByteBuffer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttribute_string(OrtKernelInfo, BytePointer, byte[], SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttribute_string(OrtKernelInfo, String, BytePointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttribute_string(OrtKernelInfo, BytePointer, ByteBuffer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttribute_string(OrtKernelInfo, String, byte[], SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttribute_tensor(OrtKernelInfo, BytePointer, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get a ::OrtValue tensor stored as an attribute in the graph node.
KernelInfoGetAttribute_tensor(OrtKernelInfo, BytePointer, OrtAllocator, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttribute_tensor(OrtKernelInfo, String, OrtAllocator, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttributeArray_float(OrtKernelInfo, BytePointer, FloatPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtKernelInfo Custom operator APIs.
KernelInfoGetAttributeArray_float(OrtKernelInfo, String, FloatBuffer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttributeArray_float(OrtKernelInfo, BytePointer, float[], SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttributeArray_float(OrtKernelInfo, String, FloatPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttributeArray_float(OrtKernelInfo, BytePointer, FloatBuffer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttributeArray_float(OrtKernelInfo, String, float[], SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttributeArray_int64(OrtKernelInfo, BytePointer, LongPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Fetch an array of int64_t values stored as an attribute in the graph node If out is nullptr, the value of size is set to the true size of the attribute array's size, and a success status is returned.
KernelInfoGetAttributeArray_int64(OrtKernelInfo, String, LongBuffer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttributeArray_int64(OrtKernelInfo, BytePointer, long[], SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttributeArray_int64(OrtKernelInfo, String, LongPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttributeArray_int64(OrtKernelInfo, BytePointer, LongBuffer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetAttributeArray_int64(OrtKernelInfo, String, long[], SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetConstantInput_tensor(OrtKernelInfo, long, IntPointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\}
KernelInfoGetConstantInput_tensor(OrtKernelInfo, long, IntPointer, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetConstantInput_tensor(OrtKernelInfo, long, IntBuffer, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoGetConstantInput_tensor(OrtKernelInfo, long, int[], OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
KernelInfoImpl - Class in org.bytedeco.onnxruntime
 
KernelInfoImpl() - Constructor for class org.bytedeco.onnxruntime.KernelInfoImpl
Default native constructor.
KernelInfoImpl(long) - Constructor for class org.bytedeco.onnxruntime.KernelInfoImpl
Native array allocator.
KernelInfoImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.KernelInfoImpl
Pointer cast constructor.
KernelRegistry - Class in org.bytedeco.onnxruntime
\brief Registry for kernels supported by an EP.
KernelRegistry(Pointer) - Constructor for class org.bytedeco.onnxruntime.KernelRegistry
Pointer cast constructor.
KernelRegistry(long) - Constructor for class org.bytedeco.onnxruntime.KernelRegistry
Native array allocator.
KernelRegistry() - Constructor for class org.bytedeco.onnxruntime.KernelRegistry
Create an empty object, must be assigned a valid one to be used
KernelRegistry(OrtKernelRegistry) - Constructor for class org.bytedeco.onnxruntime.KernelRegistry
Wraps KernelRegistry_AddKernel
KernelRegistry_AddKernel(OrtKernelRegistry, OrtKernelDef, OrtKernelCreateFunc, Pointer) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Adds kernel creation information for a supported operator kernel to the given kernel registry.
keyType - Variable in class ai.onnxruntime.MapInfo
The Java type of the keys.
KeyValuePairs - Class in org.bytedeco.onnxruntime
\brief Wrapper around ::OrtKeyValuePairs
KeyValuePairs(Pointer) - Constructor for class org.bytedeco.onnxruntime.KeyValuePairs
Pointer cast constructor.
KeyValuePairs(long) - Constructor for class org.bytedeco.onnxruntime.KeyValuePairs
Native array allocator.
KeyValuePairs(OrtKeyValuePairs) - Constructor for class org.bytedeco.onnxruntime.KeyValuePairs
Take ownership of a pointer created by C API
KeyValuePairs() - Constructor for class org.bytedeco.onnxruntime.KeyValuePairs
\brief Wraps OrtApi::CreateKeyValuePairs
KeyValuePairs(StringStringMap) - Constructor for class org.bytedeco.onnxruntime.KeyValuePairs
\brief Wraps OrtApi::CreateKeyValuePairs and OrtApi::AddKeyValuePair
KeyValuePairsImpl - Class in org.bytedeco.onnxruntime
 
KeyValuePairsImpl() - Constructor for class org.bytedeco.onnxruntime.KeyValuePairsImpl
Default native constructor.
KeyValuePairsImpl(long) - Constructor for class org.bytedeco.onnxruntime.KeyValuePairsImpl
Native array allocator.
KeyValuePairsImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.KeyValuePairsImpl
Pointer cast constructor.

L

lazyResetGrad() - Method in class ai.onnxruntime.OrtTrainingSession
LazyResetGrad(OrtTrainingSession) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\}
length - Variable in class ai.onnxruntime.SequenceInfo
The number of elements in this sequence.
lessThan(BFloat16_t) - Method in class org.bytedeco.onnxruntime.BFloat16_t
 
LoadCheckpoint(Pointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\name Accessing The Training Session State \{
LoadCheckpoint(Pointer, OrtCheckpointState) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
LoadCheckpointFromBuffer(Pointer, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\}
LoadCheckpointFromBuffer(Pointer, long, OrtCheckpointState) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
loadLibraryAndCreate(OrtProvider, OrtProviderOptions.OrtProviderSupplier) - Static method in class ai.onnxruntime.OrtProviderOptions
Loads the provider's shared library (if necessary) and calls the create provider function.
log_id() - Method in class org.bytedeco.onnxruntime.OrtEnvCreationOptions
\brief The log identifier.
log_id(BytePointer) - Method in class org.bytedeco.onnxruntime.OrtEnvCreationOptions
 
Logger - Class in org.bytedeco.onnxruntime
This class represents an ONNX Runtime logger that can be used to log information with an associated severity level and source code location (file path, line number, function name).
Logger(Pointer) - Constructor for class org.bytedeco.onnxruntime.Logger
Pointer cast constructor.
Logger(long) - Constructor for class org.bytedeco.onnxruntime.Logger
Native array allocator.
Logger() - Constructor for class org.bytedeco.onnxruntime.Logger
Creates an empty Ort::Logger.
Logger(OrtLogger) - Constructor for class org.bytedeco.onnxruntime.Logger
Creates a logger from an ::OrtLogger instance.
Logger(Logger) - Constructor for class org.bytedeco.onnxruntime.Logger
 
Logger_GetLoggingSeverityLevel(OrtLogger, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the logging severity level of the ::OrtLogger.
Logger_GetLoggingSeverityLevel(OrtLogger, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Logger_GetLoggingSeverityLevel(OrtLogger, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Logger_LogMessage(OrtLogger, int, BytePointer, Pointer, int, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtLogger Custom operator APIs.
Logger_LogMessage(OrtLogger, int, String, Pointer, int, String) - Method in class org.bytedeco.onnxruntime.OrtApi
 
logging_severity_level() - Method in class org.bytedeco.onnxruntime.OrtEnvCreationOptions
\brief The logging severity level for the environment.
logging_severity_level(int) - Method in class org.bytedeco.onnxruntime.OrtEnvCreationOptions
 
LogMessage(int, Pointer, int, BytePointer, BytePointer) - Method in class org.bytedeco.onnxruntime.Logger
Logs the provided message via OrtApi::Logger_LogMessage.
LogMessage(int, Pointer, int, String, String) - Method in class org.bytedeco.onnxruntime.Logger
 
LongVector - Class in org.bytedeco.onnxruntime
 
LongVector(Pointer) - Constructor for class org.bytedeco.onnxruntime.LongVector
Pointer cast constructor.
LongVector(long...) - Constructor for class org.bytedeco.onnxruntime.LongVector
 
LongVector() - Constructor for class org.bytedeco.onnxruntime.LongVector
 
LongVector(long) - Constructor for class org.bytedeco.onnxruntime.LongVector
 
LongVector.Iterator - Class in org.bytedeco.onnxruntime
 
LookupCustomMetadataMapAllocated(BytePointer, OrtAllocator) - Method in class org.bytedeco.onnxruntime.ModelMetadata
Wraps OrtApi::ModelMetadataLookupCustomMetadataMap
LookupCustomMetadataMapAllocated(String, OrtAllocator) - Method in class org.bytedeco.onnxruntime.ModelMetadata
 
LoraAdapter - Class in org.bytedeco.onnxruntime
\brief LoraAdapter holds a set of Lora Parameters loaded from a single file
LoraAdapter() - Constructor for class org.bytedeco.onnxruntime.LoraAdapter
Default native constructor.
LoraAdapter(long) - Constructor for class org.bytedeco.onnxruntime.LoraAdapter
Native array allocator.
LoraAdapter(Pointer) - Constructor for class org.bytedeco.onnxruntime.LoraAdapter
Pointer cast constructor.

M

makeCarrier() - Method in class ai.onnxruntime.TensorInfo
Constructs an array the right shape and type to hold this tensor.
MakeCustomOpConfigEntryKey(BytePointer, BytePointer) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
\brief Constant wrapper around ::OrtEpAssignedSubgraph \remarks EpAssignedSubgraph is always read-only for ORT API users.
MakeCustomOpConfigEntryKey(String, String) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
map(InfoMap) - Method in class org.bytedeco.onnxruntime.presets.onnxruntime
 
mapFromClass(Class<?>) - Static method in enum ai.onnxruntime.OnnxJavaType
Maps from a Java class object into the enum type, returning OnnxJavaType.UNKNOWN for unsupported types.
mapFromInt(int) - Static method in enum ai.onnxruntime.OnnxJavaType
Maps from an int in native land into an OnnxJavaType instance.
mapFromInt(int) - Static method in enum ai.onnxruntime.OnnxMap.OnnxMapValueType
Gets the enum type from it's integer id.
mapFromInt(int) - Static method in enum ai.onnxruntime.OnnxSparseTensor.SparseTensorType
Maps from an int in native land into a SparseTensorType instance.
mapFromInt(int) - Static method in enum ai.onnxruntime.OrtEnvironment.OrtCompiledModelCompatibility
Maps from the C API's int enum to the Java enum.
mapFromInt(int) - Static method in enum ai.onnxruntime.OrtException.OrtErrorCode
Maps from an int in native land into an OrtErrorCode instance.
mapFromInt(int) - Static method in enum ai.onnxruntime.OrtHardwareDevice.OrtHardwareDeviceType
Maps from the C API's int enum to the Java enum.
mapFromInt(int) - Static method in enum ai.onnxruntime.OrtLoggingLevel
Maps from the C API's int enum to the Java enum.
mapFromInt(int) - Static method in enum ai.onnxruntime.TensorInfo.OnnxTensorType
Maps from the C API's int enum to the Java enum.
mapFromJavaType(OnnxJavaType) - Static method in enum ai.onnxruntime.TensorInfo.OnnxTensorType
Maps a OnnxJavaType into the appropriate native element type.
mapFromName(String) - Static method in enum ai.onnxruntime.OrtProvider
Maps from the name string used by ONNX Runtime into the enum.
mapFromOnnxJavaType(OnnxJavaType) - Static method in enum ai.onnxruntime.OnnxMap.OnnxMapValueType
Maps a OnnxJavaType into a map value type.
mapFromOnnxTensorType(TensorInfo.OnnxTensorType) - Static method in enum ai.onnxruntime.OnnxJavaType
Maps from the TensorInfo.OnnxTensorType enum to the corresponding OnnxJavaType enum, converting types as appropriate.
MapInfo - Class in ai.onnxruntime
Describes an OnnxMap object or output node.
mapInfo - Variable in class ai.onnxruntime.SequenceInfo
The type of the map if it contains a map, null otherwise.
MapTypeInfo - Class in org.bytedeco.onnxruntime
\brief Wrapper around ::OrtMapTypeInfo
MapTypeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.MapTypeInfo
Pointer cast constructor.
MapTypeInfo(OrtMapTypeInfo) - Constructor for class org.bytedeco.onnxruntime.MapTypeInfo
Used for interop with the C API
MapTypeInfoImpl - Class in org.bytedeco.onnxruntime
 
MapTypeInfoImpl() - Constructor for class org.bytedeco.onnxruntime.MapTypeInfoImpl
Default native constructor.
MapTypeInfoImpl(long) - Constructor for class org.bytedeco.onnxruntime.MapTypeInfoImpl
Native array allocator.
MapTypeInfoImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.MapTypeInfoImpl
Pointer cast constructor.
MAX_CUSTOM_OP_END_VER - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
 
MAX_DIMENSIONS - Static variable in class ai.onnxruntime.TensorInfo
Maximum number of dimensions supported by the Java interface methods.
MemoryAllocation - Class in org.bytedeco.onnxruntime
Represents native memory allocation coming from one of the OrtAllocators registered with OnnxRuntime.
MemoryAllocation(Pointer) - Constructor for class org.bytedeco.onnxruntime.MemoryAllocation
Pointer cast constructor.
MemoryDevice_AreEqual() - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
MemoryDevice_AreEqual(OrtEpApi.MemoryDevice_AreEqual_OrtMemoryDevice_OrtMemoryDevice) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
MemoryDevice_AreEqual_OrtMemoryDevice_OrtMemoryDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.MemoryDevice_AreEqual_OrtMemoryDevice_OrtMemoryDevice
Pointer cast constructor.
MemoryDevice_AreEqual_OrtMemoryDevice_OrtMemoryDevice() - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.MemoryDevice_AreEqual_OrtMemoryDevice_OrtMemoryDevice
 
MemoryDevice_GetDeviceId() - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
MemoryDevice_GetDeviceId(OrtEpApi.MemoryDevice_GetDeviceId_OrtMemoryDevice) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
MemoryDevice_GetDeviceId_OrtMemoryDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.MemoryDevice_GetDeviceId_OrtMemoryDevice
Pointer cast constructor.
MemoryDevice_GetDeviceId_OrtMemoryDevice() - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.MemoryDevice_GetDeviceId_OrtMemoryDevice
 
MemoryDevice_GetDeviceType() - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
MemoryDevice_GetDeviceType(OrtEpApi.MemoryDevice_GetDeviceType_OrtMemoryDevice) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
MemoryDevice_GetDeviceType_OrtMemoryDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.MemoryDevice_GetDeviceType_OrtMemoryDevice
Pointer cast constructor.
MemoryDevice_GetDeviceType_OrtMemoryDevice() - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.MemoryDevice_GetDeviceType_OrtMemoryDevice
 
MemoryDevice_GetMemoryType() - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
MemoryDevice_GetMemoryType(OrtEpApi.MemoryDevice_GetMemoryType_OrtMemoryDevice) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
MemoryDevice_GetMemoryType_OrtMemoryDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.MemoryDevice_GetMemoryType_OrtMemoryDevice
Pointer cast constructor.
MemoryDevice_GetMemoryType_OrtMemoryDevice() - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.MemoryDevice_GetMemoryType_OrtMemoryDevice
 
MemoryDevice_GetVendorId() - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
MemoryDevice_GetVendorId(OrtEpApi.MemoryDevice_GetVendorId_OrtMemoryDevice) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
MemoryDevice_GetVendorId_OrtMemoryDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.MemoryDevice_GetVendorId_OrtMemoryDevice
Pointer cast constructor.
MemoryDevice_GetVendorId_OrtMemoryDevice() - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.MemoryDevice_GetVendorId_OrtMemoryDevice
 
MemoryInfo - Class in org.bytedeco.onnxruntime
\brief Wrapper around ::OrtMemoryInfo
MemoryInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.MemoryInfo
Pointer cast constructor.
MemoryInfo(OrtMemoryInfo) - Constructor for class org.bytedeco.onnxruntime.MemoryInfo
Take ownership of a pointer created by C API
MemoryInfo(BytePointer, int, int, int) - Constructor for class org.bytedeco.onnxruntime.MemoryInfo
 
MemoryInfo(String, int, int, int) - Constructor for class org.bytedeco.onnxruntime.MemoryInfo
 
MemoryInfo(BytePointer, int, int, int, int, long, int) - Constructor for class org.bytedeco.onnxruntime.MemoryInfo
Wrapper around CreateMemoryInfo_V2
MemoryInfo(String, int, int, int, int, long, int) - Constructor for class org.bytedeco.onnxruntime.MemoryInfo
 
MemoryInfo_GetMemoryDevice() - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
MemoryInfo_GetMemoryDevice(OrtEpApi.MemoryInfo_GetMemoryDevice_OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
MemoryInfo_GetMemoryDevice_OrtMemoryInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.MemoryInfo_GetMemoryDevice_OrtMemoryInfo
Pointer cast constructor.
MemoryInfo_GetMemoryDevice_OrtMemoryInfo() - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.MemoryInfo_GetMemoryDevice_OrtMemoryInfo
 
MemoryInfoGetDeviceMemType() - Method in class org.bytedeco.onnxruntime.OrtApi
 
MemoryInfoGetDeviceMemType(OrtApi.MemoryInfoGetDeviceMemType_OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
MemoryInfoGetDeviceMemType_OrtMemoryInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.MemoryInfoGetDeviceMemType_OrtMemoryInfo
Pointer cast constructor.
MemoryInfoGetDeviceMemType_OrtMemoryInfo() - Constructor for class org.bytedeco.onnxruntime.OrtApi.MemoryInfoGetDeviceMemType_OrtMemoryInfo
 
MemoryInfoGetDeviceType() - Method in class org.bytedeco.onnxruntime.OrtApi
 
MemoryInfoGetDeviceType(OrtApi.MemoryInfoGetDeviceType_OrtMemoryInfo_IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
MemoryInfoGetDeviceType_OrtMemoryInfo_IntPointer(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.MemoryInfoGetDeviceType_OrtMemoryInfo_IntPointer
Pointer cast constructor.
MemoryInfoGetDeviceType_OrtMemoryInfo_IntPointer() - Constructor for class org.bytedeco.onnxruntime.OrtApi.MemoryInfoGetDeviceType_OrtMemoryInfo_IntPointer
 
MemoryInfoGetId(OrtMemoryInfo, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the device id from ::OrtMemoryInfo
MemoryInfoGetId(OrtMemoryInfo, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
MemoryInfoGetId(OrtMemoryInfo, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
MemoryInfoGetMemType(OrtMemoryInfo, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the ::OrtMemType from ::OrtMemoryInfo
MemoryInfoGetMemType(OrtMemoryInfo, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
MemoryInfoGetMemType(OrtMemoryInfo, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
MemoryInfoGetName(OrtMemoryInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get name from ::OrtMemoryInfo
MemoryInfoGetName(OrtMemoryInfo, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
MemoryInfoGetName(OrtMemoryInfo, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
MemoryInfoGetName(OrtMemoryInfo, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
MemoryInfoGetType(OrtMemoryInfo, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the ::OrtAllocatorType from ::OrtMemoryInfo
MemoryInfoGetType(OrtMemoryInfo, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
MemoryInfoGetType(OrtMemoryInfo, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
MemoryInfoGetVendorId() - Method in class org.bytedeco.onnxruntime.OrtApi
 
MemoryInfoGetVendorId(OrtApi.MemoryInfoGetVendorId_OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
MemoryInfoGetVendorId_OrtMemoryInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.MemoryInfoGetVendorId_OrtMemoryInfo
Pointer cast constructor.
MemoryInfoGetVendorId_OrtMemoryInfo() - Constructor for class org.bytedeco.onnxruntime.OrtApi.MemoryInfoGetVendorId_OrtMemoryInfo
 
MemoryInfoImpl - Class in org.bytedeco.onnxruntime
 
MemoryInfoImpl() - Constructor for class org.bytedeco.onnxruntime.MemoryInfoImpl
Default native constructor.
MemoryInfoImpl(long) - Constructor for class org.bytedeco.onnxruntime.MemoryInfoImpl
Native array allocator.
MemoryInfoImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.MemoryInfoImpl
Pointer cast constructor.
migraphx_arena_extend_strategy() - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
\brief Strategy used to grow the memory arena 0 = kNextPowerOfTwo
1 = kSameAsRequested
Defaults to 0.
migraphx_arena_extend_strategy(int) - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_exhaustive_tune() - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_exhaustive_tune(boolean) - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_fp16_enable() - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_fp16_enable(int) - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_fp8_enable() - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_fp8_enable(int) - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_int8_calibration_table_name() - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_int8_calibration_table_name(BytePointer) - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_int8_enable() - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_int8_enable(int) - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_load_compiled_model() - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_load_compiled_model(int) - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_load_model_path() - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_load_model_path(BytePointer) - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_mem_limit() - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
\brief MIGraphX memory limit (To use all possible memory pass in maximum size_t) Defaults to SIZE_MAX.
migraphx_mem_limit(long) - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_save_compiled_model() - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_save_compiled_model(int) - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_save_model_path() - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_save_model_path(BytePointer) - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_use_native_calibration_table() - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
migraphx_use_native_calibration_table(int) - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
miopen_conv_exhaustive_search() - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
\brief ROCM MIOpen Convolution algorithm exhaustive search option.
miopen_conv_exhaustive_search(int) - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
 
mlasFloatToFp16(float) - Static method in class ai.onnxruntime.platform.Fp16Conversions
Rounds a float value to fp16.
mlasFp16ToFloat(short) - Static method in class ai.onnxruntime.platform.Fp16Conversions
Upcasts a fp16 value to a float.
Model - Class in org.bytedeco.onnxruntime
\brief Wrapper around ::OrtModel
Model(Pointer) - Constructor for class org.bytedeco.onnxruntime.Model
Pointer cast constructor.
Model(OrtModel) - Constructor for class org.bytedeco.onnxruntime.Model
Take ownership of a pointer created by C API
Model(StringIntPair) - Constructor for class org.bytedeco.onnxruntime.Model
 
ModelCompilationOptions - Class in org.bytedeco.onnxruntime
\brief Options object used when compiling a model.
ModelCompilationOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.ModelCompilationOptions
Pointer cast constructor.
ModelCompilationOptions(Env, SessionOptions) - Constructor for class org.bytedeco.onnxruntime.ModelCompilationOptions
Wraps OrtApi::CreateModelCompilationOptionsFromSessionOptions
ModelCompilationOptions(Env, ConstSessionOptions) - Constructor for class org.bytedeco.onnxruntime.ModelCompilationOptions
Wraps OrtApi::CreateModelCompilationOptionsFromSessionOptions
ModelCompilationOptions_SetEpContextBinaryInformation(OrtModelCompilationOptions, Pointer, Pointer) - Method in class org.bytedeco.onnxruntime.OrtCompileApi
Sets information related to EP context binary file.
ModelCompilationOptions_SetEpContextEmbedMode(OrtModelCompilationOptions, boolean) - Method in class org.bytedeco.onnxruntime.OrtCompileApi
\brief Enables or disables the embedding of EPContext binary data into the ep_cache_context attribute of EPContext nodes.
ModelCompilationOptions_SetFlags(OrtModelCompilationOptions, int) - Method in class org.bytedeco.onnxruntime.OrtCompileApi
\brief Sets flags from OrtCompileApiFlags that represent one or more boolean options to enable.
ModelCompilationOptions_SetGraphOptimizationLevel(OrtModelCompilationOptions, int) - Method in class org.bytedeco.onnxruntime.OrtCompileApi
Set the graph optimization level.
ModelCompilationOptions_SetInputModelFromBuffer(OrtModelCompilationOptions, Pointer, long) - Method in class org.bytedeco.onnxruntime.OrtCompileApi
\brief Sets the buffer that stores the bytes of the loaded ONNX model to compile.
ModelCompilationOptions_SetInputModelPath(OrtModelCompilationOptions, Pointer) - Method in class org.bytedeco.onnxruntime.OrtCompileApi
\brief Sets the file path to the input ONNX model to compile.
ModelCompilationOptions_SetOutputModelBuffer(OrtModelCompilationOptions, OrtAllocator, PointerPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtCompileApi
\brief Configures model compilation to store the output compiled ONNX model in a buffer.
ModelCompilationOptions_SetOutputModelBuffer(OrtModelCompilationOptions, OrtAllocator, Pointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtCompileApi
 
ModelCompilationOptions_SetOutputModelExternalInitializersFile(OrtModelCompilationOptions, Pointer, long) - Method in class org.bytedeco.onnxruntime.OrtCompileApi
\brief Optionally sets the file that should store external initializers for the compiled ONNX model.
ModelCompilationOptions_SetOutputModelGetInitializerLocationFunc(OrtModelCompilationOptions, OrtGetInitializerLocationFunc, Pointer) - Method in class org.bytedeco.onnxruntime.OrtCompileApi
\brief Sets a OrtGetInitializerLocationFunc function that is called by ORT for every initializer in the generated model.
ModelCompilationOptions_SetOutputModelPath(OrtModelCompilationOptions, Pointer) - Method in class org.bytedeco.onnxruntime.OrtCompileApi
\brief Sets the file path for the output ONNX model generated by CompileModel.
ModelCompilationOptions_SetOutputModelWriteFunc(OrtModelCompilationOptions, OrtWriteBufferFunc, Pointer) - Method in class org.bytedeco.onnxruntime.OrtCompileApi
\brief Sets a OrtWriteBufferFunc function that is called by ORT to write out the output model's serialized ONNX bytes.
ModelImpl - Class in org.bytedeco.onnxruntime
 
ModelImpl() - Constructor for class org.bytedeco.onnxruntime.ModelImpl
Default native constructor.
ModelImpl(long) - Constructor for class org.bytedeco.onnxruntime.ModelImpl
Native array allocator.
ModelImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.ModelImpl
Pointer cast constructor.
ModelMetadata - Class in org.bytedeco.onnxruntime
\brief Wrapper around ::OrtModelMetadata
ModelMetadata() - Constructor for class org.bytedeco.onnxruntime.ModelMetadata
Default native constructor.
ModelMetadata(long) - Constructor for class org.bytedeco.onnxruntime.ModelMetadata
Native array allocator.
ModelMetadata(Pointer) - Constructor for class org.bytedeco.onnxruntime.ModelMetadata
Pointer cast constructor.
ModelMetadataGetCustomMetadataMapKeys(OrtModelMetadata, OrtAllocator, PointerPointer, LongPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtModelMetadata \{
ModelMetadataGetCustomMetadataMapKeys(OrtModelMetadata, OrtAllocator, PointerPointer, LongBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataGetCustomMetadataMapKeys(OrtModelMetadata, OrtAllocator, PointerPointer, long[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataGetDescription(OrtModelMetadata, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get description from an ::OrtModelMetadata
ModelMetadataGetDescription(OrtModelMetadata, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataGetDescription(OrtModelMetadata, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataGetDescription(OrtModelMetadata, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataGetDomain(OrtModelMetadata, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get domain from an ::OrtModelMetadata
ModelMetadataGetDomain(OrtModelMetadata, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataGetDomain(OrtModelMetadata, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataGetDomain(OrtModelMetadata, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataGetGraphDescription(OrtModelMetadata, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtModelMetadata \{
ModelMetadataGetGraphDescription(OrtModelMetadata, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataGetGraphDescription(OrtModelMetadata, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataGetGraphDescription(OrtModelMetadata, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataGetGraphName(OrtModelMetadata, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get graph name from an ::OrtModelMetadata
ModelMetadataGetGraphName(OrtModelMetadata, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataGetGraphName(OrtModelMetadata, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataGetGraphName(OrtModelMetadata, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataGetProducerName(OrtModelMetadata, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtModelMetadata \{
ModelMetadataGetProducerName(OrtModelMetadata, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataGetProducerName(OrtModelMetadata, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataGetProducerName(OrtModelMetadata, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataGetVersion(OrtModelMetadata, LongPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get version number from an ::OrtModelMetadata
ModelMetadataGetVersion(OrtModelMetadata, LongBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataGetVersion(OrtModelMetadata, long[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataLookupCustomMetadataMap(OrtModelMetadata, OrtAllocator, BytePointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Return data for a key in the custom metadata map in an ::OrtModelMetadata
ModelMetadataLookupCustomMetadataMap(OrtModelMetadata, OrtAllocator, BytePointer, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataLookupCustomMetadataMap(OrtModelMetadata, OrtAllocator, String, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataLookupCustomMetadataMap(OrtModelMetadata, OrtAllocator, BytePointer, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataLookupCustomMetadataMap(OrtModelMetadata, OrtAllocator, String, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataLookupCustomMetadataMap(OrtModelMetadata, OrtAllocator, BytePointer, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ModelMetadataLookupCustomMetadataMap(OrtModelMetadata, OrtAllocator, String, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseAllocator
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseAllocatorWithDefaultOptions
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseArenaCfg
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseConstGraph
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseConstIoBinding
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseConstMapTypeInfo
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseConstSession
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseConstSessionOptions
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseConstTensorTypeAndShapeInfo
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseConstValue
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseCUDAProviderOptionsV2
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseCustomOpDomain
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseEnv
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseEpAssignedNodeWithDefaultOptions
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseEpAssignedSubgraphWithDefaultOptions
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseEpDevice
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseExternalInitializerInfo
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseGraph
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseIoBinding
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseKernelDef
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseKernelDefBuilder
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseKernelInfo
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseKernelRegistry
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseKeyValuePairs
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseLoraAdapter
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseMapTypeInfo
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseMemoryInfo
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseModel
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseModelCompilationOptions
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseModelMetadata
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseNode
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseOp
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseOpAttr
 
multiply() - Method in class org.bytedeco.onnxruntime.BasePrepackedWeightsContainer
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseRunOptions
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseSequenceTypeInfo
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseSession
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseSessionOptions
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseStatus
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseSyncStream
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseTensorRTProviderOptionsV2
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseTensorTypeAndShapeInfo
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseThreadingOptions
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseTypeInfo
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseValue
 
multiply() - Method in class org.bytedeco.onnxruntime.BaseValueInfo
 

N

native_handle() - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryDescriptor
Platform-specific handle (e.g., Windows HANDLE)
native_handle(Pointer) - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryDescriptor
 
native_handle() - Method in class org.bytedeco.onnxruntime.OrtExternalSemaphoreDescriptor
Platform-specific handle (e.g., Windows HANDLE)
native_handle(Pointer) - Method in class org.bytedeco.onnxruntime.OrtExternalSemaphoreDescriptor
 
nativeHandle - Variable in class ai.onnxruntime.OnnxTensorLike
The native pointer.
nativeHandle - Variable in class ai.onnxruntime.OrtProviderOptions
The native pointer.
newBooleanArray(long[]) - Static method in class ai.onnxruntime.OrtUtil
Creates a new primitive boolean array of up to 8 dimensions, using the supplied shape.
newByteArray(long[]) - Static method in class ai.onnxruntime.OrtUtil
Creates a new primitive byte array of up to 8 dimensions, using the supplied shape.
newDoubleArray(long[]) - Static method in class ai.onnxruntime.OrtUtil
Creates a new primitive double array of up to 8 dimensions, using the supplied shape.
newFloatArray(long[]) - Static method in class ai.onnxruntime.OrtUtil
Creates a new primitive float array of up to 8 dimensions, using the supplied shape.
newIntArray(long[]) - Static method in class ai.onnxruntime.OrtUtil
Creates a new primitive int array of up to 8 dimensions, using the supplied shape.
newLongArray(long[]) - Static method in class ai.onnxruntime.OrtUtil
Creates a new primitive long array of up to 8 dimensions, using the supplied shape.
newShortArray(long[]) - Static method in class ai.onnxruntime.OrtUtil
Creates a new primitive short array of up to 8 dimensions, using the supplied shape.
newStringArray(long[]) - Static method in class ai.onnxruntime.OrtUtil
Creates a new String array of up to 8 dimensions, using the supplied shape.
NNAPIFlags - Enum in ai.onnxruntime.providers
Flags for the NNAPI provider.
Node - Class in org.bytedeco.onnxruntime
\brief Wrapper around ::OrtNode
Node(Pointer) - Constructor for class org.bytedeco.onnxruntime.Node
Pointer cast constructor.
Node(long) - Constructor for class org.bytedeco.onnxruntime.Node
Native array allocator.
Node() - Constructor for class org.bytedeco.onnxruntime.Node
 
Node(OrtNode) - Constructor for class org.bytedeco.onnxruntime.Node
Take ownership of a pointer created by C API
Node(BytePointer, BytePointer, BytePointer, StringVector, StringVector) - Constructor for class org.bytedeco.onnxruntime.Node
 
Node(String, String, String, StringVector, StringVector) - Constructor for class org.bytedeco.onnxruntime.Node
 
Node(BytePointer, BytePointer, BytePointer, StringVector, StringVector, OpAttrVector) - Constructor for class org.bytedeco.onnxruntime.Node
Wraps CreateNode.
Node(String, String, String, StringVector, StringVector, OpAttrVector) - Constructor for class org.bytedeco.onnxruntime.Node
 
node() - Method in class org.bytedeco.onnxruntime.ValueInfoConsumerProducerInfo
 
node(ConstNodeImpl) - Method in class org.bytedeco.onnxruntime.ValueInfoConsumerProducerInfo
 
Node_GetAttributeByName(OrtNode, BytePointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Gets the OrtNode's attribute as OrtOpAttr by name.
Node_GetAttributeByName(OrtNode, BytePointer, OrtOpAttr) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetAttributeByName(OrtNode, String, OrtOpAttr) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetAttributes(OrtNode, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns a node's attributes as OrtOpAttr instances.
Node_GetAttributes(OrtNode, OrtOpAttr, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetDomain(OrtNode, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns a node's domain name.
Node_GetDomain(OrtNode, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetDomain(OrtNode, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetDomain(OrtNode, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetEpName(OrtNode, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns the execution provider name that this node is assigned to run on.
Node_GetEpName(OrtNode, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetEpName(OrtNode, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetEpName(OrtNode, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetGraph(OrtNode, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the node's parent OrtGraph instance.
Node_GetGraph(OrtNode, OrtGraph) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetId(OrtNode, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\}
Node_GetImplicitInputs(OrtNode, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the implicit inputs, as OrtValueInfo instances, that are used within the given node's subgraphs.
Node_GetImplicitInputs(OrtNode, OrtValueInfo, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetInputs(OrtNode, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns the node's inputs as OrtValueInfo instances.
Node_GetInputs(OrtNode, OrtValueInfo, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetName(OrtNode, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns a node's name.
Node_GetName(OrtNode, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetName(OrtNode, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetName(OrtNode, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetNumAttributes(OrtNode, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns the number of node attributes.
Node_GetNumImplicitInputs(OrtNode, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns the number of node implicit inputs.
Node_GetNumInputs(OrtNode, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns the number of node inputs.
Node_GetNumOutputs(OrtNode, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns the number of node outputs.
Node_GetNumSubgraphs(OrtNode, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns the number of subgraphs contained by the given node.
Node_GetOperatorType(OrtNode, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns a node's operator type (e.g., "Conv").
Node_GetOperatorType(OrtNode, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetOperatorType(OrtNode, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetOperatorType(OrtNode, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetOutputs(OrtNode, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns the node's outputs as OrtValueInfo instances.
Node_GetOutputs(OrtNode, OrtValueInfo, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetSinceVersion(OrtNode, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the opset version in which the given node's operator type was first defined.
Node_GetSinceVersion(OrtNode, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetSinceVersion(OrtNode, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetSubgraphs(OrtNode, PointerPointer, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the subgraphs, as OrtGraph instances, contained by the given node.
Node_GetSubgraphs(OrtNode, OrtGraph, long, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetSubgraphs(OrtNode, OrtGraph, long, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Node_GetSubgraphs(OrtNode, OrtGraph, long, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
NodeComputeContext_NodeName() - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
NodeComputeContext_NodeName(OrtEpApi.NodeComputeContext_NodeName_OrtNodeComputeContext) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
NodeComputeContext_NodeName_OrtNodeComputeContext(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.NodeComputeContext_NodeName_OrtNodeComputeContext
Pointer cast constructor.
NodeComputeContext_NodeName_OrtNodeComputeContext() - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.NodeComputeContext_NodeName_OrtNodeComputeContext
 
NodeInfo - Class in ai.onnxruntime
The info for an input or output node from an ONNX model.
NodeInfo(String, ValueInfo) - Constructor for class ai.onnxruntime.NodeInfo
Creates a node info object from the supplied name and value info.
notEquals(BFloat16_t) - Method in class org.bytedeco.onnxruntime.BFloat16_t
 
notEquals(Float8E4M3FN_t) - Method in class org.bytedeco.onnxruntime.Float8E4M3FN_t
 
notEquals(Float8E4M3FNUZ_t) - Method in class org.bytedeco.onnxruntime.Float8E4M3FNUZ_t
 
notEquals(Float8E5M2_t) - Method in class org.bytedeco.onnxruntime.Float8E5M2_t
 
notEquals(Float8E5M2FNUZ_t) - Method in class org.bytedeco.onnxruntime.Float8E5M2FNUZ_t
 
num_of_threads() - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
0 = Use default number of threads
num_of_threads(long) - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
 

O

offset_bytes() - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryDescriptor
Offset in bytes into the allocation (default 0).
offset_bytes(long) - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryDescriptor
 
offset_bytes() - Method in class org.bytedeco.onnxruntime.OrtExternalTensorDescriptor
Additional offset within imported memory (default 0).
offset_bytes(long) - Method in class org.bytedeco.onnxruntime.OrtExternalTensorDescriptor
 
ONNX_TENSOR_ELEMENT_DATA_TYPE_BFLOAT16 - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_BOOL - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_COMPLEX128 - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_COMPLEX64 - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_DOUBLE - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT16 - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT4E2M1 - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT8E4M3FN - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT8E4M3FNUZ - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT8E5M2 - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT8E5M2FNUZ - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_INT16 - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_INT2 - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_INT32 - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_INT4 - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_INT64 - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_INT8 - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_STRING - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT16 - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT2 - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT32 - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT4 - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT64 - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT8 - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TENSOR_ELEMENT_DATA_TYPE_UNDEFINED - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXTensorElementDataType
ONNX_TYPE_MAP - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXType
ONNX_TYPE_OPAQUE - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXType
ONNX_TYPE_OPTIONAL - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXType
ONNX_TYPE_SEQUENCE - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXType
ONNX_TYPE_SPARSETENSOR - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXType
ONNX_TYPE_TENSOR - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXType
ONNX_TYPE_UNKNOWN - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ONNXType
OnnxJavaType - Enum in ai.onnxruntime
An enum representing ONNX Runtime supported Java primitive types (and String).
OnnxMap - Class in ai.onnxruntime
A container for a map returned by OrtSession.run(Map).
OnnxMap.OnnxMapValueType - Enum in ai.onnxruntime
An enum representing the Java type of the values stored in an OnnxMap.
OnnxModelMetadata - Class in ai.onnxruntime
Contains the metadata associated with an ONNX model.
OnnxModelMetadata(OnnxModelMetadata) - Constructor for class ai.onnxruntime.OnnxModelMetadata
Copy constructor.
onnxruntime - Class in org.bytedeco.onnxruntime.global
 
onnxruntime() - Constructor for class org.bytedeco.onnxruntime.global.onnxruntime
 
onnxruntime - Class in org.bytedeco.onnxruntime.presets
 
onnxruntime() - Constructor for class org.bytedeco.onnxruntime.presets.onnxruntime
 
onnxruntime.OrtSparseIndicesFormat - Enum in org.bytedeco.onnxruntime.global
 
OnnxSequence - Class in ai.onnxruntime
A sequence of OnnxValues all of the same type.
OnnxSparseTensor - Class in ai.onnxruntime
A Java object wrapping an OnnxSparseTensor.
OnnxSparseTensor.BlockSparseTensor - Class in ai.onnxruntime
The Java side representation of a block sparse tensor.
OnnxSparseTensor.COOTensor - Class in ai.onnxruntime
The Java side representation of a COO sparse tensor.
OnnxSparseTensor.CSRCTensor - Class in ai.onnxruntime
The Java side representation of a CSRC sparse tensor.
OnnxSparseTensor.SparseTensor<T extends Buffer> - Class in ai.onnxruntime
Abstract base class for Java sparse tensors
OnnxSparseTensor.SparseTensorType - Enum in ai.onnxruntime
The type of the sparse tensor.
OnnxTensor - Class in ai.onnxruntime
A Java object wrapping an OnnxTensor.
OnnxTensorLike - Class in ai.onnxruntime
Currently implemented by OnnxTensor, OnnxSparseTensor.
onnxType - Variable in class ai.onnxruntime.TensorInfo
The native type of this tensor.
OnnxValue - Interface in ai.onnxruntime
Top interface for input and output values from ONNX models.
OnnxValue.OnnxValueType - Enum in ai.onnxruntime
The type of the OnnxValue, mirroring the id in the C API.
OnRunEnd(OrtEp, OrtRunOptions, boolean) - Method in class org.bytedeco.onnxruntime.OrtEp
\brief Called by ORT to notify the EP of the end of a run.
OnRunStart(OrtEp, OrtRunOptions) - Method in class org.bytedeco.onnxruntime.OrtEp
\brief Called by ORT to notify the EP of the start of a run.
OnSessionRunEnd(OrtSyncStreamImpl) - Method in class org.bytedeco.onnxruntime.OrtSyncStreamImpl
\brief Notify the stream that a session run has ended.
Op - Class in org.bytedeco.onnxruntime
Create and own custom defined operation.
Op(Pointer) - Constructor for class org.bytedeco.onnxruntime.Op
Pointer cast constructor.
Op(OrtOp) - Constructor for class org.bytedeco.onnxruntime.Op
Take ownership of the OrtOp
OpAttr - Class in org.bytedeco.onnxruntime
This struct provides life time management for custom op attribute
OpAttr(Pointer) - Constructor for class org.bytedeco.onnxruntime.OpAttr
Pointer cast constructor.
OpAttr(long) - Constructor for class org.bytedeco.onnxruntime.OpAttr
Native array allocator.
OpAttr() - Constructor for class org.bytedeco.onnxruntime.OpAttr
 
OpAttr(BytePointer, Pointer, int, int) - Constructor for class org.bytedeco.onnxruntime.OpAttr
 
OpAttr(String, Pointer, int, int) - Constructor for class org.bytedeco.onnxruntime.OpAttr
 
OpAttr_GetName(OrtOpAttr, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the attribute name from an OrtOpAttr.
OpAttr_GetName(OrtOpAttr, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
OpAttr_GetName(OrtOpAttr, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
OpAttr_GetName(OrtOpAttr, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
OpAttr_GetTensorAttributeAsOrtValue(OrtOpAttr, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the OrtNode's 'TENSOR' attribute as an OrtValue.
OpAttr_GetTensorAttributeAsOrtValue(OrtOpAttr, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
OpAttr_GetType(OrtOpAttr, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the attribute type as OrtOpAttrType from an OrtOpAttr.
OpAttr_GetType(OrtOpAttr, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
OpAttr_GetType(OrtOpAttr, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
OpAttrVector - Class in org.bytedeco.onnxruntime
 
OpAttrVector(Pointer) - Constructor for class org.bytedeco.onnxruntime.OpAttrVector
Pointer cast constructor.
OpAttrVector() - Constructor for class org.bytedeco.onnxruntime.OpAttrVector
 
OpAttrVector.Iterator - Class in org.bytedeco.onnxruntime
 
OperatorSet - Class in org.bytedeco.onnxruntime
 
OperatorSet() - Constructor for class org.bytedeco.onnxruntime.OperatorSet
Default native constructor.
OperatorSet(long) - Constructor for class org.bytedeco.onnxruntime.OperatorSet
Native array allocator.
OperatorSet(Pointer) - Constructor for class org.bytedeco.onnxruntime.OperatorSet
Pointer cast constructor.
optimizerStep() - Method in class ai.onnxruntime.OrtTrainingSession
Applies the gradient updates to the trainable parameters using the optimizer model.
optimizerStep(OrtSession.RunOptions) - Method in class ai.onnxruntime.OrtTrainingSession
Applies the gradient updates to the trainable parameters using the optimizer model.
OptimizerStep(OrtTrainingSession, OrtRunOptions) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Performs the weight updates for the trainable parameters using the optimizer model.
OptionalTypeInfoImpl - Class in org.bytedeco.onnxruntime
 
OptionalTypeInfoImpl() - Constructor for class org.bytedeco.onnxruntime.OptionalTypeInfoImpl
Default native constructor.
OptionalTypeInfoImpl(long) - Constructor for class org.bytedeco.onnxruntime.OptionalTypeInfoImpl
Native array allocator.
OptionalTypeInfoImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.OptionalTypeInfoImpl
Pointer cast constructor.
org.bytedeco.onnxruntime - package org.bytedeco.onnxruntime
 
org.bytedeco.onnxruntime.global - package org.bytedeco.onnxruntime.global
 
org.bytedeco.onnxruntime.presets - package org.bytedeco.onnxruntime.presets
 
ORT_API_VERSION - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
\brief The API version defined in this header This value is used by some API functions to behave as this version of the header expects.
ORT_DISABLE_ALL - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum GraphOptimizationLevel
ORT_ENABLE_ALL - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum GraphOptimizationLevel
ORT_ENABLE_BASIC - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum GraphOptimizationLevel
ORT_ENABLE_EXTENDED - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum GraphOptimizationLevel
ORT_ENABLE_LAYOUT - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum GraphOptimizationLevel
ORT_ENGINE_ERROR - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtErrorCode
ORT_EP_FAIL - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtErrorCode
ORT_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_HEAP - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtExternalMemoryHandleType
ORT_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtExternalMemoryHandleType
ORT_EXTERNAL_SEMAPHORE_D3D12_FENCE - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtExternalSemaphoreType
ORT_FAIL - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtErrorCode
ORT_INVALID_ARGUMENT - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtErrorCode
ORT_INVALID_GRAPH - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtErrorCode
ORT_INVALID_PROTOBUF - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtErrorCode
ORT_LOGGING_LEVEL_ERROR - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtLoggingLevel
ORT_LOGGING_LEVEL_FATAL - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtLoggingLevel
ORT_LOGGING_LEVEL_INFO - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtLoggingLevel
ORT_LOGGING_LEVEL_VERBOSE - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtLoggingLevel
ORT_LOGGING_LEVEL_WARNING - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtLoggingLevel
ORT_MODEL_LOAD_CANCELED - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtErrorCode
ORT_MODEL_LOADED - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtErrorCode
ORT_MODEL_REQUIRES_COMPILATION - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtErrorCode
ORT_NO_MODEL - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtErrorCode
ORT_NO_SUCHFILE - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtErrorCode
ORT_NOT_FOUND - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtErrorCode
ORT_NOT_IMPLEMENTED - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtErrorCode
ORT_OK - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtErrorCode
ORT_OP_ATTR_FLOAT - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtOpAttrType
ORT_OP_ATTR_FLOATS - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtOpAttrType
ORT_OP_ATTR_GRAPH - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtOpAttrType
ORT_OP_ATTR_INT - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtOpAttrType
ORT_OP_ATTR_INTS - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtOpAttrType
ORT_OP_ATTR_STRING - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtOpAttrType
ORT_OP_ATTR_STRINGS - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtOpAttrType
ORT_OP_ATTR_TENSOR - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtOpAttrType
ORT_OP_ATTR_UNDEFINED - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtOpAttrType
ORT_PARALLEL - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ExecutionMode
ORT_PROJECTION_C - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtLanguageProjection
ORT_PROJECTION_CPLUSPLUS - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtLanguageProjection
ORT_PROJECTION_CSHARP - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtLanguageProjection
ORT_PROJECTION_JAVA - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtLanguageProjection
ORT_PROJECTION_NODEJS - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtLanguageProjection
ORT_PROJECTION_PYTHON - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtLanguageProjection
ORT_PROJECTION_WINML - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtLanguageProjection
ORT_RUNTIME_EXCEPTION - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtErrorCode
ORT_SEQUENTIAL - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum ExecutionMode
ORT_SPARSE_BLOCK_SPARSE - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtSparseFormat
ORT_SPARSE_COO - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtSparseFormat
ORT_SPARSE_CSRC - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtSparseFormat
ORT_SPARSE_UNDEFINED - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtSparseFormat
ort_version_supported() - Method in class org.bytedeco.onnxruntime.OrtDataTransferImpl
Must be initialized to ORT_API_VERSION
ort_version_supported(int) - Method in class org.bytedeco.onnxruntime.OrtDataTransferImpl
 
ort_version_supported() - Method in class org.bytedeco.onnxruntime.OrtEp
\brief The ONNX Runtime version the execution provider was compiled with.
ort_version_supported(int) - Method in class org.bytedeco.onnxruntime.OrtEp
 
ort_version_supported() - Method in class org.bytedeco.onnxruntime.OrtEpFactory
\brief The ONNX Runtime version the execution provider was compiled with.
ort_version_supported(int) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
ort_version_supported() - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
Must be initialized to ORT_API_VERSION
ort_version_supported(int) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
 
ort_version_supported() - Method in class org.bytedeco.onnxruntime.OrtKernelImpl
Must be initialized to ORT_API_VERSION
ort_version_supported(int) - Method in class org.bytedeco.onnxruntime.OrtKernelImpl
 
ort_version_supported() - Method in class org.bytedeco.onnxruntime.OrtLoopKernelHelper
Must be initialized to ORT_API_VERSION
ort_version_supported(int) - Method in class org.bytedeco.onnxruntime.OrtLoopKernelHelper
 
ort_version_supported() - Method in class org.bytedeco.onnxruntime.OrtNodeComputeInfo
\brief The ONNX Runtime version the OrtNodeComputeInfo was compiled with.
ort_version_supported(int) - Method in class org.bytedeco.onnxruntime.OrtNodeComputeInfo
 
ort_version_supported() - Method in class org.bytedeco.onnxruntime.OrtNodeFusionOptions
\brief The ONNX Runtime version the OrtNodeFusionOptions was compiled with.
ort_version_supported(int) - Method in class org.bytedeco.onnxruntime.OrtNodeFusionOptions
 
ort_version_supported() - Method in class org.bytedeco.onnxruntime.OrtScanKernelHelper
Must be initialized to ORT_API_VERSION
ort_version_supported(int) - Method in class org.bytedeco.onnxruntime.OrtScanKernelHelper
 
ort_version_supported() - Method in class org.bytedeco.onnxruntime.OrtSyncNotificationImpl
Must be initialized to ORT_API_VERSION
ort_version_supported(int) - Method in class org.bytedeco.onnxruntime.OrtSyncNotificationImpl
 
ort_version_supported() - Method in class org.bytedeco.onnxruntime.OrtSyncStreamImpl
Must be initialized to ORT_API_VERSION
ort_version_supported(int) - Method in class org.bytedeco.onnxruntime.OrtSyncStreamImpl
 
OrtAllocator - Class in org.bytedeco.onnxruntime
\brief Memory allocation interface Structure of function pointers that defines a memory allocator.
OrtAllocator() - Constructor for class org.bytedeco.onnxruntime.OrtAllocator
Default native constructor.
OrtAllocator(long) - Constructor for class org.bytedeco.onnxruntime.OrtAllocator
Native array allocator.
OrtAllocator(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtAllocator
Pointer cast constructor.
OrtAllocator.Alloc_OrtAllocator_long - Class in org.bytedeco.onnxruntime
Returns a pointer to an allocated block of size bytes
OrtAllocator.AllocOnStream_OrtAllocator_long_OrtSyncStream - Class in org.bytedeco.onnxruntime
\brief Allocate using a stream.
OrtAllocator.Free_OrtAllocator_Pointer - Class in org.bytedeco.onnxruntime
Free a block of memory previously allocated with OrtAllocator::Alloc
OrtAllocator.Info_OrtAllocator - Class in org.bytedeco.onnxruntime
Return a pointer to an ::OrtMemoryInfo that describes this allocator
OrtAllocator.Reserve_OrtAllocator_long - Class in org.bytedeco.onnxruntime
\brief Optional allocation function to use for memory allocations made during session initialization.
OrtApi - Class in org.bytedeco.onnxruntime
\brief The C API All C API functions are defined inside this structure as pointers to functions.
OrtApi(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi
Pointer cast constructor.
OrtApi.AddKeyValuePair_OrtKeyValuePairs_BytePointer_BytePointer - Class in org.bytedeco.onnxruntime
\brief Add a key-value pair to the OrtKeyValuePairs instance.
OrtApi.BytePointer_GetBuildInfoString - Class in org.bytedeco.onnxruntime
\brief Returns a null terminated string of the build info including git info and cxx flags
OrtApi.ClearBoundInputs_OrtIoBinding - Class in org.bytedeco.onnxruntime
\brief Clears any previously set Inputs for an ::OrtIoBinding
OrtApi.ClearBoundOutputs_OrtIoBinding - Class in org.bytedeco.onnxruntime
\brief Clears any previously set Outputs for an ::OrtIoBinding
OrtApi.CreateKeyValuePairs_PointerPointer - Class in org.bytedeco.onnxruntime
\brief Create an OrtKeyValuePairs instance.
OrtApi.CreateStatus_int_BytePointer - Class in org.bytedeco.onnxruntime
\name OrtStatus \{
OrtApi.EpDevice_Device_OrtEpDevice - Class in org.bytedeco.onnxruntime
\brief Get the OrtHardwareDevice instance for the OrtEpDevice.
OrtApi.EpDevice_EpMetadata_OrtEpDevice - Class in org.bytedeco.onnxruntime
\brief Get the metadata for the OrtEpDevice.
OrtApi.EpDevice_EpName_OrtEpDevice - Class in org.bytedeco.onnxruntime
\brief Get the execution provider name.
OrtApi.EpDevice_EpOptions_OrtEpDevice - Class in org.bytedeco.onnxruntime
\brief Get the execution provider options for the OrtEpDevice.
OrtApi.EpDevice_EpVendor_OrtEpDevice - Class in org.bytedeco.onnxruntime
\brief Get the execution provider's vendor name.
OrtApi.EpDevice_MemoryInfo_OrtEpDevice_int - Class in org.bytedeco.onnxruntime
\}
OrtApi.ExternalInitializerInfo_GetByteSize_OrtExternalInitializerInfo - Class in org.bytedeco.onnxruntime
\brief Get the size in bytes of the initializer's data within the file.
OrtApi.ExternalInitializerInfo_GetFileOffset_OrtExternalInitializerInfo - Class in org.bytedeco.onnxruntime
\brief Get the byte offset within the file where the initializer's data is stored.
OrtApi.ExternalInitializerInfo_GetFilePath_OrtExternalInitializerInfo - Class in org.bytedeco.onnxruntime
\brief Get the relative path to the file that stores the initializer's data.
OrtApi.Fn_Pointer_long - Class in org.bytedeco.onnxruntime
Run fn in parallel
OrtApi.GetErrorCode_OrtStatus - Class in org.bytedeco.onnxruntime
\brief Get OrtErrorCode from OrtStatus
OrtApi.GetErrorMessage_OrtStatus - Class in org.bytedeco.onnxruntime
\brief Get error string from OrtStatus
OrtApi.GetKeyValue_OrtKeyValuePairs_BytePointer - Class in org.bytedeco.onnxruntime
\brief Get the value associated with a key in the OrtKeyValuePairs instance.
OrtApi.GetKeyValuePairs_OrtKeyValuePairs_PointerPointer_PointerPointer_SizeTPointer - Class in org.bytedeco.onnxruntime
\brief Get all the key-value pairs from the OrtKeyValuePairs instance.
OrtApi.GetRunConfigEntry_OrtRunOptions_BytePointer - Class in org.bytedeco.onnxruntime
\}
OrtApi.GetTrainingApi_int - Class in org.bytedeco.onnxruntime
\name Ort Training \{ /** \brief Gets the Training C Api struct Call this function to access the ::OrtTrainingApi structure that holds pointers to functions that enable training with onnxruntime.
OrtApi.HardwareDevice_DeviceId_OrtHardwareDevice - Class in org.bytedeco.onnxruntime
\brief Get the hardware device's unique identifier.
OrtApi.HardwareDevice_Metadata_OrtHardwareDevice - Class in org.bytedeco.onnxruntime
\brief Get hardware device metadata.
OrtApi.HardwareDevice_Type_OrtHardwareDevice - Class in org.bytedeco.onnxruntime
\brief Get the hardware device type.
OrtApi.HardwareDevice_Vendor_OrtHardwareDevice - Class in org.bytedeco.onnxruntime
\brief Get the hardware device's vendor name.
OrtApi.HardwareDevice_VendorId_OrtHardwareDevice - Class in org.bytedeco.onnxruntime
\brief Get the hardware device's vendor identifier.
OrtApi.MemoryInfoGetDeviceMemType_OrtMemoryInfo - Class in org.bytedeco.onnxruntime
\brief Get the device memory type from ::OrtMemoryInfo
OrtApi.MemoryInfoGetDeviceType_OrtMemoryInfo_IntPointer - Class in org.bytedeco.onnxruntime
 
OrtApi.MemoryInfoGetVendorId_OrtMemoryInfo - Class in org.bytedeco.onnxruntime
\brief Get the vendor id from ::OrtMemoryInfo
OrtApi.OrtCompileApi_GetCompileApi - Class in org.bytedeco.onnxruntime
\brief Get the Compile API instance.
OrtApi.OrtEpApi_GetEpApi - Class in org.bytedeco.onnxruntime
\brief Get the OrtEpApi instance for implementing an execution provider.
OrtApi.OrtInteropApi_GetInteropApi - Class in org.bytedeco.onnxruntime
\brief Get the EP Interop API instance.
OrtApi.OrtModelEditorApi_GetModelEditorApi - Class in org.bytedeco.onnxruntime
\brief Get the Model Editor API instance Get the Model Editor API instance to create a new model or augment an existing model.
OrtApi.ReleaseCANNProviderOptions_OrtCANNProviderOptions - Class in org.bytedeco.onnxruntime
\brief Release an OrtCANNProviderOptions
OrtApi.ReleaseCUDAProviderOptions_OrtCUDAProviderOptionsV2 - Class in org.bytedeco.onnxruntime
\brief Release an ::OrtCUDAProviderOptionsV2 \note This is an exception in the naming convention of other Release* functions, as the name of the method does not have the V2 suffix, but the type does
OrtApi.ReleaseDnnlProviderOptions_OrtDnnlProviderOptions - Class in org.bytedeco.onnxruntime
\brief Release an ::OrtDnnlProviderOptions
OrtApi.ReleaseROCMProviderOptions_OrtROCMProviderOptions - Class in org.bytedeco.onnxruntime
\brief Release an ::OrtROCMProviderOptions \note This is an exception in the naming convention of other Release* functions, as the name of the method does not have the V2 suffix, but the type does
OrtApi.ReleaseTensorRTProviderOptions_OrtTensorRTProviderOptionsV2 - Class in org.bytedeco.onnxruntime
\brief Release an ::OrtTensorRTProviderOptionsV2 \note This is an exception in the naming convention of other Release* functions, as the name of the method does not have the V2 suffix, but the type does
OrtApi.RemoveKeyValuePair_OrtKeyValuePairs_BytePointer - Class in org.bytedeco.onnxruntime
\brief Remove a key-value pair from the OrtKeyValuePairs instance.
OrtApi.RunOptionsSetSyncStream_OrtRunOptions_OrtSyncStream - Class in org.bytedeco.onnxruntime
\brief Sets OrtSyncStream for the run options OrtSyncStream is used to synchronize the execution of the model run for the device of the stream.
OrtApi.SyncStream_GetHandle_OrtSyncStream - Class in org.bytedeco.onnxruntime
\brief Get the native handle of the sync stream.
OrtApi.TensorTypeAndShape_HasShape_OrtTensorTypeAndShapeInfo - Class in org.bytedeco.onnxruntime
\} /** \brief Fetch whether the tensor has shape information.
OrtApiBase - Class in org.bytedeco.onnxruntime
\brief The helper interface to get the right version of OrtApi Get a pointer to this structure through ::OrtGetApiBase
OrtApiBase() - Constructor for class org.bytedeco.onnxruntime.OrtApiBase
Default native constructor.
OrtApiBase(long) - Constructor for class org.bytedeco.onnxruntime.OrtApiBase
Native array allocator.
OrtApiBase(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApiBase
Pointer cast constructor.
OrtApiBase.BytePointer_GetVersionString - Class in org.bytedeco.onnxruntime
\brief Returns a null terminated string of the version of the Onnxruntime library (eg: "1.8.1")
OrtApiBase.GetApi_int - Class in org.bytedeco.onnxruntime
\brief Get a pointer to the requested version of the ::OrtApi
OrtArenaAllocator - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtAllocatorType
OrtArenaCfg - Class in org.bytedeco.onnxruntime
 
OrtArenaCfg() - Constructor for class org.bytedeco.onnxruntime.OrtArenaCfg
Empty constructor.
OrtArenaCfg(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtArenaCfg
Pointer cast constructor.
OrtCANNProviderOptions - Class in org.bytedeco.onnxruntime
 
OrtCANNProviderOptions() - Constructor for class org.bytedeco.onnxruntime.OrtCANNProviderOptions
Empty constructor.
OrtCANNProviderOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCANNProviderOptions
Pointer cast constructor.
OrtCheckpointState - Class in org.bytedeco.onnxruntime
 
OrtCheckpointState() - Constructor for class org.bytedeco.onnxruntime.OrtCheckpointState
Empty constructor.
OrtCheckpointState(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCheckpointState
Pointer cast constructor.
OrtCompileApi - Class in org.bytedeco.onnxruntime
\brief The OrtCompileApi struct provides functions to compile ONNX models.
OrtCompileApi() - Constructor for class org.bytedeco.onnxruntime.OrtCompileApi
Default native constructor.
OrtCompileApi(long) - Constructor for class org.bytedeco.onnxruntime.OrtCompileApi
Native array allocator.
OrtCompileApi(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCompileApi
Pointer cast constructor.
OrtCompileApi_GetCompileApi(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.OrtCompileApi_GetCompileApi
Pointer cast constructor.
OrtCompileApi_GetCompileApi() - Constructor for class org.bytedeco.onnxruntime.OrtApi.OrtCompileApi_GetCompileApi
 
OrtCompileApiFlags_ERROR_IF_NO_NODES_COMPILED - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtCompileApiFlags
OrtCompileApiFlags_ERROR_IF_OUTPUT_FILE_EXISTS - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtCompileApiFlags
OrtCompileApiFlags_NONE - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtCompileApiFlags
OrtCompiledModelCompatibility_EP_NOT_APPLICABLE - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtCompiledModelCompatibility
OrtCompiledModelCompatibility_EP_SUPPORTED_OPTIMAL - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtCompiledModelCompatibility
OrtCompiledModelCompatibility_EP_SUPPORTED_PREFER_RECOMPILATION - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtCompiledModelCompatibility
OrtCompiledModelCompatibility_EP_UNSUPPORTED - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtCompiledModelCompatibility
OrtCUDAProviderOptions - Class in ai.onnxruntime.providers
Options for configuring the CUDA execution provider.
OrtCUDAProviderOptions() - Constructor for class ai.onnxruntime.providers.OrtCUDAProviderOptions
Constructs CUDA execution provider options for device 0.
OrtCUDAProviderOptions(int) - Constructor for class ai.onnxruntime.providers.OrtCUDAProviderOptions
Constructs CUDA execution provider options for the specified non-negative device id.
OrtCUDAProviderOptions - Class in org.bytedeco.onnxruntime
\brief CUDA Provider Options
OrtCUDAProviderOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
Pointer cast constructor.
OrtCUDAProviderOptions(long) - Constructor for class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
Native array allocator.
OrtCUDAProviderOptions() - Constructor for class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
 
OrtCUDAProviderOptionsV2 - Class in org.bytedeco.onnxruntime
 
OrtCUDAProviderOptionsV2() - Constructor for class org.bytedeco.onnxruntime.OrtCUDAProviderOptionsV2
Empty constructor.
OrtCUDAProviderOptionsV2(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCUDAProviderOptionsV2
Pointer cast constructor.
OrtCudnnConvAlgoSearchDefault - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtCudnnConvAlgoSearch
OrtCudnnConvAlgoSearchExhaustive - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtCudnnConvAlgoSearch
OrtCudnnConvAlgoSearchHeuristic - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtCudnnConvAlgoSearch
OrtCustomCreateThreadFn - Class in org.bytedeco.onnxruntime
\brief Ort custom thread creation function The function should return a thread handle to be used in onnxruntime thread pools Onnxruntime will throw exception on return value of nullptr or 0, indicating that the function failed to create a thread
OrtCustomCreateThreadFn(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomCreateThreadFn
Pointer cast constructor.
OrtCustomCreateThreadFn() - Constructor for class org.bytedeco.onnxruntime.OrtCustomCreateThreadFn
 
OrtCustomHandleType - Class in org.bytedeco.onnxruntime
 
OrtCustomHandleType() - Constructor for class org.bytedeco.onnxruntime.OrtCustomHandleType
Default native constructor.
OrtCustomHandleType(long) - Constructor for class org.bytedeco.onnxruntime.OrtCustomHandleType
Native array allocator.
OrtCustomHandleType(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomHandleType
Pointer cast constructor.
OrtCustomJoinThreadFn - Class in org.bytedeco.onnxruntime
\brief Custom thread join function Onnxruntime thread pool destructor will call the function to join a custom thread.
OrtCustomJoinThreadFn(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomJoinThreadFn
Pointer cast constructor.
OrtCustomJoinThreadFn() - Constructor for class org.bytedeco.onnxruntime.OrtCustomJoinThreadFn
 
OrtCustomOp - Class in org.bytedeco.onnxruntime
 
OrtCustomOp() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp
Default native constructor.
OrtCustomOp(long) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp
Native array allocator.
OrtCustomOp(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp
Pointer cast constructor.
OrtCustomOp.CreateKernel_OrtCustomOp_OrtApi_OrtKernelInfo - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.CreateKernelV2_OrtCustomOp_OrtApi_OrtKernelInfo_PointerPointer - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.GetAliasMap_PointerPointer_PointerPointer - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.GetEndVersion_OrtCustomOp - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.GetExecutionProviderType_OrtCustomOp - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.GetInputCharacteristic_OrtCustomOp_long - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.GetInputMemoryType_OrtCustomOp_long - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.GetInputType_OrtCustomOp_long - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.GetInputTypeCount_OrtCustomOp - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.GetMayInplace_PointerPointer_PointerPointer - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.GetName_OrtCustomOp - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.GetOutputCharacteristic_OrtCustomOp_long - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.GetOutputType_OrtCustomOp_long - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.GetOutputTypeCount_OrtCustomOp - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.GetStartVersion_OrtCustomOp - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.GetVariadicInputHomogeneity_OrtCustomOp - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.GetVariadicInputMinArity_OrtCustomOp - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.GetVariadicOutputHomogeneity_OrtCustomOp - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.GetVariadicOutputMinArity_OrtCustomOp - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.InferOutputShapeFn_OrtCustomOp_OrtShapeInferContext - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.KernelCompute_Pointer_OrtKernelContext - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.KernelComputeV2_Pointer_OrtKernelContext - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.KernelDestroy_Pointer - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.ReleaseAliasMap_IntPointer_IntPointer - Class in org.bytedeco.onnxruntime
 
OrtCustomOp.ReleaseMayInplace_IntPointer_IntPointer - Class in org.bytedeco.onnxruntime
 
OrtCustomOpDomain - Class in org.bytedeco.onnxruntime
 
OrtCustomOpDomain() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOpDomain
Empty constructor.
OrtCustomOpDomain(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOpDomain
Pointer cast constructor.
OrtDataTransferImpl - Class in org.bytedeco.onnxruntime
\brief Struct that an EP implements for IDataTransfer to copy between devices it uses and CPU.
OrtDataTransferImpl() - Constructor for class org.bytedeco.onnxruntime.OrtDataTransferImpl
Default native constructor.
OrtDataTransferImpl(long) - Constructor for class org.bytedeco.onnxruntime.OrtDataTransferImpl
Native array allocator.
OrtDataTransferImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtDataTransferImpl
Pointer cast constructor.
OrtDataTransferImpl.CanCopy_OrtDataTransferImpl_OrtMemoryDevice_OrtMemoryDevice - Class in org.bytedeco.onnxruntime
\brief Check if the implementation can copy between the source and destination memory devices.
OrtDataTransferImpl.Release_OrtDataTransferImpl - Class in org.bytedeco.onnxruntime
\brief Release the OrtDataTransferImpl instance.
OrtDataType - Class in org.bytedeco.onnxruntime
 
OrtDataType() - Constructor for class org.bytedeco.onnxruntime.OrtDataType
Empty constructor.
OrtDataType(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtDataType
Pointer cast constructor.
OrtDeviceAllocator - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtAllocatorType
OrtDeviceEpIncompatibility_DEVICE_INCOMPATIBLE - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtDeviceEpIncompatibilityReason
OrtDeviceEpIncompatibility_DRIVER_INCOMPATIBLE - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtDeviceEpIncompatibilityReason
OrtDeviceEpIncompatibility_MISSING_DEPENDENCY - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtDeviceEpIncompatibilityReason
OrtDeviceEpIncompatibility_NONE - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtDeviceEpIncompatibilityReason
OrtDeviceEpIncompatibility_UNKNOWN - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtDeviceEpIncompatibilityReason
OrtDeviceEpIncompatibilityDetails - Class in org.bytedeco.onnxruntime
 
OrtDeviceEpIncompatibilityDetails() - Constructor for class org.bytedeco.onnxruntime.OrtDeviceEpIncompatibilityDetails
Empty constructor.
OrtDeviceEpIncompatibilityDetails(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtDeviceEpIncompatibilityDetails
Pointer cast constructor.
OrtDeviceMemoryType_DEFAULT - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtDeviceMemoryType
OrtDeviceMemoryType_HOST_ACCESSIBLE - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtDeviceMemoryType
OrtDnnlProviderOptions - Class in org.bytedeco.onnxruntime
 
OrtDnnlProviderOptions() - Constructor for class org.bytedeco.onnxruntime.OrtDnnlProviderOptions
Default native constructor.
OrtDnnlProviderOptions(long) - Constructor for class org.bytedeco.onnxruntime.OrtDnnlProviderOptions
Native array allocator.
OrtDnnlProviderOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtDnnlProviderOptions
Pointer cast constructor.
OrtEnv - Class in org.bytedeco.onnxruntime
\addtogroup Global ONNX Runtime C API \{
OrtEnv() - Constructor for class org.bytedeco.onnxruntime.OrtEnv
Empty constructor.
OrtEnv(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEnv
Pointer cast constructor.
OrtEnvCreationOptions - Class in org.bytedeco.onnxruntime
\brief Configuration options for creating an OrtEnv.
OrtEnvCreationOptions() - Constructor for class org.bytedeco.onnxruntime.OrtEnvCreationOptions
Default native constructor.
OrtEnvCreationOptions(long) - Constructor for class org.bytedeco.onnxruntime.OrtEnvCreationOptions
Native array allocator.
OrtEnvCreationOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEnvCreationOptions
Pointer cast constructor.
OrtEnvironment - Class in ai.onnxruntime
The host object for the ONNX Runtime system.
OrtEnvironment.OrtCompiledModelCompatibility - Enum in ai.onnxruntime
Enum representing a compiled model's compatibility with a set of OrtEpDevices.
OrtEnvironment.ThreadingOptions - Class in ai.onnxruntime
Controls the global thread pools in the environment.
OrtEp - Class in org.bytedeco.onnxruntime
\brief The OrtEp struct provides functions to implement for an execution provider.
OrtEp() - Constructor for class org.bytedeco.onnxruntime.OrtEp
Default native constructor.
OrtEp(long) - Constructor for class org.bytedeco.onnxruntime.OrtEp
Native array allocator.
OrtEp(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEp
Pointer cast constructor.
OrtEp.GetCompiledModelCompatibilityInfo_OrtEp_OrtGraph - Class in org.bytedeco.onnxruntime
\brief Get a string with details about the EP stack used to produce a compiled model.
OrtEp.GetName_OrtEp - Class in org.bytedeco.onnxruntime
\brief Get the execution provider name.
OrtEp.ReleaseNodeComputeInfos_OrtEp_PointerPointer_long - Class in org.bytedeco.onnxruntime
\brief Release OrtNodeComputeInfo instances.
OrtEpApi - Class in org.bytedeco.onnxruntime
\brief The OrtEpApi struct provides functions that are relevant to the implementation of an execution provider.
OrtEpApi() - Constructor for class org.bytedeco.onnxruntime.OrtEpApi
Default native constructor.
OrtEpApi(long) - Constructor for class org.bytedeco.onnxruntime.OrtEpApi
Native array allocator.
OrtEpApi(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpApi
Pointer cast constructor.
OrtEpApi.GetSyncIdForLastWaitOnSyncStream_OrtSyncStream_OrtSyncStream - Class in org.bytedeco.onnxruntime
\brief Get the sync ID for the last time the consumer_stream waited on the producer_stream.
OrtEpApi.KernelDef_GetDomain_OrtKernelDef - Class in org.bytedeco.onnxruntime
\brief Returns the operator's domain from the kernel definition.
OrtEpApi.KernelDef_GetExecutionProvider_OrtKernelDef - Class in org.bytedeco.onnxruntime
\brief Returns the name of the kernel's intended execution provider.
OrtEpApi.KernelDef_GetOperatorType_OrtKernelDef - Class in org.bytedeco.onnxruntime
\brief Returns the operator type from the kernel definition.
OrtEpApi.MemoryDevice_AreEqual_OrtMemoryDevice_OrtMemoryDevice - Class in org.bytedeco.onnxruntime
\brief Compare two OrtMemoryDevice instances for equality.
OrtEpApi.MemoryDevice_GetDeviceId_OrtMemoryDevice - Class in org.bytedeco.onnxruntime
\brief Get the device ID from an OrtMemoryDevice instance.
OrtEpApi.MemoryDevice_GetDeviceType_OrtMemoryDevice - Class in org.bytedeco.onnxruntime
\brief Get the OrtMemoryInfoDeviceType value from an OrtMemoryDevice instance.
OrtEpApi.MemoryDevice_GetMemoryType_OrtMemoryDevice - Class in org.bytedeco.onnxruntime
\brief Get the OrtDeviceMemoryType value from an OrtMemoryDevice instance.
OrtEpApi.MemoryDevice_GetVendorId_OrtMemoryDevice - Class in org.bytedeco.onnxruntime
\brief Get the vendor ID from an OrtMemoryDevice instance.
OrtEpApi.MemoryInfo_GetMemoryDevice_OrtMemoryInfo - Class in org.bytedeco.onnxruntime
\brief Get the OrtMemoryDevice from an OrtMemoryInfo instance.
OrtEpApi.NodeComputeContext_NodeName_OrtNodeComputeContext - Class in org.bytedeco.onnxruntime
\brief Query a OrtNodeComputeContext for the name of the node that encapsulates the compiled/fused node.
OrtEpApi.SyncStream_GetImpl_OrtSyncStream - Class in org.bytedeco.onnxruntime
\brief Get the OrtSyncStreamImpl associated with an OrtSyncStream instance.
OrtEpApi.SyncStream_GetSyncId_OrtSyncStream - Class in org.bytedeco.onnxruntime
\brief Get the current sync ID for a stream.
OrtEpApi.Value_GetMemoryDevice_OrtValue - Class in org.bytedeco.onnxruntime
\brief Get the OrtMemoryDevice from an OrtValue instance if it contains a Tensor.
OrtEpApi_GetEpApi(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.OrtEpApi_GetEpApi
Pointer cast constructor.
OrtEpApi_GetEpApi() - Constructor for class org.bytedeco.onnxruntime.OrtApi.OrtEpApi_GetEpApi
 
OrtEpAssignedNode - Class in org.bytedeco.onnxruntime
 
OrtEpAssignedNode() - Constructor for class org.bytedeco.onnxruntime.OrtEpAssignedNode
Empty constructor.
OrtEpAssignedNode(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpAssignedNode
Pointer cast constructor.
OrtEpAssignedSubgraph - Class in org.bytedeco.onnxruntime
 
OrtEpAssignedSubgraph() - Constructor for class org.bytedeco.onnxruntime.OrtEpAssignedSubgraph
Empty constructor.
OrtEpAssignedSubgraph(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpAssignedSubgraph
Pointer cast constructor.
OrtEpDataLayout_Default - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtEpDataLayout
OrtEpDataLayout_NCHW - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtEpDataLayout
OrtEpDataLayout_NHWC - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtEpDataLayout
OrtEpDevice - Class in ai.onnxruntime
A tuple of Execution Provider information and the hardware device.
OrtEpDevice - Class in org.bytedeco.onnxruntime
 
OrtEpDevice() - Constructor for class org.bytedeco.onnxruntime.OrtEpDevice
Empty constructor.
OrtEpDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpDevice
Pointer cast constructor.
OrtEpFactory - Class in org.bytedeco.onnxruntime
\brief The OrtEpFactory provides functions to create and manage execution providers.
OrtEpFactory() - Constructor for class org.bytedeco.onnxruntime.OrtEpFactory
Default native constructor.
OrtEpFactory(long) - Constructor for class org.bytedeco.onnxruntime.OrtEpFactory
Native array allocator.
OrtEpFactory(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpFactory
Pointer cast constructor.
OrtEpFactory.GetName_OrtEpFactory - Class in org.bytedeco.onnxruntime
\brief Get the name of the execution provider that the factory creates.
OrtEpFactory.GetVendor_OrtEpFactory - Class in org.bytedeco.onnxruntime
\brief Get the name of vendor who owns the execution provider that the factory creates.
OrtEpFactory.GetVendorId_OrtEpFactory - Class in org.bytedeco.onnxruntime
\brief Get the vendor id who owns the execution provider that the factory creates.
OrtEpFactory.GetVersion_OrtEpFactory - Class in org.bytedeco.onnxruntime
\brief Get the version of the execution provider that the factory creates.
OrtEpFactory.IsStreamAware_OrtEpFactory - Class in org.bytedeco.onnxruntime
\brief Check if execution providers created by the factory are stream aware.
OrtEpFactory.ReleaseAllocator_OrtEpFactory_OrtAllocator - Class in org.bytedeco.onnxruntime
\brief Release an OrtAllocator created by the factory.
OrtEpFactory.ReleaseEp_OrtEpFactory_OrtEp - Class in org.bytedeco.onnxruntime
\brief Release the OrtEp instance.
OrtEpGraphSupportInfo - Class in org.bytedeco.onnxruntime
 
OrtEpGraphSupportInfo() - Constructor for class org.bytedeco.onnxruntime.OrtEpGraphSupportInfo
Empty constructor.
OrtEpGraphSupportInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpGraphSupportInfo
Pointer cast constructor.
OrtException - Exception in ai.onnxruntime
An exception which contains the error message and code produced by the native onnxruntime.
OrtException(String) - Constructor for exception ai.onnxruntime.OrtException
Creates an OrtException with a default Java error code and the specified message.
OrtException(int, String) - Constructor for exception ai.onnxruntime.OrtException
Used to throw an exception from native code as it handles the enum lookup in Java.
OrtException(OrtException.OrtErrorCode, String) - Constructor for exception ai.onnxruntime.OrtException
Creates an OrtException using the specified error code and message.
OrtException - Class in org.bytedeco.onnxruntime
\brief All C++ methods that can fail will throw an exception of this type If ORT_NO_EXCEPTIONS is defined, then any error will result in a call to abort()
OrtException(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtException
Pointer cast constructor.
OrtException.OrtErrorCode - Enum in ai.onnxruntime
Maps the OrtErrorCode struct in onnxruntime_c_api.h with an additional entry for Java side errors.
OrtExecutionProviderDevicePolicy_DEFAULT - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtExecutionProviderDevicePolicy
OrtExecutionProviderDevicePolicy_MAX_EFFICIENCY - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtExecutionProviderDevicePolicy
OrtExecutionProviderDevicePolicy_MAX_PERFORMANCE - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtExecutionProviderDevicePolicy
OrtExecutionProviderDevicePolicy_MIN_OVERALL_POWER - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtExecutionProviderDevicePolicy
OrtExecutionProviderDevicePolicy_PREFER_CPU - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtExecutionProviderDevicePolicy
OrtExecutionProviderDevicePolicy_PREFER_GPU - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtExecutionProviderDevicePolicy
OrtExecutionProviderDevicePolicy_PREFER_NPU - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtExecutionProviderDevicePolicy
OrtExternalInitializerInfo - Class in org.bytedeco.onnxruntime
 
OrtExternalInitializerInfo() - Constructor for class org.bytedeco.onnxruntime.OrtExternalInitializerInfo
Empty constructor.
OrtExternalInitializerInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtExternalInitializerInfo
Pointer cast constructor.
OrtExternalMemoryDescriptor - Class in org.bytedeco.onnxruntime
\brief Descriptor for importing external memory.
OrtExternalMemoryDescriptor() - Constructor for class org.bytedeco.onnxruntime.OrtExternalMemoryDescriptor
Default native constructor.
OrtExternalMemoryDescriptor(long) - Constructor for class org.bytedeco.onnxruntime.OrtExternalMemoryDescriptor
Native array allocator.
OrtExternalMemoryDescriptor(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtExternalMemoryDescriptor
Pointer cast constructor.
OrtExternalMemoryHandle - Class in org.bytedeco.onnxruntime
\brief Base struct for imported external memory handles.
OrtExternalMemoryHandle() - Constructor for class org.bytedeco.onnxruntime.OrtExternalMemoryHandle
Default native constructor.
OrtExternalMemoryHandle(long) - Constructor for class org.bytedeco.onnxruntime.OrtExternalMemoryHandle
Native array allocator.
OrtExternalMemoryHandle(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtExternalMemoryHandle
Pointer cast constructor.
OrtExternalMemoryHandle.Release_OrtExternalMemoryHandle - Class in org.bytedeco.onnxruntime
\brief Release callback for this handle.
OrtExternalResourceImporter - Class in org.bytedeco.onnxruntime
 
OrtExternalResourceImporter() - Constructor for class org.bytedeco.onnxruntime.OrtExternalResourceImporter
Empty constructor.
OrtExternalResourceImporter(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtExternalResourceImporter
Pointer cast constructor.
OrtExternalResourceImporterImpl - Class in org.bytedeco.onnxruntime
\brief Struct that an EP implements for external resource import (memory + semaphore import).
OrtExternalResourceImporterImpl() - Constructor for class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
Default native constructor.
OrtExternalResourceImporterImpl(long) - Constructor for class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
Native array allocator.
OrtExternalResourceImporterImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
Pointer cast constructor.
OrtExternalResourceImporterImpl.CanImportMemory_OrtExternalResourceImporterImpl_int - Class in org.bytedeco.onnxruntime
\brief Check if the implementation can import external memory of the given handle type.
OrtExternalResourceImporterImpl.CanImportSemaphore_OrtExternalResourceImporterImpl_int - Class in org.bytedeco.onnxruntime
\brief Check if the implementation can import external semaphores of the given type.
OrtExternalResourceImporterImpl.Release_OrtExternalResourceImporterImpl - Class in org.bytedeco.onnxruntime
\brief Release the OrtExternalResourceImporterImpl instance.
OrtExternalResourceImporterImpl.ReleaseMemory_OrtExternalResourceImporterImpl_OrtExternalMemoryHandle - Class in org.bytedeco.onnxruntime
\brief Release an imported external memory handle.
OrtExternalResourceImporterImpl.ReleaseSemaphore_OrtExternalResourceImporterImpl_OrtExternalSemaphoreHandle - Class in org.bytedeco.onnxruntime
\brief Release an imported external semaphore handle.
OrtExternalSemaphoreDescriptor - Class in org.bytedeco.onnxruntime
\brief Descriptor for importing external semaphores.
OrtExternalSemaphoreDescriptor() - Constructor for class org.bytedeco.onnxruntime.OrtExternalSemaphoreDescriptor
Default native constructor.
OrtExternalSemaphoreDescriptor(long) - Constructor for class org.bytedeco.onnxruntime.OrtExternalSemaphoreDescriptor
Native array allocator.
OrtExternalSemaphoreDescriptor(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtExternalSemaphoreDescriptor
Pointer cast constructor.
OrtExternalSemaphoreHandle - Class in org.bytedeco.onnxruntime
\brief Base struct for imported external semaphore handles.
OrtExternalSemaphoreHandle() - Constructor for class org.bytedeco.onnxruntime.OrtExternalSemaphoreHandle
Default native constructor.
OrtExternalSemaphoreHandle(long) - Constructor for class org.bytedeco.onnxruntime.OrtExternalSemaphoreHandle
Native array allocator.
OrtExternalSemaphoreHandle(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtExternalSemaphoreHandle
Pointer cast constructor.
OrtExternalSemaphoreHandle.Release_OrtExternalSemaphoreHandle - Class in org.bytedeco.onnxruntime
\brief Release callback for this handle.
OrtExternalTensorDescriptor - Class in org.bytedeco.onnxruntime
\brief Descriptor for creating a tensor from imported external memory.
OrtExternalTensorDescriptor() - Constructor for class org.bytedeco.onnxruntime.OrtExternalTensorDescriptor
Default native constructor.
OrtExternalTensorDescriptor(long) - Constructor for class org.bytedeco.onnxruntime.OrtExternalTensorDescriptor
Native array allocator.
OrtExternalTensorDescriptor(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtExternalTensorDescriptor
Pointer cast constructor.
OrtFlags - Interface in ai.onnxruntime
An interface for bitset enums that should be aggregated into a single integer.
OrtFloatProperty - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtPropertyType
OrtGetApiBase() - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
\brief The Onnxruntime library's entry point to access the C API Call this to get the a pointer to an ::OrtApiBase
OrtGetInitializerLocationFunc - Class in org.bytedeco.onnxruntime
\brief Function called by ORT to allow user to specify how an initializer should be saved, that is, either written to an external file or stored within the model.
OrtGetInitializerLocationFunc(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtGetInitializerLocationFunc
Pointer cast constructor.
OrtGetInitializerLocationFunc() - Constructor for class org.bytedeco.onnxruntime.OrtGetInitializerLocationFunc
 
OrtGraph - Class in org.bytedeco.onnxruntime
 
OrtGraph() - Constructor for class org.bytedeco.onnxruntime.OrtGraph
Empty constructor.
OrtGraph(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtGraph
Pointer cast constructor.
OrtHardwareDevice - Class in ai.onnxruntime
Hardware information for a specific device.
OrtHardwareDevice - Class in org.bytedeco.onnxruntime
 
OrtHardwareDevice() - Constructor for class org.bytedeco.onnxruntime.OrtHardwareDevice
Empty constructor.
OrtHardwareDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtHardwareDevice
Pointer cast constructor.
OrtHardwareDevice.OrtHardwareDeviceType - Enum in ai.onnxruntime
The hardware device types.
OrtHardwareDeviceType_CPU - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtHardwareDeviceType
OrtHardwareDeviceType_GPU - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtHardwareDeviceType
OrtHardwareDeviceType_NPU - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtHardwareDeviceType
OrtInteropApi - Class in org.bytedeco.onnxruntime
\brief The OrtInteropApi struct provides functions for external resource interop with execution providers.
OrtInteropApi() - Constructor for class org.bytedeco.onnxruntime.OrtInteropApi
Default native constructor.
OrtInteropApi(long) - Constructor for class org.bytedeco.onnxruntime.OrtInteropApi
Native array allocator.
OrtInteropApi(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtInteropApi
Pointer cast constructor.
OrtInteropApi_GetInteropApi(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.OrtInteropApi_GetInteropApi
Pointer cast constructor.
OrtInteropApi_GetInteropApi() - Constructor for class org.bytedeco.onnxruntime.OrtApi.OrtInteropApi_GetInteropApi
 
OrtIntProperty - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtPropertyType
OrtInvalidAllocator - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtAllocatorType
OrtIoBinding - Class in org.bytedeco.onnxruntime
 
OrtIoBinding() - Constructor for class org.bytedeco.onnxruntime.OrtIoBinding
Empty constructor.
OrtIoBinding(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtIoBinding
Pointer cast constructor.
OrtKernelContext - Class in org.bytedeco.onnxruntime
 
OrtKernelContext() - Constructor for class org.bytedeco.onnxruntime.OrtKernelContext
Empty constructor.
OrtKernelContext(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtKernelContext
Pointer cast constructor.
OrtKernelCreateFunc - Class in org.bytedeco.onnxruntime
\brief Type definition for a function that creates an OrtKernelImpl instance for an operator kernel.
OrtKernelCreateFunc(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtKernelCreateFunc
Pointer cast constructor.
OrtKernelCreateFunc() - Constructor for class org.bytedeco.onnxruntime.OrtKernelCreateFunc
 
OrtKernelDef - Class in org.bytedeco.onnxruntime
 
OrtKernelDef() - Constructor for class org.bytedeco.onnxruntime.OrtKernelDef
Empty constructor.
OrtKernelDef(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtKernelDef
Pointer cast constructor.
OrtKernelDefBuilder - Class in org.bytedeco.onnxruntime
 
OrtKernelDefBuilder() - Constructor for class org.bytedeco.onnxruntime.OrtKernelDefBuilder
Empty constructor.
OrtKernelDefBuilder(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtKernelDefBuilder
Pointer cast constructor.
OrtKernelImpl - Class in org.bytedeco.onnxruntime
\brief Contains functions that an OrtEp implements to specify the computation for an operator kernel.
OrtKernelImpl() - Constructor for class org.bytedeco.onnxruntime.OrtKernelImpl
Default native constructor.
OrtKernelImpl(long) - Constructor for class org.bytedeco.onnxruntime.OrtKernelImpl
Native array allocator.
OrtKernelImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtKernelImpl
Pointer cast constructor.
OrtKernelImpl.Release_OrtKernelImpl - Class in org.bytedeco.onnxruntime
\brief Called by ORT to release the OrtKernelImpl instance and its resources.
OrtKernelInfo - Class in org.bytedeco.onnxruntime
 
OrtKernelInfo() - Constructor for class org.bytedeco.onnxruntime.OrtKernelInfo
Empty constructor.
OrtKernelInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtKernelInfo
Pointer cast constructor.
OrtKernelRegistry - Class in org.bytedeco.onnxruntime
 
OrtKernelRegistry() - Constructor for class org.bytedeco.onnxruntime.OrtKernelRegistry
Empty constructor.
OrtKernelRegistry(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtKernelRegistry
Pointer cast constructor.
OrtKeyValuePairs - Class in org.bytedeco.onnxruntime
 
OrtKeyValuePairs() - Constructor for class org.bytedeco.onnxruntime.OrtKeyValuePairs
Empty constructor.
OrtKeyValuePairs(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtKeyValuePairs
Pointer cast constructor.
OrtLogger - Class in org.bytedeco.onnxruntime
 
OrtLogger() - Constructor for class org.bytedeco.onnxruntime.OrtLogger
Empty constructor.
OrtLogger(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtLogger
Pointer cast constructor.
OrtLoggingFunction - Class in org.bytedeco.onnxruntime
 
OrtLoggingFunction(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtLoggingFunction
Pointer cast constructor.
OrtLoggingFunction() - Constructor for class org.bytedeco.onnxruntime.OrtLoggingFunction
 
OrtLoggingLevel - Enum in ai.onnxruntime
The logging severity level.
OrtLoopKernelHelper - Class in org.bytedeco.onnxruntime
\brief Contains helper functions for a Loop OrtKernelImpl created via OrtEpApi::CreateLoopKernel.
OrtLoopKernelHelper() - Constructor for class org.bytedeco.onnxruntime.OrtLoopKernelHelper
Default native constructor.
OrtLoopKernelHelper(long) - Constructor for class org.bytedeco.onnxruntime.OrtLoopKernelHelper
Native array allocator.
OrtLoopKernelHelper(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtLoopKernelHelper
Pointer cast constructor.
OrtLoopKernelHelper.Release_OrtLoopKernelHelper - Class in org.bytedeco.onnxruntime
\brief Called by ORT to release the OrtLoopKernelHelper instance and its resources.
OrtLoraAdapter - Class in ai.onnxruntime
A container for an adapter which can be supplied to OrtSession.RunOptions.addActiveLoraAdapter(OrtLoraAdapter) to apply the adapter to a specific execution of a model.
OrtLoraAdapter - Class in org.bytedeco.onnxruntime
 
OrtLoraAdapter() - Constructor for class org.bytedeco.onnxruntime.OrtLoraAdapter
Empty constructor.
OrtLoraAdapter(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtLoraAdapter
Pointer cast constructor.
OrtMapTypeInfo - Class in org.bytedeco.onnxruntime
 
OrtMapTypeInfo() - Constructor for class org.bytedeco.onnxruntime.OrtMapTypeInfo
Empty constructor.
OrtMapTypeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtMapTypeInfo
Pointer cast constructor.
OrtMemoryDevice - Class in org.bytedeco.onnxruntime
 
OrtMemoryDevice() - Constructor for class org.bytedeco.onnxruntime.OrtMemoryDevice
Empty constructor.
OrtMemoryDevice(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtMemoryDevice
Pointer cast constructor.
OrtMemoryInfo - Class in org.bytedeco.onnxruntime
 
OrtMemoryInfo() - Constructor for class org.bytedeco.onnxruntime.OrtMemoryInfo
Empty constructor.
OrtMemoryInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtMemoryInfo
Pointer cast constructor.
OrtMemoryInfoDeviceType_CPU - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtMemoryInfoDeviceType
OrtMemoryInfoDeviceType_FPGA - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtMemoryInfoDeviceType
OrtMemoryInfoDeviceType_GPU - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtMemoryInfoDeviceType
OrtMemoryInfoDeviceType_NPU - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtMemoryInfoDeviceType
OrtMemTypeCPU - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtMemType
OrtMemTypeCPUInput - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtMemType
OrtMemTypeCPUOutput - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtMemType
OrtMemTypeDefault - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtMemType
OrtMIGraphXProviderOptions - Class in org.bytedeco.onnxruntime
\brief MIGraphX Provider Options
OrtMIGraphXProviderOptions() - Constructor for class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
Default native constructor.
OrtMIGraphXProviderOptions(long) - Constructor for class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
Native array allocator.
OrtMIGraphXProviderOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
Pointer cast constructor.
OrtModel - Class in org.bytedeco.onnxruntime
 
OrtModel() - Constructor for class org.bytedeco.onnxruntime.OrtModel
Empty constructor.
OrtModel(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtModel
Pointer cast constructor.
OrtModelCompilationOptions - Class in ai.onnxruntime
Configuration options for compiling ONNX models.
OrtModelCompilationOptions - Class in org.bytedeco.onnxruntime
 
OrtModelCompilationOptions() - Constructor for class org.bytedeco.onnxruntime.OrtModelCompilationOptions
Empty constructor.
OrtModelCompilationOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtModelCompilationOptions
Pointer cast constructor.
OrtModelCompilationOptions.OrtCompileApiFlags - Enum in ai.onnxruntime
Flags representing options when compiling a model.
OrtModelEditorApi - Class in org.bytedeco.onnxruntime
\brief The OrtModelEditorApi struct provides functions to create or edit an ONNX model.
OrtModelEditorApi() - Constructor for class org.bytedeco.onnxruntime.OrtModelEditorApi
Default native constructor.
OrtModelEditorApi(long) - Constructor for class org.bytedeco.onnxruntime.OrtModelEditorApi
Native array allocator.
OrtModelEditorApi(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtModelEditorApi
Pointer cast constructor.
OrtModelEditorApi_GetModelEditorApi(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.OrtModelEditorApi_GetModelEditorApi
Pointer cast constructor.
OrtModelEditorApi_GetModelEditorApi() - Constructor for class org.bytedeco.onnxruntime.OrtApi.OrtModelEditorApi_GetModelEditorApi
 
OrtModelMetadata - Class in org.bytedeco.onnxruntime
 
OrtModelMetadata() - Constructor for class org.bytedeco.onnxruntime.OrtModelMetadata
Empty constructor.
OrtModelMetadata(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtModelMetadata
Pointer cast constructor.
OrtNode - Class in org.bytedeco.onnxruntime
 
OrtNode() - Constructor for class org.bytedeco.onnxruntime.OrtNode
Empty constructor.
OrtNode(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtNode
Pointer cast constructor.
OrtNodeComputeContext - Class in org.bytedeco.onnxruntime
 
OrtNodeComputeContext() - Constructor for class org.bytedeco.onnxruntime.OrtNodeComputeContext
Empty constructor.
OrtNodeComputeContext(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtNodeComputeContext
Pointer cast constructor.
OrtNodeComputeInfo - Class in org.bytedeco.onnxruntime
\brief The OrtNodeComputeInfo struct provides functions that an OrtEp implements to specify the compute function for a compiled OrtGraph instance.
OrtNodeComputeInfo() - Constructor for class org.bytedeco.onnxruntime.OrtNodeComputeInfo
Default native constructor.
OrtNodeComputeInfo(long) - Constructor for class org.bytedeco.onnxruntime.OrtNodeComputeInfo
Native array allocator.
OrtNodeComputeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtNodeComputeInfo
Pointer cast constructor.
OrtNodeComputeInfo.Compute_OrtNodeComputeInfo_Pointer_OrtKernelContext - Class in org.bytedeco.onnxruntime
\brief Computation function called to execute the fused node compiled by an OrtEp instance.
OrtNodeComputeInfo.CreateState_OrtNodeComputeInfo_OrtNodeComputeContext_PointerPointer - Class in org.bytedeco.onnxruntime
\brief Creates an opaque compute state object that is then passed to the Compute() function during inference.
OrtNodeComputeInfo.ReleaseState_OrtNodeComputeInfo_Pointer - Class in org.bytedeco.onnxruntime
\brief Releases the compute state returned by CreateState().
OrtNodeFusionOptions - Class in org.bytedeco.onnxruntime
\brief The OrtNodeFusionOptions struct specifies options for fusing nodes supported by an execution provider.
OrtNodeFusionOptions() - Constructor for class org.bytedeco.onnxruntime.OrtNodeFusionOptions
Default native constructor.
OrtNodeFusionOptions(long) - Constructor for class org.bytedeco.onnxruntime.OrtNodeFusionOptions
Native array allocator.
OrtNodeFusionOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtNodeFusionOptions
Pointer cast constructor.
OrtNvTensorRtRtxProviderOptions - Class in org.bytedeco.onnxruntime
 
OrtNvTensorRtRtxProviderOptions() - Constructor for class org.bytedeco.onnxruntime.OrtNvTensorRtRtxProviderOptions
Empty constructor.
OrtNvTensorRtRtxProviderOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtNvTensorRtRtxProviderOptions
Pointer cast constructor.
OrtOp - Class in org.bytedeco.onnxruntime
 
OrtOp() - Constructor for class org.bytedeco.onnxruntime.OrtOp
Empty constructor.
OrtOp(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtOp
Pointer cast constructor.
OrtOpAttr - Class in org.bytedeco.onnxruntime
 
OrtOpAttr() - Constructor for class org.bytedeco.onnxruntime.OrtOpAttr
Empty constructor.
OrtOpAttr(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtOpAttr
Pointer cast constructor.
OrtOpenVINOProviderOptions - Class in org.bytedeco.onnxruntime
\brief OpenVINO Provider Options \brief This Struct is frozen since ORT 1.13.0.
OrtOpenVINOProviderOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
Pointer cast constructor.
OrtOpenVINOProviderOptions(long) - Constructor for class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
Native array allocator.
OrtOpenVINOProviderOptions() - Constructor for class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
 
OrtOptionalTypeInfo - Class in org.bytedeco.onnxruntime
 
OrtOptionalTypeInfo() - Constructor for class org.bytedeco.onnxruntime.OrtOptionalTypeInfo
Empty constructor.
OrtOptionalTypeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtOptionalTypeInfo
Pointer cast constructor.
OrtPrepackedWeightsContainer - Class in org.bytedeco.onnxruntime
 
OrtPrepackedWeightsContainer() - Constructor for class org.bytedeco.onnxruntime.OrtPrepackedWeightsContainer
Empty constructor.
OrtPrepackedWeightsContainer(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtPrepackedWeightsContainer
Pointer cast constructor.
OrtProvider - Enum in ai.onnxruntime
The execution providers available through the Java API.
OrtProviderOptions - Class in ai.onnxruntime
An abstract base class for execution provider options classes.
OrtProviderOptions(long) - Constructor for class ai.onnxruntime.OrtProviderOptions
Constructs a OrtProviderOptions wrapped around a native pointer.
OrtProviderOptions.OrtProviderSupplier - Interface in ai.onnxruntime
Functional interface mirroring a Java supplier, but can throw OrtException.
OrtReadOnlyAllocator - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtAllocatorType
OrtRelease(OrtAllocator) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtArenaCfg) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtCustomOpDomain) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtEnv) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtExternalInitializerInfo) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtGraph) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtIoBinding) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtKernelInfo) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtKeyValuePairs) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtLoraAdapter) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtMemoryInfo) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtMapTypeInfo) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtModel) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtModelMetadata) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtNode) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtOp) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtOpAttr) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtPrepackedWeightsContainer) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtRunOptions) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtSession) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtSessionOptions) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtSequenceTypeInfo) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtStatus) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtSyncStream) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtTensorTypeAndShapeInfo) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtThreadingOptions) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtTypeInfo) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtValue) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtValueInfo) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtModelCompilationOptions) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtEpDevice) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtKernelDef) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtKernelDefBuilder) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtKernelRegistry) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtTensorRTProviderOptionsV2) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtRelease(OrtCUDAProviderOptionsV2) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtROCMProviderOptions - Class in org.bytedeco.onnxruntime
\brief ROCM Provider Options
OrtROCMProviderOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtROCMProviderOptions
Pointer cast constructor.
OrtROCMProviderOptions(long) - Constructor for class org.bytedeco.onnxruntime.OrtROCMProviderOptions
Native array allocator.
OrtROCMProviderOptions() - Constructor for class org.bytedeco.onnxruntime.OrtROCMProviderOptions
 
OrtRunOptions - Class in org.bytedeco.onnxruntime
 
OrtRunOptions() - Constructor for class org.bytedeco.onnxruntime.OrtRunOptions
Empty constructor.
OrtRunOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtRunOptions
Pointer cast constructor.
OrtScanKernelHelper - Class in org.bytedeco.onnxruntime
\brief Contains helper functions for a Scan OrtKernelImpl created via OrtEpApi::CreateScanKernel.
OrtScanKernelHelper() - Constructor for class org.bytedeco.onnxruntime.OrtScanKernelHelper
Default native constructor.
OrtScanKernelHelper(long) - Constructor for class org.bytedeco.onnxruntime.OrtScanKernelHelper
Native array allocator.
OrtScanKernelHelper(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtScanKernelHelper
Pointer cast constructor.
OrtScanKernelHelper.Release_OrtScanKernelHelper - Class in org.bytedeco.onnxruntime
\brief Called by ORT to release the OrtScanKernelHelper instance and its resources.
OrtSequenceTypeInfo - Class in org.bytedeco.onnxruntime
 
OrtSequenceTypeInfo() - Constructor for class org.bytedeco.onnxruntime.OrtSequenceTypeInfo
Empty constructor.
OrtSequenceTypeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtSequenceTypeInfo
Pointer cast constructor.
OrtSession - Class in ai.onnxruntime
Wraps an ONNX model and allows inference calls.
OrtSession - Class in org.bytedeco.onnxruntime
 
OrtSession() - Constructor for class org.bytedeco.onnxruntime.OrtSession
Empty constructor.
OrtSession(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtSession
Pointer cast constructor.
OrtSession.Result - Class in ai.onnxruntime
An AutoCloseable wrapper around a Map containing OnnxValues.
OrtSession.RunOptions - Class in ai.onnxruntime
OrtSession.SessionOptions - Class in ai.onnxruntime
Represents the options used to construct this session.
OrtSession.SessionOptions.ExecutionMode - Enum in ai.onnxruntime
The execution mode to use.
OrtSession.SessionOptions.OptLevel - Enum in ai.onnxruntime
The optimisation level to use.
OrtSessionOptions - Class in org.bytedeco.onnxruntime
 
OrtSessionOptions() - Constructor for class org.bytedeco.onnxruntime.OrtSessionOptions
Empty constructor.
OrtSessionOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtSessionOptions
Pointer cast constructor.
OrtSessionOptionsAppendExecutionProvider_CPU(OrtSessionOptions, int) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtSessionOptionsAppendExecutionProvider_CUDA(OrtSessionOptions, int) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtSessionOptionsAppendExecutionProvider_Dnnl(OrtSessionOptions, int) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
 
OrtShapeInferContext - Class in org.bytedeco.onnxruntime
 
OrtShapeInferContext() - Constructor for class org.bytedeco.onnxruntime.OrtShapeInferContext
Empty constructor.
OrtShapeInferContext(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtShapeInferContext
Pointer cast constructor.
OrtSharedPrePackedWeightCache - Class in org.bytedeco.onnxruntime
 
OrtSharedPrePackedWeightCache() - Constructor for class org.bytedeco.onnxruntime.OrtSharedPrePackedWeightCache
Empty constructor.
OrtSharedPrePackedWeightCache(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtSharedPrePackedWeightCache
Pointer cast constructor.
OrtSparseValuesParam - Class in org.bytedeco.onnxruntime
 
OrtSparseValuesParam() - Constructor for class org.bytedeco.onnxruntime.OrtSparseValuesParam
Default native constructor.
OrtSparseValuesParam(long) - Constructor for class org.bytedeco.onnxruntime.OrtSparseValuesParam
Native array allocator.
OrtSparseValuesParam(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtSparseValuesParam
Pointer cast constructor.
OrtStatus - Class in org.bytedeco.onnxruntime
 
OrtStatus() - Constructor for class org.bytedeco.onnxruntime.OrtStatus
Empty constructor.
OrtStatus(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtStatus
Pointer cast constructor.
OrtStringProperty - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
enum OrtPropertyType
OrtSyncNotificationImpl - Class in org.bytedeco.onnxruntime
\brief Struct that an EP implements for Stream Notifications.
OrtSyncNotificationImpl() - Constructor for class org.bytedeco.onnxruntime.OrtSyncNotificationImpl
Default native constructor.
OrtSyncNotificationImpl(long) - Constructor for class org.bytedeco.onnxruntime.OrtSyncNotificationImpl
Native array allocator.
OrtSyncNotificationImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtSyncNotificationImpl
Pointer cast constructor.
OrtSyncNotificationImpl.Release_OrtSyncNotificationImpl - Class in org.bytedeco.onnxruntime
\brief Release the OrtSyncNotificationImpl instance.
OrtSyncStream - Class in org.bytedeco.onnxruntime
 
OrtSyncStream() - Constructor for class org.bytedeco.onnxruntime.OrtSyncStream
Empty constructor.
OrtSyncStream(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtSyncStream
Pointer cast constructor.
OrtSyncStreamImpl - Class in org.bytedeco.onnxruntime
\brief Struct that an EP implements if it wishes to implement Stream support.
OrtSyncStreamImpl() - Constructor for class org.bytedeco.onnxruntime.OrtSyncStreamImpl
Default native constructor.
OrtSyncStreamImpl(long) - Constructor for class org.bytedeco.onnxruntime.OrtSyncStreamImpl
Native array allocator.
OrtSyncStreamImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtSyncStreamImpl
Pointer cast constructor.
OrtSyncStreamImpl.GetHandle_OrtSyncStreamImpl - Class in org.bytedeco.onnxruntime
\brief Get the handle of the stream.
OrtSyncStreamImpl.Release_OrtSyncStreamImpl - Class in org.bytedeco.onnxruntime
\brief Release the OrtSyncStreamImpl instance.
OrtTensorRTProviderOptions - Class in ai.onnxruntime.providers
Options for configuring the TensorRT execution provider.
OrtTensorRTProviderOptions() - Constructor for class ai.onnxruntime.providers.OrtTensorRTProviderOptions
Constructs TensorRT execution provider options for device 0.
OrtTensorRTProviderOptions(int) - Constructor for class ai.onnxruntime.providers.OrtTensorRTProviderOptions
Constructs TensorRT execution provider options for the specified non-negative device id.
OrtTensorRTProviderOptions - Class in org.bytedeco.onnxruntime
\brief TensorRT Provider Options
OrtTensorRTProviderOptions() - Constructor for class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
Default native constructor.
OrtTensorRTProviderOptions(long) - Constructor for class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
Native array allocator.
OrtTensorRTProviderOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
Pointer cast constructor.
OrtTensorRTProviderOptionsV2 - Class in org.bytedeco.onnxruntime
 
OrtTensorRTProviderOptionsV2() - Constructor for class org.bytedeco.onnxruntime.OrtTensorRTProviderOptionsV2
Empty constructor.
OrtTensorRTProviderOptionsV2(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtTensorRTProviderOptionsV2
Pointer cast constructor.
OrtTensorTypeAndShapeInfo - Class in org.bytedeco.onnxruntime
 
OrtTensorTypeAndShapeInfo() - Constructor for class org.bytedeco.onnxruntime.OrtTensorTypeAndShapeInfo
Empty constructor.
OrtTensorTypeAndShapeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtTensorTypeAndShapeInfo
Pointer cast constructor.
OrtThreadingOptions - Class in org.bytedeco.onnxruntime
 
OrtThreadingOptions() - Constructor for class org.bytedeco.onnxruntime.OrtThreadingOptions
Empty constructor.
OrtThreadingOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtThreadingOptions
Pointer cast constructor.
OrtThreadPoolParams - Class in org.bytedeco.onnxruntime
 
OrtThreadPoolParams() - Constructor for class org.bytedeco.onnxruntime.OrtThreadPoolParams
Empty constructor.
OrtThreadPoolParams(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtThreadPoolParams
Pointer cast constructor.
OrtThreadWorkerFn - Class in org.bytedeco.onnxruntime
\brief Thread work loop function Onnxruntime will provide the working loop on custom thread creation Argument is an onnxruntime built-in type which will be provided when thread pool calls OrtCustomCreateThreadFn
OrtThreadWorkerFn(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtThreadWorkerFn
Pointer cast constructor.
OrtThreadWorkerFn() - Constructor for class org.bytedeco.onnxruntime.OrtThreadWorkerFn
 
OrtTrainingApi - Class in org.bytedeco.onnxruntime
\brief The Training C API that holds onnxruntime training function pointers All the Training C API functions are defined inside this structure as pointers to functions.
OrtTrainingApi() - Constructor for class org.bytedeco.onnxruntime.OrtTrainingApi
Default native constructor.
OrtTrainingApi(long) - Constructor for class org.bytedeco.onnxruntime.OrtTrainingApi
Native array allocator.
OrtTrainingApi(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtTrainingApi
Pointer cast constructor.
OrtTrainingSession - Class in ai.onnxruntime
Wraps an ONNX training model and allows training and inference calls.
OrtTrainingSession - Class in org.bytedeco.onnxruntime
\defgroup TrainingC Ort Training C API \{
OrtTrainingSession() - Constructor for class org.bytedeco.onnxruntime.OrtTrainingSession
Empty constructor.
OrtTrainingSession(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtTrainingSession
Pointer cast constructor.
OrtTypeInfo - Class in org.bytedeco.onnxruntime
 
OrtTypeInfo() - Constructor for class org.bytedeco.onnxruntime.OrtTypeInfo
Empty constructor.
OrtTypeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtTypeInfo
Pointer cast constructor.
OrtUtil - Class in ai.onnxruntime
Util code for interacting with Java arrays.
OrtValue - Class in org.bytedeco.onnxruntime
 
OrtValue() - Constructor for class org.bytedeco.onnxruntime.OrtValue
Empty constructor.
OrtValue(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtValue
Pointer cast constructor.
OrtValueInfo - Class in org.bytedeco.onnxruntime
 
OrtValueInfo() - Constructor for class org.bytedeco.onnxruntime.OrtValueInfo
Empty constructor.
OrtValueInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtValueInfo
Pointer cast constructor.
OrtWriteBufferFunc - Class in org.bytedeco.onnxruntime
\brief Function called by ORT to write a buffer to a custom destination (e.g., file, stream, etc.).
OrtWriteBufferFunc(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtWriteBufferFunc
Pointer cast constructor.
OrtWriteBufferFunc() - Constructor for class org.bytedeco.onnxruntime.OrtWriteBufferFunc
 
ownsBuffer() - Method in class ai.onnxruntime.OnnxTensor
Returns true if the buffer in this OnnxTensor was created on construction of this tensor, i.e., it is a copy of a user supplied buffer or array and may hold the only reference to that buffer.

P

ParallelFor(KernelContext.Fn_Pointer_long, long, long, Pointer) - Method in class org.bytedeco.onnxruntime.KernelContext
 
pop_back() - Method in class org.bytedeco.onnxruntime.FloatVector
 
pop_back() - Method in class org.bytedeco.onnxruntime.LongVector
 
pop_back() - Method in class org.bytedeco.onnxruntime.StringVector
 
pop_back() - Method in class org.bytedeco.onnxruntime.ValueVector
 
position(long) - Method in class org.bytedeco.onnxruntime.AllocatorImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.AllocatorWithDefaultOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.AllocatorWithDefaultOptionsImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.AttrNameSubgraph
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseAllocator
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseAllocatorWithDefaultOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseArenaCfg
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseConstGraph
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseConstIoBinding
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseConstMapTypeInfo
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseConstSession
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseConstSessionOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseConstTensorTypeAndShapeInfo
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseConstValue
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseCUDAProviderOptionsV2
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseCustomOpDomain
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseEnv
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseEpAssignedNodeWithDefaultOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseEpAssignedSubgraphWithDefaultOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseEpDevice
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseExternalInitializerInfo
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseGraph
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseIoBinding
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseKernelDef
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseKernelDefBuilder
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseKernelInfo
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseKernelRegistry
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseKeyValuePairs
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseLoraAdapter
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseMapTypeInfo
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseMemoryInfo
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseModel
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseModelCompilationOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseModelMetadata
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseNode
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseOp
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseOpAttr
 
position(long) - Method in class org.bytedeco.onnxruntime.BasePrepackedWeightsContainer
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseRunOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseSequenceTypeInfo
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseSequenceTypeInfoImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseSession
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseSessionOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseStatus
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseSyncStream
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseTensorRTProviderOptionsV2
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseTensorTypeAndShapeInfo
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseThreadingOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseTypeInfo
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseValue
 
position(long) - Method in class org.bytedeco.onnxruntime.BaseValueInfo
 
position(long) - Method in class org.bytedeco.onnxruntime.ConstExternalInitializerInfoImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.ConstGraph
 
position(long) - Method in class org.bytedeco.onnxruntime.ConstGraphImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.ConstIoBinding
 
position(long) - Method in class org.bytedeco.onnxruntime.ConstIoBindingImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.ConstKernelDefImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.ConstMapTypeInfo
 
position(long) - Method in class org.bytedeco.onnxruntime.ConstNodeImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.ConstOpAttrImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.ConstSession
 
position(long) - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.ConstSessionOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.ConstSessionOptionsImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.ConstTensorTypeAndShapeInfo
 
position(long) - Method in class org.bytedeco.onnxruntime.ConstValue
 
position(long) - Method in class org.bytedeco.onnxruntime.ConstValueImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.ConstValueInfoImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.CUDAProviderOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.CustomOpConfigs
 
position(long) - Method in class org.bytedeco.onnxruntime.Env
 
position(long) - Method in class org.bytedeco.onnxruntime.EpAssignedNodeWithDefaultOptionsImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.EpAssignedSubgraphWithDefaultOptionsImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.EpDeviceImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.Float8E4M3FN_t
 
position(long) - Method in class org.bytedeco.onnxruntime.Float8E4M3FNUZ_t
 
position(long) - Method in class org.bytedeco.onnxruntime.Float8E5M2_t
 
position(long) - Method in class org.bytedeco.onnxruntime.Float8E5M2FNUZ_t
 
position(long) - Method in class org.bytedeco.onnxruntime.Global
 
position(long) - Method in class org.bytedeco.onnxruntime.Graph
 
position(long) - Method in class org.bytedeco.onnxruntime.GraphImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.IoBindingImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
position(long) - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.KernelRegistry
 
position(long) - Method in class org.bytedeco.onnxruntime.KeyValuePairs
 
position(long) - Method in class org.bytedeco.onnxruntime.KeyValuePairsImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.Logger
 
position(long) - Method in class org.bytedeco.onnxruntime.LoraAdapter
 
position(long) - Method in class org.bytedeco.onnxruntime.MapTypeInfoImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.MemoryInfoImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.ModelImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.ModelMetadata
 
position(long) - Method in class org.bytedeco.onnxruntime.Node
 
position(long) - Method in class org.bytedeco.onnxruntime.OpAttr
 
position(long) - Method in class org.bytedeco.onnxruntime.OperatorSet
 
position(long) - Method in class org.bytedeco.onnxruntime.OptionalTypeInfoImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtAllocator
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtApiBase
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtCompileApi
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtCustomHandleType
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtDataTransferImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtDnnlProviderOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtEnvCreationOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtEp
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryDescriptor
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryHandle
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtExternalSemaphoreDescriptor
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtExternalSemaphoreHandle
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtExternalTensorDescriptor
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtInteropApi
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtKernelImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtLoopKernelHelper
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtNodeComputeInfo
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtNodeFusionOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtScanKernelHelper
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtSparseValuesParam
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtSyncNotificationImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtSyncStreamImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
position(long) - Method in class org.bytedeco.onnxruntime.PrepackedWeightsContainer
 
position(long) - Method in class org.bytedeco.onnxruntime.RunOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.SessionImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.SessionOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.Shape
 
position(long) - Method in class org.bytedeco.onnxruntime.Status
 
position(long) - Method in class org.bytedeco.onnxruntime.SyncStreamImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.TensorRTProviderOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.TensorTypeAndShapeInfoImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.ThreadingOptions
 
position(long) - Method in class org.bytedeco.onnxruntime.TypeInfoImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.Value
 
position(long) - Method in class org.bytedeco.onnxruntime.ValueImpl
 
position(long) - Method in class org.bytedeco.onnxruntime.ValueInfo
 
position(long) - Method in class org.bytedeco.onnxruntime.ValueInfoConsumerProducerInfo
 
PrepackedWeightsContainer - Class in org.bytedeco.onnxruntime
\brief The PrepackedWeightsContainer Create only and pass to Ort::Session constructor for multiple sessions to share pre-packed weights.
PrepackedWeightsContainer(Pointer) - Constructor for class org.bytedeco.onnxruntime.PrepackedWeightsContainer
Pointer cast constructor.
PrepackedWeightsContainer(long) - Constructor for class org.bytedeco.onnxruntime.PrepackedWeightsContainer
Native array allocator.
PrepackedWeightsContainer(OrtPrepackedWeightsContainer) - Constructor for class org.bytedeco.onnxruntime.PrepackedWeightsContainer
No instance is created
PrepackedWeightsContainer() - Constructor for class org.bytedeco.onnxruntime.PrepackedWeightsContainer
\brief Wraps OrtApi::CreatePrepackedWeightsContainer
PrePackWeight(OrtKernelImpl, OrtValue, int, OrtAllocator, OrtSharedPrePackedWeightCache, BoolPointer) - Method in class org.bytedeco.onnxruntime.OrtKernelImpl
\brief Optional function to pre-pack a constant tensor (i.e., a weight) to the kernel's preferred data layout.
PrePackWeight(OrtKernelImpl, OrtValue, int, OrtAllocator, OrtSharedPrePackedWeightCache, boolean[]) - Method in class org.bytedeco.onnxruntime.OrtKernelImpl
 
push_back(float) - Method in class org.bytedeco.onnxruntime.FloatVector
 
push_back(long) - Method in class org.bytedeco.onnxruntime.LongVector
 
push_back(BytePointer) - Method in class org.bytedeco.onnxruntime.StringVector
 
push_back(String) - Method in class org.bytedeco.onnxruntime.StringVector
 
push_back(Value) - Method in class org.bytedeco.onnxruntime.ValueVector
 
put(BaseAllocator) - Method in class org.bytedeco.onnxruntime.BaseAllocator
 
put(BaseAllocatorWithDefaultOptions) - Method in class org.bytedeco.onnxruntime.BaseAllocatorWithDefaultOptions
 
put(BaseArenaCfg) - Method in class org.bytedeco.onnxruntime.BaseArenaCfg
 
put(BaseConstGraph) - Method in class org.bytedeco.onnxruntime.BaseConstGraph
 
put(BaseConstIoBinding) - Method in class org.bytedeco.onnxruntime.BaseConstIoBinding
 
put(BaseConstMapTypeInfo) - Method in class org.bytedeco.onnxruntime.BaseConstMapTypeInfo
 
put(BaseConstSession) - Method in class org.bytedeco.onnxruntime.BaseConstSession
 
put(BaseConstSessionOptions) - Method in class org.bytedeco.onnxruntime.BaseConstSessionOptions
 
put(BaseConstTensorTypeAndShapeInfo) - Method in class org.bytedeco.onnxruntime.BaseConstTensorTypeAndShapeInfo
 
put(BaseConstValue) - Method in class org.bytedeco.onnxruntime.BaseConstValue
 
put(BaseCUDAProviderOptionsV2) - Method in class org.bytedeco.onnxruntime.BaseCUDAProviderOptionsV2
 
put(BaseCustomOpDomain) - Method in class org.bytedeco.onnxruntime.BaseCustomOpDomain
 
put(BaseEnv) - Method in class org.bytedeco.onnxruntime.BaseEnv
 
put(BaseEpAssignedNodeWithDefaultOptions) - Method in class org.bytedeco.onnxruntime.BaseEpAssignedNodeWithDefaultOptions
 
put(BaseEpAssignedSubgraphWithDefaultOptions) - Method in class org.bytedeco.onnxruntime.BaseEpAssignedSubgraphWithDefaultOptions
 
put(BaseEpDevice) - Method in class org.bytedeco.onnxruntime.BaseEpDevice
 
put(BaseExternalInitializerInfo) - Method in class org.bytedeco.onnxruntime.BaseExternalInitializerInfo
 
put(BaseGraph) - Method in class org.bytedeco.onnxruntime.BaseGraph
 
put(BaseIoBinding) - Method in class org.bytedeco.onnxruntime.BaseIoBinding
 
put(BaseKernelDef) - Method in class org.bytedeco.onnxruntime.BaseKernelDef
 
put(BaseKernelDefBuilder) - Method in class org.bytedeco.onnxruntime.BaseKernelDefBuilder
 
put(BaseKernelInfo) - Method in class org.bytedeco.onnxruntime.BaseKernelInfo
 
put(BaseKernelRegistry) - Method in class org.bytedeco.onnxruntime.BaseKernelRegistry
 
put(BaseKeyValuePairs) - Method in class org.bytedeco.onnxruntime.BaseKeyValuePairs
 
put(BaseLoraAdapter) - Method in class org.bytedeco.onnxruntime.BaseLoraAdapter
 
put(BaseMapTypeInfo) - Method in class org.bytedeco.onnxruntime.BaseMapTypeInfo
 
put(BaseMemoryInfo) - Method in class org.bytedeco.onnxruntime.BaseMemoryInfo
 
put(BaseModel) - Method in class org.bytedeco.onnxruntime.BaseModel
 
put(BaseModelCompilationOptions) - Method in class org.bytedeco.onnxruntime.BaseModelCompilationOptions
 
put(BaseModelMetadata) - Method in class org.bytedeco.onnxruntime.BaseModelMetadata
 
put(BaseNode) - Method in class org.bytedeco.onnxruntime.BaseNode
 
put(BaseOp) - Method in class org.bytedeco.onnxruntime.BaseOp
 
put(BaseOpAttr) - Method in class org.bytedeco.onnxruntime.BaseOpAttr
 
put(BasePrepackedWeightsContainer) - Method in class org.bytedeco.onnxruntime.BasePrepackedWeightsContainer
 
put(BaseRunOptions) - Method in class org.bytedeco.onnxruntime.BaseRunOptions
 
put(BaseSequenceTypeInfo) - Method in class org.bytedeco.onnxruntime.BaseSequenceTypeInfo
 
put(BaseSession) - Method in class org.bytedeco.onnxruntime.BaseSession
 
put(BaseSessionOptions) - Method in class org.bytedeco.onnxruntime.BaseSessionOptions
 
put(BaseStatus) - Method in class org.bytedeco.onnxruntime.BaseStatus
 
put(BaseSyncStream) - Method in class org.bytedeco.onnxruntime.BaseSyncStream
 
put(BaseTensorRTProviderOptionsV2) - Method in class org.bytedeco.onnxruntime.BaseTensorRTProviderOptionsV2
 
put(BaseTensorTypeAndShapeInfo) - Method in class org.bytedeco.onnxruntime.BaseTensorTypeAndShapeInfo
 
put(BaseThreadingOptions) - Method in class org.bytedeco.onnxruntime.BaseThreadingOptions
 
put(BaseTypeInfo) - Method in class org.bytedeco.onnxruntime.BaseTypeInfo
 
put(BaseValue) - Method in class org.bytedeco.onnxruntime.BaseValue
 
put(BaseValueInfo) - Method in class org.bytedeco.onnxruntime.BaseValueInfo
 
put(CustomOpConfigs) - Method in class org.bytedeco.onnxruntime.CustomOpConfigs
 
put(FloatVector) - Method in class org.bytedeco.onnxruntime.FloatVector
 
put(long, float) - Method in class org.bytedeco.onnxruntime.FloatVector
 
put(float) - Method in class org.bytedeco.onnxruntime.FloatVector
 
put(float...) - Method in class org.bytedeco.onnxruntime.FloatVector
 
put(IntPair) - Method in class org.bytedeco.onnxruntime.IntPair
 
put(int, int) - Method in class org.bytedeco.onnxruntime.IntPair
 
put(Logger) - Method in class org.bytedeco.onnxruntime.Logger
 
put(LongVector) - Method in class org.bytedeco.onnxruntime.LongVector
 
put(long, long) - Method in class org.bytedeco.onnxruntime.LongVector
 
put(long) - Method in class org.bytedeco.onnxruntime.LongVector
 
put(long...) - Method in class org.bytedeco.onnxruntime.LongVector
 
put(ShapeInferContext.SymbolicInteger) - Method in class org.bytedeco.onnxruntime.ShapeInferContext.SymbolicInteger
 
put(StringIntPair) - Method in class org.bytedeco.onnxruntime.StringIntPair
 
put(BytePointer, int) - Method in class org.bytedeco.onnxruntime.StringIntPair
 
put(String, int) - Method in class org.bytedeco.onnxruntime.StringIntPair
 
put(StringIntPairVector) - Method in class org.bytedeco.onnxruntime.StringIntPairVector
 
put(BytePointer[], int[]) - Method in class org.bytedeco.onnxruntime.StringIntPairVector
 
put(String[], int[]) - Method in class org.bytedeco.onnxruntime.StringIntPairVector
 
put(StringSizeTMap) - Method in class org.bytedeco.onnxruntime.StringSizeTMap
 
put(BytePointer, long) - Method in class org.bytedeco.onnxruntime.StringSizeTMap
 
put(StringStringMap) - Method in class org.bytedeco.onnxruntime.StringStringMap
 
put(BytePointer, BytePointer) - Method in class org.bytedeco.onnxruntime.StringStringMap
 
put(BytePointer, String) - Method in class org.bytedeco.onnxruntime.StringStringMap
 
put(StringVector) - Method in class org.bytedeco.onnxruntime.StringVector
 
put(long, BytePointer) - Method in class org.bytedeco.onnxruntime.StringVector
 
put(long, String) - Method in class org.bytedeco.onnxruntime.StringVector
 
put(BytePointer) - Method in class org.bytedeco.onnxruntime.StringVector
 
put(BytePointer...) - Method in class org.bytedeco.onnxruntime.StringVector
 
put(String) - Method in class org.bytedeco.onnxruntime.StringVector
 
put(String...) - Method in class org.bytedeco.onnxruntime.StringVector
 
put(Value) - Method in class org.bytedeco.onnxruntime.Value
 
put(ValueVector) - Method in class org.bytedeco.onnxruntime.ValueVector
 
put(long, Value) - Method in class org.bytedeco.onnxruntime.ValueVector
 
put(Value) - Method in class org.bytedeco.onnxruntime.ValueVector
 
put(Value...) - Method in class org.bytedeco.onnxruntime.ValueVector
 

R

rank() - Method in class org.bytedeco.onnxruntime.OrtExternalTensorDescriptor
Number of dimensions
rank(long) - Method in class org.bytedeco.onnxruntime.OrtExternalTensorDescriptor
 
ReadOpAttr(OrtOpAttr, int, Pointer, long, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
Read contents of an attribute to data
RegisterAllocator(OrtAllocator) - Method in class org.bytedeco.onnxruntime.Env
Wraps OrtApi::RegisterAllocator
RegisterAllocator(OrtEnv, OrtAllocator) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtAllocator \{
registerCustomOpLibrary(String) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Registers a library of custom ops for use with OrtSessions using this SessionOptions.
RegisterCustomOpsFn - Class in org.bytedeco.onnxruntime
 
RegisterCustomOpsFn(Pointer) - Constructor for class org.bytedeco.onnxruntime.RegisterCustomOpsFn
Pointer cast constructor.
RegisterCustomOpsFn() - Constructor for class org.bytedeco.onnxruntime.RegisterCustomOpsFn
 
RegisterCustomOpsLibrary(OrtSessionOptions, BytePointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
Deprecated.
Use OrtApi::RegisterCustomOpsLibrary_V2. Registers custom ops from a shared library. Loads a shared library (dll on windows, so on linux, etc) named 'library_path' and looks for this entry point: OrtStatus* RegisterCustomOps(OrtSessionOptions * options, const OrtApiBase* api); It then passes in the provided session options to this function along with the api base. The handle to the loaded library is returned in library_handle. It can be freed by the caller after all sessions using the passed in session options are destroyed, or if an error occurs and it is non null.
RegisterCustomOpsLibrary(OrtSessionOptions, BytePointer, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
RegisterCustomOpsLibrary(OrtSessionOptions, String, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
RegisterCustomOpsLibrary(Pointer, CustomOpConfigs) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
RegisterCustomOpsLibrary(Pointer) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
RegisterCustomOpsLibrary_V2(OrtSessionOptions, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Register custom ops from a shared library.
registerCustomOpsUsingFunction(String) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Registers custom ops for use with OrtSessions using this SessionOptions by calling the specified native function name.
RegisterCustomOpsUsingFunction(OrtSessionOptions, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Register custom ops by calling a RegisterCustomOpsFn function.
RegisterCustomOpsUsingFunction(OrtSessionOptions, String) - Method in class org.bytedeco.onnxruntime.OrtApi
 
RegisterCustomOpsUsingFunction(BytePointer) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::RegisterCustomOpsUsingFunction
RegisterCustomOpsUsingFunction(String) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
registerExecutionProviderLibrary(String, String) - Method in class ai.onnxruntime.OrtEnvironment
Registers an execution provider library with this OrtEnvironment.
RegisterExecutionProviderLibrary(BytePointer, Pointer) - Method in class org.bytedeco.onnxruntime.Env
Wraps OrtApi::RegisterExecutionProviderLibrary
RegisterExecutionProviderLibrary(String, Pointer) - Method in class org.bytedeco.onnxruntime.Env
 
RegisterExecutionProviderLibrary(OrtEnv, BytePointer, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Register an execution provider library with ORT.
RegisterExecutionProviderLibrary(OrtEnv, String, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
registerLinearLRScheduler(long, long, float) - Method in class ai.onnxruntime.OrtTrainingSession
Registers a linear learning rate scheduler with linear warmup.
RegisterLinearLRScheduler(OrtTrainingSession, long, long, float) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Registers a linear learning rate scheduler for the training session.
release() - Method in class org.bytedeco.onnxruntime.BaseAllocator
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseArenaCfg
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseCUDAProviderOptionsV2
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseCustomOpDomain
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseEnv
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseEpDevice
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseExternalInitializerInfo
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseGraph
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseIoBinding
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseKernelDef
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseKernelDefBuilder
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseKernelInfo
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseKernelRegistry
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseKeyValuePairs
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseLoraAdapter
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseMapTypeInfo
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseMemoryInfo
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseModel
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseModelCompilationOptions
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseModelMetadata
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseNode
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseOp
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseOpAttr
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BasePrepackedWeightsContainer
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseRunOptions
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseSequenceTypeInfo
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseSession
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseSessionOptions
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseStatus
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseSyncStream
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseTensorRTProviderOptionsV2
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseTensorTypeAndShapeInfo
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseThreadingOptions
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseTypeInfo
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseValue
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
release() - Method in class org.bytedeco.onnxruntime.BaseValueInfo
\brief Relinquishes ownership of the contained C object pointer The underlying object is not destroyed
Release() - Method in class org.bytedeco.onnxruntime.OrtDataTransferImpl
 
Release(OrtDataTransferImpl.Release_OrtDataTransferImpl) - Method in class org.bytedeco.onnxruntime.OrtDataTransferImpl
 
Release() - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryHandle
 
Release(OrtExternalMemoryHandle.Release_OrtExternalMemoryHandle) - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryHandle
 
Release() - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
 
Release(OrtExternalResourceImporterImpl.Release_OrtExternalResourceImporterImpl) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
 
Release() - Method in class org.bytedeco.onnxruntime.OrtExternalSemaphoreHandle
 
Release(OrtExternalSemaphoreHandle.Release_OrtExternalSemaphoreHandle) - Method in class org.bytedeco.onnxruntime.OrtExternalSemaphoreHandle
 
Release() - Method in class org.bytedeco.onnxruntime.OrtKernelImpl
 
Release(OrtKernelImpl.Release_OrtKernelImpl) - Method in class org.bytedeco.onnxruntime.OrtKernelImpl
 
Release() - Method in class org.bytedeco.onnxruntime.OrtLoopKernelHelper
 
Release(OrtLoopKernelHelper.Release_OrtLoopKernelHelper) - Method in class org.bytedeco.onnxruntime.OrtLoopKernelHelper
 
Release() - Method in class org.bytedeco.onnxruntime.OrtScanKernelHelper
 
Release(OrtScanKernelHelper.Release_OrtScanKernelHelper) - Method in class org.bytedeco.onnxruntime.OrtScanKernelHelper
 
Release() - Method in class org.bytedeco.onnxruntime.OrtSyncNotificationImpl
 
Release(OrtSyncNotificationImpl.Release_OrtSyncNotificationImpl) - Method in class org.bytedeco.onnxruntime.OrtSyncNotificationImpl
 
Release() - Method in class org.bytedeco.onnxruntime.OrtSyncStreamImpl
 
Release(OrtSyncStreamImpl.Release_OrtSyncStreamImpl) - Method in class org.bytedeco.onnxruntime.OrtSyncStreamImpl
 
Release_OrtDataTransferImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtDataTransferImpl.Release_OrtDataTransferImpl
Pointer cast constructor.
Release_OrtDataTransferImpl() - Constructor for class org.bytedeco.onnxruntime.OrtDataTransferImpl.Release_OrtDataTransferImpl
 
Release_OrtExternalMemoryHandle(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtExternalMemoryHandle.Release_OrtExternalMemoryHandle
Pointer cast constructor.
Release_OrtExternalMemoryHandle() - Constructor for class org.bytedeco.onnxruntime.OrtExternalMemoryHandle.Release_OrtExternalMemoryHandle
 
Release_OrtExternalResourceImporterImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl.Release_OrtExternalResourceImporterImpl
Pointer cast constructor.
Release_OrtExternalResourceImporterImpl() - Constructor for class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl.Release_OrtExternalResourceImporterImpl
 
Release_OrtExternalSemaphoreHandle(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtExternalSemaphoreHandle.Release_OrtExternalSemaphoreHandle
Pointer cast constructor.
Release_OrtExternalSemaphoreHandle() - Constructor for class org.bytedeco.onnxruntime.OrtExternalSemaphoreHandle.Release_OrtExternalSemaphoreHandle
 
Release_OrtKernelImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtKernelImpl.Release_OrtKernelImpl
Pointer cast constructor.
Release_OrtKernelImpl() - Constructor for class org.bytedeco.onnxruntime.OrtKernelImpl.Release_OrtKernelImpl
 
Release_OrtLoopKernelHelper(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtLoopKernelHelper.Release_OrtLoopKernelHelper
Pointer cast constructor.
Release_OrtLoopKernelHelper() - Constructor for class org.bytedeco.onnxruntime.OrtLoopKernelHelper.Release_OrtLoopKernelHelper
 
Release_OrtScanKernelHelper(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtScanKernelHelper.Release_OrtScanKernelHelper
Pointer cast constructor.
Release_OrtScanKernelHelper() - Constructor for class org.bytedeco.onnxruntime.OrtScanKernelHelper.Release_OrtScanKernelHelper
 
Release_OrtSyncNotificationImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtSyncNotificationImpl.Release_OrtSyncNotificationImpl
Pointer cast constructor.
Release_OrtSyncNotificationImpl() - Constructor for class org.bytedeco.onnxruntime.OrtSyncNotificationImpl.Release_OrtSyncNotificationImpl
 
Release_OrtSyncStreamImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtSyncStreamImpl.Release_OrtSyncStreamImpl
Pointer cast constructor.
Release_OrtSyncStreamImpl() - Constructor for class org.bytedeco.onnxruntime.OrtSyncStreamImpl.Release_OrtSyncStreamImpl
 
ReleaseAliasMap() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
ReleaseAliasMap(OrtCustomOp.ReleaseAliasMap_IntPointer_IntPointer) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
ReleaseAliasMap_IntPointer_IntPointer(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.ReleaseAliasMap_IntPointer_IntPointer
Pointer cast constructor.
ReleaseAliasMap_IntPointer_IntPointer() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.ReleaseAliasMap_IntPointer_IntPointer
 
ReleaseAllocator(OrtAllocator) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Release an ::OrtAllocator obtained from OrtApi::CreateAllocator
ReleaseAllocator() - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
ReleaseAllocator(OrtEpFactory.ReleaseAllocator_OrtEpFactory_OrtAllocator) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
ReleaseAllocator_OrtEpFactory_OrtAllocator(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpFactory.ReleaseAllocator_OrtEpFactory_OrtAllocator
Pointer cast constructor.
ReleaseAllocator_OrtEpFactory_OrtAllocator() - Constructor for class org.bytedeco.onnxruntime.OrtEpFactory.ReleaseAllocator_OrtEpFactory_OrtAllocator
 
ReleaseArenaCfg(OrtArenaCfg) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleaseAvailableProviders(PointerPointer, int) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Release data from OrtApi::GetAvailableProviders.
ReleaseAvailableProviders(BytePointer, int) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleaseAvailableProviders(ByteBuffer, int) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleaseAvailableProviders(byte[], int) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleaseCANNProviderOptions() - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleaseCANNProviderOptions(OrtApi.ReleaseCANNProviderOptions_OrtCANNProviderOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleaseCANNProviderOptions_OrtCANNProviderOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.ReleaseCANNProviderOptions_OrtCANNProviderOptions
Pointer cast constructor.
ReleaseCANNProviderOptions_OrtCANNProviderOptions() - Constructor for class org.bytedeco.onnxruntime.OrtApi.ReleaseCANNProviderOptions_OrtCANNProviderOptions
 
ReleaseCheckpointState(OrtCheckpointState) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Frees up the memory used up by the checkpoint state.
ReleaseCUDAProviderOptions() - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleaseCUDAProviderOptions(OrtApi.ReleaseCUDAProviderOptions_OrtCUDAProviderOptionsV2) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleaseCUDAProviderOptions_OrtCUDAProviderOptionsV2(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.ReleaseCUDAProviderOptions_OrtCUDAProviderOptionsV2
Pointer cast constructor.
ReleaseCUDAProviderOptions_OrtCUDAProviderOptionsV2() - Constructor for class org.bytedeco.onnxruntime.OrtApi.ReleaseCUDAProviderOptions_OrtCUDAProviderOptionsV2
 
ReleaseCustomOpDomain(OrtCustomOpDomain) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtCustomOpDomain \{
ReleaseDeviceEpIncompatibilityDetails(OrtDeviceEpIncompatibilityDetails) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Release an OrtDeviceEpIncompatibilityDetails instance.
ReleaseDnnlProviderOptions() - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleaseDnnlProviderOptions(OrtApi.ReleaseDnnlProviderOptions_OrtDnnlProviderOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleaseDnnlProviderOptions_OrtDnnlProviderOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.ReleaseDnnlProviderOptions_OrtDnnlProviderOptions
Pointer cast constructor.
ReleaseDnnlProviderOptions_OrtDnnlProviderOptions() - Constructor for class org.bytedeco.onnxruntime.OrtApi.ReleaseDnnlProviderOptions_OrtDnnlProviderOptions
 
ReleaseEnv(OrtEnv) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtEnv \{
ReleaseEp() - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
ReleaseEp(OrtEpFactory.ReleaseEp_OrtEpFactory_OrtEp) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
ReleaseEp_OrtEpFactory_OrtEp(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpFactory.ReleaseEp_OrtEpFactory_OrtEp
Pointer cast constructor.
ReleaseEp_OrtEpFactory_OrtEp() - Constructor for class org.bytedeco.onnxruntime.OrtEpFactory.ReleaseEp_OrtEpFactory_OrtEp
 
ReleaseEpApiFactoryFn - Class in org.bytedeco.onnxruntime
\brief The function signature that ORT will call to release an OrtEpFactory instance.
ReleaseEpApiFactoryFn(Pointer) - Constructor for class org.bytedeco.onnxruntime.ReleaseEpApiFactoryFn
Pointer cast constructor.
ReleaseEpApiFactoryFn() - Constructor for class org.bytedeco.onnxruntime.ReleaseEpApiFactoryFn
 
ReleaseEpDevice(OrtEpDevice) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
ReleaseExternalInitializerInfo(OrtExternalInitializerInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
\}
ReleaseExternalMemoryHandle(OrtExternalMemoryHandle) - Method in class org.bytedeco.onnxruntime.OrtInteropApi
\brief Release an OrtExternalMemoryHandle instance.
ReleaseExternalResourceImporter(OrtExternalResourceImporter) - Method in class org.bytedeco.onnxruntime.OrtInteropApi
\brief Release an OrtExternalResourceImporter instance.
ReleaseExternalSemaphoreHandle(OrtExternalSemaphoreHandle) - Method in class org.bytedeco.onnxruntime.OrtInteropApi
\brief Release an OrtExternalSemaphoreHandle instance.
ReleaseGraph(OrtGraph) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Release an OrtGraph.
ReleaseHardwareDevice(OrtHardwareDevice) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
ReleaseIoBinding(OrtIoBinding) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtIoBinding \{
ReleaseKernelDef(OrtKernelDef) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
ReleaseKernelDefBuilder(OrtKernelDefBuilder) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
ReleaseKernelImpl(OrtKernelImpl) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
ReleaseKernelInfo(OrtKernelInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleaseKernelRegistry(OrtKernelRegistry) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
ReleaseKeyValuePairs(OrtKeyValuePairs) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Release an OrtKeyValuePairs instance.
ReleaseLoraAdapter(OrtLoraAdapter) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Release an ::OrtLoraAdapter obtained from OrtApi::CreateLoraAdapter
ReleaseMapTypeInfo(OrtMapTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtMapTypeInfo \{
ReleaseMayInplace() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
ReleaseMayInplace(OrtCustomOp.ReleaseMayInplace_IntPointer_IntPointer) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
ReleaseMayInplace_IntPointer_IntPointer(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.ReleaseMayInplace_IntPointer_IntPointer
Pointer cast constructor.
ReleaseMayInplace_IntPointer_IntPointer() - Constructor for class org.bytedeco.onnxruntime.OrtCustomOp.ReleaseMayInplace_IntPointer_IntPointer
 
ReleaseMemory() - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
 
ReleaseMemory(OrtExternalResourceImporterImpl.ReleaseMemory_OrtExternalResourceImporterImpl_OrtExternalMemoryHandle) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
 
ReleaseMemory_OrtExternalResourceImporterImpl_OrtExternalMemoryHandle(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl.ReleaseMemory_OrtExternalResourceImporterImpl_OrtExternalMemoryHandle
Pointer cast constructor.
ReleaseMemory_OrtExternalResourceImporterImpl_OrtExternalMemoryHandle() - Constructor for class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl.ReleaseMemory_OrtExternalResourceImporterImpl_OrtExternalMemoryHandle
 
ReleaseMemoryInfo(OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtMemoryInfo \{
ReleaseModel(OrtModel) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Release an OrtModel.
ReleaseModelCompilationOptions(OrtModelCompilationOptions) - Method in class org.bytedeco.onnxruntime.OrtCompileApi
\name OrtModelCompilationOptions \{
ReleaseModelMetadata(OrtModelMetadata) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleaseNode(OrtNode) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Release an OrtNode if it was not added to an OrtGraph.
ReleaseNodeComputeInfos() - Method in class org.bytedeco.onnxruntime.OrtEp
 
ReleaseNodeComputeInfos(OrtEp.ReleaseNodeComputeInfos_OrtEp_PointerPointer_long) - Method in class org.bytedeco.onnxruntime.OrtEp
 
ReleaseNodeComputeInfos_OrtEp_PointerPointer_long(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEp.ReleaseNodeComputeInfos_OrtEp_PointerPointer_long
Pointer cast constructor.
ReleaseNodeComputeInfos_OrtEp_PointerPointer_long() - Constructor for class org.bytedeco.onnxruntime.OrtEp.ReleaseNodeComputeInfos_OrtEp_PointerPointer_long
 
ReleaseOp(OrtOp) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleaseOpAttr(OrtOpAttr) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleasePrepackedWeightsContainer(OrtPrepackedWeightsContainer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Release OrtPrepackedWeightsContainer instance \note instance must not be released until the sessions using it are released
ReleaseROCMProviderOptions() - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleaseROCMProviderOptions(OrtApi.ReleaseROCMProviderOptions_OrtROCMProviderOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleaseROCMProviderOptions_OrtROCMProviderOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.ReleaseROCMProviderOptions_OrtROCMProviderOptions
Pointer cast constructor.
ReleaseROCMProviderOptions_OrtROCMProviderOptions() - Constructor for class org.bytedeco.onnxruntime.OrtApi.ReleaseROCMProviderOptions_OrtROCMProviderOptions
 
ReleaseRunOptions(OrtRunOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtRunOptions \{
ReleaseSemaphore() - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
 
ReleaseSemaphore(OrtExternalResourceImporterImpl.ReleaseSemaphore_OrtExternalResourceImporterImpl_OrtExternalSemaphoreHandle) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
 
ReleaseSemaphore_OrtExternalResourceImporterImpl_OrtExternalSemaphoreHandle(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl.ReleaseSemaphore_OrtExternalResourceImporterImpl_OrtExternalSemaphoreHandle
Pointer cast constructor.
ReleaseSemaphore_OrtExternalResourceImporterImpl_OrtExternalSemaphoreHandle() - Constructor for class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl.ReleaseSemaphore_OrtExternalResourceImporterImpl_OrtExternalSemaphoreHandle
 
ReleaseSequenceTypeInfo(OrtSequenceTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSequenceTypeInfo \{
ReleaseSession(OrtSession) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSession \{
ReleaseSessionOptions(OrtSessionOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSessionOptions \{
ReleaseSharedAllocator(OrtEpDevice, int) - Method in class org.bytedeco.onnxruntime.Env
Wraps OrtApi::ReleaseSharedAllocator
ReleaseSharedAllocator(OrtEnv, OrtEpDevice, int) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Release a shared allocator from the OrtEnv for the OrtEpDevice and memory type.
ReleaseState() - Method in class org.bytedeco.onnxruntime.OrtNodeComputeInfo
 
ReleaseState(OrtNodeComputeInfo.ReleaseState_OrtNodeComputeInfo_Pointer) - Method in class org.bytedeco.onnxruntime.OrtNodeComputeInfo
 
ReleaseState_OrtNodeComputeInfo_Pointer(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtNodeComputeInfo.ReleaseState_OrtNodeComputeInfo_Pointer
Pointer cast constructor.
ReleaseState_OrtNodeComputeInfo_Pointer() - Constructor for class org.bytedeco.onnxruntime.OrtNodeComputeInfo.ReleaseState_OrtNodeComputeInfo_Pointer
 
ReleaseStatus(OrtStatus) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtStatus \{
ReleaseSyncStream(OrtSyncStream) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleaseTensorRTProviderOptions() - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleaseTensorRTProviderOptions(OrtApi.ReleaseTensorRTProviderOptions_OrtTensorRTProviderOptionsV2) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleaseTensorRTProviderOptions_OrtTensorRTProviderOptionsV2(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.ReleaseTensorRTProviderOptions_OrtTensorRTProviderOptionsV2
Pointer cast constructor.
ReleaseTensorRTProviderOptions_OrtTensorRTProviderOptionsV2() - Constructor for class org.bytedeco.onnxruntime.OrtApi.ReleaseTensorRTProviderOptions_OrtTensorRTProviderOptionsV2
 
ReleaseTensorTypeAndShapeInfo(OrtTensorTypeAndShapeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtTensorTypeAndShapeInfo \{
ReleaseThreadingOptions(OrtThreadingOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ReleaseTrainingSession(OrtTrainingSession) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\}
ReleaseTypeInfo(OrtTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtTypeInfo \{
ReleaseValue(OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtValue \{
ReleaseValueInfo(OrtValueInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
\}
Remove(BytePointer) - Method in class org.bytedeco.onnxruntime.KeyValuePairs
\brief Wraps OrtApi::RemoveKeyValuePair
Remove(String) - Method in class org.bytedeco.onnxruntime.KeyValuePairs
 
RemoveKeyValuePair() - Method in class org.bytedeco.onnxruntime.OrtApi
 
RemoveKeyValuePair(OrtApi.RemoveKeyValuePair_OrtKeyValuePairs_BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
RemoveKeyValuePair_OrtKeyValuePairs_BytePointer(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.RemoveKeyValuePair_OrtKeyValuePairs_BytePointer
Pointer cast constructor.
RemoveKeyValuePair_OrtKeyValuePairs_BytePointer() - Constructor for class org.bytedeco.onnxruntime.OrtApi.RemoveKeyValuePair_OrtKeyValuePairs_BytePointer
 
Reserve() - Method in class org.bytedeco.onnxruntime.OrtAllocator
 
Reserve(OrtAllocator.Reserve_OrtAllocator_long) - Method in class org.bytedeco.onnxruntime.OrtAllocator
 
Reserve_OrtAllocator_long(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtAllocator.Reserve_OrtAllocator_long
Pointer cast constructor.
Reserve_OrtAllocator_long() - Constructor for class org.bytedeco.onnxruntime.OrtAllocator.Reserve_OrtAllocator_long
 
reshape(boolean[], long[]) - Static method in class ai.onnxruntime.OrtUtil
Reshapes a boolean array into the desired n-dimensional array assuming the boolean array is stored in n-dimensional row-major order.
reshape(byte[], long[]) - Static method in class ai.onnxruntime.OrtUtil
Reshapes a byte array into the desired n-dimensional array assuming the byte array is stored in n-dimensional row-major order.
reshape(short[], long[]) - Static method in class ai.onnxruntime.OrtUtil
Reshapes a short array into the desired n-dimensional array assuming the short array is stored in n-dimensional row-major order.
reshape(int[], long[]) - Static method in class ai.onnxruntime.OrtUtil
Reshapes an int array into the desired n-dimensional array, assuming the int array is stored in n-dimensional row-major order.
reshape(long[], long[]) - Static method in class ai.onnxruntime.OrtUtil
Reshapes a long array into the desired n-dimensional array, assuming the long array is stored in n-dimensional row-major order.
reshape(float[], long[]) - Static method in class ai.onnxruntime.OrtUtil
Reshapes a float array into the desired n-dimensional array assuming the float array is stored in n-dimensional row-major order.
reshape(double[], long[]) - Static method in class ai.onnxruntime.OrtUtil
Reshapes a double array into the desired n-dimensional array assuming the double array is stored in n-dimensional row-major order.
reshape(String[], long[]) - Static method in class ai.onnxruntime.OrtUtil
Reshapes a String array into the desired n-dimensional array assuming the String array is stored in n-dimensional row-major order.
resize(long) - Method in class org.bytedeco.onnxruntime.FloatVector
 
resize(long) - Method in class org.bytedeco.onnxruntime.LongVector
 
resize(long) - Method in class org.bytedeco.onnxruntime.StringIntPairVector
 
resize(long) - Method in class org.bytedeco.onnxruntime.StringVector
 
resize(long) - Method in class org.bytedeco.onnxruntime.ValueVector
 
run(Map<String, ? extends OnnxTensorLike>) - Method in class ai.onnxruntime.OrtSession
Scores an input feed dict, returning the map of all inferred outputs.
run(Map<String, ? extends OnnxTensorLike>, OrtSession.RunOptions) - Method in class ai.onnxruntime.OrtSession
Scores an input feed dict, returning the map of all inferred outputs.
run(Map<String, ? extends OnnxTensorLike>, Set<String>) - Method in class ai.onnxruntime.OrtSession
Scores an input feed dict, returning the map of requested inferred outputs.
run(Map<String, ? extends OnnxTensorLike>, Set<String>, OrtSession.RunOptions) - Method in class ai.onnxruntime.OrtSession
Scores an input feed dict, returning the map of requested inferred outputs.
run(Map<String, ? extends OnnxTensorLike>, Map<String, ? extends OnnxValue>) - Method in class ai.onnxruntime.OrtSession
Scores an input feed dict, returning the map of pinned outputs.
run(Map<String, ? extends OnnxTensorLike>, Set<String>, Map<String, ? extends OnnxValue>) - Method in class ai.onnxruntime.OrtSession
Scores an input feed dict, returning the map of requested and pinned outputs.
run(Map<String, ? extends OnnxTensorLike>, Set<String>, Map<String, ? extends OnnxValue>, OrtSession.RunOptions) - Method in class ai.onnxruntime.OrtSession
Scores an input feed dict, returning the map of requested and pinned outputs.
Run(OrtSession, OrtRunOptions, PointerPointer, PointerPointer, long, PointerPointer, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Run the model in an ::OrtSession Will not return until the model run has completed.
Run(OrtSession, OrtRunOptions, BytePointer, OrtValue, long, BytePointer, long, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Run(OrtSession, OrtRunOptions, ByteBuffer, OrtValue, long, ByteBuffer, long, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Run(OrtSession, OrtRunOptions, byte[], OrtValue, long, byte[], long, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
Run(RunOptions, PointerPointer, Value, long, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.SessionImpl
\brief Run the model returning results in an Ort allocated vector.
Run(RunOptions, BytePointer, Value, long, BytePointer, long) - Method in class org.bytedeco.onnxruntime.SessionImpl
 
Run(RunOptions, ByteBuffer, Value, long, ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.SessionImpl
 
Run(RunOptions, byte[], Value, long, byte[], long) - Method in class org.bytedeco.onnxruntime.SessionImpl
 
Run(RunOptions, PointerPointer, Value, long, PointerPointer, Value, long) - Method in class org.bytedeco.onnxruntime.SessionImpl
\brief Run the model returning results in user provided outputs Same as Run(const RunOptions&, const char* const*, const Value*, size_t,const char* const*, size_t)
Run(RunOptions, BytePointer, Value, long, BytePointer, Value, long) - Method in class org.bytedeco.onnxruntime.SessionImpl
 
Run(RunOptions, ByteBuffer, Value, long, ByteBuffer, Value, long) - Method in class org.bytedeco.onnxruntime.SessionImpl
 
Run(RunOptions, byte[], Value, long, byte[], Value, long) - Method in class org.bytedeco.onnxruntime.SessionImpl
 
Run(RunOptions, IoBinding) - Method in class org.bytedeco.onnxruntime.SessionImpl
Wraps OrtApi::RunWithBinding
RunAsync(OrtSession, OrtRunOptions, PointerPointer, PointerPointer, long, PointerPointer, long, PointerPointer, RunAsyncCallbackFn, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Run the model asynchronously in a thread owned by intra op thread pool
RunAsync(OrtSession, OrtRunOptions, BytePointer, OrtValue, long, BytePointer, long, OrtValue, RunAsyncCallbackFn, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
RunAsync(OrtSession, OrtRunOptions, ByteBuffer, OrtValue, long, ByteBuffer, long, OrtValue, RunAsyncCallbackFn, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
RunAsync(OrtSession, OrtRunOptions, byte[], OrtValue, long, byte[], long, OrtValue, RunAsyncCallbackFn, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
RunAsync(RunOptions, PointerPointer, Value, long, PointerPointer, Value, long, RunAsyncCallbackFn, Pointer) - Method in class org.bytedeco.onnxruntime.SessionImpl
\brief Run the model asynchronously in a thread owned by intra op thread pool Wraps OrtApi::RunAsync
RunAsync(RunOptions, BytePointer, Value, long, BytePointer, Value, long, RunAsyncCallbackFn, Pointer) - Method in class org.bytedeco.onnxruntime.SessionImpl
 
RunAsync(RunOptions, ByteBuffer, Value, long, ByteBuffer, Value, long, RunAsyncCallbackFn, Pointer) - Method in class org.bytedeco.onnxruntime.SessionImpl
 
RunAsync(RunOptions, byte[], Value, long, byte[], Value, long, RunAsyncCallbackFn, Pointer) - Method in class org.bytedeco.onnxruntime.SessionImpl
 
RunAsyncCallbackFn - Class in org.bytedeco.onnxruntime
\brief Callback function for RunAsync
RunAsyncCallbackFn(Pointer) - Constructor for class org.bytedeco.onnxruntime.RunAsyncCallbackFn
Pointer cast constructor.
RunAsyncCallbackFn() - Constructor for class org.bytedeco.onnxruntime.RunAsyncCallbackFn
 
RunOptions() - Constructor for class ai.onnxruntime.OrtSession.RunOptions
Creates a RunOptions.
RunOptions - Class in org.bytedeco.onnxruntime
\brief RunOptions
RunOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.RunOptions
Pointer cast constructor.
RunOptions(long) - Constructor for class org.bytedeco.onnxruntime.RunOptions
Native array allocator.
RunOptions() - Constructor for class org.bytedeco.onnxruntime.RunOptions
Wraps OrtApi::CreateRunOptions
RunOptionsAddActiveLoraAdapter(OrtRunOptions, OrtLoraAdapter) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Add the Lora Adapter to the list of active adapters.
RunOptionsGetRunLogSeverityLevel(OrtRunOptions, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get per-run log severity level
RunOptionsGetRunLogSeverityLevel(OrtRunOptions, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
RunOptionsGetRunLogSeverityLevel(OrtRunOptions, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
RunOptionsGetRunLogVerbosityLevel(OrtRunOptions, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get per-run log verbosity level
RunOptionsGetRunLogVerbosityLevel(OrtRunOptions, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
RunOptionsGetRunLogVerbosityLevel(OrtRunOptions, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
RunOptionsGetRunTag(OrtRunOptions, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get per-run tag This is used in a per-run log identifier.
RunOptionsGetRunTag(OrtRunOptions, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
RunOptionsGetRunTag(OrtRunOptions, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
RunOptionsGetRunTag(OrtRunOptions, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
RunOptionsSetRunLogSeverityLevel(OrtRunOptions, int) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set per-run log severity level
RunOptionsSetRunLogVerbosityLevel(OrtRunOptions, int) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set per-run log verbosity level
RunOptionsSetRunTag(OrtRunOptions, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set per-run tag This is used in a per-run log identifier.
RunOptionsSetRunTag(OrtRunOptions, String) - Method in class org.bytedeco.onnxruntime.OrtApi
 
RunOptionsSetSyncStream() - Method in class org.bytedeco.onnxruntime.OrtApi
 
RunOptionsSetSyncStream(OrtApi.RunOptionsSetSyncStream_OrtRunOptions_OrtSyncStream) - Method in class org.bytedeco.onnxruntime.OrtApi
 
RunOptionsSetSyncStream_OrtRunOptions_OrtSyncStream(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.RunOptionsSetSyncStream_OrtRunOptions_OrtSyncStream
Pointer cast constructor.
RunOptionsSetSyncStream_OrtRunOptions_OrtSyncStream() - Constructor for class org.bytedeco.onnxruntime.OrtApi.RunOptionsSetSyncStream_OrtRunOptions_OrtSyncStream
 
RunOptionsSetTerminate(OrtRunOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set terminate flag If a currently executing session needs to be force terminated, this can be called from another thread to force it to fail with an error.
RunOptionsUnsetTerminate(OrtRunOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Clears the terminate flag Used so the OrtRunOptions instance can be used in a new OrtApi::Run call without it instantly terminating
RunWithBinding(OrtSession, OrtRunOptions, OrtIoBinding) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSession \{

S

saveCheckpoint(Path, boolean) - Method in class ai.onnxruntime.OrtTrainingSession
Save out the training session state into the supplied checkpoint directory.
SaveCheckpoint(OrtCheckpointState, Pointer, boolean) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Save the given state to a checkpoint file on disk.
schedulerStep() - Method in class ai.onnxruntime.OrtTrainingSession
Updates the learning rate based on the registered learning rate scheduler.
SchedulerStep(OrtTrainingSession) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Update the learning rate based on the registered learing rate scheduler.
second() - Method in class org.bytedeco.onnxruntime.IntPair
 
second(int) - Method in class org.bytedeco.onnxruntime.IntPair
 
second() - Method in class org.bytedeco.onnxruntime.StringIntPair
 
second(int) - Method in class org.bytedeco.onnxruntime.StringIntPair
 
second(long) - Method in class org.bytedeco.onnxruntime.StringIntPairVector
 
second(long, int) - Method in class org.bytedeco.onnxruntime.StringIntPairVector
 
second() - Method in class org.bytedeco.onnxruntime.StringSizeTMap.Iterator
 
second() - Method in class org.bytedeco.onnxruntime.StringStringMap.Iterator
 
SequenceInfo - Class in ai.onnxruntime
Describes an OnnxSequence, including it's element type if known.
sequenceOfMaps - Variable in class ai.onnxruntime.SequenceInfo
Is this a sequence of maps.
sequenceType - Variable in class ai.onnxruntime.SequenceInfo
The type of the sequence if it does not contain a map, OnnxJavaType.UNKNOWN if it does.
SequenceTypeInfo - Class in org.bytedeco.onnxruntime
\brief Wrapper around ::OrtSequenceTypeInfo
SequenceTypeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.SequenceTypeInfo
Pointer cast constructor.
SequenceTypeInfo(OrtSequenceTypeInfo) - Constructor for class org.bytedeco.onnxruntime.SequenceTypeInfo
Used for interop with the C API
Session - Class in org.bytedeco.onnxruntime
\brief Wrapper around ::OrtSession
Session(Pointer) - Constructor for class org.bytedeco.onnxruntime.Session
Pointer cast constructor.
Session(OrtSession) - Constructor for class org.bytedeco.onnxruntime.Session
C API Interop
Session(Env, Pointer, SessionOptions) - Constructor for class org.bytedeco.onnxruntime.Session
 
Session(Env, Pointer, SessionOptions, OrtPrepackedWeightsContainer) - Constructor for class org.bytedeco.onnxruntime.Session
Wraps OrtApi::CreateSessionWithPrepackedWeightsContainer
Session(Env, Pointer, long, SessionOptions) - Constructor for class org.bytedeco.onnxruntime.Session
Wraps OrtApi::CreateSessionFromArray
Session(Env, Pointer, long, SessionOptions, OrtPrepackedWeightsContainer) - Constructor for class org.bytedeco.onnxruntime.Session
Wraps OrtApi::CreateSessionFromArrayWithPrepackedWeightsContainer
Session(Env, Model, SessionOptions) - Constructor for class org.bytedeco.onnxruntime.Session
Wraps OrtModelEditorApi::CreateSessionFromModel
Session_GetEpGraphAssignmentInfo(OrtSession, PointerPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get information about the subgraphs assigned to each execution provider (EP) and the nodes within.
SessionEndProfiling(OrtSession, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSession \{
SessionEndProfiling(OrtSession, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionEndProfiling(OrtSession, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionEndProfiling(OrtSession, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionGetEpDeviceForInputs(OrtSession, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the OrtEpDevice (if available) for each input of the session.
SessionGetEpDeviceForInputs(OrtSession, OrtEpDevice, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionGetEpDeviceForOutputs(OrtSession, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the EP device assigned to each session output.
SessionGetEpDeviceForOutputs(OrtSession, OrtEpDevice, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionGetInputCount(OrtSession, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSession \{
SessionGetInputName(OrtSession, long, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get input name
SessionGetInputName(OrtSession, long, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionGetInputName(OrtSession, long, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionGetInputName(OrtSession, long, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionGetInputTypeInfo(OrtSession, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get input type information
SessionGetInputTypeInfo(OrtSession, long, OrtTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionGetMemoryInfoForInputs(OrtSession, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the OrtMemoryInfo for each input of the session.
SessionGetMemoryInfoForInputs(OrtSession, OrtMemoryInfo, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionGetMemoryInfoForOutputs(OrtSession, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the OrtMemoryInfo for each output of the session.
SessionGetMemoryInfoForOutputs(OrtSession, OrtMemoryInfo, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionGetModelMetadata(OrtSession, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get ::OrtModelMetadata from an ::OrtSession
SessionGetModelMetadata(OrtSession, OrtModelMetadata) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionGetOpsetForDomain(OrtSession, BytePointer, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Query the session for the opset version of a domain.
SessionGetOpsetForDomain(OrtSession, String, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
SessionGetOpsetForDomain(OrtSession, BytePointer, int[]) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
SessionGetOpsetForDomain(OrtSession, String, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
SessionGetOpsetForDomain(OrtSession, BytePointer, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
SessionGetOpsetForDomain(OrtSession, String, int[]) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
SessionGetOutputCount(OrtSession, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get output count for a session This number must also match the number of outputs returned by OrtApi::Run
SessionGetOutputName(OrtSession, long, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get output name
SessionGetOutputName(OrtSession, long, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionGetOutputName(OrtSession, long, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionGetOutputName(OrtSession, long, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionGetOutputTypeInfo(OrtSession, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get output type information
SessionGetOutputTypeInfo(OrtSession, long, OrtTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionGetOverridableInitializerCount(OrtSession, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get overridable initializer count
SessionGetOverridableInitializerName(OrtSession, long, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get overridable initializer name
SessionGetOverridableInitializerName(OrtSession, long, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionGetOverridableInitializerName(OrtSession, long, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionGetOverridableInitializerName(OrtSession, long, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionGetOverridableInitializerTypeInfo(OrtSession, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get overridable initializer type information
SessionGetOverridableInitializerTypeInfo(OrtSession, long, OrtTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionGetProfilingStartTimeNs(OrtSession, LongPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSession \{
SessionGetProfilingStartTimeNs(OrtSession, LongBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionGetProfilingStartTimeNs(OrtSession, long[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionImpl - Class in org.bytedeco.onnxruntime
 
SessionImpl() - Constructor for class org.bytedeco.onnxruntime.SessionImpl
Default native constructor.
SessionImpl(long) - Constructor for class org.bytedeco.onnxruntime.SessionImpl
Native array allocator.
SessionImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.SessionImpl
Pointer cast constructor.
SessionOptions() - Constructor for class ai.onnxruntime.OrtSession.SessionOptions
Create an empty session options.
SessionOptions - Class in org.bytedeco.onnxruntime
\brief Wrapper around ::OrtSessionOptions
SessionOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.SessionOptions
Pointer cast constructor.
SessionOptions(long) - Constructor for class org.bytedeco.onnxruntime.SessionOptions
Native array allocator.
SessionOptions() - Constructor for class org.bytedeco.onnxruntime.SessionOptions
Wraps OrtApi::CreateSessionOptions
SessionOptions(OrtSessionOptions) - Constructor for class org.bytedeco.onnxruntime.SessionOptions
Used for interop with the C API
SessionOptionsAppendExecutionProvider(OrtSessionOptions, BytePointer, PointerPointer, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief: Append execution provider to the session options.
SessionOptionsAppendExecutionProvider(OrtSessionOptions, BytePointer, BytePointer, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionOptionsAppendExecutionProvider(OrtSessionOptions, String, ByteBuffer, ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionOptionsAppendExecutionProvider(OrtSessionOptions, BytePointer, byte[], byte[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionOptionsAppendExecutionProvider(OrtSessionOptions, String, BytePointer, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionOptionsAppendExecutionProvider(OrtSessionOptions, BytePointer, ByteBuffer, ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionOptionsAppendExecutionProvider(OrtSessionOptions, String, byte[], byte[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionOptionsAppendExecutionProvider_CANN(OrtSessionOptions, OrtCANNProviderOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
\}
SessionOptionsAppendExecutionProvider_CUDA(OrtSessionOptions, OrtCUDAProviderOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSessionOptions \{
SessionOptionsAppendExecutionProvider_CUDA_V2(OrtSessionOptions, OrtCUDAProviderOptionsV2) - Method in class org.bytedeco.onnxruntime.OrtApi
\name OrtSessionOptions \{
SessionOptionsAppendExecutionProvider_Dnnl(OrtSessionOptions, OrtDnnlProviderOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
\}
SessionOptionsAppendExecutionProvider_MIGraphX(OrtSessionOptions, OrtMIGraphXProviderOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
\}
SessionOptionsAppendExecutionProvider_OpenVINO(OrtSessionOptions, OrtOpenVINOProviderOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Append OpenVINO execution provider to the session options If OpenVINO is not available (due to a non OpenVINO enabled build, or if OpenVINO is not installed on the system), this function will fail.
SessionOptionsAppendExecutionProvider_OpenVINO_V2(OrtSessionOptions, PointerPointer, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Append OpenVINO execution provider to the session options If OpenVINO is not available (due to a non OpenVINO enabled build, or if OpenVINO is not installed on the system), this function will fail.
SessionOptionsAppendExecutionProvider_OpenVINO_V2(OrtSessionOptions, BytePointer, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionOptionsAppendExecutionProvider_OpenVINO_V2(OrtSessionOptions, ByteBuffer, ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionOptionsAppendExecutionProvider_OpenVINO_V2(OrtSessionOptions, byte[], byte[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionOptionsAppendExecutionProvider_ROCM(OrtSessionOptions, OrtROCMProviderOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Append ROCM execution provider to the session options If ROCM is not available (due to a non ROCM enabled build, or if ROCM is not installed on the system), this function will return failure.
SessionOptionsAppendExecutionProvider_TensorRT(OrtSessionOptions, OrtTensorRTProviderOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSessionOptions \{
SessionOptionsAppendExecutionProvider_TensorRT_V2(OrtSessionOptions, OrtTensorRTProviderOptionsV2) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtSessionOptions \{
SessionOptionsAppendExecutionProvider_V2(OrtSessionOptions, OrtEnv, PointerPointer, long, PointerPointer, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Append the execution provider that is responsible for the selected OrtEpDevice instances to the session options.
SessionOptionsAppendExecutionProvider_V2(OrtSessionOptions, OrtEnv, OrtEpDevice, long, BytePointer, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionOptionsAppendExecutionProvider_V2(OrtSessionOptions, OrtEnv, OrtEpDevice, long, ByteBuffer, ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionOptionsAppendExecutionProvider_V2(OrtSessionOptions, OrtEnv, OrtEpDevice, long, byte[], byte[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionOptionsAppendExecutionProvider_VitisAI(OrtSessionOptions, PointerPointer, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Append VitisAI provider to session options If VitisAI is not available (due to a non VitisAI enabled build, or if VitisAI is not installed on the system), this function will return failure.
SessionOptionsAppendExecutionProvider_VitisAI(OrtSessionOptions, BytePointer, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionOptionsAppendExecutionProvider_VitisAI(OrtSessionOptions, ByteBuffer, ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionOptionsAppendExecutionProvider_VitisAI(OrtSessionOptions, byte[], byte[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SessionOptionsImpl - Class in org.bytedeco.onnxruntime
 
SessionOptionsImpl() - Constructor for class org.bytedeco.onnxruntime.SessionOptionsImpl
Default native constructor.
SessionOptionsImpl(long) - Constructor for class org.bytedeco.onnxruntime.SessionOptionsImpl
Native array allocator.
SessionOptionsImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.SessionOptionsImpl
Pointer cast constructor.
SessionOptionsSetCustomCreateThreadFn(OrtSessionOptions, OrtCustomCreateThreadFn) - Method in class org.bytedeco.onnxruntime.OrtApi
\}
SessionOptionsSetCustomJoinThreadFn(OrtSessionOptions, OrtCustomJoinThreadFn) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set custom thread join function
SessionOptionsSetCustomThreadCreationOptions(OrtSessionOptions, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set creation options for custom thread
SessionOptionsSetEpSelectionPolicy(OrtSessionOptions, int) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set the execution provider selection policy for the session.
SessionOptionsSetEpSelectionPolicyDelegate(OrtSessionOptions, EpSelectionDelegate, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set the execution provider selection policy delegate for the session.
SessionOptionsSetLoadCancellationFlag(OrtSessionOptions, boolean) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief sets load cancellation flag to abort session loading process.
setCompilationFlags(EnumSet<OrtModelCompilationOptions.OrtCompileApiFlags>) - Method in class ai.onnxruntime.OrtModelCompilationOptions
Sets the specified compilation flags.
setCPUArenaAllocator(boolean) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Sets the CPU to use an arena memory allocator.
SetCurrentGpuDeviceId(int) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name Misc \{
SetCustomCreateThreadFn(OrtCustomCreateThreadFn) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SessionOptionsSetCustomCreateThreadFn
SetCustomJoinThreadFn(OrtCustomJoinThreadFn) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SessionOptionsSetCustomJoinThreadFn
SetCustomThreadCreationOptions(Pointer) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SessionOptionsSetCustomThreadCreationOptions
setDeterministicCompute(boolean) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Set whether to use deterministic compute.
SetDeterministicCompute(OrtSessionOptions, boolean) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set whether to use deterministic compute.
SetDeterministicCompute(boolean) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SetDeterministicCompute
SetDimensions(OrtTensorTypeAndShapeInfo, LongPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set shape information in ::OrtTensorTypeAndShapeInfo
SetDimensions(OrtTensorTypeAndShapeInfo, LongBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SetDimensions(OrtTensorTypeAndShapeInfo, long[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SetDomain(BytePointer) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
SetDomain(String) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
SetDynamicOptions(OrtEp, PointerPointer, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtEp
\brief Set dynamic options on this EP.
SetDynamicOptions(OrtEp, BytePointer, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtEp
 
SetDynamicOptions(OrtEp, ByteBuffer, ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtEp
 
SetDynamicOptions(OrtEp, byte[], byte[], long) - Method in class org.bytedeco.onnxruntime.OrtEp
 
SetEpContextBinaryInformation(Pointer, Pointer) - Method in class org.bytedeco.onnxruntime.ModelCompilationOptions
Wraps OrtApi::ModelCompilationOptions_SetEpContextBinaryInformation
setEpContextEmbedMode(boolean) - Method in class ai.onnxruntime.OrtModelCompilationOptions
Enables or disables the embedding of EPContext binary data into the ep_cache_context attribute of EPContext nodes.
SetEpContextEmbedMode(boolean) - Method in class org.bytedeco.onnxruntime.ModelCompilationOptions
Wraps OrtApi::ModelCompilationOptions_SetEpContextEmbedMode
SetEpDynamicOptions(OrtSession, PointerPointer, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtEpDynamicOptions \{
SetEpDynamicOptions(OrtSession, BytePointer, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SetEpDynamicOptions(OrtSession, ByteBuffer, ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SetEpDynamicOptions(OrtSession, byte[], byte[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SetEpDynamicOptions(PointerPointer, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.SessionImpl
\brief Set DynamicOptions for EPs (Execution Providers) Wraps OrtApi::SetEpDynamicOptions Valid options can be found in include\onnxruntime\core\session\onnxruntime_session_options_config_keys.h Look for kOrtEpDynamicOptions
SetEpDynamicOptions(BytePointer, BytePointer, long) - Method in class org.bytedeco.onnxruntime.SessionImpl
 
SetEpDynamicOptions(ByteBuffer, ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.SessionImpl
 
SetEpDynamicOptions(byte[], byte[], long) - Method in class org.bytedeco.onnxruntime.SessionImpl
 
SetEpSelectionPolicy(int) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SessionOptionsSetEpSelectionPolicy
SetEpSelectionPolicy(EpSelectionDelegate, Pointer) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SessionOptionsSetEpSelectionPolicyDelegate
SetEpSelectionPolicy(EpSelectionDelegate) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
setExecutionMode(OrtSession.SessionOptions.ExecutionMode) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Sets the execution mode of this options object, overriding the old setting.
SetExecutionMode(int) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SetSessionExecutionMode
SetExecutionProvider(BytePointer) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
SetExecutionProvider(String) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
SetFlags(int) - Method in class org.bytedeco.onnxruntime.ModelCompilationOptions
Wraps OrtApi::ModelCompilationOptions_SetFlags
SetGlobalCustomCreateThreadFn(OrtThreadingOptions, OrtCustomCreateThreadFn) - Method in class org.bytedeco.onnxruntime.OrtApi
\}
SetGlobalCustomCreateThreadFn(OrtCustomCreateThreadFn) - Method in class org.bytedeco.onnxruntime.ThreadingOptions
\brief Wraps OrtApi::SetGlobalCustomCreateThreadFn
SetGlobalCustomJoinThreadFn(OrtThreadingOptions, OrtCustomJoinThreadFn) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set custom thread join function for global thread pools
SetGlobalCustomJoinThreadFn(OrtCustomJoinThreadFn) - Method in class org.bytedeco.onnxruntime.ThreadingOptions
\brief Wraps OrtApi::SetGlobalCustomJoinThreadFn
SetGlobalCustomThreadCreationOptions(OrtThreadingOptions, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set custom thread creation options for global thread pools
SetGlobalCustomThreadCreationOptions(Pointer) - Method in class org.bytedeco.onnxruntime.ThreadingOptions
\brief Wraps OrtApi::SetGlobalCustomThreadCreationOptions
setGlobalDenormalAsZero() - Method in class ai.onnxruntime.OrtEnvironment.ThreadingOptions
When this is set it causes intra-op and inter-op thread pools to flush denormal values to zero.
SetGlobalDenormalAsZero(OrtThreadingOptions) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtThreadingOptions \{
SetGlobalDenormalAsZero() - Method in class org.bytedeco.onnxruntime.ThreadingOptions
\brief Wraps OrtApi::SetGlobalDenormalAsZero
setGlobalInterOpNumThreads(int) - Method in class ai.onnxruntime.OrtEnvironment.ThreadingOptions
Sets the number of threads available for inter-op parallelism (i.e.
SetGlobalInterOpNumThreads(OrtThreadingOptions, int) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set global inter-op thread count This configures the global thread pool options to be used in the call to OrtApi::CreateEnvWithGlobalThreadPools
SetGlobalInterOpNumThreads(int) - Method in class org.bytedeco.onnxruntime.ThreadingOptions
\brief Wraps OrtApi::SetGlobalInterOpNumThreads
setGlobalIntraOpNumThreads(int) - Method in class ai.onnxruntime.OrtEnvironment.ThreadingOptions
Sets the number of threads available for intra-op parallelism (i.e.
SetGlobalIntraOpNumThreads(OrtThreadingOptions, int) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtThreadingOptions \{
SetGlobalIntraOpNumThreads(int) - Method in class org.bytedeco.onnxruntime.ThreadingOptions
\brief Wraps OrtApi::SetGlobalIntraOpNumThreads
SetGlobalIntraOpThreadAffinity(OrtThreadingOptions, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SetGlobalIntraOpThreadAffinity(OrtThreadingOptions, String) - Method in class org.bytedeco.onnxruntime.OrtApi
 
setGlobalSpinControl(boolean) - Method in class ai.onnxruntime.OrtEnvironment.ThreadingOptions
Allows spinning of thread pools when their queues are empty.
SetGlobalSpinControl(OrtThreadingOptions, int) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set global spin control options This will configure the global thread pool options to be used in the call to OrtApi::CreateEnvWithGlobalThreadPools.
SetGlobalSpinControl(int) - Method in class org.bytedeco.onnxruntime.ThreadingOptions
\brief Wraps OrtApi::SetGlobalSpinControl
SetGraphInputs(OrtGraph, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Set the inputs for the OrtGraph.
SetGraphInputs(OrtGraph, OrtValueInfo, long) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
SetGraphOptimizationLevel(int) - Method in class org.bytedeco.onnxruntime.ModelCompilationOptions
Wraps OrtApi::ModelCompilationOptions_SetGraphOptimizationLevel
SetGraphOptimizationLevel(int) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SetSessionGraphOptimizationLevel
SetGraphOutputs(OrtGraph, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
\brief Set the outputs for the OrtGraph.
SetGraphOutputs(OrtGraph, OrtValueInfo, long) - Method in class org.bytedeco.onnxruntime.OrtModelEditorApi
 
SetInputMemType(long, int) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
setInputModelFromBuffer(ByteBuffer) - Method in class ai.onnxruntime.OrtModelCompilationOptions
Uses the supplied buffer as the input ONNX model.
SetInputModelFromBuffer(Pointer, long) - Method in class org.bytedeco.onnxruntime.ModelCompilationOptions
Wraps OrtApi::ModelCompilationOptions_SetInputModelFromBuffer
setInputModelPath(String) - Method in class ai.onnxruntime.OrtModelCompilationOptions
Sets the file path to the input ONNX model.
SetInputModelPath(Pointer) - Method in class org.bytedeco.onnxruntime.ModelCompilationOptions
Wraps OrtApi::ModelCompilationOptions_SetInputModelPath
SetInputs(ValueInfoVector) - Method in class org.bytedeco.onnxruntime.GraphImpl
 
setInterOpNumThreads(int) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Sets the size of the CPU thread pool used for executing multiple request concurrently, if executing on a CPU.
SetInterOpNumThreads(OrtSessionOptions, int) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Sets the number of threads used to parallelize the execution of the graph If nodes can be run in parallel, this sets the maximum number of threads to use to run them in parallel.
SetInterOpNumThreads(int) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SetInterOpNumThreads
setIntraOpNumThreads(int) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Sets the size of the CPU thread pool used for executing a single graph, if executing on a CPU.
SetIntraOpNumThreads(OrtSessionOptions, int) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Sets the number of threads used to parallelize the execution within nodes When running a single node operation, ex.
SetIntraOpNumThreads(int) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SetIntraOpNumThreads
SetLanguageProjection(OrtEnv, int) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set language projection Set the language projection for collecting telemetry data when Env is created.
setLearningRate(float) - Method in class ai.onnxruntime.OrtTrainingSession
Sets the learning rate for the training session.
SetLearningRate(OrtTrainingSession, float) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Sets the learning rate for this training session.
SetLoadCancellationFlag(boolean) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SessionOptionsSetLoadCancellationFlag
setLoggerId(String) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Sets the logger id to use.
SetLogId(BytePointer) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SetSessionLogId
SetLogId(String) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
 
setLogLevel(OrtLoggingLevel) - Method in class ai.onnxruntime.OrtSession.RunOptions
Sets the current logging level on this RunOptions.
SetLogSeverityLevel(int) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SetSessionLogSeverityLevel
setLogVerbosityLevel(int) - Method in class ai.onnxruntime.OrtSession.RunOptions
Sets the current logging verbosity level on this RunOptions.
setMemoryPatternOptimization(boolean) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Turns on memory pattern optimizations, where memory is preallocated if all shapes are known.
SetOperatorType(BytePointer) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
SetOperatorType(String) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
setOptimizationLevel(OrtSession.SessionOptions.OptLevel) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Sets the optimization level of this options object, overriding the old setting.
setOptimizedModelFilePath(String) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Sets the output path for the optimized model.
SetOptimizedModelFilePath(OrtSessionOptions, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set filepath to save optimized model after graph level transformations
SetOptimizedModelFilePath(Pointer) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
Wraps OrtApi::SetOptimizedModelFilePath
setOutputExternalInitializersPath(String, long) - Method in class ai.onnxruntime.OrtModelCompilationOptions
Optionally sets the file that stores initializers for the compiled ONNX model.
SetOutputMemType(long, int) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
SetOutputModelBuffer(OrtAllocator, PointerPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.ModelCompilationOptions
Wraps OrtApi::ModelCompilationOptions_SetOutputModelBuffer
SetOutputModelBuffer(OrtAllocator, Pointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.ModelCompilationOptions
 
SetOutputModelExternalInitializersFile(Pointer, long) - Method in class org.bytedeco.onnxruntime.ModelCompilationOptions
Wraps OrtApi::ModelCompilationOptions_SetOutputModelExternalInitializersFile
SetOutputModelGetInitializerLocationFunc(OrtGetInitializerLocationFunc, Pointer) - Method in class org.bytedeco.onnxruntime.ModelCompilationOptions
 
setOutputModelPath(String) - Method in class ai.onnxruntime.OrtModelCompilationOptions
Sets the file path for the output compiled ONNX model.
SetOutputModelPath(Pointer) - Method in class org.bytedeco.onnxruntime.ModelCompilationOptions
Wraps OrtApi::ModelCompilationOptions_SetOutputModelPath
SetOutputModelWriteFunc(OrtWriteBufferFunc, Pointer) - Method in class org.bytedeco.onnxruntime.ModelCompilationOptions
 
SetOutputs(ValueInfoVector) - Method in class org.bytedeco.onnxruntime.GraphImpl
 
SetOutputShape(long, ShapeInferContext.SymbolicInteger, int) - Method in class org.bytedeco.onnxruntime.ShapeInferContext
 
SetOutputShape(long, ShapeInferContext.SymbolicInteger) - Method in class org.bytedeco.onnxruntime.ShapeInferContext
 
SetRunLogSeverityLevel(int) - Method in class org.bytedeco.onnxruntime.RunOptions
Wraps OrtApi::RunOptionsSetRunLogSeverityLevel
SetRunLogVerbosityLevel(int) - Method in class org.bytedeco.onnxruntime.RunOptions
Wraps OrtApi::RunOptionsSetRunLogVerbosityLevel
setRunTag(String) - Method in class ai.onnxruntime.OrtSession.RunOptions
Sets the run tag used in logging.
SetRunTag(BytePointer) - Method in class org.bytedeco.onnxruntime.RunOptions
wraps OrtApi::RunOptionsSetRunTag
SetRunTag(String) - Method in class org.bytedeco.onnxruntime.RunOptions
 
setSeed(long) - Static method in class ai.onnxruntime.OrtTrainingSession
Sets the RNG seed used by ONNX Runtime.
SetSeed(long) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\}
SetSessionExecutionMode(OrtSessionOptions, int) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set execution mode Controls whether you want to execute operators in your graph sequentially or in parallel.
SetSessionGraphOptimizationLevel(OrtSessionOptions, int) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set the optimization level to apply when loading a graph Please see https://onnxruntime.ai/docs/performance/model-optimizations/graph-optimizations.html for an in-depth explanation
SetSessionLogId(OrtSessionOptions, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set session log id
SetSessionLogId(OrtSessionOptions, String) - Method in class org.bytedeco.onnxruntime.OrtApi
 
setSessionLogLevel(OrtLoggingLevel) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Sets the Session's logging level.
SetSessionLogSeverityLevel(OrtSessionOptions, int) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set session log severity level
setSessionLogVerbosityLevel(int) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Sets the Session's logging verbosity level.
SetSessionLogVerbosityLevel(OrtSessionOptions, int) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set session log verbosity level Applies to session load, initialization, etc
SetSharedPrePackedWeight(OrtKernelImpl, PointerPointer, SizeTPointer, long, int) - Method in class org.bytedeco.onnxruntime.OrtKernelImpl
\brief Optional function that receives data for a shared pre-packed weight from ORT.
SetSharedPrePackedWeight(OrtKernelImpl, Pointer, SizeTPointer, long, int) - Method in class org.bytedeco.onnxruntime.OrtKernelImpl
 
SetSinceVersion(int, int) - Method in class org.bytedeco.onnxruntime.KernelDefBuilder
 
SetSymbolicDimensions(OrtTensorTypeAndShapeInfo, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
Set symbolic shape to type shape info
SetSymbolicDimensions(OrtTensorTypeAndShapeInfo, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SetSymbolicDimensions(OrtTensorTypeAndShapeInfo, ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SetSymbolicDimensions(OrtTensorTypeAndShapeInfo, byte[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
setSymbolicDimensionValue(String, long) - Method in class ai.onnxruntime.OrtSession.SessionOptions
Sets the value of a symbolic dimension.
SetSyncStream(OrtSyncStream) - Method in class org.bytedeco.onnxruntime.RunOptions
\brief Associate a sync stream with the run options.
setTelemetry(boolean) - Method in class ai.onnxruntime.OrtEnvironment
Turns on or off the telemetry.
SetTensorElementType(OrtTensorTypeAndShapeInfo, int) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set element type in ::OrtTensorTypeAndShapeInfo
setTerminate(boolean) - Method in class ai.onnxruntime.OrtSession.RunOptions
Sets a flag so that all incomplete OrtSession.run(java.util.Map<java.lang.String, ? extends ai.onnxruntime.OnnxTensorLike>) calls using this instance of RunOptions will terminate as soon as possible.
SetTerminate() - Method in class org.bytedeco.onnxruntime.RunOptions
\brief Terminates all currently executing Session::Run calls that were made using this RunOptions instance If a currently executing session needs to be force terminated, this can be called from another thread to force it to fail with an error Wraps OrtApi::RunOptionsSetTerminate
SetUserLoggingFunction(OrtSessionOptions, OrtLoggingFunction, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set user logging function By default the logger created by the CreateEnv* functions is used to create the session logger as well.
shape() - Method in class org.bytedeco.onnxruntime.OrtExternalTensorDescriptor
Array of dimension sizes
shape(LongPointer) - Method in class org.bytedeco.onnxruntime.OrtExternalTensorDescriptor
 
Shape - Class in org.bytedeco.onnxruntime
 
Shape() - Constructor for class org.bytedeco.onnxruntime.Shape
Default native constructor.
Shape(long) - Constructor for class org.bytedeco.onnxruntime.Shape
Native array allocator.
Shape(Pointer) - Constructor for class org.bytedeco.onnxruntime.Shape
Pointer cast constructor.
shape() - Method in class org.bytedeco.onnxruntime.Shape
 
shape(LongPointer) - Method in class org.bytedeco.onnxruntime.Shape
 
shape_len() - Method in class org.bytedeco.onnxruntime.Shape
 
shape_len(long) - Method in class org.bytedeco.onnxruntime.Shape
 
ShapeInferContext - Class in org.bytedeco.onnxruntime
Provide access to per-node attributes and input shapes, so one could compute and set output shapes.
ShapeInferContext(Pointer) - Constructor for class org.bytedeco.onnxruntime.ShapeInferContext
Pointer cast constructor.
ShapeInferContext(OrtApi, OrtShapeInferContext) - Constructor for class org.bytedeco.onnxruntime.ShapeInferContext
 
ShapeInferContext.SymbolicInteger - Class in org.bytedeco.onnxruntime
 
ShapeInferContext_GetAttribute(OrtShapeInferContext, BytePointer, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
Get attribute from OrtShapeInferContext.
ShapeInferContext_GetAttribute(OrtShapeInferContext, BytePointer, OrtOpAttr) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ShapeInferContext_GetAttribute(OrtShapeInferContext, String, OrtOpAttr) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ShapeInferContext_GetInputCount(OrtShapeInferContext, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
Get number of input from OrtShapeInferContext
ShapeInferContext_GetInputTypeShape(OrtShapeInferContext, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
Get type and shape info of an input
ShapeInferContext_GetInputTypeShape(OrtShapeInferContext, long, OrtTensorTypeAndShapeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ShapeInferContext_SetOutputTypeShape(OrtShapeInferContext, long, OrtTensorTypeAndShapeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
Set type and shape info of an output
SharedPrePackedWeightCache_StoreWeightData(OrtSharedPrePackedWeightCache, PointerPointer, SizeTPointer, long) - Method in class org.bytedeco.onnxruntime.OrtEpApi
\brief Sets one or more data buffers that collectively hold the pre-packed data for a single shared weight.
SharedPrePackedWeightCache_StoreWeightData(OrtSharedPrePackedWeightCache, Pointer, SizeTPointer, long) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
ShouldConvertDataLayoutForOp(OrtEp, BytePointer, BytePointer, int, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtEp
\brief Given an op with domain domain and type op_type, determine whether an associated node's data layout should be converted to target_data_layout.
ShouldConvertDataLayoutForOp(OrtEp, String, String, int, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtEp
 
ShouldConvertDataLayoutForOp(OrtEp, BytePointer, BytePointer, int, int[]) - Method in class org.bytedeco.onnxruntime.OrtEp
 
ShouldConvertDataLayoutForOp(OrtEp, String, String, int, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtEp
 
ShouldConvertDataLayoutForOp(OrtEp, BytePointer, BytePointer, int, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtEp
 
ShouldConvertDataLayoutForOp(OrtEp, String, String, int, int[]) - Method in class org.bytedeco.onnxruntime.OrtEp
 
SignalSemaphore(OrtExternalResourceImporterImpl, OrtExternalSemaphoreHandle, OrtSyncStream, long) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
\brief Signal an external semaphore from the EP's stream.
SignalSemaphore(OrtExternalResourceImporter, OrtExternalSemaphoreHandle, OrtSyncStream, long) - Method in class org.bytedeco.onnxruntime.OrtInteropApi
\brief Signal an external semaphore from the EP's stream.
size - Variable in class ai.onnxruntime.MapInfo
The number of entries in this map.
size - Variable in enum ai.onnxruntime.OnnxJavaType
The number of bytes used by a single value of this type.
size() - Method in class ai.onnxruntime.OnnxMap
The number of entries in the map.
size() - Method in class ai.onnxruntime.OrtSession.Result
Returns the number of outputs in this Result.
size() - Method in class org.bytedeco.onnxruntime.FloatVector
 
size() - Method in class org.bytedeco.onnxruntime.LongVector
 
size() - Method in class org.bytedeco.onnxruntime.MemoryAllocation
 
size() - Method in class org.bytedeco.onnxruntime.OpAttrVector
 
size() - Method in class org.bytedeco.onnxruntime.StringIntPairVector
 
size() - Method in class org.bytedeco.onnxruntime.StringSizeTMap
 
size() - Method in class org.bytedeco.onnxruntime.StringStringMap
 
size() - Method in class org.bytedeco.onnxruntime.StringVector
 
size() - Method in class org.bytedeco.onnxruntime.ValueInfoVector
 
size() - Method in class org.bytedeco.onnxruntime.ValueVector
 
size_bytes() - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryDescriptor
Total size in bytes of the external allocation
size_bytes(long) - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryDescriptor
 
Status - Class in org.bytedeco.onnxruntime
\brief The Status that holds ownership of OrtStatus received from C API Use it to safely destroy OrtStatus* returned from the C API.
Status(long) - Constructor for class org.bytedeco.onnxruntime.Status
Native array allocator.
Status() - Constructor for class org.bytedeco.onnxruntime.Status
 
Status(OrtStatus) - Constructor for class org.bytedeco.onnxruntime.Status
Takes ownership of OrtStatus instance returned from the C API.
Status(OrtException) - Constructor for class org.bytedeco.onnxruntime.Status
Creates status instance out of exception
Status(Pointer) - Constructor for class org.bytedeco.onnxruntime.Status
Creates status instance out of exception
Status(BytePointer, int) - Constructor for class org.bytedeco.onnxruntime.Status
Creates status instance out of null-terminated string message.
Status(String, int) - Constructor for class org.bytedeco.onnxruntime.Status
 
StringIntPair - Class in org.bytedeco.onnxruntime
 
StringIntPair(Pointer) - Constructor for class org.bytedeco.onnxruntime.StringIntPair
Pointer cast constructor.
StringIntPair(BytePointer, int) - Constructor for class org.bytedeco.onnxruntime.StringIntPair
 
StringIntPair(String, int) - Constructor for class org.bytedeco.onnxruntime.StringIntPair
 
StringIntPair() - Constructor for class org.bytedeco.onnxruntime.StringIntPair
 
StringIntPairVector - Class in org.bytedeco.onnxruntime
 
StringIntPairVector(Pointer) - Constructor for class org.bytedeco.onnxruntime.StringIntPairVector
Pointer cast constructor.
StringIntPairVector(BytePointer[], int[]) - Constructor for class org.bytedeco.onnxruntime.StringIntPairVector
 
StringIntPairVector(String[], int[]) - Constructor for class org.bytedeco.onnxruntime.StringIntPairVector
 
StringIntPairVector() - Constructor for class org.bytedeco.onnxruntime.StringIntPairVector
 
StringIntPairVector(long) - Constructor for class org.bytedeco.onnxruntime.StringIntPairVector
 
StringSizeTMap - Class in org.bytedeco.onnxruntime
 
StringSizeTMap(Pointer) - Constructor for class org.bytedeco.onnxruntime.StringSizeTMap
Pointer cast constructor.
StringSizeTMap() - Constructor for class org.bytedeco.onnxruntime.StringSizeTMap
 
StringSizeTMap.Iterator - Class in org.bytedeco.onnxruntime
 
StringStringMap - Class in org.bytedeco.onnxruntime
 
StringStringMap(Pointer) - Constructor for class org.bytedeco.onnxruntime.StringStringMap
Pointer cast constructor.
StringStringMap() - Constructor for class org.bytedeco.onnxruntime.StringStringMap
 
StringStringMap.Iterator - Class in org.bytedeco.onnxruntime
 
StringVector - Class in org.bytedeco.onnxruntime
 
StringVector(Pointer) - Constructor for class org.bytedeco.onnxruntime.StringVector
Pointer cast constructor.
StringVector(BytePointer) - Constructor for class org.bytedeco.onnxruntime.StringVector
 
StringVector(BytePointer...) - Constructor for class org.bytedeco.onnxruntime.StringVector
 
StringVector(String) - Constructor for class org.bytedeco.onnxruntime.StringVector
 
StringVector(String...) - Constructor for class org.bytedeco.onnxruntime.StringVector
 
StringVector() - Constructor for class org.bytedeco.onnxruntime.StringVector
 
StringVector(long) - Constructor for class org.bytedeco.onnxruntime.StringVector
 
StringVector.Iterator - Class in org.bytedeco.onnxruntime
 
sub_graph() - Method in class org.bytedeco.onnxruntime.AttrNameSubgraph
 
sub_graph(ConstGraph) - Method in class org.bytedeco.onnxruntime.AttrNameSubgraph
 
SymbolicInteger(Pointer) - Constructor for class org.bytedeco.onnxruntime.ShapeInferContext.SymbolicInteger
Pointer cast constructor.
SymbolicInteger(long) - Constructor for class org.bytedeco.onnxruntime.ShapeInferContext.SymbolicInteger
 
SymbolicInteger(BytePointer) - Constructor for class org.bytedeco.onnxruntime.ShapeInferContext.SymbolicInteger
 
SymbolicInteger(String) - Constructor for class org.bytedeco.onnxruntime.ShapeInferContext.SymbolicInteger
 
SymbolicInteger(ShapeInferContext.SymbolicInteger) - Constructor for class org.bytedeco.onnxruntime.ShapeInferContext.SymbolicInteger
 
SynchronizeBoundInputs(OrtIoBinding) - Method in class org.bytedeco.onnxruntime.OrtApi
\}
SynchronizeBoundOutputs(OrtIoBinding) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Synchronize bound outputs.
SynchronizeInputs() - Method in class org.bytedeco.onnxruntime.IoBindingImpl
 
SynchronizeOutputs() - Method in class org.bytedeco.onnxruntime.IoBindingImpl
 
SyncStream - Class in org.bytedeco.onnxruntime
 
SyncStream(Pointer) - Constructor for class org.bytedeco.onnxruntime.SyncStream
Pointer cast constructor.
SyncStream(OrtSyncStream) - Constructor for class org.bytedeco.onnxruntime.SyncStream
 
SyncStream_GetHandle() - Method in class org.bytedeco.onnxruntime.OrtApi
 
SyncStream_GetHandle(OrtApi.SyncStream_GetHandle_OrtSyncStream) - Method in class org.bytedeco.onnxruntime.OrtApi
 
SyncStream_GetHandle_OrtSyncStream(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.SyncStream_GetHandle_OrtSyncStream
Pointer cast constructor.
SyncStream_GetHandle_OrtSyncStream() - Constructor for class org.bytedeco.onnxruntime.OrtApi.SyncStream_GetHandle_OrtSyncStream
 
SyncStream_GetImpl() - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
SyncStream_GetImpl(OrtEpApi.SyncStream_GetImpl_OrtSyncStream) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
SyncStream_GetImpl_OrtSyncStream(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.SyncStream_GetImpl_OrtSyncStream
Pointer cast constructor.
SyncStream_GetImpl_OrtSyncStream() - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.SyncStream_GetImpl_OrtSyncStream
 
SyncStream_GetSyncId() - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
SyncStream_GetSyncId(OrtEpApi.SyncStream_GetSyncId_OrtSyncStream) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
SyncStream_GetSyncId_OrtSyncStream(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.SyncStream_GetSyncId_OrtSyncStream
Pointer cast constructor.
SyncStream_GetSyncId_OrtSyncStream() - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.SyncStream_GetSyncId_OrtSyncStream
 
SyncStreamImpl - Class in org.bytedeco.onnxruntime
\brief Wrapper around ::OrtSyncStream
SyncStreamImpl() - Constructor for class org.bytedeco.onnxruntime.SyncStreamImpl
Default native constructor.
SyncStreamImpl(long) - Constructor for class org.bytedeco.onnxruntime.SyncStreamImpl
Native array allocator.
SyncStreamImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.SyncStreamImpl
Pointer cast constructor.

T

TensorAt(OrtValue, LongPointer, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\} \name OrtValue \{
TensorAt(OrtValue, LongPointer, long, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
TensorAt(OrtValue, LongBuffer, long, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
TensorAt(OrtValue, long[], long, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
TensorInfo - Class in ai.onnxruntime
Describes an OnnxTensor, including it's size, shape and element type.
TensorInfo.OnnxTensorType - Enum in ai.onnxruntime
The native element types supported by the ONNX runtime.
TensorRTProviderOptions - Class in org.bytedeco.onnxruntime
\brief The TensorRTOptions (V2) Used to pass options to TRT EP
TensorRTProviderOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.TensorRTProviderOptions
Pointer cast constructor.
TensorRTProviderOptions(long) - Constructor for class org.bytedeco.onnxruntime.TensorRTProviderOptions
Native array allocator.
TensorRTProviderOptions() - Constructor for class org.bytedeco.onnxruntime.TensorRTProviderOptions
Wrapper around OrtApi::UpdateTensorRTProviderOptions
TensorTypeAndShape_HasShape() - Method in class org.bytedeco.onnxruntime.OrtApi
 
TensorTypeAndShape_HasShape(OrtApi.TensorTypeAndShape_HasShape_OrtTensorTypeAndShapeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
TensorTypeAndShape_HasShape_OrtTensorTypeAndShapeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtApi.TensorTypeAndShape_HasShape_OrtTensorTypeAndShapeInfo
Pointer cast constructor.
TensorTypeAndShape_HasShape_OrtTensorTypeAndShapeInfo() - Constructor for class org.bytedeco.onnxruntime.OrtApi.TensorTypeAndShape_HasShape_OrtTensorTypeAndShapeInfo
 
TensorTypeAndShapeInfo - Class in org.bytedeco.onnxruntime
\brief Wrapper around ::OrtTensorTypeAndShapeInfo
TensorTypeAndShapeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.TensorTypeAndShapeInfo
Pointer cast constructor.
TensorTypeAndShapeInfo(OrtTensorTypeAndShapeInfo) - Constructor for class org.bytedeco.onnxruntime.TensorTypeAndShapeInfo
Used for interop with the C API
TensorTypeAndShapeInfo(int, LongVector, StringVector) - Constructor for class org.bytedeco.onnxruntime.TensorTypeAndShapeInfo
 
TensorTypeAndShapeInfo(int, LongVector) - Constructor for class org.bytedeco.onnxruntime.TensorTypeAndShapeInfo
 
TensorTypeAndShapeInfoImpl - Class in org.bytedeco.onnxruntime
 
TensorTypeAndShapeInfoImpl() - Constructor for class org.bytedeco.onnxruntime.TensorTypeAndShapeInfoImpl
Default native constructor.
TensorTypeAndShapeInfoImpl(long) - Constructor for class org.bytedeco.onnxruntime.TensorTypeAndShapeInfoImpl
Native array allocator.
TensorTypeAndShapeInfoImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.TensorTypeAndShapeInfoImpl
Pointer cast constructor.
threading_options() - Method in class org.bytedeco.onnxruntime.OrtEnvCreationOptions
\brief Optional threading options for creating an environment with global thread pools shared across sessions.
threading_options(OrtThreadingOptions) - Method in class org.bytedeco.onnxruntime.OrtEnvCreationOptions
 
ThreadingOptions() - Constructor for class ai.onnxruntime.OrtEnvironment.ThreadingOptions
Create an empty threading options.
ThreadingOptions - Class in org.bytedeco.onnxruntime
\brief The ThreadingOptions The ThreadingOptions used for set global threadpools' options of The Env.
ThreadingOptions(Pointer) - Constructor for class org.bytedeco.onnxruntime.ThreadingOptions
Pointer cast constructor.
ThreadingOptions(long) - Constructor for class org.bytedeco.onnxruntime.ThreadingOptions
Native array allocator.
ThreadingOptions() - Constructor for class org.bytedeco.onnxruntime.ThreadingOptions
\brief Wraps OrtApi::CreateThreadingOptions
threadpool_args() - Method in class org.bytedeco.onnxruntime.OrtDnnlProviderOptions
 
threadpool_args(Pointer) - Method in class org.bytedeco.onnxruntime.OrtDnnlProviderOptions
 
ToFloat() - Method in class org.bytedeco.onnxruntime.BFloat16_t
Converts bfloat16 to float float representation of bfloat16 value
ToFloat() - Method in class org.bytedeco.onnxruntime.Float16_t
Converts float16 to float float representation of float16 value
toString() - Method in class ai.onnxruntime.MapInfo
 
toString() - Method in class ai.onnxruntime.NodeInfo
 
toString() - Method in class ai.onnxruntime.OnnxMap
 
toString() - Method in class ai.onnxruntime.OnnxModelMetadata
 
toString() - Method in class ai.onnxruntime.OnnxSequence
 
toString() - Method in class ai.onnxruntime.OnnxTensor
 
toString() - Method in class ai.onnxruntime.OrtEnvironment
 
toString() - Method in class ai.onnxruntime.OrtEpDevice
 
toString() - Method in class ai.onnxruntime.OrtHardwareDevice
 
toString() - Method in class ai.onnxruntime.OrtSession
 
toString() - Method in class ai.onnxruntime.SequenceInfo
 
toString() - Method in class ai.onnxruntime.TensorInfo
 
toString() - Method in class org.bytedeco.onnxruntime.FloatVector
 
toString() - Method in enum org.bytedeco.onnxruntime.global.onnxruntime.OrtSparseIndicesFormat
 
toString() - Method in class org.bytedeco.onnxruntime.LongVector
 
toString() - Method in class org.bytedeco.onnxruntime.StringVector
 
toString() - Method in class org.bytedeco.onnxruntime.ValueVector
 
TrainingSessionGetEvalModelInputCount(OrtTrainingSession, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Retrieves the number of user inputs in the eval model.
TrainingSessionGetEvalModelInputName(OrtTrainingSession, long, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Retrieves the name of the user input at given index in the eval model.
TrainingSessionGetEvalModelInputName(OrtTrainingSession, long, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
TrainingSessionGetEvalModelInputName(OrtTrainingSession, long, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
TrainingSessionGetEvalModelInputName(OrtTrainingSession, long, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
TrainingSessionGetEvalModelOutputCount(OrtTrainingSession, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Retrieves the number of user outputs in the eval model.
TrainingSessionGetEvalModelOutputName(OrtTrainingSession, long, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Retrieves the names of user outputs in the eval model.
TrainingSessionGetEvalModelOutputName(OrtTrainingSession, long, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
TrainingSessionGetEvalModelOutputName(OrtTrainingSession, long, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
TrainingSessionGetEvalModelOutputName(OrtTrainingSession, long, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
TrainingSessionGetTrainingModelInputCount(OrtTrainingSession, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\}
TrainingSessionGetTrainingModelInputName(OrtTrainingSession, long, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Retrieves the name of the user input at given index in the training model.
TrainingSessionGetTrainingModelInputName(OrtTrainingSession, long, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
TrainingSessionGetTrainingModelInputName(OrtTrainingSession, long, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
TrainingSessionGetTrainingModelInputName(OrtTrainingSession, long, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
TrainingSessionGetTrainingModelOutputCount(OrtTrainingSession, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\}
TrainingSessionGetTrainingModelOutputName(OrtTrainingSession, long, OrtAllocator, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Retrieves the names of user outputs in the training model.
TrainingSessionGetTrainingModelOutputName(OrtTrainingSession, long, OrtAllocator, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
TrainingSessionGetTrainingModelOutputName(OrtTrainingSession, long, OrtAllocator, ByteBuffer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
TrainingSessionGetTrainingModelOutputName(OrtTrainingSession, long, OrtAllocator, byte[]) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
trainStep(Map<String, ? extends OnnxTensorLike>) - Method in class ai.onnxruntime.OrtTrainingSession
Performs a single step of training, accumulating the gradients.
trainStep(Map<String, ? extends OnnxTensorLike>, OrtSession.RunOptions) - Method in class ai.onnxruntime.OrtTrainingSession
Performs a single step of training, accumulating the gradients.
trainStep(Map<String, ? extends OnnxTensorLike>, Set<String>) - Method in class ai.onnxruntime.OrtTrainingSession
Performs a single step of training, accumulating the gradients.
trainStep(Map<String, ? extends OnnxTensorLike>, Map<String, ? extends OnnxValue>) - Method in class ai.onnxruntime.OrtTrainingSession
Performs a single step of training, accumulating the gradients.
trainStep(Map<String, ? extends OnnxTensorLike>, Set<String>, Map<String, ? extends OnnxValue>, OrtSession.RunOptions) - Method in class ai.onnxruntime.OrtTrainingSession
Performs a single step of training, accumulating the gradients.
TrainStep(OrtTrainingSession, OrtRunOptions, long, PointerPointer, long, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Computes the outputs of the training model and the gradients of the trainable parameters for the given inputs This function performs a training step that computes the outputs of the training model and the gradients of the trainable parameters for the given inputs.
TrainStep(OrtTrainingSession, OrtRunOptions, long, OrtValue, long, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
transformShape(long[]) - Static method in class ai.onnxruntime.OrtUtil
Converts a long shape into an int shape.
transformShape(int[]) - Static method in class ai.onnxruntime.OrtUtil
Converts an int shape into a long shape.
Transpose(OrtScanKernelHelper, SizeTPointer, long, OrtValue, OrtSyncStream, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtScanKernelHelper
\brief Helper function that transposes an OrtValue instance during execution of a Scan kernel.
trt_dla_core() - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_dla_core(int) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_dla_enable() - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_dla_enable(int) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_dump_subgraphs() - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_dump_subgraphs(int) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_engine_cache_enable() - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_engine_cache_enable(int) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_engine_cache_path() - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_engine_cache_path(BytePointer) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_engine_decryption_enable() - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_engine_decryption_enable(int) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_engine_decryption_lib_path() - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_engine_decryption_lib_path(BytePointer) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_force_sequential_engine_build() - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_force_sequential_engine_build(int) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_fp16_enable() - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_fp16_enable(int) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_int8_calibration_table_name() - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_int8_calibration_table_name(BytePointer) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_int8_enable() - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_int8_enable(int) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_int8_use_native_calibration_table() - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_int8_use_native_calibration_table(int) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_max_partition_iterations() - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_max_partition_iterations(int) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_max_workspace_size() - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_max_workspace_size(long) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_min_subgraph_size() - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
trt_min_subgraph_size(int) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
tunable_op_enable() - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
\brief Enable TunableOp for using.
tunable_op_enable(int) - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
 
tunable_op_enable() - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
\brief Enable TunableOp for using.
tunable_op_enable(int) - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
 
tunable_op_max_tuning_duration_ms() - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
\brief Max tuning duration time limit for each instance of TunableOp.
tunable_op_max_tuning_duration_ms(int) - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
 
tunable_op_max_tuning_duration_ms() - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
\brief Max tuning duration time limit for each instance of TunableOp.
tunable_op_max_tuning_duration_ms(int) - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
 
tunable_op_tuning_enable() - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
\brief Enable TunableOp for tuning.
tunable_op_tuning_enable(int) - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
 
tunable_op_tuning_enable() - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
\brief Enable TunableOp for tuning.
tunable_op_tuning_enable(int) - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
 
type - Variable in class ai.onnxruntime.TensorInfo
The Java type of this tensor.
type() - Method in class org.bytedeco.onnxruntime.OrtExternalSemaphoreDescriptor
Type of the external semaphore
type(int) - Method in class org.bytedeco.onnxruntime.OrtExternalSemaphoreDescriptor
 
TypeInfo() - Method in class org.bytedeco.onnxruntime.ConstValueInfoImpl
Wraps OrtApi::ValueInfo_GetProducerNode
TypeInfo - Class in org.bytedeco.onnxruntime
Type information that may contain either TensorTypeAndShapeInfo or the information about contained sequence or map depending on the ONNXType.
TypeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.TypeInfo
Pointer cast constructor.
TypeInfo(OrtTypeInfo) - Constructor for class org.bytedeco.onnxruntime.TypeInfo
C API Interop
TypeInfoImpl - Class in org.bytedeco.onnxruntime
 
TypeInfoImpl() - Constructor for class org.bytedeco.onnxruntime.TypeInfoImpl
Default native constructor.
TypeInfoImpl(long) - Constructor for class org.bytedeco.onnxruntime.TypeInfoImpl
Native array allocator.
TypeInfoImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.TypeInfoImpl
Pointer cast constructor.

U

UnownedAllocator - Class in org.bytedeco.onnxruntime
\brief This is a tagging template type.
UnownedAllocator(Pointer) - Constructor for class org.bytedeco.onnxruntime.UnownedAllocator
Pointer cast constructor.
UnownedMapTypeInfo - Class in org.bytedeco.onnxruntime
 
UnownedMapTypeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.UnownedMapTypeInfo
Pointer cast constructor.
UnownedMemoryInfo - Class in org.bytedeco.onnxruntime
 
UnownedMemoryInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.UnownedMemoryInfo
Pointer cast constructor.
UnownedSequenceTypeInfo - Class in org.bytedeco.onnxruntime
 
UnownedSequenceTypeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.UnownedSequenceTypeInfo
Pointer cast constructor.
UnownedTensorTypeAndShapeInfo - Class in org.bytedeco.onnxruntime
 
UnownedTensorTypeAndShapeInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.UnownedTensorTypeAndShapeInfo
Pointer cast constructor.
UnregisterAllocator(OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.Env
Wraps OrtApi::UnregisterAllocator
UnregisterAllocator(OrtEnv, OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Unregister a custom allocator It is an error if you provide an ::OrtMemoryInfo not corresponding to any registered allocators for sharing.
unregisterExecutionProviderLibrary(String) - Method in class ai.onnxruntime.OrtEnvironment
Unregisters an execution provider library from this OrtEnvironment.
UnregisterExecutionProviderLibrary(BytePointer) - Method in class org.bytedeco.onnxruntime.Env
Wraps OrtApi::UnregisterExecutionProviderLibrary
UnregisterExecutionProviderLibrary(String) - Method in class org.bytedeco.onnxruntime.Env
 
UnregisterExecutionProviderLibrary(OrtEnv, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Unregister an execution provider library with ORT.
UnregisterExecutionProviderLibrary(OrtEnv, String) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UnsetTerminate() - Method in class org.bytedeco.onnxruntime.RunOptions
\brief Clears the terminate flag so this RunOptions instance can be used in a new Session::Run call without it instantly terminating Wraps OrtApi::RunOptionsUnsetTerminate
Update(StringStringMap) - Method in class org.bytedeco.onnxruntime.CUDAProviderOptions
Wrapper around OrtApi::GetCUDAProviderOptionsAsString
Update(StringStringMap) - Method in class org.bytedeco.onnxruntime.TensorRTProviderOptions
Wrapper around OrtApi::UpdateTensorRTProviderOptions
UpdateCANNProviderOptions(OrtCANNProviderOptions, PointerPointer, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set options in a CANN Execution Provider.
UpdateCANNProviderOptions(OrtCANNProviderOptions, BytePointer, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UpdateCANNProviderOptions(OrtCANNProviderOptions, ByteBuffer, ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UpdateCANNProviderOptions(OrtCANNProviderOptions, byte[], byte[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UpdateCUDAProviderOptions(OrtCUDAProviderOptionsV2, PointerPointer, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set options in a CUDA Execution Provider.
UpdateCUDAProviderOptions(OrtCUDAProviderOptionsV2, BytePointer, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UpdateCUDAProviderOptions(OrtCUDAProviderOptionsV2, ByteBuffer, ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UpdateCUDAProviderOptions(OrtCUDAProviderOptionsV2, byte[], byte[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UpdateCUDAProviderOptionsWithValue(OrtCUDAProviderOptionsV2, BytePointer, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
Update CUDA EP provider option where its data type is pointer, for example 'user_compute_stream'.
UpdateCUDAProviderOptionsWithValue(OrtCUDAProviderOptionsV2, String, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UpdateDnnlProviderOptions(OrtDnnlProviderOptions, PointerPointer, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set options in a oneDNN Execution Provider.
UpdateDnnlProviderOptions(OrtDnnlProviderOptions, BytePointer, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UpdateDnnlProviderOptions(OrtDnnlProviderOptions, ByteBuffer, ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UpdateDnnlProviderOptions(OrtDnnlProviderOptions, byte[], byte[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UpdateEnvWithCustomLogLevel(int) - Method in class org.bytedeco.onnxruntime.Env
Wraps OrtApi::UpdateEnvWithCustomLogLevel
UpdateEnvWithCustomLogLevel(OrtEnv, int) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UpdateParameter(OrtCheckpointState, BytePointer, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
\brief Updates the data associated with the model parameter in the checkpoint state for the given parameter name.
UpdateParameter(OrtCheckpointState, String, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtTrainingApi
 
UpdateROCMProviderOptions(OrtROCMProviderOptions, PointerPointer, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set options in a ROCm Execution Provider.
UpdateROCMProviderOptions(OrtROCMProviderOptions, BytePointer, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UpdateROCMProviderOptions(OrtROCMProviderOptions, ByteBuffer, ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UpdateROCMProviderOptions(OrtROCMProviderOptions, byte[], byte[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UpdateTensorRTProviderOptions(OrtTensorRTProviderOptionsV2, PointerPointer, PointerPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Set options in a TensorRT Execution Provider.
UpdateTensorRTProviderOptions(OrtTensorRTProviderOptionsV2, BytePointer, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UpdateTensorRTProviderOptions(OrtTensorRTProviderOptionsV2, ByteBuffer, ByteBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UpdateTensorRTProviderOptions(OrtTensorRTProviderOptionsV2, byte[], byte[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UpdateTensorRTProviderOptionsWithValue(OrtTensorRTProviderOptionsV2, BytePointer, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
Update TensorRT EP provider option where its data type is pointer, for example 'user_compute_stream'.
UpdateTensorRTProviderOptionsWithValue(OrtTensorRTProviderOptionsV2, String, Pointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UpdateWithValue(BytePointer, Pointer) - Method in class org.bytedeco.onnxruntime.CUDAProviderOptions
Wrapper around OrtApi::GetCUDAProviderOptionsByName
UpdateWithValue(String, Pointer) - Method in class org.bytedeco.onnxruntime.CUDAProviderOptions
 
UpdateWithValue(BytePointer, Pointer) - Method in class org.bytedeco.onnxruntime.TensorRTProviderOptions
Wrapper around OrtApi::GetTensorRTProviderOptionsByName
UpdateWithValue(String, Pointer) - Method in class org.bytedeco.onnxruntime.TensorRTProviderOptions
 
use_arena() - Method in class org.bytedeco.onnxruntime.OrtDnnlProviderOptions
 
use_arena(int) - Method in class org.bytedeco.onnxruntime.OrtDnnlProviderOptions
 
UseBlockSparseIndices(OrtValue, LongPointer, long, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
The assigns BlockSparse format indices to the SparseTensor that was created by OrtApi::CreateSparseTensorWithValuesAsOrtValue above.
UseBlockSparseIndices(OrtValue, LongBuffer, long, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UseBlockSparseIndices(OrtValue, long[], long, int[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UseBlockSparseIndices(Shape, IntPointer) - Method in class org.bytedeco.onnxruntime.ValueImpl
Supplies BlockSparse format specific indices and marks the contained sparse tensor as being a BlockSparse format tensor.
UseBlockSparseIndices(Shape, IntBuffer) - Method in class org.bytedeco.onnxruntime.ValueImpl
 
UseBlockSparseIndices(Shape, int[]) - Method in class org.bytedeco.onnxruntime.ValueImpl
 
UseCooIndices(OrtValue, LongPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
This assigns Coo format indices to the SparseTensor that was created by OrtApi::CreateSparseTensorWithValuesAsOrtValue above.
UseCooIndices(OrtValue, LongBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UseCooIndices(OrtValue, long[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UseCooIndices(LongPointer, long) - Method in class org.bytedeco.onnxruntime.ValueImpl
Supplies COO format specific indices and marks the contained sparse tensor as being a COO format tensor.
UseCooIndices(LongBuffer, long) - Method in class org.bytedeco.onnxruntime.ValueImpl
 
UseCooIndices(long[], long) - Method in class org.bytedeco.onnxruntime.ValueImpl
 
UseCsrIndices(OrtValue, LongPointer, long, LongPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
The assigns CSR format indices to the SparseTensor that was created by OrtApi::CreateSparseTensorWithValuesAsOrtValue above.
UseCsrIndices(OrtValue, LongBuffer, long, LongBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UseCsrIndices(OrtValue, long[], long, long[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
UseCsrIndices(LongPointer, long, LongPointer, long) - Method in class org.bytedeco.onnxruntime.ValueImpl
Supplies CSR format specific indices and marks the contained sparse tensor as being a CSR format tensor.
UseCsrIndices(LongBuffer, long, LongBuffer, long) - Method in class org.bytedeco.onnxruntime.ValueImpl
 
UseCsrIndices(long[], long, long[], long) - Method in class org.bytedeco.onnxruntime.ValueImpl
 
user_compute_stream() - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
\brief User provided compute stream.
user_compute_stream(Pointer) - Method in class org.bytedeco.onnxruntime.OrtCUDAProviderOptions
 
user_compute_stream() - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
\brief User provided compute stream.
user_compute_stream(Pointer) - Method in class org.bytedeco.onnxruntime.OrtROCMProviderOptions
 
user_compute_stream() - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 
user_compute_stream(Pointer) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
 

V

ValidateCompiledModelCompatibilityInfo(OrtEpFactory, PointerPointer, long, BytePointer, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
\brief Validate the compatibility of a compiled model with the execution provider factory for one or more devices.
ValidateCompiledModelCompatibilityInfo(OrtEpFactory, OrtHardwareDevice, long, BytePointer, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
ValidateCompiledModelCompatibilityInfo(OrtEpFactory, OrtHardwareDevice, long, String, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
ValidateCompiledModelCompatibilityInfo(OrtEpFactory, OrtHardwareDevice, long, BytePointer, int[]) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
ValidateCompiledModelCompatibilityInfo(OrtEpFactory, OrtHardwareDevice, long, String, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
ValidateCompiledModelCompatibilityInfo(OrtEpFactory, OrtHardwareDevice, long, BytePointer, IntBuffer) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
ValidateCompiledModelCompatibilityInfo(OrtEpFactory, OrtHardwareDevice, long, String, int[]) - Method in class org.bytedeco.onnxruntime.OrtEpFactory
 
validateShape(long[]) - Static method in class ai.onnxruntime.OrtUtil
Checks that the shape is a valid shape for a Java array (i.e.
value - Variable in enum ai.onnxruntime.OnnxJavaType
The native value of the enum.
value - Variable in enum ai.onnxruntime.OnnxSparseTensor.SparseTensorType
The int value mirroring OrtSparseFormat.
value - Variable in enum ai.onnxruntime.OnnxValue.OnnxValueType
The id number of this type in the C API.
value - Variable in enum ai.onnxruntime.OrtModelCompilationOptions.OrtCompileApiFlags
The native value of the enum.
value - Variable in enum ai.onnxruntime.providers.CoreMLFlags
The native value of the enum.
value - Variable in enum ai.onnxruntime.providers.NNAPIFlags
The native value of the enum.
value - Variable in enum ai.onnxruntime.TensorInfo.OnnxTensorType
The int id on the native side.
value() - Method in class org.bytedeco.onnxruntime.Float8E4M3FN_t
 
value(byte) - Method in class org.bytedeco.onnxruntime.Float8E4M3FN_t
 
value() - Method in class org.bytedeco.onnxruntime.Float8E4M3FNUZ_t
 
value(byte) - Method in class org.bytedeco.onnxruntime.Float8E4M3FNUZ_t
 
value() - Method in class org.bytedeco.onnxruntime.Float8E5M2_t
 
value(byte) - Method in class org.bytedeco.onnxruntime.Float8E5M2_t
 
value() - Method in class org.bytedeco.onnxruntime.Float8E5M2FNUZ_t
 
value(byte) - Method in class org.bytedeco.onnxruntime.Float8E5M2FNUZ_t
 
value - Variable in enum org.bytedeco.onnxruntime.global.onnxruntime.OrtSparseIndicesFormat
 
Value - Class in org.bytedeco.onnxruntime
\brief Wrapper around ::OrtValue
Value(Pointer) - Constructor for class org.bytedeco.onnxruntime.Value
Pointer cast constructor.
Value(long) - Constructor for class org.bytedeco.onnxruntime.Value
Native array allocator.
Value() - Constructor for class org.bytedeco.onnxruntime.Value
Create an empty Value object, must be assigned a valid one to be used
Value(Value) - Constructor for class org.bytedeco.onnxruntime.Value
 
Value_GetMemoryDevice() - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
Value_GetMemoryDevice(OrtEpApi.Value_GetMemoryDevice_OrtValue) - Method in class org.bytedeco.onnxruntime.OrtEpApi
 
Value_GetMemoryDevice_OrtValue(Pointer) - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.Value_GetMemoryDevice_OrtValue
Pointer cast constructor.
Value_GetMemoryDevice_OrtValue() - Constructor for class org.bytedeco.onnxruntime.OrtEpApi.Value_GetMemoryDevice_OrtValue
 
ValueImpl - Class in org.bytedeco.onnxruntime
 
ValueImpl() - Constructor for class org.bytedeco.onnxruntime.ValueImpl
Default native constructor.
ValueImpl(long) - Constructor for class org.bytedeco.onnxruntime.ValueImpl
Native array allocator.
ValueImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.ValueImpl
Pointer cast constructor.
ValueInfo - Interface in ai.onnxruntime
Interface for info objects describing an OnnxValue.
ValueInfo - Class in org.bytedeco.onnxruntime
\brief Wrapper around ::OrtValueInfo
ValueInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.ValueInfo
Pointer cast constructor.
ValueInfo(long) - Constructor for class org.bytedeco.onnxruntime.ValueInfo
Native array allocator.
ValueInfo() - Constructor for class org.bytedeco.onnxruntime.ValueInfo
 
ValueInfo(OrtValueInfo) - Constructor for class org.bytedeco.onnxruntime.ValueInfo
Take ownership of a pointer created by C API
ValueInfo(BytePointer, TypeInfoImpl) - Constructor for class org.bytedeco.onnxruntime.ValueInfo
 
ValueInfo(String, TypeInfoImpl) - Constructor for class org.bytedeco.onnxruntime.ValueInfo
 
ValueInfo_GetExternalInitializerInfo(OrtValueInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get information about an external initializer (e.g., filepath, file offset, byte size).
ValueInfo_GetExternalInitializerInfo(OrtValueInfo, OrtExternalInitializerInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ValueInfo_GetInitializerValue(OrtValueInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the underlying initializer value, as an OrtValue, from the given OrtValueInfo.
ValueInfo_GetInitializerValue(OrtValueInfo, OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ValueInfo_GetValueConsumers(OrtValueInfo, PointerPointer, LongPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns information (OrtNode and input index) for all consumer nodes that use the value as an input.
ValueInfo_GetValueConsumers(OrtValueInfo, OrtNode, LongPointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ValueInfo_GetValueConsumers(OrtValueInfo, OrtNode, LongBuffer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ValueInfo_GetValueConsumers(OrtValueInfo, OrtNode, long[], long) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ValueInfo_GetValueNumConsumers(OrtValueInfo, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Get the number of consumers of a value as a node input.
ValueInfo_GetValueProducer(OrtValueInfo, PointerPointer, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\name OrtValueInfo \{
ValueInfo_GetValueProducer(OrtValueInfo, OrtNode, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ValueInfo_IsConstantInitializer(OrtValueInfo, BoolPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns a boolean indicating if the given value is a constant initializer.
ValueInfo_IsConstantInitializer(OrtValueInfo, boolean[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ValueInfo_IsFromOuterScope(OrtValueInfo, BoolPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns a boolean indicating if the given value is defined in an outer scope.
ValueInfo_IsFromOuterScope(OrtValueInfo, boolean[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ValueInfo_IsGraphOutput(OrtValueInfo, BoolPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns a boolean indicating if the given value is a graph output.
ValueInfo_IsGraphOutput(OrtValueInfo, boolean[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ValueInfo_IsOptionalGraphInput(OrtValueInfo, BoolPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns a boolean indicating if the given value is an optional graph input.
ValueInfo_IsOptionalGraphInput(OrtValueInfo, boolean[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ValueInfo_IsRequiredGraphInput(OrtValueInfo, BoolPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
\brief Returns a boolean indicating if the given value is a required graph input.
ValueInfo_IsRequiredGraphInput(OrtValueInfo, boolean[]) - Method in class org.bytedeco.onnxruntime.OrtApi
 
ValueInfoConsumerProducerInfo - Class in org.bytedeco.onnxruntime
 
ValueInfoConsumerProducerInfo() - Constructor for class org.bytedeco.onnxruntime.ValueInfoConsumerProducerInfo
Default native constructor.
ValueInfoConsumerProducerInfo(long) - Constructor for class org.bytedeco.onnxruntime.ValueInfoConsumerProducerInfo
Native array allocator.
ValueInfoConsumerProducerInfo(Pointer) - Constructor for class org.bytedeco.onnxruntime.ValueInfoConsumerProducerInfo
Pointer cast constructor.
ValueInfoVector - Class in org.bytedeco.onnxruntime
 
ValueInfoVector(Pointer) - Constructor for class org.bytedeco.onnxruntime.ValueInfoVector
Pointer cast constructor.
ValueInfoVector() - Constructor for class org.bytedeco.onnxruntime.ValueInfoVector
 
ValueInfoVector.Iterator - Class in org.bytedeco.onnxruntime
 
valueOf(String) - Static method in enum ai.onnxruntime.OnnxJavaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.onnxruntime.OnnxMap.OnnxMapValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.onnxruntime.OnnxSparseTensor.SparseTensorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.onnxruntime.OnnxValue.OnnxValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.onnxruntime.OrtEnvironment.OrtCompiledModelCompatibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.onnxruntime.OrtException.OrtErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.onnxruntime.OrtHardwareDevice.OrtHardwareDeviceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.onnxruntime.OrtLoggingLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.onnxruntime.OrtModelCompilationOptions.OrtCompileApiFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.onnxruntime.OrtProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.onnxruntime.OrtSession.SessionOptions.ExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.onnxruntime.OrtSession.SessionOptions.OptLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.onnxruntime.providers.CoreMLFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.onnxruntime.providers.NNAPIFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.onnxruntime.TensorInfo.OnnxTensorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.onnxruntime.global.onnxruntime.OrtSparseIndicesFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum ai.onnxruntime.OnnxJavaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.onnxruntime.OnnxMap.OnnxMapValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.onnxruntime.OnnxSparseTensor.SparseTensorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.onnxruntime.OnnxValue.OnnxValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.onnxruntime.OrtEnvironment.OrtCompiledModelCompatibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.onnxruntime.OrtException.OrtErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.onnxruntime.OrtHardwareDevice.OrtHardwareDeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.onnxruntime.OrtLoggingLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.onnxruntime.OrtModelCompilationOptions.OrtCompileApiFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.onnxruntime.OrtProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.onnxruntime.OrtSession.SessionOptions.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.onnxruntime.OrtSession.SessionOptions.OptLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.onnxruntime.providers.CoreMLFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.onnxruntime.providers.NNAPIFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.onnxruntime.TensorInfo.OnnxTensorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.onnxruntime.global.onnxruntime.OrtSparseIndicesFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values_shape() - Method in class org.bytedeco.onnxruntime.OrtSparseValuesParam
 
values_shape(LongPointer) - Method in class org.bytedeco.onnxruntime.OrtSparseValuesParam
 
values_shape_len() - Method in class org.bytedeco.onnxruntime.OrtSparseValuesParam
 
values_shape_len(long) - Method in class org.bytedeco.onnxruntime.OrtSparseValuesParam
 
valueType - Variable in class ai.onnxruntime.MapInfo
The Java type of the values.
ValueVector - Class in org.bytedeco.onnxruntime
 
ValueVector(Pointer) - Constructor for class org.bytedeco.onnxruntime.ValueVector
Pointer cast constructor.
ValueVector(Value) - Constructor for class org.bytedeco.onnxruntime.ValueVector
 
ValueVector(Value...) - Constructor for class org.bytedeco.onnxruntime.ValueVector
 
ValueVector() - Constructor for class org.bytedeco.onnxruntime.ValueVector
 
ValueVector(long) - Constructor for class org.bytedeco.onnxruntime.ValueVector
 
ValueVector.Iterator - Class in org.bytedeco.onnxruntime
 
version() - Method in class org.bytedeco.onnxruntime.OperatorSet
 
version(long) - Method in class org.bytedeco.onnxruntime.OperatorSet
 
version() - Method in class org.bytedeco.onnxruntime.OrtAllocator
Must be initialized to ORT_API_VERSION
version(int) - Method in class org.bytedeco.onnxruntime.OrtAllocator
 
version() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
version(int) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
 
version() - Method in class org.bytedeco.onnxruntime.OrtEnvCreationOptions
Must be set to ORT_API_VERSION
version(int) - Method in class org.bytedeco.onnxruntime.OrtEnvCreationOptions
 
version() - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryDescriptor
Must be ORT_API_VERSION
version(int) - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryDescriptor
 
version() - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryHandle
Must be ORT_API_VERSION
version(int) - Method in class org.bytedeco.onnxruntime.OrtExternalMemoryHandle
 
version() - Method in class org.bytedeco.onnxruntime.OrtExternalSemaphoreDescriptor
Must be ORT_API_VERSION
version(int) - Method in class org.bytedeco.onnxruntime.OrtExternalSemaphoreDescriptor
 
version() - Method in class org.bytedeco.onnxruntime.OrtExternalSemaphoreHandle
Must be ORT_API_VERSION
version(int) - Method in class org.bytedeco.onnxruntime.OrtExternalSemaphoreHandle
 
version() - Method in class org.bytedeco.onnxruntime.OrtExternalTensorDescriptor
Must be ORT_API_VERSION
version(int) - Method in class org.bytedeco.onnxruntime.OrtExternalTensorDescriptor
 

W

WaitOnDevice(OrtSyncNotificationImpl, OrtSyncStream) - Method in class org.bytedeco.onnxruntime.OrtSyncNotificationImpl
\brief Wait for a device to device operation to complete.
WaitOnHost(OrtSyncNotificationImpl) - Method in class org.bytedeco.onnxruntime.OrtSyncNotificationImpl
\brief Wait for a device to host operation to complete.
WaitSemaphore(OrtExternalResourceImporterImpl, OrtExternalSemaphoreHandle, OrtSyncStream, long) - Method in class org.bytedeco.onnxruntime.OrtExternalResourceImporterImpl
\brief Wait on an external semaphore on the EP's stream.
WaitSemaphore(OrtExternalResourceImporter, OrtExternalSemaphoreHandle, OrtSyncStream, long) - Method in class org.bytedeco.onnxruntime.OrtInteropApi
\brief Wait on an external semaphore on the EP's stream.
what() - Method in class org.bytedeco.onnxruntime.OrtException
 

_

__place_holder() - Method in class org.bytedeco.onnxruntime.OrtCustomHandleType
 
__place_holder(byte) - Method in class org.bytedeco.onnxruntime.OrtCustomHandleType
 
A B C D E F G H I K L M N O P R S T U V W _ 
Skip navigation links

Copyright © 2026. All rights reserved.