aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/index.md
blob: 081a44047dfd22c74ed706771d9b7d5f5a817d7d (plain)
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!-- This file is machine generated: DO NOT EDIT! -->

# TensorFlow Python reference documentation

* **[Building Graphs](../../api_docs/python/framework.md)**:
  * [`add_to_collection`](../../api_docs/python/framework.md#add_to_collection)
  * [`as_dtype`](../../api_docs/python/framework.md#as_dtype)
  * [`control_dependencies`](../../api_docs/python/framework.md#control_dependencies)
  * [`convert_to_tensor`](../../api_docs/python/framework.md#convert_to_tensor)
  * [`device`](../../api_docs/python/framework.md#device)
  * [`Dimension`](../../api_docs/python/framework.md#Dimension)
  * [`DType`](../../api_docs/python/framework.md#DType)
  * [`get_collection`](../../api_docs/python/framework.md#get_collection)
  * [`get_default_graph`](../../api_docs/python/framework.md#get_default_graph)
  * [`get_seed`](../../api_docs/python/framework.md#get_seed)
  * [`Graph`](../../api_docs/python/framework.md#Graph)
  * [`GraphKeys`](../../api_docs/python/framework.md#GraphKeys)
  * [`import_graph_def`](../../api_docs/python/framework.md#import_graph_def)
  * [`name_scope`](../../api_docs/python/framework.md#name_scope)
  * [`NoGradient`](../../api_docs/python/framework.md#NoGradient)
  * [`op_scope`](../../api_docs/python/framework.md#op_scope)
  * [`Operation`](../../api_docs/python/framework.md#Operation)
  * [`RegisterGradient`](../../api_docs/python/framework.md#RegisterGradient)
  * [`RegisterShape`](../../api_docs/python/framework.md#RegisterShape)
  * [`Tensor`](../../api_docs/python/framework.md#Tensor)
  * [`TensorShape`](../../api_docs/python/framework.md#TensorShape)

* **[Constants, Sequences, and Random Values](../../api_docs/python/constant_op.md)**:
  * [`constant`](../../api_docs/python/constant_op.md#constant)
  * [`fill`](../../api_docs/python/constant_op.md#fill)
  * [`linspace`](../../api_docs/python/constant_op.md#linspace)
  * [`ones`](../../api_docs/python/constant_op.md#ones)
  * [`ones_like`](../../api_docs/python/constant_op.md#ones_like)
  * [`random_normal`](../../api_docs/python/constant_op.md#random_normal)
  * [`random_shuffle`](../../api_docs/python/constant_op.md#random_shuffle)
  * [`random_uniform`](../../api_docs/python/constant_op.md#random_uniform)
  * [`range`](../../api_docs/python/constant_op.md#range)
  * [`set_random_seed`](../../api_docs/python/constant_op.md#set_random_seed)
  * [`truncated_normal`](../../api_docs/python/constant_op.md#truncated_normal)
  * [`zeros`](../../api_docs/python/constant_op.md#zeros)
  * [`zeros_like`](../../api_docs/python/constant_op.md#zeros_like)

* **[Variables](../../api_docs/python/state_ops.md)**:
  * [`all_variables`](../../api_docs/python/state_ops.md#all_variables)
  * [`assert_variables_initialized`](../../api_docs/python/state_ops.md#assert_variables_initialized)
  * [`assign`](../../api_docs/python/state_ops.md#assign)
  * [`assign_add`](../../api_docs/python/state_ops.md#assign_add)
  * [`assign_sub`](../../api_docs/python/state_ops.md#assign_sub)
  * [`constant_initializer`](../../api_docs/python/state_ops.md#constant_initializer)
  * [`count_up_to`](../../api_docs/python/state_ops.md#count_up_to)
  * [`device`](../../api_docs/python/state_ops.md#device)
  * [`get_checkpoint_state`](../../api_docs/python/state_ops.md#get_checkpoint_state)
  * [`get_variable`](../../api_docs/python/state_ops.md#get_variable)
  * [`get_variable_scope`](../../api_docs/python/state_ops.md#get_variable_scope)
  * [`IndexedSlices`](../../api_docs/python/state_ops.md#IndexedSlices)
  * [`initialize_all_variables`](../../api_docs/python/state_ops.md#initialize_all_variables)
  * [`initialize_variables`](../../api_docs/python/state_ops.md#initialize_variables)
  * [`latest_checkpoint`](../../api_docs/python/state_ops.md#latest_checkpoint)
  * [`random_normal_initializer`](../../api_docs/python/state_ops.md#random_normal_initializer)
  * [`random_uniform_initializer`](../../api_docs/python/state_ops.md#random_uniform_initializer)
  * [`Saver`](../../api_docs/python/state_ops.md#Saver)
  * [`scatter_add`](../../api_docs/python/state_ops.md#scatter_add)
  * [`scatter_sub`](../../api_docs/python/state_ops.md#scatter_sub)
  * [`scatter_update`](../../api_docs/python/state_ops.md#scatter_update)
  * [`sparse_mask`](../../api_docs/python/state_ops.md#sparse_mask)
  * [`trainable_variables`](../../api_docs/python/state_ops.md#trainable_variables)
  * [`truncated_normal_initializer`](../../api_docs/python/state_ops.md#truncated_normal_initializer)
  * [`uniform_unit_scaling_initializer`](../../api_docs/python/state_ops.md#uniform_unit_scaling_initializer)
  * [`update_checkpoint_state`](../../api_docs/python/state_ops.md#update_checkpoint_state)
  * [`Variable`](../../api_docs/python/state_ops.md#Variable)
  * [`variable_scope`](../../api_docs/python/state_ops.md#variable_scope)
  * [`zeros_initializer`](../../api_docs/python/state_ops.md#zeros_initializer)

* **[Tensor Transformations](../../api_docs/python/array_ops.md)**:
  * [`cast`](../../api_docs/python/array_ops.md#cast)
  * [`concat`](../../api_docs/python/array_ops.md#concat)
  * [`dynamic_partition`](../../api_docs/python/array_ops.md#dynamic_partition)
  * [`dynamic_stitch`](../../api_docs/python/array_ops.md#dynamic_stitch)
  * [`expand_dims`](../../api_docs/python/array_ops.md#expand_dims)
  * [`gather`](../../api_docs/python/array_ops.md#gather)
  * [`pack`](../../api_docs/python/array_ops.md#pack)
  * [`pad`](../../api_docs/python/array_ops.md#pad)
  * [`rank`](../../api_docs/python/array_ops.md#rank)
  * [`reshape`](../../api_docs/python/array_ops.md#reshape)
  * [`reverse`](../../api_docs/python/array_ops.md#reverse)
  * [`reverse_sequence`](../../api_docs/python/array_ops.md#reverse_sequence)
  * [`shape`](../../api_docs/python/array_ops.md#shape)
  * [`size`](../../api_docs/python/array_ops.md#size)
  * [`slice`](../../api_docs/python/array_ops.md#slice)
  * [`split`](../../api_docs/python/array_ops.md#split)
  * [`squeeze`](../../api_docs/python/array_ops.md#squeeze)
  * [`string_to_number`](../../api_docs/python/array_ops.md#string_to_number)
  * [`tile`](../../api_docs/python/array_ops.md#tile)
  * [`to_bfloat16`](../../api_docs/python/array_ops.md#to_bfloat16)
  * [`to_double`](../../api_docs/python/array_ops.md#to_double)
  * [`to_float`](../../api_docs/python/array_ops.md#to_float)
  * [`to_int32`](../../api_docs/python/array_ops.md#to_int32)
  * [`to_int64`](../../api_docs/python/array_ops.md#to_int64)
  * [`transpose`](../../api_docs/python/array_ops.md#transpose)
  * [`unpack`](../../api_docs/python/array_ops.md#unpack)

* **[Math](../../api_docs/python/math_ops.md)**:
  * [`abs`](../../api_docs/python/math_ops.md#abs)
  * [`accumulate_n`](../../api_docs/python/math_ops.md#accumulate_n)
  * [`add`](../../api_docs/python/math_ops.md#add)
  * [`add_n`](../../api_docs/python/math_ops.md#add_n)
  * [`argmax`](../../api_docs/python/math_ops.md#argmax)
  * [`argmin`](../../api_docs/python/math_ops.md#argmin)
  * [`batch_cholesky`](../../api_docs/python/math_ops.md#batch_cholesky)
  * [`batch_matmul`](../../api_docs/python/math_ops.md#batch_matmul)
  * [`batch_matrix_determinant`](../../api_docs/python/math_ops.md#batch_matrix_determinant)
  * [`batch_matrix_inverse`](../../api_docs/python/math_ops.md#batch_matrix_inverse)
  * [`ceil`](../../api_docs/python/math_ops.md#ceil)
  * [`cholesky`](../../api_docs/python/math_ops.md#cholesky)
  * [`complex`](../../api_docs/python/math_ops.md#complex)
  * [`complex_abs`](../../api_docs/python/math_ops.md#complex_abs)
  * [`conj`](../../api_docs/python/math_ops.md#conj)
  * [`cos`](../../api_docs/python/math_ops.md#cos)
  * [`diag`](../../api_docs/python/math_ops.md#diag)
  * [`div`](../../api_docs/python/math_ops.md#div)
  * [`edit_distance`](../../api_docs/python/math_ops.md#edit_distance)
  * [`exp`](../../api_docs/python/math_ops.md#exp)
  * [`floor`](../../api_docs/python/math_ops.md#floor)
  * [`floordiv`](../../api_docs/python/math_ops.md#floordiv)
  * [`imag`](../../api_docs/python/math_ops.md#imag)
  * [`inv`](../../api_docs/python/math_ops.md#inv)
  * [`invert_permutation`](../../api_docs/python/math_ops.md#invert_permutation)
  * [`listdiff`](../../api_docs/python/math_ops.md#listdiff)
  * [`log`](../../api_docs/python/math_ops.md#log)
  * [`matmul`](../../api_docs/python/math_ops.md#matmul)
  * [`matrix_determinant`](../../api_docs/python/math_ops.md#matrix_determinant)
  * [`matrix_inverse`](../../api_docs/python/math_ops.md#matrix_inverse)
  * [`maximum`](../../api_docs/python/math_ops.md#maximum)
  * [`minimum`](../../api_docs/python/math_ops.md#minimum)
  * [`mod`](../../api_docs/python/math_ops.md#mod)
  * [`mul`](../../api_docs/python/math_ops.md#mul)
  * [`neg`](../../api_docs/python/math_ops.md#neg)
  * [`pow`](../../api_docs/python/math_ops.md#pow)
  * [`real`](../../api_docs/python/math_ops.md#real)
  * [`reduce_all`](../../api_docs/python/math_ops.md#reduce_all)
  * [`reduce_any`](../../api_docs/python/math_ops.md#reduce_any)
  * [`reduce_max`](../../api_docs/python/math_ops.md#reduce_max)
  * [`reduce_mean`](../../api_docs/python/math_ops.md#reduce_mean)
  * [`reduce_min`](../../api_docs/python/math_ops.md#reduce_min)
  * [`reduce_prod`](../../api_docs/python/math_ops.md#reduce_prod)
  * [`reduce_sum`](../../api_docs/python/math_ops.md#reduce_sum)
  * [`round`](../../api_docs/python/math_ops.md#round)
  * [`rsqrt`](../../api_docs/python/math_ops.md#rsqrt)
  * [`segment_max`](../../api_docs/python/math_ops.md#segment_max)
  * [`segment_mean`](../../api_docs/python/math_ops.md#segment_mean)
  * [`segment_min`](../../api_docs/python/math_ops.md#segment_min)
  * [`segment_prod`](../../api_docs/python/math_ops.md#segment_prod)
  * [`segment_sum`](../../api_docs/python/math_ops.md#segment_sum)
  * [`sign`](../../api_docs/python/math_ops.md#sign)
  * [`sin`](../../api_docs/python/math_ops.md#sin)
  * [`sparse_segment_mean`](../../api_docs/python/math_ops.md#sparse_segment_mean)
  * [`sparse_segment_sum`](../../api_docs/python/math_ops.md#sparse_segment_sum)
  * [`sqrt`](../../api_docs/python/math_ops.md#sqrt)
  * [`square`](../../api_docs/python/math_ops.md#square)
  * [`sub`](../../api_docs/python/math_ops.md#sub)
  * [`transpose`](../../api_docs/python/math_ops.md#transpose)
  * [`truediv`](../../api_docs/python/math_ops.md#truediv)
  * [`unique`](../../api_docs/python/math_ops.md#unique)
  * [`unsorted_segment_sum`](../../api_docs/python/math_ops.md#unsorted_segment_sum)
  * [`where`](../../api_docs/python/math_ops.md#where)

* **[Control Flow](../../api_docs/python/control_flow_ops.md)**:
  * [`add_check_numerics_ops`](../../api_docs/python/control_flow_ops.md#add_check_numerics_ops)
  * [`Assert`](../../api_docs/python/control_flow_ops.md#Assert)
  * [`check_numerics`](../../api_docs/python/control_flow_ops.md#check_numerics)
  * [`count_up_to`](../../api_docs/python/control_flow_ops.md#count_up_to)
  * [`equal`](../../api_docs/python/control_flow_ops.md#equal)
  * [`greater`](../../api_docs/python/control_flow_ops.md#greater)
  * [`greater_equal`](../../api_docs/python/control_flow_ops.md#greater_equal)
  * [`group`](../../api_docs/python/control_flow_ops.md#group)
  * [`identity`](../../api_docs/python/control_flow_ops.md#identity)
  * [`is_finite`](../../api_docs/python/control_flow_ops.md#is_finite)
  * [`is_inf`](../../api_docs/python/control_flow_ops.md#is_inf)
  * [`is_nan`](../../api_docs/python/control_flow_ops.md#is_nan)
  * [`less`](../../api_docs/python/control_flow_ops.md#less)
  * [`less_equal`](../../api_docs/python/control_flow_ops.md#less_equal)
  * [`logical_and`](../../api_docs/python/control_flow_ops.md#logical_and)
  * [`logical_not`](../../api_docs/python/control_flow_ops.md#logical_not)
  * [`logical_or`](../../api_docs/python/control_flow_ops.md#logical_or)
  * [`logical_xor`](../../api_docs/python/control_flow_ops.md#logical_xor)
  * [`no_op`](../../api_docs/python/control_flow_ops.md#no_op)
  * [`not_equal`](../../api_docs/python/control_flow_ops.md#not_equal)
  * [`Print`](../../api_docs/python/control_flow_ops.md#Print)
  * [`select`](../../api_docs/python/control_flow_ops.md#select)
  * [`tuple`](../../api_docs/python/control_flow_ops.md#tuple)
  * [`verify_tensor_all_finite`](../../api_docs/python/control_flow_ops.md#verify_tensor_all_finite)
  * [`where`](../../api_docs/python/control_flow_ops.md#where)
  * [`xrange`](../../api_docs/python/control_flow_ops.md#xrange)

* **[Images](../../api_docs/python/image.md)**:
  * [`adjust_brightness`](../../api_docs/python/image.md#adjust_brightness)
  * [`adjust_contrast`](../../api_docs/python/image.md#adjust_contrast)
  * [`crop_to_bounding_box`](../../api_docs/python/image.md#crop_to_bounding_box)
  * [`decode_jpeg`](../../api_docs/python/image.md#decode_jpeg)
  * [`decode_png`](../../api_docs/python/image.md#decode_png)
  * [`encode_jpeg`](../../api_docs/python/image.md#encode_jpeg)
  * [`encode_png`](../../api_docs/python/image.md#encode_png)
  * [`extract_glimpse`](../../api_docs/python/image.md#extract_glimpse)
  * [`flip_left_right`](../../api_docs/python/image.md#flip_left_right)
  * [`flip_up_down`](../../api_docs/python/image.md#flip_up_down)
  * [`pad_to_bounding_box`](../../api_docs/python/image.md#pad_to_bounding_box)
  * [`per_image_whitening`](../../api_docs/python/image.md#per_image_whitening)
  * [`random_brightness`](../../api_docs/python/image.md#random_brightness)
  * [`random_contrast`](../../api_docs/python/image.md#random_contrast)
  * [`random_crop`](../../api_docs/python/image.md#random_crop)
  * [`random_flip_left_right`](../../api_docs/python/image.md#random_flip_left_right)
  * [`random_flip_up_down`](../../api_docs/python/image.md#random_flip_up_down)
  * [`resize_area`](../../api_docs/python/image.md#resize_area)
  * [`resize_bicubic`](../../api_docs/python/image.md#resize_bicubic)
  * [`resize_bilinear`](../../api_docs/python/image.md#resize_bilinear)
  * [`resize_image_with_crop_or_pad`](../../api_docs/python/image.md#resize_image_with_crop_or_pad)
  * [`resize_images`](../../api_docs/python/image.md#resize_images)
  * [`resize_nearest_neighbor`](../../api_docs/python/image.md#resize_nearest_neighbor)
  * [`transpose_image`](../../api_docs/python/image.md#transpose_image)

* **[Sparse Tensors](../../api_docs/python/sparse_ops.md)**:
  * [`shape`](../../api_docs/python/sparse_ops.md#shape)
  * [`sparse_concat`](../../api_docs/python/sparse_ops.md#sparse_concat)
  * [`sparse_fill_empty_rows`](../../api_docs/python/sparse_ops.md#sparse_fill_empty_rows)
  * [`sparse_reorder`](../../api_docs/python/sparse_ops.md#sparse_reorder)
  * [`sparse_retain`](../../api_docs/python/sparse_ops.md#sparse_retain)
  * [`sparse_tensor_to_dense`](../../api_docs/python/sparse_ops.md#sparse_tensor_to_dense)
  * [`sparse_to_dense`](../../api_docs/python/sparse_ops.md#sparse_to_dense)
  * [`sparse_to_indicator`](../../api_docs/python/sparse_ops.md#sparse_to_indicator)
  * [`SparseTensor`](../../api_docs/python/sparse_ops.md#SparseTensor)
  * [`SparseTensorValue`](../../api_docs/python/sparse_ops.md#SparseTensorValue)

* **[Inputs and Readers](../../api_docs/python/io_ops.md)**:
  * [`batch`](../../api_docs/python/io_ops.md#batch)
  * [`batch_join`](../../api_docs/python/io_ops.md#batch_join)
  * [`decode_csv`](../../api_docs/python/io_ops.md#decode_csv)
  * [`decode_raw`](../../api_docs/python/io_ops.md#decode_raw)
  * [`FIFOQueue`](../../api_docs/python/io_ops.md#FIFOQueue)
  * [`FixedLengthRecordReader`](../../api_docs/python/io_ops.md#FixedLengthRecordReader)
  * [`IdentityReader`](../../api_docs/python/io_ops.md#IdentityReader)
  * [`limit_epochs`](../../api_docs/python/io_ops.md#limit_epochs)
  * [`match_filenames_once`](../../api_docs/python/io_ops.md#match_filenames_once)
  * [`matching_files`](../../api_docs/python/io_ops.md#matching_files)
  * [`parse_example`](../../api_docs/python/io_ops.md#parse_example)
  * [`parse_single_example`](../../api_docs/python/io_ops.md#parse_single_example)
  * [`placeholder`](../../api_docs/python/io_ops.md#placeholder)
  * [`QueueBase`](../../api_docs/python/io_ops.md#QueueBase)
  * [`RandomShuffleQueue`](../../api_docs/python/io_ops.md#RandomShuffleQueue)
  * [`range_input_producer`](../../api_docs/python/io_ops.md#range_input_producer)
  * [`read_file`](../../api_docs/python/io_ops.md#read_file)
  * [`ReaderBase`](../../api_docs/python/io_ops.md#ReaderBase)
  * [`shuffle_batch`](../../api_docs/python/io_ops.md#shuffle_batch)
  * [`shuffle_batch_join`](../../api_docs/python/io_ops.md#shuffle_batch_join)
  * [`size`](../../api_docs/python/io_ops.md#size)
  * [`slice_input_producer`](../../api_docs/python/io_ops.md#slice_input_producer)
  * [`string_input_producer`](../../api_docs/python/io_ops.md#string_input_producer)
  * [`TextLineReader`](../../api_docs/python/io_ops.md#TextLineReader)
  * [`TFRecordReader`](../../api_docs/python/io_ops.md#TFRecordReader)
  * [`WholeFileReader`](../../api_docs/python/io_ops.md#WholeFileReader)

* **[Data IO (Python functions)](../../api_docs/python/python_io.md)**:
  * [`tf_record_iterator`](../../api_docs/python/python_io.md#tf_record_iterator)
  * [`TFRecordWriter`](../../api_docs/python/python_io.md#TFRecordWriter)

* **[Neural Network](../../api_docs/python/nn.md)**:
  * [`avg_pool`](../../api_docs/python/nn.md#avg_pool)
  * [`bias_add`](../../api_docs/python/nn.md#bias_add)
  * [`compute_accidental_hits`](../../api_docs/python/nn.md#compute_accidental_hits)
  * [`conv2d`](../../api_docs/python/nn.md#conv2d)
  * [`depthwise_conv2d`](../../api_docs/python/nn.md#depthwise_conv2d)
  * [`dropout`](../../api_docs/python/nn.md#dropout)
  * [`embedding_lookup`](../../api_docs/python/nn.md#embedding_lookup)
  * [`fixed_unigram_candidate_sampler`](../../api_docs/python/nn.md#fixed_unigram_candidate_sampler)
  * [`in_top_k`](../../api_docs/python/nn.md#in_top_k)
  * [`l2_loss`](../../api_docs/python/nn.md#l2_loss)
  * [`l2_normalize`](../../api_docs/python/nn.md#l2_normalize)
  * [`learned_unigram_candidate_sampler`](../../api_docs/python/nn.md#learned_unigram_candidate_sampler)
  * [`local_response_normalization`](../../api_docs/python/nn.md#local_response_normalization)
  * [`log_uniform_candidate_sampler`](../../api_docs/python/nn.md#log_uniform_candidate_sampler)
  * [`max_pool`](../../api_docs/python/nn.md#max_pool)
  * [`max_pool_with_argmax`](../../api_docs/python/nn.md#max_pool_with_argmax)
  * [`moments`](../../api_docs/python/nn.md#moments)
  * [`nce_loss`](../../api_docs/python/nn.md#nce_loss)
  * [`relu`](../../api_docs/python/nn.md#relu)
  * [`relu6`](../../api_docs/python/nn.md#relu6)
  * [`sampled_softmax_loss`](../../api_docs/python/nn.md#sampled_softmax_loss)
  * [`separable_conv2d`](../../api_docs/python/nn.md#separable_conv2d)
  * [`sigmoid`](../../api_docs/python/nn.md#sigmoid)
  * [`sigmoid_cross_entropy_with_logits`](../../api_docs/python/nn.md#sigmoid_cross_entropy_with_logits)
  * [`softmax`](../../api_docs/python/nn.md#softmax)
  * [`softmax_cross_entropy_with_logits`](../../api_docs/python/nn.md#softmax_cross_entropy_with_logits)
  * [`softplus`](../../api_docs/python/nn.md#softplus)
  * [`tanh`](../../api_docs/python/nn.md#tanh)
  * [`top_k`](../../api_docs/python/nn.md#top_k)
  * [`uniform_candidate_sampler`](../../api_docs/python/nn.md#uniform_candidate_sampler)

* **[Running Graphs](../../api_docs/python/client.md)**:
  * [`AbortedError`](../../api_docs/python/client.md#AbortedError)
  * [`AlreadyExistsError`](../../api_docs/python/client.md#AlreadyExistsError)
  * [`CancelledError`](../../api_docs/python/client.md#CancelledError)
  * [`DataLossError`](../../api_docs/python/client.md#DataLossError)
  * [`DeadlineExceededError`](../../api_docs/python/client.md#DeadlineExceededError)
  * [`FailedPreconditionError`](../../api_docs/python/client.md#FailedPreconditionError)
  * [`get_default_session`](../../api_docs/python/client.md#get_default_session)
  * [`InteractiveSession`](../../api_docs/python/client.md#InteractiveSession)
  * [`InternalError`](../../api_docs/python/client.md#InternalError)
  * [`InvalidArgumentError`](../../api_docs/python/client.md#InvalidArgumentError)
  * [`NotFoundError`](../../api_docs/python/client.md#NotFoundError)
  * [`OpError`](../../api_docs/python/client.md#OpError)
  * [`OutOfRangeError`](../../api_docs/python/client.md#OutOfRangeError)
  * [`PermissionDeniedError`](../../api_docs/python/client.md#PermissionDeniedError)
  * [`ResourceExhaustedError`](../../api_docs/python/client.md#ResourceExhaustedError)
  * [`Session`](../../api_docs/python/client.md#Session)
  * [`UnauthenticatedError`](../../api_docs/python/client.md#UnauthenticatedError)
  * [`UnavailableError`](../../api_docs/python/client.md#UnavailableError)
  * [`UnimplementedError`](../../api_docs/python/client.md#UnimplementedError)
  * [`UnknownError`](../../api_docs/python/client.md#UnknownError)

* **[Training](../../api_docs/python/train.md)**:
  * [`AdagradOptimizer`](../../api_docs/python/train.md#AdagradOptimizer)
  * [`AdamOptimizer`](../../api_docs/python/train.md#AdamOptimizer)
  * [`add_queue_runner`](../../api_docs/python/train.md#add_queue_runner)
  * [`AggregationMethod`](../../api_docs/python/train.md#AggregationMethod)
  * [`clip_by_average_norm`](../../api_docs/python/train.md#clip_by_average_norm)
  * [`clip_by_global_norm`](../../api_docs/python/train.md#clip_by_global_norm)
  * [`clip_by_norm`](../../api_docs/python/train.md#clip_by_norm)
  * [`clip_by_value`](../../api_docs/python/train.md#clip_by_value)
  * [`Coordinator`](../../api_docs/python/train.md#Coordinator)
  * [`exponential_decay`](../../api_docs/python/train.md#exponential_decay)
  * [`ExponentialMovingAverage`](../../api_docs/python/train.md#ExponentialMovingAverage)
  * [`FtrlOptimizer`](../../api_docs/python/train.md#FtrlOptimizer)
  * [`global_norm`](../../api_docs/python/train.md#global_norm)
  * [`global_step`](../../api_docs/python/train.md#global_step)
  * [`GradientDescentOptimizer`](../../api_docs/python/train.md#GradientDescentOptimizer)
  * [`gradients`](../../api_docs/python/train.md#gradients)
  * [`histogram_summary`](../../api_docs/python/train.md#histogram_summary)
  * [`image_summary`](../../api_docs/python/train.md#image_summary)
  * [`merge_all_summaries`](../../api_docs/python/train.md#merge_all_summaries)
  * [`merge_summary`](../../api_docs/python/train.md#merge_summary)
  * [`MomentumOptimizer`](../../api_docs/python/train.md#MomentumOptimizer)
  * [`Optimizer`](../../api_docs/python/train.md#Optimizer)
  * [`QueueRunner`](../../api_docs/python/train.md#QueueRunner)
  * [`RMSPropOptimizer`](../../api_docs/python/train.md#RMSPropOptimizer)
  * [`scalar_summary`](../../api_docs/python/train.md#scalar_summary)
  * [`start_queue_runners`](../../api_docs/python/train.md#start_queue_runners)
  * [`stop_gradient`](../../api_docs/python/train.md#stop_gradient)
  * [`summary_iterator`](../../api_docs/python/train.md#summary_iterator)
  * [`SummaryWriter`](../../api_docs/python/train.md#SummaryWriter)
  * [`write_graph`](../../api_docs/python/train.md#write_graph)
  * [`zero_fraction`](../../api_docs/python/train.md#zero_fraction)

<div class="sections-order" style="display: none;">
<!--
<!-- framework.md -->
<!-- constant_op.md -->
<!-- state_ops.md -->
<!-- array_ops.md -->
<!-- math_ops.md -->
<!-- control_flow_ops.md -->
<!-- image.md -->
<!-- sparse_ops.md -->
<!-- io_ops.md -->
<!-- python_io.md -->
<!-- nn.md -->
<!-- client.md -->
<!-- train.md -->
-->
</div>