- Add(OrtCustomOp) - Method in class org.bytedeco.onnxruntime.CustomOpDomain
-
Wraps CustomOpDomain_Add
- 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.
- 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.
- 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
-
- AddFreeDimensionOverrideByName(OrtSessionOptions, BytePointer, long) - Method in class org.bytedeco.onnxruntime.OrtApi
-
\}
\name OrtSessionOptions
\{
- AddFreeDimensionOverrideByName(OrtSessionOptions, String, long) - Method in class org.bytedeco.onnxruntime.OrtApi
-
- addInitializer(String, OnnxTensorLike) - Method in class ai.onnxruntime.OrtSession.SessionOptions
-
Adds an initializer to override one from the ONNX model.
- 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
-
- 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.
- 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.
- 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.
- 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.providers.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
-
Returns a pointer to an allocated block of size
bytes
- 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
-
- 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
-
- 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.
- 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_Dnnl
- 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
-
- AppendExecutionProvider_MIGraphX(OrtMIGraphXProviderOptions) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
-
Wraps OrtApi::SessionOptionsAppendExecutionProvider_MIGraphX
Wraps OrtApi::SessionOptionsAppendExecutionProvider_CANN
- 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_VitisAI(StringStringMap) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
-
- AppendExecutionProvider_VitisAI() - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
-
- apply(Pointer) - Method in class org.bytedeco.onnxruntime.AllocatedFree
-
- 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
- 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
-
- 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
-
- asOrtCustomOpDomain() - Method in class org.bytedeco.onnxruntime.BaseCustomOpDomain
-
- asOrtEnv() - Method in class org.bytedeco.onnxruntime.BaseEnv
-
- asOrtIoBinding() - Method in class org.bytedeco.onnxruntime.BaseIoBinding
-
- asOrtKernelInfo() - Method in class org.bytedeco.onnxruntime.BaseKernelInfo
-
- asOrtLoraAdapter() - Method in class org.bytedeco.onnxruntime.BaseOrtLoraAdapter
-
- asOrtMapTypeInfo() - Method in class org.bytedeco.onnxruntime.BaseMapTypeInfo
-
- asOrtMemoryInfo() - Method in class org.bytedeco.onnxruntime.BaseMemoryInfo
-
- asOrtModelMetadata() - Method in class org.bytedeco.onnxruntime.BaseModelMetadata
-
- asOrtOp() - Method in class org.bytedeco.onnxruntime.BaseOrtOp
-
- asOrtOpAttr() - Method in class org.bytedeco.onnxruntime.BaseOpAttr
-
- 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
-
- 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
-
- AsSym() - Method in class org.bytedeco.onnxruntime.ShapeInferContext.SymbolicInteger
-
- asUnownedAllocator() - Method in class org.bytedeco.onnxruntime.BaseAllocatorWithDefaultOptions
-
- 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
-
- cache_dir() - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
-
- cache_dir(BytePointer) - Method in class org.bytedeco.onnxruntime.OrtOpenVINOProviderOptions
-
- 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, 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() - 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(int, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtApi.CreateStatus_int_BytePointer
-
- 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(int) - Method in class org.bytedeco.onnxruntime.OrtApi.GetTrainingApi_int
-
- call(OrtMemoryInfo, IntPointer) - Method in class org.bytedeco.onnxruntime.OrtApi.MemoryInfoGetDeviceType_OrtMemoryInfo_IntPointer
-
- 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() - 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(Pointer, int, BytePointer, BytePointer, BytePointer, BytePointer) - Method in class org.bytedeco.onnxruntime.OrtLoggingFunction
-
- call(Pointer) - Method in class org.bytedeco.onnxruntime.OrtThreadWorkerFn
-
- call(OrtSessionOptions, OrtApiBase) - Method in class org.bytedeco.onnxruntime.RegisterCustomOpsFn
-
- call(Pointer, PointerPointer, long, OrtStatus) - Method in class org.bytedeco.onnxruntime.RunAsyncCallbackFn
-
- 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.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.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
-
- 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.
- 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.
- 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.
- 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
-
- CopyKernelInfo(OrtKernelInfo, PointerPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
-
- CopyKernelInfo(OrtKernelInfo, OrtKernelInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
-
- 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(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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
- 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
-
- 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
-
- 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
-
- CreateSequence(ValueVector) - Static method in class org.bytedeco.onnxruntime.Value
-
Wraps OrtApi::CreateValue
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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, 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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(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.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
-
- GetAllocatorType() - Method in class org.bytedeco.onnxruntime.MemoryInfoImpl
-
- 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 OrtApi interface in use
- 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
-
- 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.
- 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
-
- getCode() - Method in exception ai.onnxruntime.OrtException
-
Return the error code.
- getConfigEntries() - Method in class ai.onnxruntime.OrtSession.SessionOptions
-
Returns an unmodifiable view of the map contains all session configuration entries.
- 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
-
- 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.IoBinding
-
- GetConst() - Method in class org.bytedeco.onnxruntime.KernelInfo
-
- GetConst() - Method in class org.bytedeco.onnxruntime.MapTypeInfo
-
- GetConst() - Method in class org.bytedeco.onnxruntime.MemoryInfo
-
- 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
-
- 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(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()
.
- 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
- GetDeviceId() - Method in class org.bytedeco.onnxruntime.MemoryInfoImpl
-
- GetDeviceType() - Method in class org.bytedeco.onnxruntime.MemoryInfoImpl
-
- 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.
- 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
-
- 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.
- 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.
- 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
-
- 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
-
- 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
- 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.
- 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
-
- 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
-
- 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.
- 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.
- getIntProperty(String) - Method in class ai.onnxruntime.OrtTrainingSession
-
Gets a int property from this training session checkpoint.
- getLearningRate() - Method in class ai.onnxruntime.OrtTrainingSession
-
Gets the current learning rate for this training session.
- 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
-
- GetMemoryType() - Method in class org.bytedeco.onnxruntime.MemoryInfoImpl
-
- getMetadata() - Method in class ai.onnxruntime.OrtSession
-
Gets the metadata for the currently loaded model.
- GetModelMetadata() - Method in class org.bytedeco.onnxruntime.ConstSession
-
Wraps OrtApi::SessionGetModelMetadata
- GetModelMetadata() - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
-
Wraps OrtApi::SessionGetModelMetadata
- 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.OrtCustomOp
-
- GetName(OrtCustomOp.GetName_OrtCustomOp) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
-
- 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
-
- GetNodeName() - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
-
- getNumElements() - Method in class ai.onnxruntime.TensorInfo
-
Returns the number of elements in this tensor.
- 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.
- 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
-
- 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
- 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.
- 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
-
- 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.
- 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
- GetOverridableInitializerTypeInfo(long) - Method in class org.bytedeco.onnxruntime.ConstSession
-
Wraps OrtApi::SessionGetOverridableInitializerTypeInfo
- GetOverridableInitializerTypeInfo(long) - Method in class org.bytedeco.onnxruntime.ConstSessionImpl
-
Wraps OrtApi::SessionGetOverridableInitializerTypeInfo
- 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.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.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.BaseCustomOpDomain
-
- getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseEnv
-
- getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseIoBinding
-
- getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseKernelInfo
-
- 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.BaseModelMetadata
-
- getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseOpAttr
-
- getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseOrtLoraAdapter
-
- getPointer(long) - Method in class org.bytedeco.onnxruntime.BaseOrtOp
-
- 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.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.ConstIoBinding
-
- getPointer(long) - Method in class org.bytedeco.onnxruntime.ConstIoBindingImpl
-
- getPointer(long) - Method in class org.bytedeco.onnxruntime.ConstMapTypeInfo
-
- 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.CustomOpConfigs
-
- getPointer(long) - Method in class org.bytedeco.onnxruntime.Env
-
- 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.IoBindingImpl
-
- getPointer(long) - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
-
- 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.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.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.OrtDnnlProviderOptions
-
- getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtMIGraphXProviderOptions
-
- 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.OrtSparseValuesParam
-
- getPointer(long) - Method in class org.bytedeco.onnxruntime.OrtTensorRTProviderOptions
-
- 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.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
-
- getProducerName() - Method in class ai.onnxruntime.OnnxModelMetadata
-
Gets the producer name.
- GetProducerNameAllocated(OrtAllocator) - Method in class org.bytedeco.onnxruntime.ModelMetadata
-
Wraps OrtApi::ModelMetadataGetProducerName
- 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
- 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
-
- 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
-
- 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
- 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.
- 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
-
- 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
\{
- 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(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
-
- GetTensorAttribute(BytePointer, OrtAllocator) - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
-
- GetTensorAttribute(String, OrtAllocator) - Method in class org.bytedeco.onnxruntime.KernelInfoImpl
-
- 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
-
- 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
-
- 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
-
- 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).
- 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.
- 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
OnnxValue
s 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.OrtLoggingLevel
-
Gets the native value associated with this logging level.
- getValue() - Method in enum ai.onnxruntime.providers.CoreMLFlags
-
- getValue() - Method in enum ai.onnxruntime.providers.NNAPIFlags
-
- getValue() - Method in interface ai.onnxruntime.providers.OrtFlags
-
Gets the underlying flag value.
- GetValue(int, OrtAllocator) - Method in class org.bytedeco.onnxruntime.ConstValue
-
- GetValue(int, OrtAllocator) - Method in class org.bytedeco.onnxruntime.ConstValueImpl
-
- 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.
- 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
-
- 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
- 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
-
- 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
-
- 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_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_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_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
OnnxValue
s 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.
- 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(BytePointer, Pointer, int, int) - Constructor for class org.bytedeco.onnxruntime.OpAttr
-
- OpAttr(String, Pointer, int, int) - Constructor for class org.bytedeco.onnxruntime.OpAttr
-
- 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.
- 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_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_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_LOADED - 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_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_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_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
- 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
-
- OrtAllocator.Free_OrtAllocator_Pointer - Class in org.bytedeco.onnxruntime
-
- OrtAllocator.Info_OrtAllocator - Class in org.bytedeco.onnxruntime
-
- 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.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.CreateStatus_int_BytePointer - Class in org.bytedeco.onnxruntime
-
\name OrtStatus
\{
- 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.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.MemoryInfoGetDeviceType_OrtMemoryInfo_IntPointer - Class in org.bytedeco.onnxruntime
-
- 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
- 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.
- 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.
- OrtDeviceAllocator - Static variable in class org.bytedeco.onnxruntime.global.onnxruntime
-
enum OrtAllocatorType
- 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.
- OrtEnvironment - Class in ai.onnxruntime
-
The host object for the ONNX Runtime system.
- OrtEnvironment.ThreadingOptions - Class in ai.onnxruntime
-
Controls the global thread pools in the environment.
- 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.
- OrtFlags - Interface in ai.onnxruntime.providers
-
An interface for bitset enums that should be aggregated into a single integer.
- 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
- 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.
- 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.
- 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.
- 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.
- 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
- 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.
- 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.
- 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
- 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.
- OrtRelease(OrtAllocator) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
-
- OrtRelease(OrtMemoryInfo) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
-
- OrtRelease(OrtCustomOpDomain) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
-
- OrtRelease(OrtThreadingOptions) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
-
- OrtRelease(OrtEnv) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
-
- OrtRelease(OrtRunOptions) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
-
- OrtRelease(OrtLoraAdapter) - 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(OrtTensorTypeAndShapeInfo) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
-
- OrtRelease(OrtSequenceTypeInfo) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
-
- OrtRelease(OrtMapTypeInfo) - 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(OrtModelMetadata) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
-
- OrtRelease(OrtIoBinding) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
-
- OrtRelease(OrtArenaCfg) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
-
- OrtRelease(OrtStatus) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
-
- OrtRelease(OrtOpAttr) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
-
- OrtRelease(OrtOp) - Static method in class org.bytedeco.onnxruntime.global.onnxruntime
-
- OrtRelease(OrtKernelInfo) - 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.
- 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.
- 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.
- 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
-
- OrtTrainingApi() - Constructor for class org.bytedeco.onnxruntime.OrtTrainingApi
-
Empty constructor.
- 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.
- 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.
- 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.
- ReadOpAttr(OrtOpAttr, int, Pointer, long, SizeTPointer) - Method in class org.bytedeco.onnxruntime.OrtApi
-
Read contents of an attribute to data
- 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
OrtSession
s 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
OrtSession
s 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
-
- registerLinearLRScheduler(long, long, float) - Method in class ai.onnxruntime.OrtTrainingSession
-
Registers a linear learning rate scheduler with linear warmup.
- 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.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.BaseIoBinding
-
\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.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.BaseModelMetadata
-
\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.BaseOrtLoraAdapter
-
\brief Relinquishes ownership of the contained C object pointer
The underlying object is not destroyed
- release() - Method in class org.bytedeco.onnxruntime.BaseOrtOp
-
\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.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
- 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
- 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
-
- 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
\{
- 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
\{
- ReleaseIoBinding(OrtIoBinding) - Method in class org.bytedeco.onnxruntime.OrtApi
-
\}
\name OrtIoBinding
\{
- ReleaseKernelInfo(OrtKernelInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
-
- 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
-
- ReleaseMemoryInfo(OrtMemoryInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
-
\}
\name OrtMemoryInfo
\{
- ReleaseModelMetadata(OrtModelMetadata) - Method in class org.bytedeco.onnxruntime.OrtApi
-
- 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
\{
- 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
\{
- ReleaseStatus(OrtStatus) - Method in class org.bytedeco.onnxruntime.OrtApi
-
\}
\name OrtStatus
\{
- 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
-
- ReleaseTypeInfo(OrtTypeInfo) - Method in class org.bytedeco.onnxruntime.OrtApi
-
\}
\name OrtTypeInfo
\{
- ReleaseValue(OrtValue) - Method in class org.bytedeco.onnxruntime.OrtApi
-
\}
\name OrtValue
\{
- Reserve() - Method in class org.bytedeco.onnxruntime.OrtAllocator
-
Returns a pointer to an allocated block of size
bytes
- 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.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
-
- 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.
- schedulerStep() - Method in class ai.onnxruntime.OrtTrainingSession
-
Updates the learning rate based on the registered learning rate scheduler.
- 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(Env, Pointer, SessionOptions) - Constructor for class org.bytedeco.onnxruntime.Session
-
Wraps OrtApi::CreateSession
- 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
- 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
-
- 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
-
- 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
-
- 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_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
- 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
-
- 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
-
- 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
- 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
- SetGraphOptimizationLevel(int) - Method in class org.bytedeco.onnxruntime.SessionOptionsImpl
-
Wraps OrtApi::SetSessionGraphOptimizationLevel
- 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.
- 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.
- 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
- 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.
- 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
- 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.
- 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 - 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
- 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.StringStringMap
-
- size() - Method in class org.bytedeco.onnxruntime.StringVector
-
- size() - Method in class org.bytedeco.onnxruntime.ValueVector
-
- 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(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
-
- 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
-
- 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
-
- validateShape(long[]) - Static method in class ai.onnxruntime.OrtUtil
-
Checks that the shape is a valid shape for a Java array (i.e.
- value - Variable in enum ai.onnxruntime.OnnxJavaType
-
The native value of the enum.
- value - Variable in enum ai.onnxruntime.OnnxSparseTensor.SparseTensorType
-
The int value mirroring OrtSparseFormat.
- value - Variable in enum ai.onnxruntime.OnnxValue.OnnxValueType
-
The id number of this type in the C API.
- value - Variable in enum ai.onnxruntime.providers.CoreMLFlags
-
The native value of the enum.
- value - Variable in enum ai.onnxruntime.providers.NNAPIFlags
-
The native value of the enum.
- value - Variable in enum ai.onnxruntime.TensorInfo.OnnxTensorType
-
The int id on the native side.
- value() - Method in class org.bytedeco.onnxruntime.Float8E4M3FN_t
-
- value(byte) - Method in class org.bytedeco.onnxruntime.Float8E4M3FN_t
-
- value() - Method in class org.bytedeco.onnxruntime.Float8E4M3FNUZ_t
-
- value(byte) - Method in class org.bytedeco.onnxruntime.Float8E4M3FNUZ_t
-
- value() - Method in class org.bytedeco.onnxruntime.Float8E5M2_t
-
- value(byte) - Method in class org.bytedeco.onnxruntime.Float8E5M2_t
-
- value() - Method in class org.bytedeco.onnxruntime.Float8E5M2FNUZ_t
-
- value(byte) - Method in class org.bytedeco.onnxruntime.Float8E5M2FNUZ_t
-
- value - Variable in enum org.bytedeco.onnxruntime.global.onnxruntime.OrtSparseIndicesFormat
-
- Value - Class in org.bytedeco.onnxruntime
-
\brief Wrapper around ::OrtValue
- Value(Pointer) - Constructor for class org.bytedeco.onnxruntime.Value
-
Pointer cast constructor.
- Value(long) - Constructor for class org.bytedeco.onnxruntime.Value
-
Native array allocator.
- Value() - Constructor for class org.bytedeco.onnxruntime.Value
-
Create an empty Value object, must be assigned a valid one to be used
- Value(OrtValue) - Constructor for class org.bytedeco.onnxruntime.Value
-
Used for interop with the C API
- Value(Value) - Constructor for class org.bytedeco.onnxruntime.Value
-
- ValueImpl - Class in org.bytedeco.onnxruntime
-
- ValueImpl() - Constructor for class org.bytedeco.onnxruntime.ValueImpl
-
Default native constructor.
- ValueImpl(long) - Constructor for class org.bytedeco.onnxruntime.ValueImpl
-
Native array allocator.
- ValueImpl(Pointer) - Constructor for class org.bytedeco.onnxruntime.ValueImpl
-
Pointer cast constructor.
- ValueInfo - Interface in ai.onnxruntime
-
Interface for info objects describing an
OnnxValue
.
- valueOf(String) - Static method in enum ai.onnxruntime.OnnxJavaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.onnxruntime.OnnxMap.OnnxMapValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.onnxruntime.OnnxSparseTensor.SparseTensorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.onnxruntime.OnnxValue.OnnxValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.onnxruntime.OrtException.OrtErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.onnxruntime.OrtLoggingLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.onnxruntime.OrtProvider
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.onnxruntime.OrtSession.SessionOptions.ExecutionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.onnxruntime.OrtSession.SessionOptions.OptLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.onnxruntime.providers.CoreMLFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.onnxruntime.providers.NNAPIFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.onnxruntime.TensorInfo.OnnxTensorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bytedeco.onnxruntime.global.onnxruntime.OrtSparseIndicesFormat
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ai.onnxruntime.OnnxJavaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.onnxruntime.OnnxMap.OnnxMapValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.onnxruntime.OnnxSparseTensor.SparseTensorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.onnxruntime.OnnxValue.OnnxValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.onnxruntime.OrtException.OrtErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.onnxruntime.OrtLoggingLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.onnxruntime.OrtProvider
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.onnxruntime.OrtSession.SessionOptions.ExecutionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.onnxruntime.OrtSession.SessionOptions.OptLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.onnxruntime.providers.CoreMLFlags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.onnxruntime.providers.NNAPIFlags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.onnxruntime.TensorInfo.OnnxTensorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bytedeco.onnxruntime.global.onnxruntime.OrtSparseIndicesFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values_shape() - Method in class org.bytedeco.onnxruntime.OrtSparseValuesParam
-
- values_shape(LongPointer) - Method in class org.bytedeco.onnxruntime.OrtSparseValuesParam
-
- values_shape_len() - Method in class org.bytedeco.onnxruntime.OrtSparseValuesParam
-
- values_shape_len(long) - Method in class org.bytedeco.onnxruntime.OrtSparseValuesParam
-
- valueType - Variable in class ai.onnxruntime.MapInfo
-
The Java type of the values.
- ValueVector - Class in org.bytedeco.onnxruntime
-
- ValueVector(Pointer) - Constructor for class org.bytedeco.onnxruntime.ValueVector
-
Pointer cast constructor.
- ValueVector(Value) - Constructor for class org.bytedeco.onnxruntime.ValueVector
-
- ValueVector(Value...) - Constructor for class org.bytedeco.onnxruntime.ValueVector
-
- ValueVector() - Constructor for class org.bytedeco.onnxruntime.ValueVector
-
- ValueVector(long) - Constructor for class org.bytedeco.onnxruntime.ValueVector
-
- ValueVector.Iterator - Class in org.bytedeco.onnxruntime
-
- version() - Method in class org.bytedeco.onnxruntime.OrtAllocator
-
Must be initialized to ORT_API_VERSION
- version(int) - Method in class org.bytedeco.onnxruntime.OrtAllocator
-
- version() - Method in class org.bytedeco.onnxruntime.OrtCustomOp
-
- version(int) - Method in class org.bytedeco.onnxruntime.OrtCustomOp
-