-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed fc36a21 with MkDocs version: 1.5.3
- Loading branch information
0 parents
commit a74f20e
Showing
58 changed files
with
28,280 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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,365 @@ | ||
|
||
<!DOCTYPE html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
|
||
|
||
<meta name="color-scheme" content="light dark"> | ||
<meta name="theme-color" content="#111111" media="(prefers-color-scheme: light)"> | ||
<meta name="theme-color" content="#eeeeee" media="(prefers-color-scheme: dark)"> | ||
<link rel="stylesheet" href="/css/bootstrap.min.css"> | ||
|
||
|
||
|
||
<meta http-equiv="content-language" content="en"> | ||
|
||
|
||
|
||
|
||
<title>Caten Documentation</title> | ||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="/css/bootstrap-icons.min.css"> | ||
<link rel="stylesheet" href="/css/default.min.css"> | ||
<link rel="stylesheet" href="/css/vs.min.css"> | ||
<link rel="stylesheet" href="/css/theme.css"> | ||
|
||
|
||
|
||
<script async>var base_url = '/';</script> | ||
<script src="/js/jquery-3.6.1.slim.min.js"></script> | ||
<script src="/js/bootstrap.bundle.min.js"></script> | ||
<script async src="/js/highlight.min.js"></script> | ||
|
||
|
||
|
||
</head> | ||
<body> | ||
|
||
|
||
|
||
<header> | ||
<nav class="navbar navbar-expand-sm navbar-toggleable-sm border-bottom box-shadow mb-3 "> | ||
<div class="container"> | ||
<a class="navbar-brand text-body" asp-area="" href="/"> | ||
|
||
|
||
Caten Documentation | ||
|
||
</a> | ||
<div class="print-hide"> | ||
<div class="navbar-collapse collapse d-sm-inline-flex justify-content-between"> | ||
<div class="d-none d-md-flex input-group mb-3"> | ||
|
||
<input class="form-control" type="search" id="searchbox" accesskey="/" placeholder="Search in here" aria-label="Search" aria-describedby="search-btn"/> | ||
<button class="btn btn-outline-secondary" type="button" id="search-btn" onclick="search(false);"> | ||
<i class="bi bi-search"></i> | ||
</button> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</nav> | ||
<nav class="navbar border-bottom box-shadow mb-3 d-md-none print-hide"> | ||
<div class="container"> | ||
<div class="navbar-collapse d-flex"> | ||
<p> | ||
<div class="d-flex input-group mb-3"> | ||
|
||
<button class="btn btn-outline-secondary" onclick="toggle_nav(this);" type="button" data-bs-toggle="collapse" data-bs-target="#nav" title="Show Navigation"><i class="bi bi-book"></i></button> | ||
|
||
|
||
<input class="form-control" type="search" id="searchbox_mobile" accesskey="/" placeholder="Search in here" aria-label="Search"> | ||
<button class="btn btn-outline-secondary" type="button" onclick="search(true);"><i class="bi bi-search"></i></button> | ||
|
||
|
||
|
||
|
||
</div> | ||
</p> | ||
</div> | ||
</div> | ||
</nav> | ||
</header> | ||
|
||
|
||
|
||
|
||
<div class="container"> | ||
<main role="main" class="pb-3"> | ||
<div class="row"> | ||
|
||
|
||
|
||
<div class="col-12 col-md-2 print-hide"> | ||
<div class="collapse d-md-block text-nowrap" id="nav" style="overflow-x:scroll;"> | ||
<ul class="list-group list-group-flush"> | ||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/.">Home</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/quickstart/">Quickstart</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/development/">Development</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"> | ||
<a class="nav_cop text-muted" aria-expanded="false" data-bs-toggle="collapse" role="button" >API Reference</a> | ||
<ul class="collapse list-group list-group-flush "> | ||
|
||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.air/">caten/air</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.aasm/">caten/aasm</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.codegen/">caten/codegen</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="nav_cop text-muted" aria-expanded="false" data-bs-toggle="collapse" role="button" >caten/apis</a> | ||
<ul class="collapse list-group list-group-flush "> | ||
|
||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.apis/">Overview</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.apis.tensor/">Tensor</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.apis.differentiable_ops/">Func</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.apis.module/">Module</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.apis.models/">Model</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.apis.aot/">AOT</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.apis.initializers/">Initializers</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.apis.shapetracker/">ShapeTracker</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.apis.facet_apis/">Facet APIs</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.apis.state-dict/">StateDict</a></li> | ||
|
||
|
||
|
||
</ul> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.avm/">caten/avm</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="nav_cop text-muted" aria-expanded="false" data-bs-toggle="collapse" role="button" >caten/nn</a> | ||
<ul class="collapse list-group list-group-flush "> | ||
|
||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.nn.activations/">Activation</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.nn.convolutions/">Convolution</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.nn.criterion/">Criterion</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.nn.embeddings/">Embedding</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.nn.linears/">Linear</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.nn.normalizations/">Normalization</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.nn.padding/">Padding</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.nn.pooling/">Pooling</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.nn.encoding/">Encoding</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.nn.optimizers/">Optimizers</a></li> | ||
|
||
|
||
|
||
</ul> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
</ul> | ||
</li> | ||
|
||
|
||
|
||
<li class="list-group-item"> | ||
<a class="nav_cop text-muted" aria-expanded="false" data-bs-toggle="collapse" role="button" >Ready to use packages</a> | ||
<ul class="collapse list-group list-group-flush "> | ||
|
||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.apps/">Overview</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.apps.gpt2/">caten/apps.gpt2</a></li> | ||
|
||
|
||
|
||
</ul> | ||
</li> | ||
|
||
|
||
|
||
<li class="list-group-item"> | ||
<a class="nav_cop text-muted" aria-expanded="false" data-bs-toggle="collapse" role="button" >External Packages</a> | ||
<ul class="collapse list-group list-group-flush "> | ||
|
||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.external.gguf/">caten/gguf</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.external.onnx/">caten/oonx</a></li> | ||
|
||
|
||
|
||
<li class="list-group-item"><a class="text-decoration-none text-muted" href="/packages/caten.external.llm/">caten/llm</a></li> | ||
|
||
|
||
|
||
</ul> | ||
</li> | ||
|
||
|
||
</ul> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="col-12 col-md-8"> | ||
<p class="text-center display-3 text-primary"><i class="bi bi-cloud-sleet"></i></p> | ||
<p class="text-center display-4">404 Not Found</p> | ||
<p>We're sorry, but it seems that the page you're looking for is not currently available. There are a few reasons why this might be the case.</p> | ||
<ul> | ||
<li>Your use of Url is incorrect.</li> | ||
<li>Article has been moved or deleted.</li> | ||
</ul> | ||
<p class="d-md-flex d-none">You can find articles in the list of articles on the left side of the screen and in the search box in the upper right corner.</p> | ||
<p class="d-md-none">You can find an article by clicking on the “<i class="bi bi-book"></i>” icon at the top of the screen.</p> | ||
<p class="text-center"><a href="/">Go to TopPage</a></p> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
<script src="/js/theme.js"></script> | ||
|
||
|
||
|
||
<script async src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> | ||
|
||
<script async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> | ||
|
||
<script async src="/search/main.js"></script> | ||
|
||
|
||
</main> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
<footer class="border-top footer text-muted .position-absolute.bottom-0.start-50.translate-middle-x" style="padding-top:15px;"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md"> | ||
|
||
</div> | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
|
||
<div class="modal fade" id="searchModal" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="searchModal" aria-hidden="true"> | ||
<div class="modal-dialog modal-lg print-hide"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<h5 class="modal-title" id="searchModalLabel">Search</h5> | ||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> | ||
</div> | ||
<div class="modal-body"> | ||
<div class="input-group mb-3"> | ||
<input id="mkdocs-search-query" type="text" class="form-control" aria-label="Search" aria-describedby="inputGroup-sizing-default"> | ||
</div> | ||
<div id="mkdocs-search-results"> | ||
Enter a keyword to search. | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.