mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
* update objc doc to latest * remove stale link * remove the link only Co-authored-by: Randy Shuai <rashuai@microsoft.com>
148 lines
6.4 KiB
HTML
148 lines
6.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Functions 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 name="//apple_ref/objc/Section/Functions" class="dashAnchor"></a>
|
|
<a title="Functions Reference"></a>
|
|
<header>
|
|
<div class="content-wrapper">
|
|
<p><a href="index.html">ONNX Runtime Objective-C API 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">
|
|
<form role="search" action="search.json">
|
|
<input type="text" placeholder="Search documentation" data-typeahead>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<div class="content-wrapper">
|
|
<p id="breadcrumbs">
|
|
<a href="index.html">ONNX Runtime Objective-C API Reference</a>
|
|
<img id="carat" src="img/carat.png" alt=""/>
|
|
Functions 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>Functions</h1>
|
|
<p>The following functions are available globally.</p>
|
|
|
|
</section>
|
|
<section class="section task-group-section">
|
|
<div class="task-group">
|
|
<ul>
|
|
<li class="item">
|
|
<div>
|
|
<code>
|
|
<a name="/c:@F@ORTIsCoreMLExecutionProviderAvailable"></a>
|
|
<a name="//apple_ref/objc/Function/ORTIsCoreMLExecutionProviderAvailable" class="dashAnchor"></a>
|
|
<a class="token" href="#/c:@F@ORTIsCoreMLExecutionProviderAvailable">ORTIsCoreMLExecutionProviderAvailable</a>
|
|
</code>
|
|
</div>
|
|
<div class="height-container">
|
|
<div class="pointer-container"></div>
|
|
<section class="section">
|
|
<div class="pointer"></div>
|
|
<div class="abstract">
|
|
<p>Gets whether the CoreML execution provider is available.</p>
|
|
|
|
</div>
|
|
<div class="declaration">
|
|
<h4>Declaration</h4>
|
|
<div class="language">
|
|
<p class="aside-title">Objective-C</p>
|
|
<pre class="highlight objective_c"><code><span class="n">BOOL</span> <span class="n">ORTIsCoreMLExecutionProviderAvailable</span><span class="p">()</span></code></pre>
|
|
|
|
</div>
|
|
<div class="language">
|
|
<p class="aside-title">Swift</p>
|
|
<pre class="highlight swift"><code><span class="kd">func</span> <span class="kt">ORTIsCoreMLExecutionProviderAvailable</span><span class="p">()</span> <span class="o">-></span> <span class="kt">Bool</span></code></pre>
|
|
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
<section id="footer">
|
|
<p>© 2022 <a class="link" href="https://www.onnxruntime.ai" target="_blank" rel="external noopener">ONNX Runtime Authors</a>. All rights reserved. (Last updated: 2022-08-03)</p>
|
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
|
|
</section>
|
|
</article>
|
|
</div>
|
|
</body>
|
|
</html>
|