Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API coverage #4

Open
basile-henry opened this issue May 30, 2020 · 0 comments
Open

API coverage #4

basile-henry opened this issue May 30, 2020 · 0 comments

Comments

@basile-henry
Copy link
Owner

basile-henry commented May 30, 2020

Every function in ORT 1.2 should have a corresponding safe wrapper (if possible). This issue is to track the coverage of all the raw API functions:

  • CreateStatus
  • GetErrorCode
  • GetErrorMessage
  • CreateEnv
  • CreateEnvWithCustomLogger
  • EnableTelemetryEvents
  • DisableTelemetryEvents
  • CreateSession
  • CreateSessionFromArray
  • Run
  • CreateSessionOptions
  • SetOptimizedModelFilePath
  • CloneSessionOptions
  • SetSessionExecutionMode
  • EnableProfiling
  • DisableProfiling
  • EnableMemPattern
  • DisableMemPattern
  • EnableCpuMemArena
  • DisableCpuMemArena
  • SetSessionLogId
  • SetSessionLogVerbosityLevel
  • SetSessionLogSeverityLevel
  • SetSessionGraphOptimizationLevel
  • SetIntraOpNumThreads
  • SetInterOpNumThreads
  • CreateCustomOpDomain
  • CustomOpDomain_Add
  • AddCustomOpDomain
  • RegisterCustomOpsLibrary
  • SessionGetInputCount
  • SessionGetOutputCount
  • SessionGetOverridableInitializerCount
  • SessionGetInputTypeInfo
  • SessionGetOutputTypeInfo
  • SessionGetOverridableInitializerTypeInfo
  • SessionGetInputName
  • SessionGetOutputName
  • SessionGetOverridableInitializerName
  • CreateRunOptions
  • RunOptionsSetRunLogVerbosityLevel
  • RunOptionsSetRunLogSeverityLevel
  • RunOptionsSetRunTag
  • RunOptionsGetRunLogVerbosityLevel
  • RunOptionsGetRunLogSeverityLevel
  • RunOptionsGetRunTag
  • RunOptionsSetTerminate
  • RunOptionsUnsetTerminate
  • CreateTensorAsOrtValue
  • CreateTensorWithDataAsOrtValue
  • IsTensor
  • GetTensorMutableData
  • FillStringTensor
  • GetStringTensorDataLength
  • GetStringTensorContent
  • CastTypeInfoToTensorInfo
  • GetOnnxTypeFromTypeInfo
  • CreateTensorTypeAndShapeInfo
  • SetTensorElementType
  • SetDimensions
  • GetTensorElementType
  • GetDimensionsCount
  • GetDimensions
  • GetSymbolicDimensions
  • GetTensorShapeElementCount
  • GetTensorTypeAndShape
  • GetTypeInfo
  • GetValueType
  • CreateMemoryInfo
  • CreateCpuMemoryInfo
  • CompareMemoryInfo
  • MemoryInfoGetName
  • MemoryInfoGetId
  • MemoryInfoGetMemType
  • MemoryInfoGetType
  • AllocatorAlloc
  • AllocatorFree
  • AllocatorGetInfo
  • GetAllocatorWithDefaultOptions
  • AddFreeDimensionOverride
  • GetValue
  • GetValueCount
  • CreateValue
  • CreateOpaqueValue
  • GetOpaqueValue
  • KernelInfoGetAttribute_float
  • KernelInfoGetAttribute_int64
  • KernelInfoGetAttribute_string
  • KernelContext_GetInputCount
  • KernelContext_GetOutputCount
  • KernelContext_GetInput
  • KernelContext_GetOutput
  • ReleaseEnv
  • ReleaseStatus
  • ReleaseMemoryInfo
  • ReleaseSession
  • ReleaseValue
  • ReleaseRunOptions
  • ReleaseTypeInfo
  • ReleaseTensorTypeAndShapeInfo
  • ReleaseSessionOptions
  • ReleaseCustomOpDomain
  • GetDenotationFromTypeInfo
  • CastTypeInfoToMapTypeInfo
  • CastTypeInfoToSequenceTypeInfo
  • GetMapKeyType
  • GetMapValueType
  • GetSequenceElementType
  • ReleaseMapTypeInfo
  • ReleaseSequenceTypeInfo
  • SessionEndProfiling
  • SessionGetModelMetadata
  • ModelMetadataGetProducerName
  • ModelMetadataGetGraphName
  • ModelMetadataGetDomain
  • ModelMetadataGetDescription
  • ModelMetadataLookupCustomMetadataMap
  • ModelMetadataGetVersion
  • ReleaseModelMetadata
  • CreateEnvWithGlobalThreadPools
  • DisablePerSessionThreads
  • CreateThreadingOptions
  • ReleaseThreadingOptions
  • ModelMetadataGetCustomMetadataMapKeys
  • AddFreeDimensionOverrideByName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant