2019-12-11 05:34:36 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
2020-01-28 06:41:36 +00:00
< 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 >
2019-12-11 05:34:36 +00:00
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" / >
2021-09-17 17:11:46 +00:00
< 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" >
2022-05-23 18:04:29 +00:00
< title > ONNX Runtime | 404 - Page Not Found< / title >
2020-10-12 17:28:20 +00:00
< link rel = "icon" href = "/images/ONNXRuntime-Favicon.png" type = "image/gif" sizes = "16x16" >
2019-12-11 05:34:36 +00:00
< 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" >
2020-10-12 17:28:20 +00:00
< link rel = "stylesheet" href = "/css/custom.css" >
< link rel = "stylesheet" href = "/css/responsive.css" >
2019-12-11 05:34:36 +00:00
< / 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" >
2020-10-12 17:28:20 +00:00
< 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" / >
2019-12-11 05:34:36 +00:00
< / 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" >
2020-10-12 17:28:20 +00:00
< a class = "nav-link pr-3" href = "/index.html#getStartedTable" > Get Started< / a >
2019-12-11 05:34:36 +00:00
< / li >
2021-09-17 17:11:46 +00:00
< li class = "nav-item" >
< a class = "nav-link pr-3" href = "/docs" > Docs< / a >
< / li >
2019-12-11 05:34:36 +00:00
< 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" >
2020-10-12 17:28:20 +00:00
< a class = "nav-link pr-3" href = "/about.html" > About< / a >
2019-12-11 05:34:36 +00:00
< / 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 >
< / div >
< / div >
2022-01-31 17:05:11 +00:00
<!-- 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 >
2019-12-11 05:34:36 +00:00
< 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 >