-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from microsoft/yufeng/quant_doc
Yufeng/quant doc
- Loading branch information
Showing
470 changed files
with
62,525 additions
and
4,621 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
_site | ||
.sass-cache | ||
.jekyll-metadata | ||
*.out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
<!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" /> | ||
<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" 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
www.onnxruntime.ai | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
source "https://rubygems.org" | ||
|
||
# Hello! This is where you manage which Jekyll version is used to run. | ||
# When you want to use a different version, change it below, save the | ||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: | ||
# | ||
# bundle exec jekyll serve | ||
# | ||
# This will help ensure the proper Jekyll version is running. | ||
# Happy Jekylling! | ||
# gem "jekyll", "~> 3.9.0" | ||
|
||
# This is the default theme for new Jekyll sites. You may change this to anything you like. | ||
gem "just-the-docs" | ||
gem "jekyll-toc" | ||
gem 'rake' | ||
gem 'html-proofer' | ||
|
||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | ||
gem "github-pages", "~> 207", group: :jekyll_plugins | ||
|
||
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
gem "jekyll-feed", "~> 0.6" | ||
end | ||
|
||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
# and associated library. | ||
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do | ||
gem "tzinfo", "~> 1.2" | ||
gem "tzinfo-data" | ||
end | ||
|
||
# Performance-booster for watching directories on Windows | ||
gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform? | ||
|
||
# kramdown v2 ships without the gfm parser by default. If you're using | ||
# kramdown v1, comment out this line. | ||
gem "kramdown-parser-gfm" | ||
|
||
# Link checker | ||
gem 'rake' | ||
gem 'html-proofer' | ||
|
Oops, something went wrong.