2021-07-21 21:25:04 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< title > ONNX Runtime Objective-C API Reference< / title >
< link rel = "stylesheet" type = "text/css" href = "css/jazzy.css" / >
< link rel = "stylesheet" type = "text/css" href = "css/highlight.css" / >
< meta charset = 'utf-8' >
< script src = "js/jquery.min.js" defer > < / script >
< script src = "js/jazzy.js" defer > < / script >
< script src = "js/lunr.min.js" defer > < / script >
< script src = "js/typeahead.jquery.js" defer > < / script >
< script src = "js/jazzy.search.js" defer > < / script >
< / head >
< body >
< a title = "ONNX Runtime Objective-C API Reference" > < / a >
< header >
< div class = "content-wrapper" >
2021-12-11 01:37:56 +00:00
< p > < a href = "index.html" > ONNX Runtime Objective-C API 1.10.0 Docs< / a > < / p >
< p class = "header-right" > < a href = "https://github.com/microsoft/onnxruntime" > < img src = "img/gh.png" alt = "GitHub" / > View on GitHub< / a > < / p >
< div class = "header-right" >
2021-07-21 21:25:04 +00:00
< form role = "search" action = "search.json" >
< input type = "text" placeholder = "Search documentation" data-typeahead >
< / form >
2021-12-11 01:37:56 +00:00
< / div >
2021-07-21 21:25:04 +00:00
< / div >
< / header >
< div class = "content-wrapper" >
< p id = "breadcrumbs" >
< a href = "index.html" > ONNX Runtime Objective-C API Reference< / a >
2021-12-11 01:37:56 +00:00
< img id = "carat" src = "img/carat.png" alt = "" / >
2021-07-21 21:25:04 +00:00
ONNX Runtime Objective-C API Reference
< / p >
< / div >
< div class = "content-wrapper" >
< nav class = "sidebar" >
< ul class = "nav-groups" >
< li class = "nav-group-name" >
< a href = "Classes.html" > Classes< / a >
< ul class = "nav-group-tasks" >
< li class = "nav-group-task" >
< a href = "Classes/ORTCoreMLExecutionProviderOptions.html" > ORTCoreMLExecutionProviderOptions< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Classes/ORTEnv.html" > ORTEnv< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Classes/ORTRunOptions.html" > ORTRunOptions< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Classes/ORTSession.html" > ORTSession< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Classes/ORTSessionOptions.html" > ORTSessionOptions< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Classes/ORTTensorTypeAndShapeInfo.html" > ORTTensorTypeAndShapeInfo< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Classes/ORTValue.html" > ORTValue< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Classes/ORTValueTypeInfo.html" > ORTValueTypeInfo< / a >
< / li >
< / ul >
< / li >
< li class = "nav-group-name" >
< a href = "Enums.html" > Enumerations< / a >
< ul class = "nav-group-tasks" >
< li class = "nav-group-task" >
< a href = "Enums/ORTGraphOptimizationLevel.html" > ORTGraphOptimizationLevel< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Enums/ORTLoggingLevel.html" > ORTLoggingLevel< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Enums/ORTTensorElementDataType.html" > ORTTensorElementDataType< / a >
< / li >
< li class = "nav-group-task" >
< a href = "Enums/ORTValueType.html" > ORTValueType< / a >
< / li >
< / ul >
< / li >
< li class = "nav-group-name" >
< a href = "Functions.html" > Functions< / a >
< ul class = "nav-group-tasks" >
< li class = "nav-group-task" >
< a href = "Functions.html#/c:@F@ORTIsCoreMLExecutionProviderAvailable" > ORTIsCoreMLExecutionProviderAvailable< / a >
< / li >
< / ul >
< / li >
< / ul >
< / nav >
< article class = "main-content" >
< section >
< section class = "section" >
< h1 id = 'onnx-runtime-objective-c-api' class = 'heading' > ONNX Runtime Objective-C API< / h1 >
< p > ONNX Runtime provides an Objective-C API.< / p >
< p > It can be used from Objective-C/C++ or Swift with a bridging header.< / p >
< / section >
< / section >
< section id = "footer" >
2021-12-11 01:37:56 +00:00
< p > © 2021 < a class = "link" href = "https://www.onnxruntime.ai" target = "_blank" rel = "external noopener" > ONNX Runtime Authors< / a > . All rights reserved. (Last updated: 2021-12-07)< / p >
< p > Generated by < a class = "link" href = "https://github.com/realm/jazzy" target = "_blank" rel = "external noopener" > jazzy ♪♫ v0.14.1< / a > , a < a class = "link" href = "https://realm.io" target = "_blank" rel = "external noopener" > Realm< / a > project.< / p >
2021-07-21 21:25:04 +00:00
< / section >
< / article >
< / div >
< / body >
< / html >