mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
### Description Use a shared file for the onnxruntime.ai website nav bar instead of implementing on each page. ### Motivation and Context Simplifies site updates. Changes staged at https://prasanthpul.github.io/onnxruntime/
86 lines
4.5 KiB
HTML
86 lines
4.5 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" />
|
|
<title>ONNX Runtime | ORT at Microsoft</title>
|
|
<link rel="icon" href="./images/ONNXRuntime-Favicon.png" type="image/gif" sizes="16x16">
|
|
<link rel="stylesheet" href="css/fonts.css">
|
|
<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">
|
|
|
|
<!-- Partial header.html Start-->
|
|
<div w3-include-html="header.html"></div>
|
|
<!-- Partial header.html End-->
|
|
|
|
<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">
|
|
<h1 class="mb-3 blue-text">ONNX Runtime usage at Microsoft</h1>
|
|
ONNX Runtime powers Machine Learning inferencing for most of Microsoft's products and services, providing high performance and deployment versatility to support a large range of device types across cloud, mobile, and edge.
|
|
<br/><br/>
|
|
|
|
<div class="row equalHeight-1 blue-title-columns">
|
|
<div class="ms-logo col-4 col-md-4 text-center">
|
|
<img src="./images/logos/microsoft/azure.png" alt="Azure logo">
|
|
</div>
|
|
<div class="ms-logo col-4 col-md-4 text-center">
|
|
<img src="./images/logos/microsoft/office.png" alt="Office logo">
|
|
</div>
|
|
<div class="ms-logo col-4 col-md-4 text-center">
|
|
<img src="./images/logos/microsoft/bing.png" alt="Bing logo">
|
|
</div>
|
|
<div class="ms-logo col-4 col-md-4 text-center">
|
|
<img src="./images/logos/microsoft/dynamics.png" alt="Dynamics 365 logo">
|
|
</div>
|
|
<div class="ms-logo col-4 col-md-4 text-center">
|
|
<img src="./images/logos/microsoft/windows.png" alt="Windows logo">
|
|
</div>
|
|
<div class="ms-logo col-4 col-md-4 text-center">
|
|
<img src="./images/logos/microsoft/powerplatform.png" alt="Power Platform logo">
|
|
</div>
|
|
<div class="ms-logo col-4 col-md-4 text-center">
|
|
<img src="./images/logos/microsoft/edge.png" alt="Edge browser logo">
|
|
</div>
|
|
<div class="ms-logo col-4 col-md-4 text-center">
|
|
<img src="./images/logos/microsoft/visualstudio.png" alt="Visual Studio logo">
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Partial footer.html Start-->
|
|
<div w3-include-html="footer.html"></div>
|
|
<!-- Partial footer.html End-->
|
|
|
|
<a id="back-to-top" href="JavaScript:void(0);" class="btn btn-lg back-to-top" role="button" aria-label="Back to top"><span class="fa fa-angle-up"></span></a>
|
|
|
|
<script src="https://www.w3schools.com/lib/w3.js"></script>
|
|
<script>w3.includeHTML();</script>
|
|
<script src="https://code.jquery.com/jquery-3.4.1.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>
|