- 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.
- 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
-
- checkClosed() - Method in class ai.onnxruntime.OnnxSequence
-
- checkClosed() - Method in class ai.onnxruntime.OnnxTensorLike
-
- checkClosed() - Method in class ai.onnxruntime.OrtProviderOptions
-
- 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
-
- 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
-
- 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
-
- createSession(String, OrtSession.SessionOptions) - Method in class ai.onnxruntime.OrtEnvironment
-
- createSession(ByteBuffer, OrtSession.SessionOptions) - Method in class ai.onnxruntime.OrtEnvironment
-
- createSession(ByteBuffer) - Method in class ai.onnxruntime.OrtEnvironment
-
- createSession(byte[], OrtSession.SessionOptions) - Method in class ai.onnxruntime.OrtEnvironment
-
- createSession(byte[]) - Method in class ai.onnxruntime.OrtEnvironment
-
- 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
-
- createTrainingSession(String, String, String, String, OrtSession.SessionOptions) - Method in class ai.onnxruntime.OrtEnvironment
-
- 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
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
\{
- 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
-
- 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
-
- 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.