OnnxRuntime
Deprecated List
Member Ort::ModelMetadata::GetCustomMetadataMapKeys (OrtAllocator *allocator, int64_t &num_keys) const
use GetCustomMetadataMapKeysAllocated() [[deprecated]] This interface produces multiple pointers that must be released by the specified allocator and is often leaked. Not exception safe.
Member Ort::ModelMetadata::GetDescription (OrtAllocator *allocator) const
use GetDescriptionAllocated() [[deprecated]] This interface produces a pointer that must be released by the specified allocator and is often leaked. Not exception safe.
Member Ort::ModelMetadata::GetDomain (OrtAllocator *allocator) const
use GetDomainAllocated() [[deprecated]] This interface produces a pointer that must be released by the specified allocator and is often leaked. Not exception safe.
Member Ort::ModelMetadata::GetGraphDescription (OrtAllocator *allocator) const
use GetGraphDescriptionAllocated() [[deprecated]] This interface produces a pointer that must be released by the specified allocator and is often leaked. Not exception safe.
Member Ort::ModelMetadata::GetGraphName (OrtAllocator *allocator) const
use GetGraphNameAllocated() [[deprecated]] This interface produces a pointer that must be released by the specified allocator and is often leaked. Not exception safe.
Member Ort::ModelMetadata::GetProducerName (OrtAllocator *allocator) const
use GetProducerNameAllocated() [[deprecated]] This interface produces a pointer that must be released by the specified allocator and is often leaked. Not exception safe.
Member Ort::ModelMetadata::LookupCustomMetadataMap (const char *key, OrtAllocator *allocator) const
use LookupCustomMetadataMapAllocated() [[deprecated]] This interface produces a pointer that must be released by the specified allocator and is often leaked. Not exception safe.
Member Ort::Session::EndProfiling (OrtAllocator *allocator) const
use EndProfilingAllocated() [[deprecated]] This interface produces a pointer that must be released by the specified allocator and is often leaked. Not exception safe.
Member Ort::Session::GetInputName (size_t index, OrtAllocator *allocator) const
use GetInputNameAllocated() [[deprecated]] This interface produces a pointer that must be released by the specified allocator and is often leaked. Not exception safe.
Member Ort::Session::GetOutputName (size_t index, OrtAllocator *allocator) const
use GetOutputNameAllocated() [[deprecated]] This interface produces a pointer that must be released by the specified allocator and is often leaked. Not exception safe.
Member Ort::Session::GetOverridableInitializerName (size_t index, OrtAllocator *allocator) const
use GetOverridableInitializerNameAllocated() [[deprecated]] This interface produces a pointer that must be released by the specified allocator and is often leaked. Not exception safe.
Member OrtApi::CreateArenaCfg (size_t max_mem, int arena_extend_strategy, int initial_chunk_size_bytes, int max_dead_bytes_per_chunk, OrtArenaCfg **out)
Use OrtApi::CreateArenaCfgV2