OnnxRuntime
Loading...
Searching...
No Matches
Deprecated List
Member Ort::CustomOpApi::CopyKernelInfo (const OrtKernelInfo *info)
use Ort::KernelInfo::Copy querying attributes [[deprecated]] This interface is not exception safe
Member Ort::CustomOpApi::CreateOp (const OrtKernelInfo *info, const char *op_name, const char *domain, int version, const char **type_constraint_names, const ONNXTensorElementDataType *type_constraint_values, int type_constraint_count, const OrtOpAttr *const *attr_values, int attr_count, int input_count, int output_count)
use Ort::Op [[deprecated]] This interface is not exception safe.
Member Ort::CustomOpApi::CreateOpAttr (const char *name, const void *data, int len, OrtOpAttrType type)
use Ort::OpAttr [[deprecated]] This interface is not exception safe.
Member Ort::CustomOpApi::GetDimensions (const OrtTensorTypeAndShapeInfo *info, int64_t *dim_values, size_t dim_values_length)
use Ort::TensorTypeAndShapeInfo::GetShape() [[deprecated]] This interface is redundant.
Member Ort::CustomOpApi::GetDimensionsCount (const OrtTensorTypeAndShapeInfo *info)
use Ort::TensorTypeAndShapeInfo::GetDimensionsCount() [[deprecated]] This interface is redundant.
Member Ort::CustomOpApi::GetTensorData (const OrtValue *value)
use Ort::Value::GetTensorData() [[deprecated]] This interface is redundant.
Member Ort::CustomOpApi::GetTensorElementType (const OrtTensorTypeAndShapeInfo *info)
use Ort::TensorTypeAndShapeInfo::GetElementType() [[deprecated]] This interface is redundant.
Member Ort::CustomOpApi::GetTensorMemoryInfo (const OrtValue *value)
use Ort::Value::GetTensorMemoryInfo() [[deprecated]] This interface is redundant.
Member Ort::CustomOpApi::GetTensorMutableData (OrtValue *value)
use Ort::Value::GetTensorMutableData() [[deprecated]] This interface is redundant.
Member Ort::CustomOpApi::GetTensorShape (const OrtTensorTypeAndShapeInfo *info)
use Ort::TensorTypeAndShapeInfo::GetShape() [[deprecated]] This interface is redundant.
Member Ort::CustomOpApi::GetTensorShapeElementCount (const OrtTensorTypeAndShapeInfo *info)
use Ort::TensorTypeAndShapeInfo::GetElementCount() [[deprecated]] This interface is redundant.
Member Ort::CustomOpApi::GetTensorTypeAndShape (const OrtValue *value)
use Ort::Value::GetTensorTypeAndShape() [[deprecated]] This interface produces a pointer that must be released. Not exception safe.
Member Ort::CustomOpApi::InvokeOp (const OrtKernelContext *context, const OrtOp *ort_op, const OrtValue *const *input_values, int input_count, OrtValue *const *output_values, int output_count)
use Ort::Op::Invoke [[deprecated]] This interface is redundant
Member Ort::CustomOpApi::KernelContext_GetGPUComputeStream (const OrtKernelContext *context)
use Ort::KernelContext::GetGPUComputeStream [[deprecated]] This interface is redundant.
Member Ort::CustomOpApi::KernelContext_GetInput (const OrtKernelContext *context, size_t index)
use Ort::KernelContext::GetInput [[deprecated]] This interface is redundant.
Member Ort::CustomOpApi::KernelContext_GetInputCount (const OrtKernelContext *context)
use Ort::KernelContext::GetInputCount [[deprecated]] This interface is redundant.
Member Ort::CustomOpApi::KernelContext_GetOutput (OrtKernelContext *context, size_t index, const int64_t *dim_values, size_t dim_count)
use Ort::KernelContext::GetOutput [[deprecated]] This interface is redundant.
Member Ort::CustomOpApi::KernelContext_GetOutputCount (const OrtKernelContext *context)
use Ort::KernelContext::GetOutputCount [[deprecated]] This interface is redundant.
Member Ort::CustomOpApi::KernelInfoGetAttribute (const OrtKernelInfo *info, const char *name)
use Ort::KernelInfo for automatic lifespan management or for querying attributes [[deprecated]] This interface is redundant
Member Ort::CustomOpApi::ReleaseKernelInfo (OrtKernelInfo *info_copy)
use Ort::KernelInfo for lifespan management querying attributes [[deprecated]] This interface is not exception safe
Member Ort::CustomOpApi::ReleaseOp (OrtOp *ort_op)
use Ort::Op for automatic lifespan management. [[deprecated]] This interface is not exception safe.
Member Ort::CustomOpApi::ReleaseOpAttr (OrtOpAttr *op_attr)
use Ort::OpAttr [[deprecated]] This interface is not exception safe.
Member Ort::CustomOpApi::ReleaseTensorTypeAndShapeInfo (OrtTensorTypeAndShapeInfo *input)
use TensorTypeAndShapeInfo instances for automatic ownership. [[deprecated]] This interface is not exception safe.
Member Ort::CustomOpApi::SetDimensions (OrtTensorTypeAndShapeInfo *info, const int64_t *dim_values, size_t dim_count)
[[deprecated]] This interface sets dimensions to TensorTypeAndShapeInfo, but has no effect on the OrtValue.
Member Ort::CustomOpApi::ThrowOnError (OrtStatus *result)
use Ort::ThrowOnError() [[deprecated]] This interface is redundant.
Member Ort::detail::TensorTypeAndShapeInfoImpl< T >::GetDimensions (int64_t *values, size_t values_count) const
use GetShape() returning std::vector [[deprecated]] This interface is unsafe to use
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
Member OrtApi::RegisterCustomOpsLibrary (OrtSessionOptions *options, const char *library_path, void **library_handle)
Use OrtApi::RegisterCustomOpsLibrary_V2.