mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
* initial setup and rename "how to" to "setup" * move API to main nav * move api to main nav * add get starated, rework nav order * rename to install move mds out of install section * update api nav and home page * add install docs and python qs updates * python get started work * remove c and obj c for now * move java, python, and obj-c docs under api folder * move java api html to iframe (ugh) * remove api docs w/o details, move api text getstar * remove api docs wo detail updates get started * remvoe iframes * move eco system to main nav * fix api buttons * added more examples moved intro to ORT * fix links * fix get started titles * fix get started titles * fix more links * fix more links * more link fixes * fix nav remove inferencing and training subnav * fix top nav remove inference and training nav * fix title * fix tutorials nav hierarchy * fix python api button * add tenorflow keras example * fix quickstart toc * add imports fix spacing * fix links * update nav and python get started page * move ort training example, add coming soon for iot * update C# get started * fix spacing on quantization * Add some js get started content * fix formatting * fix typo * removed onnx-pytorch and onnx-tf * updated pip install torch and added links iot page * added pytorch tutorial heirarchy * updated web to docs soon added release blog link * add web link * add js redirects to 404 page to help broken links * add full url in replace logic for testing * remove catchall and full url replace * add redirect.json and update js to read from json * update comment * add test redirect likes for statged sites * fix load json * fix load json * break loop at redirect * import json * json fixes * fix imports on 404 * fix test url * oops * derp * set delay to 0
208 lines
11 KiB
HTML
208 lines
11 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156955408-1"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
gtag('config', 'UA-156955408-1');
|
|
</script>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<link rel="import" href="docs/redirect.json">
|
|
<link rel="stylesheet" href="css/custom.css">
|
|
<link rel="stylesheet" href="css/responsive.css">
|
|
<link rel="icon" href="./images/ONNXRuntime-Favicon.png" type="image/gif" sizes="16x16">
|
|
|
|
<!--Redirect for moved links-->
|
|
|
|
<!--[if lt IE 9]><script type="text/javascript">var IE_fix=true;</script><![endif]-->
|
|
<script type="text/javascript">
|
|
|
|
window.onload = function ()
|
|
{
|
|
var delay = "0";
|
|
setTimeout(GoToURL, delay);
|
|
}
|
|
function GoToURL()
|
|
{
|
|
if(typeof IE_fix != "undefined") // IE8 and lower fix to pass the http referer
|
|
{
|
|
var url = "/docs";
|
|
var referLink = document.createElement("a");
|
|
referLink.href = url;
|
|
document.body.appendChild(referLink);
|
|
referLink.click();
|
|
}
|
|
else {
|
|
|
|
var redirectRulesUrl = window.location.origin;
|
|
var isTest = window.location.origin.includes("github.io");
|
|
|
|
if(isTest){
|
|
redirectRulesUrl = redirectRulesUrl + "/onnxruntime/docs/redirect.json";
|
|
}
|
|
else{
|
|
redirectRulesUrl = redirectRulesUrl + "/docs/redirect.json"
|
|
}
|
|
|
|
|
|
$.getJSON(redirectRulesUrl, (json) => {
|
|
|
|
var redirectRules = json.redirectRules;
|
|
var pathname = window.location.pathname;
|
|
|
|
for(let i = 0; i < redirectRules.length; i++){
|
|
|
|
if(pathname.includes(redirectRules[i].pathname)){
|
|
if(!isTest){
|
|
window.location.replace(redirectRules[i].redirect);
|
|
break;
|
|
}
|
|
else{
|
|
window.location.replace(redirectRules[i].testRedirect);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
});
|
|
|
|
}
|
|
}
|
|
</script>
|
|
|
|
|
|
<title>ONNX Runtime | Oops</title>
|
|
<link rel="icon" href="/images/ONNXRuntime-Favicon.png" type="image/gif" sizes="16x16">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap">
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="/css/custom.css">
|
|
<link rel="stylesheet" href="/css/responsive.css">
|
|
</head>
|
|
|
|
<body>
|
|
<a class="skip-main" href="#skipMain">Skip to main content</a>
|
|
<div class="main-wrapper">
|
|
<div class="top-banner-bg">
|
|
<header class="fixed-top header-content">
|
|
<nav class="navbar navbar-expand-md navbar-custom" aria-label="Main menu">
|
|
<a id="ONNXLogo" class="navbar-brand" href="/index.html">
|
|
<img src="/images/svg/ONNX-Runtime-logo.svg" class="d-inline-block align-top onnx-logo" alt="ONNX Runtime Home" />
|
|
</a>
|
|
<button class="navbar-toggler p-0" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<div class="collapse navbar-collapse border-md-top mt-md-0 mt-2" id="navbarNav">
|
|
<div class="mr-auto"></div>
|
|
<div class="my-md-2 mb-0 mt-2 my-lg-0 pl-3 pl-md-0">
|
|
<ul class="navbar-nav navbar-nav mr-auto text-uppercase" id="navigation">
|
|
<li class="nav-item">
|
|
<a class="nav-link pr-3" href="/index.html#getStartedTable">Get Started</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link pr-3" href="/docs">Docs</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link pr-3" target="_blank" href="https://cloudblogs.microsoft.com/opensource/tag/onnx">News</a>
|
|
</li>
|
|
<li class="nav-item active">
|
|
<a class="nav-link pr-3" href="/about.html">About</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" target="_blank" href="http://github.com/microsoft/onnxruntime">GitHub</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
<div id="skipMain" role="main">
|
|
<div class="outer-container mx-auto py-5">
|
|
<section class="blue-title-columns py-md-5 pb-4 pt-4 mt-5">
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-12 col-md-9">
|
|
<h1 class="mb-3 blue-text">Oops</h1>
|
|
<p class="mb-2">
|
|
You've reached a page that doesn't exist. If you feel like something should be there, please <a href="https://github.com/microsoft/onnxruntime/issues">open an issue</a> on GitHub.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
<footer class="border-top footer mt-auto py-4 text-white">
|
|
<div class="outer-container mx-auto">
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-12 co-md">
|
|
<h2 class="text-center py-4 mb-0">Get Involved</h2>
|
|
</div>
|
|
</div>
|
|
<div class="row pb-md-4 pb-0">
|
|
<div class="col-12 col-sm-6 col-md-3 pr-xl-5 pr-lg-4 mb-md-0 mb-4">
|
|
<h3 class="footer-heading">Learn</h3>
|
|
<p class="mr-xl-5 mb-2">Accelerate your machine learning inferencing and training today.</p>
|
|
<a class="mr-xl-5 btn-getStarted" href="JavaScript:void(0);">
|
|
<span class="link-content">Get Started</span><span class="link-arrow fa fa-angle-right"></span></a>
|
|
</div>
|
|
<div class="col-12 col-sm-6 col-md-3 pr-xl-5 pr-lg-4 mb-md-0 mb-4">
|
|
<h3 class="footer-heading">Contribute</h3>
|
|
<p class="mr-xl-5 mb-2">ONNX Runtime is a community project. We encourage you to join the effort and contribute feedback, ideas and code.</p>
|
|
<a class="mr-xl-5" target="_blank" href="https://github.com/microsoft/onnxruntime">
|
|
<span class="link-content">Join us on Github</span><span class="link-arrow fa fa-angle-right"></span></a>
|
|
</div>
|
|
<div class="col-12 col-sm-6 col-md-3 pr-xl-5 pr-lg-4 mb-md-0 mb-4">
|
|
<h3 class="footer-heading">Follow Us</h3>
|
|
<p class="mr-xl-5 mb-2">Stay up to date with the latest ONNX Runtime news.</p>
|
|
<a href="https://twitter.com/hashtag/ONNXRuntime" target="_blank" title="Twitter" class="twitter-icon" aria-label="Social Icon Twitter">
|
|
<span class="fa fa-twitter" aria-hidden="true"></span></a>
|
|
</div>
|
|
<div class="col-6 col-sm-6 col-md-3">
|
|
<h3 class="footer-heading">Resources</h3>
|
|
<ul class="list-unstyled text-small">
|
|
<li class="mb-2">
|
|
<a target="_blank" href="https://cloudblogs.microsoft.com/opensource/tag/onnx">
|
|
<span class="link-content">News</span><span class="link-arrow fa fa-angle-right"></span></a>
|
|
</li>
|
|
<li class="mb-2">
|
|
<a target="_blank" href="https://github.com/microsoft/onnxruntime/tree/master/samples">
|
|
<span class="link-content">Tutorials</span><span class="link-arrow fa fa-angle-right"></span></a>
|
|
</li>
|
|
<li class="mb-2">
|
|
<a target="_blank" href="https://github.com/Microsoft/onnxruntime#api-documentation">
|
|
<span class="link-content"><abbr title="Application Program Interface">APIs</abbr></span><span class="link-arrow fa fa-angle-right"></span></a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="row pt-4 pb-4 text-center-sm">
|
|
<div class="col-12">
|
|
<a href="/index.html"><img class="mb-md-2 mb-0 onnx-footer-logo" src="/images/svg/ONNX-Runtime-logo-white.svg" alt="ONNX Runtime Home"></a>
|
|
<p class="text-copyright py-4 ml-md-5">Copyright © 2020 Microsoft. All rights reserved.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<a id="back-to-top" href="#" class="btn btn-lg back-to-top" role="button" aria-label="Back to top"><span class="fa fa-angle-up"></span></a>
|
|
</div>
|
|
</div>
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
|
|
<script src="./js/custom.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|