Skip to content

Commit afad245

Browse files
committed
Try to upload javadoc
1 parent 156f9fe commit afad245

39 files changed

+5997
-0
lines changed

javadoc/allclasses-index.html

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en">
3+
<head>
4+
<!-- Generated by javadoc (17) -->
5+
<title>All Classes and Interfaces (executorch API)</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8+
<meta name="description" content="class index">
9+
<meta name="generator" content="javadoc/AllClassesIndexWriter">
10+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
11+
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
12+
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
13+
<script type="text/javascript" src="script.js"></script>
14+
<script type="text/javascript" src="script-dir/jquery-3.6.1.min.js"></script>
15+
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
16+
</head>
17+
<body class="all-classes-index-page">
18+
<script type="text/javascript">var evenRowColor = "even-row-color";
19+
var oddRowColor = "odd-row-color";
20+
var tableTab = "table-tab";
21+
var activeTableTab = "active-table-tab";
22+
var pathtoroot = "./";
23+
loadScripts(document, 'script');</script>
24+
<noscript>
25+
<div>JavaScript is disabled on your browser.</div>
26+
</noscript>
27+
<div class="flex-box">
28+
<header role="banner" class="flex-header">
29+
<nav role="navigation">
30+
<!-- ========= START OF TOP NAVBAR ======= -->
31+
<div class="top-nav" id="navbar-top">
32+
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
33+
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
34+
<li><a href="index.html">Overview</a></li>
35+
<li>Package</li>
36+
<li>Class</li>
37+
<li><a href="overview-tree.html">Tree</a></li>
38+
<li><a href="index-all.html">Index</a></li>
39+
<li><a href="help-doc.html#all-classes">Help</a></li>
40+
</ul>
41+
</div>
42+
<div class="sub-nav">
43+
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
44+
<input type="text" id="search-input" value="search" disabled="disabled">
45+
<input type="reset" id="reset-button" value="reset" disabled="disabled">
46+
</div>
47+
</div>
48+
<!-- ========= END OF TOP NAVBAR ========= -->
49+
<span class="skip-nav" id="skip-navbar-top"></span></nav>
50+
</header>
51+
<div class="flex-content">
52+
<main role="main">
53+
<div class="header">
54+
<h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces</h1>
55+
</div>
56+
<div id="all-classes-table">
57+
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="all-classes-table-tab0" role="tab" aria-selected="true" aria-controls="all-classes-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table', 2)" class="active-table-tab">All Classes and Interfaces</button><button id="all-classes-table-tab1" role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table-tab1', 2)" class="table-tab">Interfaces</button><button id="all-classes-table-tab2" role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table-tab2', 2)" class="table-tab">Classes</button><button id="all-classes-table-tab3" role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table-tab3', 2)" class="table-tab">Enum Classes</button><button id="all-classes-table-tab7" role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table-tab7', 2)" class="table-tab">Annotation Interfaces</button></div>
58+
<div id="all-classes-table.tabpanel" role="tabpanel">
59+
<div class="summary-table two-column-summary" aria-labelledby="all-classes-table-tab0">
60+
<div class="table-header col-first">Class</div>
61+
<div class="table-header col-last">Description</div>
62+
<div class="col-first even-row-color all-classes-table all-classes-table-tab3"><a href="org/pytorch/executorch/DType.html" title="enum class in org.pytorch.executorch">DType</a></div>
63+
<div class="col-last even-row-color all-classes-table all-classes-table-tab3">
64+
<div class="block">Codes representing tensor data types.</div>
65+
</div>
66+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/pytorch/executorch/EValue.html" title="class in org.pytorch.executorch">EValue</a></div>
67+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
68+
<div class="block">Java representation of an ExecuTorch value, which is implemented as tagged union that can be one
69+
of the supported types: https://pytorch.org/docs/stable/jit.html#types .</div>
70+
</div>
71+
<div class="col-first even-row-color all-classes-table all-classes-table-tab7"><a href="org/pytorch/executorch/annotations/Experimental.html" title="annotation interface in org.pytorch.executorch.annotations">Experimental</a></div>
72+
<div class="col-last even-row-color all-classes-table all-classes-table-tab7">
73+
<div class="block">This annotation indicates that an API is experimental and may change or be removed at any time.</div>
74+
</div>
75+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="org/pytorch/executorch/LlamaCallback.html" title="interface in org.pytorch.executorch">LlamaCallback</a></div>
76+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
77+
<div class="block">Callback interface for Llama model.</div>
78+
</div>
79+
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/pytorch/executorch/LlamaModule.html" title="class in org.pytorch.executorch">LlamaModule</a></div>
80+
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
81+
<div class="block">LlamaModule is a wrapper around the Executorch Llama model.</div>
82+
</div>
83+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="org/pytorch/executorch/Module.html" title="class in org.pytorch.executorch">Module</a></div>
84+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
85+
<div class="block">Java wrapper for ExecuTorch Module.</div>
86+
</div>
87+
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="org/pytorch/executorch/Tensor.html" title="class in org.pytorch.executorch">Tensor</a></div>
88+
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
89+
<div class="block">Representation of an ExecuTorch Tensor.</div>
90+
</div>
91+
</div>
92+
</div>
93+
</div>
94+
</main>
95+
</div>
96+
</div>
97+
</body>
98+
</html>

javadoc/allpackages-index.html

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en">
3+
<head>
4+
<!-- Generated by javadoc (17) -->
5+
<title>All Packages (executorch API)</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8+
<meta name="description" content="package index">
9+
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
10+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
11+
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
12+
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
13+
<script type="text/javascript" src="script.js"></script>
14+
<script type="text/javascript" src="script-dir/jquery-3.6.1.min.js"></script>
15+
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
16+
</head>
17+
<body class="all-packages-index-page">
18+
<script type="text/javascript">var pathtoroot = "./";
19+
loadScripts(document, 'script');</script>
20+
<noscript>
21+
<div>JavaScript is disabled on your browser.</div>
22+
</noscript>
23+
<div class="flex-box">
24+
<header role="banner" class="flex-header">
25+
<nav role="navigation">
26+
<!-- ========= START OF TOP NAVBAR ======= -->
27+
<div class="top-nav" id="navbar-top">
28+
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
29+
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
30+
<li><a href="index.html">Overview</a></li>
31+
<li>Package</li>
32+
<li>Class</li>
33+
<li><a href="overview-tree.html">Tree</a></li>
34+
<li><a href="index-all.html">Index</a></li>
35+
<li><a href="help-doc.html#all-packages">Help</a></li>
36+
</ul>
37+
</div>
38+
<div class="sub-nav">
39+
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
40+
<input type="text" id="search-input" value="search" disabled="disabled">
41+
<input type="reset" id="reset-button" value="reset" disabled="disabled">
42+
</div>
43+
</div>
44+
<!-- ========= END OF TOP NAVBAR ========= -->
45+
<span class="skip-nav" id="skip-navbar-top"></span></nav>
46+
</header>
47+
<div class="flex-content">
48+
<main role="main">
49+
<div class="header">
50+
<h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
51+
</div>
52+
<div class="caption"><span>Package Summary</span></div>
53+
<div class="summary-table two-column-summary">
54+
<div class="table-header col-first">Package</div>
55+
<div class="table-header col-last">Description</div>
56+
<div class="col-first even-row-color"><a href="org/pytorch/executorch/package-summary.html">org.pytorch.executorch</a></div>
57+
<div class="col-last even-row-color">&nbsp;</div>
58+
<div class="col-first odd-row-color"><a href="org/pytorch/executorch/annotations/package-summary.html">org.pytorch.executorch.annotations</a></div>
59+
<div class="col-last odd-row-color">&nbsp;</div>
60+
</div>
61+
</main>
62+
</div>
63+
</div>
64+
</body>
65+
</html>

javadoc/constant-values.html

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en">
3+
<head>
4+
<!-- Generated by javadoc (17) -->
5+
<title>Constant Field Values (executorch API)</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8+
<meta name="description" content="summary of constants">
9+
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
10+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
11+
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
12+
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
13+
<script type="text/javascript" src="script.js"></script>
14+
<script type="text/javascript" src="script-dir/jquery-3.6.1.min.js"></script>
15+
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
16+
</head>
17+
<body class="constants-summary-page">
18+
<script type="text/javascript">var pathtoroot = "./";
19+
loadScripts(document, 'script');</script>
20+
<noscript>
21+
<div>JavaScript is disabled on your browser.</div>
22+
</noscript>
23+
<div class="flex-box">
24+
<header role="banner" class="flex-header">
25+
<nav role="navigation">
26+
<!-- ========= START OF TOP NAVBAR ======= -->
27+
<div class="top-nav" id="navbar-top">
28+
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
29+
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
30+
<li><a href="index.html">Overview</a></li>
31+
<li>Package</li>
32+
<li>Class</li>
33+
<li><a href="overview-tree.html">Tree</a></li>
34+
<li><a href="index-all.html">Index</a></li>
35+
<li><a href="help-doc.html#constant-values">Help</a></li>
36+
</ul>
37+
</div>
38+
<div class="sub-nav">
39+
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
40+
<input type="text" id="search-input" value="search" disabled="disabled">
41+
<input type="reset" id="reset-button" value="reset" disabled="disabled">
42+
</div>
43+
</div>
44+
<!-- ========= END OF TOP NAVBAR ========= -->
45+
<span class="skip-nav" id="skip-navbar-top"></span></nav>
46+
</header>
47+
<div class="flex-content">
48+
<main role="main">
49+
<div class="header">
50+
<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
51+
<section class="packages">
52+
<h2 title="Contents">Contents</h2>
53+
<ul>
54+
<li><a href="#org.pytorch">org.pytorch.*</a></li>
55+
</ul>
56+
</section>
57+
</div>
58+
<section class="constants-summary" id="org.pytorch.executorch">
59+
<h2 title="org.pytorch">org.pytorch.*</h2>
60+
<ul class="block-list">
61+
<li>
62+
<div class="caption"><span>org.pytorch.executorch.<a href="org/pytorch/executorch/LlamaModule.html" title="class in org.pytorch.executorch">LlamaModule</a></span></div>
63+
<div class="summary-table three-column-summary">
64+
<div class="table-header col-first">Modifier and Type</div>
65+
<div class="table-header col-second">Constant Field</div>
66+
<div class="table-header col-last">Value</div>
67+
<div class="col-first even-row-color"><code id="org.pytorch.executorch.LlamaModule.MODEL_TYPE_TEXT">public&nbsp;static&nbsp;final&nbsp;int</code></div>
68+
<div class="col-second even-row-color"><code><a href="org/pytorch/executorch/LlamaModule.html#MODEL_TYPE_TEXT">MODEL_TYPE_TEXT</a></code></div>
69+
<div class="col-last even-row-color"><code>1</code></div>
70+
<div class="col-first odd-row-color"><code id="org.pytorch.executorch.LlamaModule.MODEL_TYPE_TEXT_VISION">public&nbsp;static&nbsp;final&nbsp;int</code></div>
71+
<div class="col-second odd-row-color"><code><a href="org/pytorch/executorch/LlamaModule.html#MODEL_TYPE_TEXT_VISION">MODEL_TYPE_TEXT_VISION</a></code></div>
72+
<div class="col-last odd-row-color"><code>2</code></div>
73+
</div>
74+
</li>
75+
<li>
76+
<div class="caption"><span>org.pytorch.executorch.<a href="org/pytorch/executorch/Module.html" title="class in org.pytorch.executorch">Module</a></span></div>
77+
<div class="summary-table three-column-summary">
78+
<div class="table-header col-first">Modifier and Type</div>
79+
<div class="table-header col-second">Constant Field</div>
80+
<div class="table-header col-last">Value</div>
81+
<div class="col-first even-row-color"><code id="org.pytorch.executorch.Module.LOAD_MODE_FILE">public&nbsp;static&nbsp;final&nbsp;int</code></div>
82+
<div class="col-second even-row-color"><code><a href="org/pytorch/executorch/Module.html#LOAD_MODE_FILE">LOAD_MODE_FILE</a></code></div>
83+
<div class="col-last even-row-color"><code>0</code></div>
84+
<div class="col-first odd-row-color"><code id="org.pytorch.executorch.Module.LOAD_MODE_MMAP">public&nbsp;static&nbsp;final&nbsp;int</code></div>
85+
<div class="col-second odd-row-color"><code><a href="org/pytorch/executorch/Module.html#LOAD_MODE_MMAP">LOAD_MODE_MMAP</a></code></div>
86+
<div class="col-last odd-row-color"><code>1</code></div>
87+
<div class="col-first even-row-color"><code id="org.pytorch.executorch.Module.LOAD_MODE_MMAP_USE_MLOCK">public&nbsp;static&nbsp;final&nbsp;int</code></div>
88+
<div class="col-second even-row-color"><code><a href="org/pytorch/executorch/Module.html#LOAD_MODE_MMAP_USE_MLOCK">LOAD_MODE_MMAP_USE_MLOCK</a></code></div>
89+
<div class="col-last even-row-color"><code>2</code></div>
90+
<div class="col-first odd-row-color"><code id="org.pytorch.executorch.Module.LOAD_MODE_MMAP_USE_MLOCK_IGNORE_ERRORS">public&nbsp;static&nbsp;final&nbsp;int</code></div>
91+
<div class="col-second odd-row-color"><code><a href="org/pytorch/executorch/Module.html#LOAD_MODE_MMAP_USE_MLOCK_IGNORE_ERRORS">LOAD_MODE_MMAP_USE_MLOCK_IGNORE_ERRORS</a></code></div>
92+
<div class="col-last odd-row-color"><code>3</code></div>
93+
</div>
94+
</li>
95+
</ul>
96+
</section>
97+
</main>
98+
</div>
99+
</div>
100+
</body>
101+
</html>

javadoc/element-list

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
org.pytorch.executorch
2+
org.pytorch.executorch.annotations

0 commit comments

Comments
 (0)