-
Notifications
You must be signed in to change notification settings - Fork 5.4k
/
Copy pathclasses.html
193 lines (98 loc) · 5.82 KB
/
classes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!-- ################ DO NOT EDIT THIS FILE. ################# -->
<!-- ################ ################# -->
<!-- ################ IT IS GENERATED. ################# -->
<!-- ################ ################# -->
<!-- ################ INSTEAD EDIT THE JAVADOC COMMENTS. ################# -->
<!DOCTYPE html>
<html devsite>
<head>
<title>Class Index</title>
<meta name="book_path" value="/versions/r1.9/_book.yaml" />
<meta name="project_path" value="/_project.yaml" />
<link rel="stylesheet" href="/api_docs/java/reference/screen.css">
</head>
<body>
<div class="jd-letterlist">
<a href="#letter_D">D</a>
<a href="#letter_G">G</a>
<a href="#letter_O">O</a>
<a href="#letter_S">S</a>
<a href="#letter_T">T</a>
</div>
<h2 id="letter_D">D</h2>
<table class="jd-sumtable">
<tr>
<td class="jd-linkcol"><a href="/api_docs/java/reference/org/tensorflow/DataType.html">DataType</a></td>
<td class="jd-descrcol" width="100%">Represents the type of elements in a <code><a href="reference/org/tensorflow/Tensor.html">Tensor</a></code> as an enum. </td>
</tr>
</table>
<h2 id="letter_G">G</h2>
<table class="jd-sumtable">
<tr>
<td class="jd-linkcol"><a href="/api_docs/java/reference/org/tensorflow/Graph.html">Graph</a></td>
<td class="jd-descrcol" width="100%">A data flow graph representing a TensorFlow computation. </td>
</tr>
</table>
<h2 id="letter_O">O</h2>
<table class="jd-sumtable">
<tr>
<td class="jd-linkcol"><a href="/api_docs/java/reference/org/tensorflow/Operand.html">Operand</a><T></td>
<td class="jd-descrcol" width="100%">Interface implemented by operands of a TensorFlow operation. </td>
</tr>
<tr>
<td class="jd-linkcol"><a href="/api_docs/java/reference/org/tensorflow/Operation.html">Operation</a></td>
<td class="jd-descrcol" width="100%">A Graph node that performs computation on Tensors. </td>
</tr>
<tr>
<td class="jd-linkcol"><a href="/api_docs/java/reference/org/tensorflow/OperationBuilder.html">OperationBuilder</a></td>
<td class="jd-descrcol" width="100%">A builder for <code><a href="reference/org/tensorflow/Operation.html">Operation</a></code>s in a <code><a href="reference/org/tensorflow/Graph.html">Graph</a></code>. </td>
</tr>
<tr>
<td class="jd-linkcol"><a href="/api_docs/java/reference/org/tensorflow/Output.html">Output</a><T></td>
<td class="jd-descrcol" width="100%">A symbolic handle to a tensor produced by an <code><a href="reference/org/tensorflow/Operation.html">Operation</a></code>. </td>
</tr>
</table>
<h2 id="letter_S">S</h2>
<table class="jd-sumtable">
<tr>
<td class="jd-linkcol"><a href="/api_docs/java/reference/org/tensorflow/SavedModelBundle.html">SavedModelBundle</a></td>
<td class="jd-descrcol" width="100%">SavedModelBundle represents a model loaded from storage. </td>
</tr>
<tr>
<td class="jd-linkcol"><a href="/api_docs/java/reference/org/tensorflow/Session.html">Session</a></td>
<td class="jd-descrcol" width="100%">Driver for <code><a href="reference/org/tensorflow/Graph.html">Graph</a></code> execution. </td>
</tr>
<tr>
<td class="jd-linkcol"><a href="/api_docs/java/reference/org/tensorflow/Session.Run.html">Session.Run</a></td>
<td class="jd-descrcol" width="100%">Output tensors and metadata obtained when executing a session. </td>
</tr>
<tr>
<td class="jd-linkcol"><a href="/api_docs/java/reference/org/tensorflow/Session.Runner.html">Session.Runner</a></td>
<td class="jd-descrcol" width="100%">Run <code><a href="reference/org/tensorflow/Operation.html">Operation</a></code>s and evaluate <code><a href="reference/org/tensorflow/Tensor.html">Tensor</a></code>s. </td>
</tr>
<tr>
<td class="jd-linkcol"><a href="/api_docs/java/reference/org/tensorflow/Shape.html">Shape</a></td>
<td class="jd-descrcol" width="100%">The possibly partially known shape of a tensor produced by an operation. </td>
</tr>
</table>
<h2 id="letter_T">T</h2>
<table class="jd-sumtable">
<tr>
<td class="jd-linkcol"><a href="/api_docs/java/reference/org/tensorflow/Tensor.html">Tensor</a><T></td>
<td class="jd-descrcol" width="100%">A statically typed multi-dimensional array whose elements are of a type described by T. </td>
</tr>
<tr>
<td class="jd-linkcol"><a href="/api_docs/java/reference/org/tensorflow/TensorFlow.html">TensorFlow</a></td>
<td class="jd-descrcol" width="100%">Static utility methods describing the TensorFlow runtime. </td>
</tr>
<tr>
<td class="jd-linkcol"><a href="/api_docs/java/reference/org/tensorflow/TensorFlowException.html">TensorFlowException</a></td>
<td class="jd-descrcol" width="100%">Unchecked exception thrown when executing TensorFlow Graphs. </td>
</tr>
<tr>
<td class="jd-linkcol"><a href="/api_docs/java/reference/org/tensorflow/Tensors.html">Tensors</a></td>
<td class="jd-descrcol" width="100%">Type-safe factory methods for creating <code><a href="reference/org/tensorflow/Tensor.html">Tensor</a></code> objects. </td>
</tr>
</table>
</body>
</html>