-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathclass_view_hierarchy.html
760 lines (589 loc) · 104 KB
/
class_view_hierarchy.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
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
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Class Hierarchy — PyTorch main documentation</title>
<link rel="canonical" href="https://pytorch.org/docs/stable/api/class_view_hierarchy.html"/>
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!-- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> -->
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/cpp_theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/collapsible-lists/css/tree_view.css" type="text/css" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','');</script>
<!-- End Google Tag Manager -->
<script src="../_static/js/modernizr.min.js"></script>
<!-- Preload the theme fonts -->
<link rel="preload" href="../_static/fonts/FreightSans/freight-sans-book.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="../_static/fonts/FreightSans/freight-sans-medium.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="../_static/fonts/IBMPlexMono/IBMPlexMono-Medium.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="../_static/fonts/FreightSans/freight-sans-bold.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="../_static/fonts/FreightSans/freight-sans-medium-italic.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="../_static/fonts/IBMPlexMono/IBMPlexMono-SemiBold.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<!-- Preload the katex fonts -->
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/fonts/KaTeX_Math-Italic.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/fonts/KaTeX_Main-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/fonts/KaTeX_Main-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/fonts/KaTeX_Size1-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/fonts/KaTeX_Size4-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/fonts/KaTeX_Size2-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/fonts/KaTeX_Size3-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/fonts/KaTeX_Caligraphic-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.2/css/all.css" integrity="sha384-vSIIfh2YWi9wW0r9iZe7RJPrKwp6bG+s9QZMoITbCckVJqGCCRhc+ccxNcdpHuYu" crossorigin="anonymous">
</head>
<div class="container-fluid header-holder tutorials-header" id="header-holder">
<div class="container">
<div class="header-container">
<a class="header-logo" href="https://pytorch.org/" aria-label="PyTorch"></a>
<div class="main-menu">
<ul>
<li class="main-menu-item">
<div id="resourcesDropdownButton" data-toggle="resources-dropdown" class="resources-dropdown">
<a class="with-down-arrow">
Learn
</a>
<div class="resources-dropdown-menu">
<a class="nav-dropdown-item" href="https://pytorch.org/get-started">
<span class=dropdown-title>Get Started</span>
<p>Run PyTorch locally or get started quickly with one of the supported cloud platforms</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/tutorials">
<span class="dropdown-title">Tutorials</span>
<p>Whats new in PyTorch tutorials</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/tutorials/beginner/basics/intro.html">
<span class="dropdown-title">Learn the Basics</span>
<p>Familiarize yourself with PyTorch concepts and modules</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/tutorials/recipes/recipes_index.html">
<span class="dropdown-title">PyTorch Recipes</span>
<p>Bite-size, ready-to-deploy PyTorch code examples</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/tutorials/beginner/introyt.html">
<span class="dropdown-title">Intro to PyTorch - YouTube Series</span>
<p>Master PyTorch basics with our engaging YouTube tutorial series</p>
</a>
</div>
</div>
</li>
<li>
<div id="resourcesDropdownButton" data-toggle="resources-dropdown" class="resources-dropdown">
<a class="with-down-arrow">
Ecosystem
</a>
<div class="resources-dropdown-menu">
<a class="nav-dropdown-item" href="https://pytorch.org/ecosystem">
<span class="dropdown-title">Tools</span>
<p>Learn about the tools and frameworks in the PyTorch Ecosystem</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/#community-module">
<span class=dropdown-title>Community</span>
<p>Join the PyTorch developer community to contribute, learn, and get your questions answered</p>
</a>
<a class="nav-dropdown-item" href="https://discuss.pytorch.org/" target="_blank">
<span class=dropdown-title>Forums</span>
<p>A place to discuss PyTorch code, issues, install, research</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/resources">
<span class=dropdown-title>Developer Resources</span>
<p>Find resources and get questions answered</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/ecosystem/contributor-awards-2024">
<span class="dropdown-title">Contributor Awards - 2024</span>
<p>Award winners announced at this year's PyTorch Conference</p>
</a>
</div>
</div>
</li>
<li>
<div id="resourcesDropdownButton" data-toggle="resources-dropdown" class="resources-dropdown">
<a class="with-down-arrow">
Edge
</a>
<div class="resources-dropdown-menu">
<a class="nav-dropdown-item" href="https://pytorch.org/edge">
<span class="dropdown-title">About PyTorch Edge</span>
<p>Build innovative and privacy-aware AI experiences for edge devices</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/executorch-overview">
<span class="dropdown-title">ExecuTorch</span>
<p>End-to-end solution for enabling on-device inference capabilities across mobile and edge devices</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/executorch/stable/index.html">
<span class="dropdown-title">ExecuTorch Docs</span>
</a>
</div>
</div>
</li>
<li class="main-menu-item">
<div id="resourcesDropdownButton" data-toggle="resources-dropdown" class="resources-dropdown">
<a class="with-down-arrow">
Docs
</a>
<div class="resources-dropdown-menu">
<a class="nav-dropdown-item" href="https://pytorch.org/docs/stable/index.html">
<span class="dropdown-title">PyTorch</span>
<p>Explore the documentation for comprehensive guidance on how to use PyTorch</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/pytorch-domains">
<span class="dropdown-title">PyTorch Domains</span>
<p>Read the PyTorch Domains documentation to learn more about domain-specific libraries</p>
</a>
</div>
</div>
</li>
<li>
<div id="resourcesDropdownButton" data-toggle="resources-dropdown" class="resources-dropdown">
<a class="with-down-arrow">
Blogs & News
</a>
<div class="resources-dropdown-menu">
<a class="nav-dropdown-item" href="https://pytorch.org/blog/">
<span class="dropdown-title">PyTorch Blog</span>
<p>Catch up on the latest technical news and happenings</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/community-blog">
<span class="dropdown-title">Community Blog</span>
<p>Stories from the PyTorch ecosystem</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/videos">
<span class="dropdown-title">Videos</span>
<p>Learn about the latest PyTorch tutorials, new, and more </p>
<a class="nav-dropdown-item" href="https://pytorch.org/community-stories">
<span class="dropdown-title">Community Stories</span>
<p>Learn how our community solves real, everyday machine learning problems with PyTorch</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/events">
<span class="dropdown-title">Events</span>
<p>Find events, webinars, and podcasts</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/newsletter">
<span class="dropdown-title">Newsletter</span>
<p>Stay up-to-date with the latest updates</p>
</a>
</div>
</li>
<li>
<div id="resourcesDropdownButton" data-toggle="resources-dropdown" class="resources-dropdown">
<a class="with-down-arrow">
About
</a>
<div class="resources-dropdown-menu">
<a class="nav-dropdown-item" href="https://pytorch.org/foundation">
<span class="dropdown-title">PyTorch Foundation</span>
<p>Learn more about the PyTorch Foundation</p>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/governing-board">
<span class="dropdown-title">Governing Board</span>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/credits">
<span class="dropdown-title">Cloud Credit Program</span>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/tac">
<span class="dropdown-title">Technical Advisory Council</span>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/staff">
<span class="dropdown-title">Staff</span>
</a>
<a class="nav-dropdown-item" href="https://pytorch.org/contact-us">
<span class="dropdown-title">Contact Us</span>
</a>
</div>
</div>
</li>
<li class="main-menu-item">
<div class="no-dropdown">
<a href="https://pytorch.org/join" data-cta="join">
Become a Member
</a>
</div>
</li>
<li>
<div class="main-menu-item">
<a href="https://github.com/pytorch/pytorch" class="github-icon">
</a>
</div>
</li>
<!--- TODO: This block adds the search icon to the nav bar. We will enable it later.
<li>
<div class="main-menu-item">
<a href="https://github.com/pytorch/pytorch" class="search-icon">
</a>
</div>
</li>
--->
</ul>
</div>
<a class="main-menu-open-button" href="#" data-behavior="open-mobile-menu"></a>
</div>
</div>
</div>
<body class="pytorch-body">
<div class="table-of-contents-link-wrapper">
<span>Table of Contents</span>
<a href="#" class="toggle-table-of-contents" data-behavior="toggle-table-of-contents"></a>
</div>
<nav data-toggle="wy-nav-shift" class="pytorch-left-menu" id="pytorch-left-menu">
<div class="pytorch-side-scroll">
<div class="pytorch-menu pytorch-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<div class="pytorch-left-menu-search">
<div class="version">
main
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search Docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../installing.html">Installing C++ Distributions of PyTorch</a></li>
<li class="toctree-l1"><a class="reference internal" href="../frontend.html">The C++ Frontend</a></li>
<li class="toctree-l1"><a class="reference internal" href="library_root.html">Library API</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Notes</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../notes/faq.html">FAQ</a></li>
<li class="toctree-l1"><a class="reference internal" href="../notes/inference_mode.html">Inference Mode</a></li>
<li class="toctree-l1"><a class="reference internal" href="../notes/maybe_owned.html">MaybeOwned<Tensor></a></li>
<li class="toctree-l1"><a class="reference internal" href="../notes/tensor_basics.html">Tensor Basics</a></li>
<li class="toctree-l1"><a class="reference internal" href="../notes/tensor_creation.html">Tensor Creation API</a></li>
<li class="toctree-l1"><a class="reference internal" href="../notes/tensor_cuda_stream.html">Tensor CUDA Stream API</a></li>
<li class="toctree-l1"><a class="reference internal" href="../notes/tensor_indexing.html">Tensor Indexing API</a></li>
<li class="toctree-l1"><a class="reference internal" href="../notes/versioning.html">Library Versioning</a></li>
</ul>
</div>
</div>
</nav>
<div class="pytorch-container">
<div class="pytorch-page-level-bar" id="pytorch-page-level-bar">
<div class="pytorch-breadcrumbs-wrapper">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="pytorch-breadcrumbs">
<li>
<a href="../index.html">
Docs
</a> >
</li>
<li>Class Hierarchy</li>
<li class="pytorch-breadcrumbs-aside">
<a href="../_sources/api/class_view_hierarchy.rst.txt" rel="nofollow"><img src="../_static/images/view-page-source-icon.svg"></a>
</li>
</ul>
</div>
</div>
<div class="pytorch-shortcuts-wrapper" id="pytorch-shortcuts-wrapper">
Shortcuts
</div>
</div>
<section data-toggle="wy-nav-shift" id="pytorch-content-wrap" class="pytorch-content-wrap">
<div class="pytorch-content-left">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id="
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="rst-content">
<div role="main" class="main-content" itemscope="itemscope" itemtype="http://schema.org/Article">
<article itemprop="articleBody" id="pytorch-article" class="pytorch-article">
<div class="section" id="class-hierarchy">
<h1>Class Hierarchy<a class="headerlink" href="#class-hierarchy" title="Permalink to this heading">¶</a></h1>
<ul class="treeView" id="class-treeView">
<li>
<ul class="collapsibleList">
<li>Namespace <a href="namespace_at.html#namespace-at">at</a><ul><li>Namespace <a href="namespace_at__native.html#namespace-at-native">at::native</a><ul><li>Struct <a href="structat_1_1native_1_1_activation_descriptor.html#exhale-struct-structat-1-1native-1-1-activation-descriptor">ActivationDescriptor</a></li><li>Struct <a href="structat_1_1native_1_1_convolution_descriptor.html#exhale-struct-structat-1-1native-1-1-convolution-descriptor">ConvolutionDescriptor</a></li><li>Struct <a href="structat_1_1native_1_1_c_t_c_loss_descriptor.html#exhale-struct-structat-1-1native-1-1-c-t-c-loss-descriptor">CTCLossDescriptor</a></li><li>Template Struct <a href="structat_1_1native_1_1_descriptor_deleter.html#exhale-struct-structat-1-1native-1-1-descriptor-deleter">DescriptorDeleter</a></li><li>Struct <a href="structat_1_1native_1_1_dfti_descriptor_deleter.html#exhale-struct-structat-1-1native-1-1-dfti-descriptor-deleter">DftiDescriptorDeleter</a></li><li>Struct <a href="structat_1_1native_1_1_dropout_descriptor.html#exhale-struct-structat-1-1native-1-1-dropout-descriptor">DropoutDescriptor</a></li><li>Struct <a href="structat_1_1native_1_1_r_n_n_descriptor.html#exhale-struct-structat-1-1native-1-1-r-n-n-descriptor">RNNDescriptor</a></li><li>Struct <a href="structat_1_1native_1_1_spatial_transformer_descriptor.html#exhale-struct-structat-1-1native-1-1-spatial-transformer-descriptor">SpatialTransformerDescriptor</a></li><li>Template Class <a href="classat_1_1native_1_1_descriptor.html#exhale-class-classat-1-1native-1-1-descriptor">Descriptor</a></li><li>Class <a href="classat_1_1native_1_1_dfti_descriptor.html#exhale-class-classat-1-1native-1-1-dfti-descriptor">DftiDescriptor</a></li><li>Class <a href="classat_1_1native_1_1_filter_descriptor.html#exhale-class-classat-1-1native-1-1-filter-descriptor">FilterDescriptor</a></li><li>Class <a href="classat_1_1native_1_1_r_n_n_data_descriptor.html#exhale-class-classat-1-1native-1-1-r-n-n-data-descriptor">RNNDataDescriptor</a></li><li>Class <a href="classat_1_1native_1_1_tensor_descriptor.html#exhale-class-classat-1-1native-1-1-tensor-descriptor">TensorDescriptor</a></li><li class="lastChild">Union <a href="unionat_1_1native_1_1_constant.html#exhale-union-unionat-1-1native-1-1-constant">Constant</a></li></ul></li><li>Class <a href="classat_1_1_optional_tensor_ref.html#exhale-class-classat-1-1-optional-tensor-ref">OptionalTensorRef</a></li><li>Class <a href="classat_1_1_tensor.html#exhale-class-classat-1-1-tensor">Tensor</a></li><li class="lastChild">Class <a href="classat_1_1_tensor_ref.html#exhale-class-classat-1-1-tensor-ref">TensorRef</a></li></ul></li><li>Namespace <a href="namespace_c10.html#namespace-c10">c10</a><ul><li>Namespace <a href="namespace_c10__cuda.html#namespace-c10-cuda">c10::cuda</a><ul><li>Struct <a href="structc10_1_1cuda_1_1_c_u_d_a_guard.html#exhale-struct-structc10-1-1cuda-1-1-c-u-d-a-guard">CUDAGuard</a></li><li>Struct <a href="structc10_1_1cuda_1_1_c_u_d_a_multi_stream_guard.html#exhale-struct-structc10-1-1cuda-1-1-c-u-d-a-multi-stream-guard">CUDAMultiStreamGuard</a></li><li>Struct <a href="structc10_1_1cuda_1_1_c_u_d_a_stream_guard.html#exhale-struct-structc10-1-1cuda-1-1-c-u-d-a-stream-guard">CUDAStreamGuard</a></li><li>Struct <a href="structc10_1_1cuda_1_1_optional_c_u_d_a_guard.html#exhale-struct-structc10-1-1cuda-1-1-optional-c-u-d-a-guard">OptionalCUDAGuard</a></li><li>Struct <a href="structc10_1_1cuda_1_1_optional_c_u_d_a_stream_guard.html#exhale-struct-structc10-1-1cuda-1-1-optional-c-u-d-a-stream-guard">OptionalCUDAStreamGuard</a></li><li class="lastChild">Class <a href="classc10_1_1cuda_1_1_c_u_d_a_stream.html#exhale-class-classc10-1-1cuda-1-1-c-u-d-a-stream">CUDAStream</a></li></ul></li><li>Namespace <a href="namespace_c10__ivalue.html#namespace-c10-ivalue">c10::ivalue</a><ul><li>Struct <a href="structc10_1_1ivalue_1_1_complex_holder.html#exhale-struct-structc10-1-1ivalue-1-1-complex-holder">ComplexHolder</a></li><li class="lastChild">Struct <a href="structc10_1_1ivalue_1_1_stream_data3_holder.html#exhale-struct-structc10-1-1ivalue-1-1-stream-data3-holder">StreamData3Holder</a></li></ul></li><li>Namespace <a href="namespace_c10__WarningUtils.html#namespace-c10-WarningUtils">c10::WarningUtils</a><ul><li>Struct <a href="structc10_1_1_warning_utils_1_1_warn_always.html#exhale-struct-structc10-1-1-warning-utils-1-1-warn-always">WarnAlways</a></li><li class="lastChild">Class <a href="classc10_1_1_warning_utils_1_1_warning_handler_guard.html#exhale-class-classc10-1-1-warning-utils-1-1-warning-handler-guard">WarningHandlerGuard</a></li></ul></li><li>Namespace <a href="namespace_c10__xpu.html#namespace-c10-xpu">c10::xpu</a><ul><li class="lastChild">Class <a href="classc10_1_1xpu_1_1_x_p_u_stream.html#exhale-class-classc10-1-1xpu-1-1-x-p-u-stream">XPUStream</a></li></ul></li><li>Struct <a href="structc10_1_1_capsule.html#exhale-struct-structc10-1-1-capsule">Capsule</a></li><li>Struct <a href="structc10_1_1_device.html#exhale-struct-structc10-1-1-device">Device</a></li><li>Template <a href="structc10_1_1_exclusively_owned_traits_3_01at_1_1_tensor_01_4.html#exhale-struct-structc10-1-1-exclusively-owned-traits-3-01at-1-1-tensor-01-4">Struct ExclusivelyOwnedTraits< at::Tensor ></a></li><li>Struct <a href="structc10_1_1_half.html#exhale-struct-structc10-1-1-half">Half</a><ul><li class="lastChild">Struct <a href="structc10_1_1_half_1_1from__bits__t.html#exhale-struct-structc10-1-1-half-1-1from-bits-t">Half::from_bits_t</a></li></ul></li><li>Struct <a href="structc10_1_1_i_value.html#exhale-struct-structc10-1-1-i-value">IValue</a><ul><li>Struct <a href="structc10_1_1_i_value_1_1_comp_aliased_i_values.html#exhale-struct-structc10-1-1-i-value-1-1-comp-aliased-i-values">IValue::CompAliasedIValues</a></li><li>Struct <a href="structc10_1_1_i_value_1_1_comp_identity_i_values.html#exhale-struct-structc10-1-1-i-value-1-1-comp-identity-i-values">IValue::CompIdentityIValues</a></li><li>Struct <a href="structc10_1_1_i_value_1_1_hash_aliased_i_value.html#exhale-struct-structc10-1-1-i-value-1-1-hash-aliased-i-value">IValue::HashAliasedIValue</a></li><li>Struct <a href="structc10_1_1_i_value_1_1_hash_identity_i_value.html#exhale-struct-structc10-1-1-i-value-1-1-hash-identity-i-value">IValue::HashIdentityIValue</a></li><li>Template Struct <a href="structc10_1_1_i_value_1_1_tag_type.html#exhale-struct-structc10-1-1-i-value-1-1-tag-type">IValue::TagType</a></li><li class="lastChild">Union <a href="unionc10_1_1_i_value_1_1_payload.html#exhale-union-unionc10-1-1-i-value-1-1-payload">IValue::Payload</a></li></ul></li><li>Template <a href="structc10_1_1_maybe_owned_traits_3_01at_1_1_tensor_01_4.html#exhale-struct-structc10-1-1-maybe-owned-traits-3-01at-1-1-tensor-01-4">Struct MaybeOwnedTraits< at::Tensor ></a></li><li>Template Struct <a href="structc10_1_1_optional_array.html#exhale-struct-structc10-1-1-optional-array">OptionalArray</a></li><li>Struct <a href="structc10_1_1_strong_type_ptr.html#exhale-struct-structc10-1-1-strong-type-ptr">StrongTypePtr</a></li><li>Struct <a href="structc10_1_1_weak_i_value.html#exhale-struct-structc10-1-1-weak-i-value">WeakIValue</a></li><li>Struct <a href="structc10_1_1_weak_or_strong_compilation_unit.html#exhale-struct-structc10-1-1-weak-or-strong-compilation-unit">WeakOrStrongCompilationUnit</a></li><li>Struct <a href="structc10_1_1_weak_or_strong_type_ptr.html#exhale-struct-structc10-1-1-weak-or-strong-type-ptr">WeakOrStrongTypePtr</a></li><li>Struct <a href="structc10_1_1_weak_type_ptr.html#exhale-struct-structc10-1-1-weak-type-ptr">WeakTypePtr</a></li><li>Template Class <a href="classc10_1_1_array_ref.html#exhale-class-classc10-1-1-array-ref">ArrayRef</a></li><li>Template Class <a href="classc10_1_1_dict.html#exhale-class-classc10-1-1-dict">Dict</a></li><li>Class <a href="classc10_1_1_dist_backend_error.html#exhale-class-classc10-1-1-dist-backend-error">DistBackendError</a></li><li>Class <a href="classc10_1_1_dist_error.html#exhale-class-classc10-1-1-dist-error">DistError</a></li><li>Class <a href="classc10_1_1_dist_network_error.html#exhale-class-classc10-1-1-dist-network-error">DistNetworkError</a></li><li>Class <a href="classc10_1_1_dist_store_error.html#exhale-class-classc10-1-1-dist-store-error">DistStoreError</a></li><li>Class <a href="classc10_1_1_enforce_finite_error.html#exhale-class-classc10-1-1-enforce-finite-error">EnforceFiniteError</a></li><li>Class <a href="classc10_1_1_error.html#exhale-class-classc10-1-1-error">Error</a></li><li>Class <a href="classc10_1_1_error_always_show_cpp_stacktrace.html#exhale-class-classc10-1-1-error-always-show-cpp-stacktrace">ErrorAlwaysShowCppStacktrace</a></li><li>Template Class <a href="classc10_1_1_i_list_ref.html#exhale-class-classc10-1-1-i-list-ref">IListRef</a></li><li>Class <a href="classc10_1_1_index_error.html#exhale-class-classc10-1-1-index-error">IndexError</a></li><li>Class <a href="classc10_1_1_lin_alg_error.html#exhale-class-classc10-1-1-lin-alg-error">LinAlgError</a></li><li>Template Class <a href="classc10_1_1_list.html#exhale-class-classc10-1-1-list">List</a></li><li>Class <a href="classc10_1_1_not_implemented_error.html#exhale-class-classc10-1-1-not-implemented-error">NotImplementedError</a></li><li>Class <a href="classc10_1_1_onnxfi_backend_system_error.html#exhale-class-classc10-1-1-onnxfi-backend-system-error">OnnxfiBackendSystemError</a></li><li>Template Class <a href="classc10_1_1_optional_array_ref.html#exhale-class-classc10-1-1-optional-array-ref">OptionalArrayRef</a></li><li>Class <a href="classc10_1_1_out_of_memory_error.html#exhale-class-classc10-1-1-out-of-memory-error">OutOfMemoryError</a></li><li>Class <a href="classc10_1_1_syntax_error.html#exhale-class-classc10-1-1-syntax-error">SyntaxError</a></li><li>Class <a href="classc10_1_1_type_error.html#exhale-class-classc10-1-1-type-error">TypeError</a></li><li>Class <a href="classc10_1_1_value_error.html#exhale-class-classc10-1-1-value-error">ValueError</a></li><li>Class <a href="classc10_1_1_warning.html#exhale-class-classc10-1-1-warning">Warning</a><ul><li>Class <a href="classc10_1_1_warning_1_1_deprecation_warning.html#exhale-class-classc10-1-1-warning-1-1-deprecation-warning">Warning::DeprecationWarning</a></li><li class="lastChild">Class <a href="classc10_1_1_warning_1_1_user_warning.html#exhale-class-classc10-1-1-warning-1-1-user-warning">Warning::UserWarning</a></li></ul></li><li>Class <a href="classc10_1_1_warning_handler.html#exhale-class-classc10-1-1-warning-handler">WarningHandler</a></li><li class="lastChild">Enum <a href="enum_namespacec10_1a815bc73d9ef8591e4a92a70311b71697.html#exhale-enum-namespacec10-1a815bc73d9ef8591e4a92a70311b71697">DeviceType</a></li></ul></li><li>Namespace <a href="namespace_torch.html#namespace-torch">torch</a><ul><li>Namespace <a href="namespace_torch__autograd.html#namespace-torch-autograd">torch::autograd</a><ul><li>Namespace <a href="namespace_torch__autograd__detail.html#namespace-torch-autograd-detail">torch::autograd::detail</a><ul><li class="lastChild">Struct <a href="structtorch_1_1autograd_1_1detail_1_1_make_next_function_list.html#exhale-struct-structtorch-1-1autograd-1-1detail-1-1-make-next-function-list">MakeNextFunctionList</a></li></ul></li><li>Struct <a href="structtorch_1_1autograd_1_1_autograd_context.html#exhale-struct-structtorch-1-1autograd-1-1-autograd-context">AutogradContext</a></li><li>Template Struct <a href="structtorch_1_1autograd_1_1_cpp_node.html#exhale-struct-structtorch-1-1autograd-1-1-cpp-node">CppNode</a></li><li>Struct <a href="structtorch_1_1autograd_1_1_extract_variables.html#exhale-struct-structtorch-1-1autograd-1-1-extract-variables">ExtractVariables</a></li><li>Template Struct <a href="structtorch_1_1autograd_1_1_function.html#exhale-struct-structtorch-1-1autograd-1-1-function">Function</a></li><li>Struct <a href="structtorch_1_1autograd_1_1_node.html#exhale-struct-structtorch-1-1autograd-1-1-node">Node</a><ul><li class="lastChild">Struct <a href="structtorch_1_1autograd_1_1_node_1_1undefined__input.html#exhale-struct-structtorch-1-1autograd-1-1-node-1-1undefined-input">Node::undefined_input</a></li></ul></li><li>Struct <a href="structtorch_1_1autograd_1_1_traceable_function.html#exhale-struct-structtorch-1-1autograd-1-1-traceable-function">TraceableFunction</a></li><li>Struct <a href="structtorch_1_1autograd_1_1_type_and_size.html#exhale-struct-structtorch-1-1autograd-1-1-type-and-size">TypeAndSize</a></li><li class="lastChild">Class <a href="classtorch_1_1autograd_1_1_node_guard.html#exhale-class-classtorch-1-1autograd-1-1-node-guard">NodeGuard</a></li></ul></li><li>Namespace <a href="namespace_torch__data.html#namespace-torch-data">torch::data</a><ul><li>Namespace <a href="namespace_torch__data__datasets.html#namespace-torch-data-datasets">torch::data::datasets</a><ul><li>Namespace <a href="namespace_torch__data__datasets__detail.html#namespace-torch-data-datasets-detail">torch::data::datasets::detail</a><ul><li>Template Struct <a href="structtorch_1_1data_1_1datasets_1_1detail_1_1is__optional.html#exhale-struct-structtorch-1-1data-1-1datasets-1-1detail-1-1is-optional">is_optional</a></li><li class="lastChild">Template Class <a href="classtorch_1_1data_1_1datasets_1_1detail_1_1_batch_data_buffer.html#exhale-class-classtorch-1-1data-1-1datasets-1-1detail-1-1-batch-data-buffer">BatchDataBuffer</a><ul><li class="lastChild">Struct <a href="structtorch_1_1data_1_1datasets_1_1detail_1_1_batch_data_buffer_1_1_unwrapped_batch_data.html#exhale-struct-structtorch-1-1data-1-1datasets-1-1detail-1-1-batch-data-buffer-1-1-unwrapped-batch-data">BatchDataBuffer::UnwrappedBatchData</a></li></ul></li></ul></li><li>Struct <a href="structtorch_1_1data_1_1datasets_1_1_chunk_dataset_options.html#exhale-struct-structtorch-1-1data-1-1datasets-1-1-chunk-dataset-options">ChunkDatasetOptions</a></li><li>Struct <a href="structtorch_1_1data_1_1datasets_1_1_tensor_dataset.html#exhale-struct-structtorch-1-1data-1-1datasets-1-1-tensor-dataset">TensorDataset</a></li><li>Template Class <a href="classtorch_1_1data_1_1datasets_1_1_batch_dataset.html#exhale-class-classtorch-1-1data-1-1datasets-1-1-batch-dataset">BatchDataset</a></li><li>Template Class <a href="classtorch_1_1data_1_1datasets_1_1_chunk_data_reader.html#exhale-class-classtorch-1-1data-1-1datasets-1-1-chunk-data-reader">ChunkDataReader</a></li><li>Template Class <a href="classtorch_1_1data_1_1datasets_1_1_chunk_dataset.html#exhale-class-classtorch-1-1data-1-1datasets-1-1-chunk-dataset">ChunkDataset</a></li><li>Template Class <a href="classtorch_1_1data_1_1datasets_1_1_dataset.html#exhale-class-classtorch-1-1data-1-1datasets-1-1-dataset">Dataset</a></li><li>Template Class <a href="classtorch_1_1data_1_1datasets_1_1_map_dataset.html#exhale-class-classtorch-1-1data-1-1datasets-1-1-map-dataset">MapDataset</a></li><li>Class <a href="classtorch_1_1data_1_1datasets_1_1_m_n_i_s_t.html#exhale-class-classtorch-1-1data-1-1datasets-1-1-m-n-i-s-t">MNIST</a></li><li>Template Class <a href="classtorch_1_1data_1_1datasets_1_1_shared_batch_dataset.html#exhale-class-classtorch-1-1data-1-1datasets-1-1-shared-batch-dataset">SharedBatchDataset</a></li><li class="lastChild">Template Class <a href="classtorch_1_1data_1_1datasets_1_1_stateful_dataset.html#exhale-class-classtorch-1-1data-1-1datasets-1-1-stateful-dataset">StatefulDataset</a></li></ul></li><li>Namespace <a href="namespace_torch__data__detail.html#namespace-torch-data-detail">torch::data::detail</a><ul><li>Namespace <a href="namespace_torch__data__detail__sequencers.html#namespace-torch-data-detail-sequencers">torch::data::detail::sequencers</a><ul><li>Template Struct <a href="structtorch_1_1data_1_1detail_1_1sequencers_1_1_no_sequencer.html#exhale-struct-structtorch-1-1data-1-1detail-1-1sequencers-1-1-no-sequencer">NoSequencer</a></li><li>Template Struct <a href="structtorch_1_1data_1_1detail_1_1sequencers_1_1_ordered_sequencer.html#exhale-struct-structtorch-1-1data-1-1detail-1-1sequencers-1-1-ordered-sequencer">OrderedSequencer</a></li><li class="lastChild">Template Struct <a href="structtorch_1_1data_1_1detail_1_1sequencers_1_1_sequencer.html#exhale-struct-structtorch-1-1data-1-1detail-1-1sequencers-1-1-sequencer">Sequencer</a></li></ul></li><li>Template Struct <a href="structtorch_1_1data_1_1detail_1_1_sentinel_iterator.html#exhale-struct-structtorch-1-1data-1-1detail-1-1-sentinel-iterator">SentinelIterator</a></li><li>Template Struct <a href="structtorch_1_1data_1_1detail_1_1_valid_iterator.html#exhale-struct-structtorch-1-1data-1-1detail-1-1-valid-iterator">ValidIterator</a></li><li>Template Class <a href="classtorch_1_1data_1_1detail_1_1_data_shuttle.html#exhale-class-classtorch-1-1data-1-1detail-1-1-data-shuttle">DataShuttle</a></li><li class="lastChild">Template Class <a href="classtorch_1_1data_1_1detail_1_1_queue.html#exhale-class-classtorch-1-1data-1-1detail-1-1-queue">Queue</a></li></ul></li><li>Namespace <a href="namespace_torch__data__samplers.html#namespace-torch-data-samplers">torch::data::samplers</a><ul><li>Struct <a href="structtorch_1_1data_1_1samplers_1_1_batch_size.html#exhale-struct-structtorch-1-1data-1-1samplers-1-1-batch-size">BatchSize</a></li><li>Struct <a href="structtorch_1_1data_1_1samplers_1_1_custom_batch_request.html#exhale-struct-structtorch-1-1data-1-1samplers-1-1-custom-batch-request">CustomBatchRequest</a></li><li>Class <a href="classtorch_1_1data_1_1samplers_1_1_distributed_random_sampler.html#exhale-class-classtorch-1-1data-1-1samplers-1-1-distributed-random-sampler">DistributedRandomSampler</a></li><li>Template Class <a href="classtorch_1_1data_1_1samplers_1_1_distributed_sampler.html#exhale-class-classtorch-1-1data-1-1samplers-1-1-distributed-sampler">DistributedSampler</a></li><li>Class <a href="classtorch_1_1data_1_1samplers_1_1_distributed_sequential_sampler.html#exhale-class-classtorch-1-1data-1-1samplers-1-1-distributed-sequential-sampler">DistributedSequentialSampler</a></li><li>Class <a href="classtorch_1_1data_1_1samplers_1_1_random_sampler.html#exhale-class-classtorch-1-1data-1-1samplers-1-1-random-sampler">RandomSampler</a></li><li>Template Class <a href="classtorch_1_1data_1_1samplers_1_1_sampler.html#exhale-class-classtorch-1-1data-1-1samplers-1-1-sampler">Sampler</a></li><li>Class <a href="classtorch_1_1data_1_1samplers_1_1_sequential_sampler.html#exhale-class-classtorch-1-1data-1-1samplers-1-1-sequential-sampler">SequentialSampler</a></li><li class="lastChild">Class <a href="classtorch_1_1data_1_1samplers_1_1_stream_sampler.html#exhale-class-classtorch-1-1data-1-1samplers-1-1-stream-sampler">StreamSampler</a></li></ul></li><li>Namespace <a href="namespace_torch__data__transforms.html#namespace-torch-data-transforms">torch::data::transforms</a><ul><li>Template Struct <a href="structtorch_1_1data_1_1transforms_1_1_normalize.html#exhale-struct-structtorch-1-1data-1-1transforms-1-1-normalize">Normalize</a></li><li>Template Struct <a href="structtorch_1_1data_1_1transforms_1_1_stack.html#exhale-struct-structtorch-1-1data-1-1transforms-1-1-stack">Stack</a></li><li>Template <a href="structtorch_1_1data_1_1transforms_1_1_stack_3_01_example_3_4_01_4.html#exhale-struct-structtorch-1-1data-1-1transforms-1-1-stack-3-01-example-3-4-01-4">Struct Stack< Example<> ></a></li><li>Template <a href="structtorch_1_1data_1_1transforms_1_1_stack_3_01_tensor_example_01_4.html#exhale-struct-structtorch-1-1data-1-1transforms-1-1-stack-3-01-tensor-example-01-4">Struct Stack< TensorExample ></a></li><li>Template Class <a href="classtorch_1_1data_1_1transforms_1_1_batch_lambda.html#exhale-class-classtorch-1-1data-1-1transforms-1-1-batch-lambda">BatchLambda</a></li><li>Template Class <a href="classtorch_1_1data_1_1transforms_1_1_batch_transform.html#exhale-class-classtorch-1-1data-1-1transforms-1-1-batch-transform">BatchTransform</a></li><li>Template Class <a href="classtorch_1_1data_1_1transforms_1_1_lambda.html#exhale-class-classtorch-1-1data-1-1transforms-1-1-lambda">Lambda</a></li><li>Template Class <a href="classtorch_1_1data_1_1transforms_1_1_tensor_lambda.html#exhale-class-classtorch-1-1data-1-1transforms-1-1-tensor-lambda">TensorLambda</a></li><li>Template Class <a href="classtorch_1_1data_1_1transforms_1_1_tensor_transform.html#exhale-class-classtorch-1-1data-1-1transforms-1-1-tensor-transform">TensorTransform</a></li><li class="lastChild">Template Class <a href="classtorch_1_1data_1_1transforms_1_1_transform.html#exhale-class-classtorch-1-1data-1-1transforms-1-1-transform">Transform</a></li></ul></li><li>Struct <a href="structtorch_1_1data_1_1_data_loader_options.html#exhale-struct-structtorch-1-1data-1-1-data-loader-options">DataLoaderOptions</a></li><li>Template Struct <a href="structtorch_1_1data_1_1_example.html#exhale-struct-structtorch-1-1data-1-1-example">Example</a></li><li>Template Struct <a href="structtorch_1_1data_1_1_example_3_01_data_00_01example_1_1_no_target_01_4.html#exhale-struct-structtorch-1-1data-1-1-example-3-01-data-00-01example-1-1-no-target-01-4">Example< Data, example::NoTarget ></a></li><li>Struct <a href="structtorch_1_1data_1_1_full_data_loader_options.html#exhale-struct-structtorch-1-1data-1-1-full-data-loader-options">FullDataLoaderOptions</a></li><li>Struct <a href="structtorch_1_1data_1_1_worker_exception.html#exhale-struct-structtorch-1-1data-1-1-worker-exception">WorkerException</a></li><li>Template Class <a href="classtorch_1_1data_1_1_data_loader_base.html#exhale-class-classtorch-1-1data-1-1-data-loader-base">DataLoaderBase</a><ul><li>Struct <a href="structtorch_1_1data_1_1_data_loader_base_1_1_job.html#exhale-struct-structtorch-1-1data-1-1-data-loader-base-1-1-job">DataLoaderBase::Job</a></li><li>Struct <a href="structtorch_1_1data_1_1_data_loader_base_1_1_quit_worker.html#exhale-struct-structtorch-1-1data-1-1-data-loader-base-1-1-quit-worker">DataLoaderBase::QuitWorker</a></li><li>Struct <a href="structtorch_1_1data_1_1_data_loader_base_1_1_result.html#exhale-struct-structtorch-1-1data-1-1-data-loader-base-1-1-result">DataLoaderBase::Result</a></li><li class="lastChild">Struct <a href="structtorch_1_1data_1_1_data_loader_base_1_1_sequenced.html#exhale-struct-structtorch-1-1data-1-1-data-loader-base-1-1-sequenced">DataLoaderBase::Sequenced</a></li></ul></li><li>Template Class <a href="classtorch_1_1data_1_1_iterator.html#exhale-class-classtorch-1-1data-1-1-iterator">Iterator</a></li><li>Template Class <a href="classtorch_1_1data_1_1_stateful_data_loader.html#exhale-class-classtorch-1-1data-1-1-stateful-data-loader">StatefulDataLoader</a></li><li class="lastChild">Template Class <a href="classtorch_1_1data_1_1_stateless_data_loader.html#exhale-class-classtorch-1-1data-1-1-stateless-data-loader">StatelessDataLoader</a></li></ul></li><li>Namespace <a href="namespace_torch__detail.html#namespace-torch-detail">torch::detail</a><ul><li>Class <a href="classtorch_1_1detail_1_1_class_not_selected.html#exhale-class-classtorch-1-1detail-1-1-class-not-selected">ClassNotSelected</a></li><li>Template Class <a href="classtorch_1_1detail_1_1_selective_str.html#exhale-class-classtorch-1-1detail-1-1-selective-str">SelectiveStr</a></li><li class="lastChild">Class <a href="classtorch_1_1detail_1_1_torch_library_init.html#exhale-class-classtorch-1-1detail-1-1-torch-library-init">TorchLibraryInit</a></li></ul></li><li>Namespace <a href="namespace_torch__enumtype.html#namespace-torch-enumtype">torch::enumtype</a><ul><li>Struct <a href="structtorch_1_1enumtype_1_1__compute__enum__name.html#exhale-struct-structtorch-1-1enumtype-1-1-compute-enum-name">_compute_enum_name</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_area.html#exhale-struct-structtorch-1-1enumtype-1-1k-area">kArea</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_batch_mean.html#exhale-struct-structtorch-1-1enumtype-1-1k-batch-mean">kBatchMean</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_bicubic.html#exhale-struct-structtorch-1-1enumtype-1-1k-bicubic">kBicubic</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_bilinear.html#exhale-struct-structtorch-1-1enumtype-1-1k-bilinear">kBilinear</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_border.html#exhale-struct-structtorch-1-1enumtype-1-1k-border">kBorder</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_circular.html#exhale-struct-structtorch-1-1enumtype-1-1k-circular">kCircular</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_constant.html#exhale-struct-structtorch-1-1enumtype-1-1k-constant">kConstant</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_conv1_d.html#exhale-struct-structtorch-1-1enumtype-1-1k-conv1-d">kConv1D</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_conv2_d.html#exhale-struct-structtorch-1-1enumtype-1-1k-conv2-d">kConv2D</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_conv3_d.html#exhale-struct-structtorch-1-1enumtype-1-1k-conv3-d">kConv3D</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_conv_transpose1_d.html#exhale-struct-structtorch-1-1enumtype-1-1k-conv-transpose1-d">kConvTranspose1D</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_conv_transpose2_d.html#exhale-struct-structtorch-1-1enumtype-1-1k-conv-transpose2-d">kConvTranspose2D</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_conv_transpose3_d.html#exhale-struct-structtorch-1-1enumtype-1-1k-conv-transpose3-d">kConvTranspose3D</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_fan_in.html#exhale-struct-structtorch-1-1enumtype-1-1k-fan-in">kFanIn</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_fan_out.html#exhale-struct-structtorch-1-1enumtype-1-1k-fan-out">kFanOut</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_g_e_l_u.html#exhale-struct-structtorch-1-1enumtype-1-1k-g-e-l-u">kGELU</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_g_r_u.html#exhale-struct-structtorch-1-1enumtype-1-1k-g-r-u">kGRU</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_leaky_re_l_u.html#exhale-struct-structtorch-1-1enumtype-1-1k-leaky-re-l-u">kLeakyReLU</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_linear.html#exhale-struct-structtorch-1-1enumtype-1-1k-linear">kLinear</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_l_s_t_m.html#exhale-struct-structtorch-1-1enumtype-1-1k-l-s-t-m">kLSTM</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_max.html#exhale-struct-structtorch-1-1enumtype-1-1k-max">kMax</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_mean.html#exhale-struct-structtorch-1-1enumtype-1-1k-mean">kMean</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_mish.html#exhale-struct-structtorch-1-1enumtype-1-1k-mish">kMish</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_nearest.html#exhale-struct-structtorch-1-1enumtype-1-1k-nearest">kNearest</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_nearest_exact.html#exhale-struct-structtorch-1-1enumtype-1-1k-nearest-exact">kNearestExact</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_none.html#exhale-struct-structtorch-1-1enumtype-1-1k-none">kNone</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_reflect.html#exhale-struct-structtorch-1-1enumtype-1-1k-reflect">kReflect</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_reflection.html#exhale-struct-structtorch-1-1enumtype-1-1k-reflection">kReflection</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_re_l_u.html#exhale-struct-structtorch-1-1enumtype-1-1k-re-l-u">kReLU</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_replicate.html#exhale-struct-structtorch-1-1enumtype-1-1k-replicate">kReplicate</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_r_n_n___r_e_l_u.html#exhale-struct-structtorch-1-1enumtype-1-1k-r-n-n--r-e-l-u">kRNN_RELU</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_r_n_n___t_a_n_h.html#exhale-struct-structtorch-1-1enumtype-1-1k-r-n-n--t-a-n-h">kRNN_TANH</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_same.html#exhale-struct-structtorch-1-1enumtype-1-1k-same">kSame</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_sigmoid.html#exhale-struct-structtorch-1-1enumtype-1-1k-sigmoid">kSigmoid</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_si_l_u.html#exhale-struct-structtorch-1-1enumtype-1-1k-si-l-u">kSiLU</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_sum.html#exhale-struct-structtorch-1-1enumtype-1-1k-sum">kSum</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_tanh.html#exhale-struct-structtorch-1-1enumtype-1-1k-tanh">kTanh</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_trilinear.html#exhale-struct-structtorch-1-1enumtype-1-1k-trilinear">kTrilinear</a></li><li>Struct <a href="structtorch_1_1enumtype_1_1k_valid.html#exhale-struct-structtorch-1-1enumtype-1-1k-valid">kValid</a></li><li class="lastChild">Struct <a href="structtorch_1_1enumtype_1_1k_zeros.html#exhale-struct-structtorch-1-1enumtype-1-1k-zeros">kZeros</a></li></ul></li><li>Namespace <a href="namespace_torch__jit.html#namespace-torch-jit">torch::jit</a><ul><li>Namespace <a href="namespace_torch__jit__detail.html#namespace-torch-jit-detail">torch::jit::detail</a><ul><li>Struct <a href="structtorch_1_1jit_1_1detail_1_1_attribute_policy.html#exhale-struct-structtorch-1-1jit-1-1detail-1-1-attribute-policy">AttributePolicy</a></li><li>Struct <a href="structtorch_1_1jit_1_1detail_1_1_buffer_policy.html#exhale-struct-structtorch-1-1jit-1-1detail-1-1-buffer-policy">BufferPolicy</a></li><li>Struct <a href="structtorch_1_1jit_1_1detail_1_1_module_policy.html#exhale-struct-structtorch-1-1jit-1-1detail-1-1-module-policy">ModulePolicy</a></li><li>Template Struct <a href="structtorch_1_1jit_1_1detail_1_1_named_policy.html#exhale-struct-structtorch-1-1jit-1-1detail-1-1-named-policy">NamedPolicy</a></li><li>Struct <a href="structtorch_1_1jit_1_1detail_1_1_parameter_policy.html#exhale-struct-structtorch-1-1jit-1-1detail-1-1-parameter-policy">ParameterPolicy</a></li><li class="lastChild">Struct <a href="structtorch_1_1jit_1_1detail_1_1_slot_cursor.html#exhale-struct-structtorch-1-1jit-1-1detail-1-1-slot-cursor">SlotCursor</a></li></ul></li><li>Enum <a href="enum_namespacetorch_1_1jit_1a33b0e85b446312a7b082bf7789d6369a.html#exhale-enum-namespacetorch-1-1jit-1a33b0e85b446312a7b082bf7789d6369a">FusionBehavior</a></li><li>Struct <a href="structtorch_1_1jit_1_1_module.html#exhale-struct-structtorch-1-1jit-1-1-module">Module</a></li><li>Template Struct <a href="structtorch_1_1jit_1_1_named.html#exhale-struct-structtorch-1-1jit-1-1-named">Named</a></li><li>Struct <a href="structtorch_1_1jit_1_1_register_operators.html#exhale-struct-structtorch-1-1jit-1-1-register-operators">RegisterOperators</a></li><li>Template Struct <a href="structtorch_1_1jit_1_1slot__iterator__impl.html#exhale-struct-structtorch-1-1jit-1-1slot-iterator-impl">slot_iterator_impl</a></li><li class="lastChild">Template Struct <a href="structtorch_1_1jit_1_1slot__list__impl.html#exhale-struct-structtorch-1-1jit-1-1slot-list-impl">slot_list_impl</a></li></ul></li><li>Namespace <a href="namespace_torch__nn.html#namespace-torch-nn">torch::nn</a><ul><li>Namespace <a href="namespace_torch__nn__detail.html#namespace-torch-nn-detail">torch::nn::detail</a><ul><li>Template Struct <a href="structtorch_1_1nn_1_1detail_1_1_conv_nd_options.html#exhale-struct-structtorch-1-1nn-1-1detail-1-1-conv-nd-options">ConvNdOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1detail_1_1_r_n_n_cell_options_base.html#exhale-struct-structtorch-1-1nn-1-1detail-1-1-r-n-n-cell-options-base">RNNCellOptionsBase</a></li><li>Struct <a href="structtorch_1_1nn_1_1detail_1_1_r_n_n_options_base.html#exhale-struct-structtorch-1-1nn-1-1detail-1-1-r-n-n-options-base">RNNOptionsBase</a></li><li>Template Class <a href="classtorch_1_1nn_1_1detail_1_1___dropout_nd.html#exhale-class-classtorch-1-1nn-1-1detail-1-1--dropout-nd">_DropoutNd</a></li><li>Template Class <a href="classtorch_1_1nn_1_1detail_1_1_r_n_n_cell_impl_base.html#exhale-class-classtorch-1-1nn-1-1detail-1-1-r-n-n-cell-impl-base">RNNCellImplBase</a></li><li class="lastChild">Template Class <a href="classtorch_1_1nn_1_1detail_1_1_r_n_n_impl_base.html#exhale-class-classtorch-1-1nn-1-1detail-1-1-r-n-n-impl-base">RNNImplBase</a></li></ul></li><li>Namespace <a href="namespace_torch__nn__functional.html#namespace-torch-nn-functional">torch::nn::functional</a><ul><li>Struct <a href="structtorch_1_1nn_1_1functional_1_1_alpha_dropout_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-alpha-dropout-func-options">AlphaDropoutFuncOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1functional_1_1_batch_norm_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-batch-norm-func-options">BatchNormFuncOptions</a></li><li>Template Struct <a href="structtorch_1_1nn_1_1functional_1_1_conv_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-conv-func-options">ConvFuncOptions</a></li><li>Template Struct <a href="structtorch_1_1nn_1_1functional_1_1_conv_transpose_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-conv-transpose-func-options">ConvTransposeFuncOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1functional_1_1_dropout_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-dropout-func-options">DropoutFuncOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1functional_1_1_embedding_bag_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-embedding-bag-func-options">EmbeddingBagFuncOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1functional_1_1_embedding_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-embedding-func-options">EmbeddingFuncOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1functional_1_1_feature_alpha_dropout_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-feature-alpha-dropout-func-options">FeatureAlphaDropoutFuncOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1functional_1_1_grid_sample_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-grid-sample-func-options">GridSampleFuncOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1functional_1_1_group_norm_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-group-norm-func-options">GroupNormFuncOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1functional_1_1_gumbel_softmax_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-gumbel-softmax-func-options">GumbelSoftmaxFuncOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1functional_1_1_instance_norm_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-instance-norm-func-options">InstanceNormFuncOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1functional_1_1_interpolate_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-interpolate-func-options">InterpolateFuncOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1functional_1_1_layer_norm_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-layer-norm-func-options">LayerNormFuncOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1functional_1_1_log_softmax_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-log-softmax-func-options">LogSoftmaxFuncOptions</a></li><li>Template Struct <a href="structtorch_1_1nn_1_1functional_1_1_max_unpool_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-max-unpool-func-options">MaxUnpoolFuncOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1functional_1_1_multihead_attention_forward_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-multihead-attention-forward-func-options">MultiheadAttentionForwardFuncOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1functional_1_1_normalize_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-normalize-func-options">NormalizeFuncOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1functional_1_1_pad_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-pad-func-options">PadFuncOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1functional_1_1_r_re_l_u_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-r-re-l-u-func-options">RReLUFuncOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1functional_1_1_softmax_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-softmax-func-options">SoftmaxFuncOptions</a></li><li class="lastChild">Struct <a href="structtorch_1_1nn_1_1functional_1_1_softmin_func_options.html#exhale-struct-structtorch-1-1nn-1-1functional-1-1-softmin-func-options">SoftminFuncOptions</a></li></ul></li><li>Namespace <a href="namespace_torch__nn__functions.html#namespace-torch-nn-functions">torch::nn::functions</a><ul><li class="lastChild">Class <a href="classtorch_1_1nn_1_1functions_1_1_cross_map_l_r_n2d.html#exhale-class-classtorch-1-1nn-1-1functions-1-1-cross-map-l-r-n2d">CrossMapLRN2d</a></li></ul></li><li>Namespace <a href="namespace_torch__nn__utils.html#namespace-torch-nn-utils">torch::nn::utils</a><ul><li class="lastChild">Namespace <a href="namespace_torch__nn__utils__rnn.html#namespace-torch-nn-utils-rnn">torch::nn::utils::rnn</a><ul><li class="lastChild">Class <a href="classtorch_1_1nn_1_1utils_1_1rnn_1_1_packed_sequence.html#exhale-class-classtorch-1-1nn-1-1utils-1-1rnn-1-1-packed-sequence">PackedSequence</a></li></ul></li></ul></li><li>Template Struct <a href="structtorch_1_1nn_1_1_adaptive_avg_pool_options.html#exhale-struct-structtorch-1-1nn-1-1-adaptive-avg-pool-options">AdaptiveAvgPoolOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_adaptive_log_softmax_with_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-adaptive-log-softmax-with-loss-options">AdaptiveLogSoftmaxWithLossOptions</a></li><li>Template Struct <a href="structtorch_1_1nn_1_1_adaptive_max_pool_options.html#exhale-struct-structtorch-1-1nn-1-1-adaptive-max-pool-options">AdaptiveMaxPoolOptions</a></li><li>Template Struct <a href="structtorch_1_1nn_1_1_any_module_holder.html#exhale-struct-structtorch-1-1nn-1-1-any-module-holder">AnyModuleHolder</a><ul><li>Struct <a href="structtorch_1_1nn_1_1_any_module_holder_1_1_checked_getter.html#exhale-struct-structtorch-1-1nn-1-1-any-module-holder-1-1-checked-getter">AnyModuleHolder::CheckedGetter</a></li><li class="lastChild">Struct <a href="structtorch_1_1nn_1_1_any_module_holder_1_1_invoke_forward.html#exhale-struct-structtorch-1-1nn-1-1-any-module-holder-1-1-invoke-forward">AnyModuleHolder::InvokeForward</a></li></ul></li><li>Struct <a href="structtorch_1_1nn_1_1_any_module_placeholder.html#exhale-struct-structtorch-1-1nn-1-1-any-module-placeholder">AnyModulePlaceholder</a></li><li>Struct <a href="structtorch_1_1nn_1_1_a_s_moutput.html#exhale-struct-structtorch-1-1nn-1-1-a-s-moutput">ASMoutput</a></li><li>Template Struct <a href="structtorch_1_1nn_1_1_avg_pool_options.html#exhale-struct-structtorch-1-1nn-1-1-avg-pool-options">AvgPoolOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_batch_norm_options.html#exhale-struct-structtorch-1-1nn-1-1-batch-norm-options">BatchNormOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_b_c_e_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-b-c-e-loss-options">BCELossOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_b_c_e_with_logits_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-b-c-e-with-logits-loss-options">BCEWithLogitsLossOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_bilinear_options.html#exhale-struct-structtorch-1-1nn-1-1-bilinear-options">BilinearOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_c_e_l_u_options.html#exhale-struct-structtorch-1-1nn-1-1-c-e-l-u-options">CELUOptions</a></li><li>Template Struct <a href="structtorch_1_1nn_1_1_constant_pad_options.html#exhale-struct-structtorch-1-1nn-1-1-constant-pad-options">ConstantPadOptions</a></li><li>Template Struct <a href="structtorch_1_1nn_1_1_conv_options.html#exhale-struct-structtorch-1-1nn-1-1-conv-options">ConvOptions</a></li><li>Template Struct <a href="structtorch_1_1nn_1_1_conv_transpose_options.html#exhale-struct-structtorch-1-1nn-1-1-conv-transpose-options">ConvTransposeOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_cosine_embedding_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-cosine-embedding-loss-options">CosineEmbeddingLossOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_cosine_similarity_options.html#exhale-struct-structtorch-1-1nn-1-1-cosine-similarity-options">CosineSimilarityOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_cross_entropy_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-cross-entropy-loss-options">CrossEntropyLossOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_cross_map_l_r_n2d_options.html#exhale-struct-structtorch-1-1nn-1-1-cross-map-l-r-n2d-options">CrossMapLRN2dOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_c_t_c_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-c-t-c-loss-options">CTCLossOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_dropout_options.html#exhale-struct-structtorch-1-1nn-1-1-dropout-options">DropoutOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_e_l_u_options.html#exhale-struct-structtorch-1-1nn-1-1-e-l-u-options">ELUOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_embedding_bag_from_pretrained_options.html#exhale-struct-structtorch-1-1nn-1-1-embedding-bag-from-pretrained-options">EmbeddingBagFromPretrainedOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_embedding_bag_options.html#exhale-struct-structtorch-1-1nn-1-1-embedding-bag-options">EmbeddingBagOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_embedding_from_pretrained_options.html#exhale-struct-structtorch-1-1nn-1-1-embedding-from-pretrained-options">EmbeddingFromPretrainedOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_embedding_options.html#exhale-struct-structtorch-1-1nn-1-1-embedding-options">EmbeddingOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_flatten_options.html#exhale-struct-structtorch-1-1nn-1-1-flatten-options">FlattenOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_fold_options.html#exhale-struct-structtorch-1-1nn-1-1-fold-options">FoldOptions</a></li><li>Template Struct <a href="structtorch_1_1nn_1_1_fractional_max_pool_options.html#exhale-struct-structtorch-1-1nn-1-1-fractional-max-pool-options">FractionalMaxPoolOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_g_e_l_u_options.html#exhale-struct-structtorch-1-1nn-1-1-g-e-l-u-options">GELUOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_g_l_u_options.html#exhale-struct-structtorch-1-1nn-1-1-g-l-u-options">GLUOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_group_norm_options.html#exhale-struct-structtorch-1-1nn-1-1-group-norm-options">GroupNormOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_g_r_u_cell_options.html#exhale-struct-structtorch-1-1nn-1-1-g-r-u-cell-options">GRUCellOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_g_r_u_options.html#exhale-struct-structtorch-1-1nn-1-1-g-r-u-options">GRUOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_hardshrink_options.html#exhale-struct-structtorch-1-1nn-1-1-hardshrink-options">HardshrinkOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_hardtanh_options.html#exhale-struct-structtorch-1-1nn-1-1-hardtanh-options">HardtanhOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_hinge_embedding_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-hinge-embedding-loss-options">HingeEmbeddingLossOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_huber_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-huber-loss-options">HuberLossOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_instance_norm_options.html#exhale-struct-structtorch-1-1nn-1-1-instance-norm-options">InstanceNormOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_k_l_div_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-k-l-div-loss-options">KLDivLossOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_l1_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-l1-loss-options">L1LossOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_layer_norm_options.html#exhale-struct-structtorch-1-1nn-1-1-layer-norm-options">LayerNormOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_leaky_re_l_u_options.html#exhale-struct-structtorch-1-1nn-1-1-leaky-re-l-u-options">LeakyReLUOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_linear_options.html#exhale-struct-structtorch-1-1nn-1-1-linear-options">LinearOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_local_response_norm_options.html#exhale-struct-structtorch-1-1nn-1-1-local-response-norm-options">LocalResponseNormOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_log_softmax_options.html#exhale-struct-structtorch-1-1nn-1-1-log-softmax-options">LogSoftmaxOptions</a></li><li>Template Struct <a href="structtorch_1_1nn_1_1_l_p_pool_options.html#exhale-struct-structtorch-1-1nn-1-1-l-p-pool-options">LPPoolOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_l_s_t_m_cell_options.html#exhale-struct-structtorch-1-1nn-1-1-l-s-t-m-cell-options">LSTMCellOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_l_s_t_m_options.html#exhale-struct-structtorch-1-1nn-1-1-l-s-t-m-options">LSTMOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_margin_ranking_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-margin-ranking-loss-options">MarginRankingLossOptions</a></li><li>Template Struct <a href="structtorch_1_1nn_1_1_max_pool_options.html#exhale-struct-structtorch-1-1nn-1-1-max-pool-options">MaxPoolOptions</a></li><li>Template Struct <a href="structtorch_1_1nn_1_1_max_unpool_options.html#exhale-struct-structtorch-1-1nn-1-1-max-unpool-options">MaxUnpoolOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_m_s_e_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-m-s-e-loss-options">MSELossOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_multihead_attention_options.html#exhale-struct-structtorch-1-1nn-1-1-multihead-attention-options">MultiheadAttentionOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_multi_label_margin_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-multi-label-margin-loss-options">MultiLabelMarginLossOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_multi_label_soft_margin_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-multi-label-soft-margin-loss-options">MultiLabelSoftMarginLossOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_multi_margin_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-multi-margin-loss-options">MultiMarginLossOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_n_l_l_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-n-l-l-loss-options">NLLLossOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_pairwise_distance_options.html#exhale-struct-structtorch-1-1nn-1-1-pairwise-distance-options">PairwiseDistanceOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_pixel_shuffle_options.html#exhale-struct-structtorch-1-1nn-1-1-pixel-shuffle-options">PixelShuffleOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_pixel_unshuffle_options.html#exhale-struct-structtorch-1-1nn-1-1-pixel-unshuffle-options">PixelUnshuffleOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_poisson_n_l_l_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-poisson-n-l-l-loss-options">PoissonNLLLossOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_p_re_l_u_options.html#exhale-struct-structtorch-1-1nn-1-1-p-re-l-u-options">PReLUOptions</a></li><li>Template Struct <a href="structtorch_1_1nn_1_1_reflection_pad_options.html#exhale-struct-structtorch-1-1nn-1-1-reflection-pad-options">ReflectionPadOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_re_l_u6_options.html#exhale-struct-structtorch-1-1nn-1-1-re-l-u6-options">ReLU6Options</a></li><li>Struct <a href="structtorch_1_1nn_1_1_re_l_u_options.html#exhale-struct-structtorch-1-1nn-1-1-re-l-u-options">ReLUOptions</a></li><li>Template Struct <a href="structtorch_1_1nn_1_1_replication_pad_options.html#exhale-struct-structtorch-1-1nn-1-1-replication-pad-options">ReplicationPadOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_r_n_n_cell_options.html#exhale-struct-structtorch-1-1nn-1-1-r-n-n-cell-options">RNNCellOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_r_n_n_options.html#exhale-struct-structtorch-1-1nn-1-1-r-n-n-options">RNNOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_r_re_l_u_options.html#exhale-struct-structtorch-1-1nn-1-1-r-re-l-u-options">RReLUOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_s_e_l_u_options.html#exhale-struct-structtorch-1-1nn-1-1-s-e-l-u-options">SELUOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_smooth_l1_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-smooth-l1-loss-options">SmoothL1LossOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_soft_margin_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-soft-margin-loss-options">SoftMarginLossOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_softmax_options.html#exhale-struct-structtorch-1-1nn-1-1-softmax-options">SoftmaxOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_softmin_options.html#exhale-struct-structtorch-1-1nn-1-1-softmin-options">SoftminOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_softplus_options.html#exhale-struct-structtorch-1-1nn-1-1-softplus-options">SoftplusOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_softshrink_options.html#exhale-struct-structtorch-1-1nn-1-1-softshrink-options">SoftshrinkOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_threshold_options.html#exhale-struct-structtorch-1-1nn-1-1-threshold-options">ThresholdOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_transformer_decoder_layer_options.html#exhale-struct-structtorch-1-1nn-1-1-transformer-decoder-layer-options">TransformerDecoderLayerOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_transformer_decoder_options.html#exhale-struct-structtorch-1-1nn-1-1-transformer-decoder-options">TransformerDecoderOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_transformer_encoder_layer_options.html#exhale-struct-structtorch-1-1nn-1-1-transformer-encoder-layer-options">TransformerEncoderLayerOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_transformer_encoder_options.html#exhale-struct-structtorch-1-1nn-1-1-transformer-encoder-options">TransformerEncoderOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_transformer_options.html#exhale-struct-structtorch-1-1nn-1-1-transformer-options">TransformerOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_triplet_margin_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-triplet-margin-loss-options">TripletMarginLossOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_triplet_margin_with_distance_loss_options.html#exhale-struct-structtorch-1-1nn-1-1-triplet-margin-with-distance-loss-options">TripletMarginWithDistanceLossOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_unflatten_options.html#exhale-struct-structtorch-1-1nn-1-1-unflatten-options">UnflattenOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_unfold_options.html#exhale-struct-structtorch-1-1nn-1-1-unfold-options">UnfoldOptions</a></li><li>Struct <a href="structtorch_1_1nn_1_1_upsample_options.html#exhale-struct-structtorch-1-1nn-1-1-upsample-options">UpsampleOptions</a></li><li>Template Struct <a href="structtorch_1_1nn_1_1_zero_pad_options.html#exhale-struct-structtorch-1-1nn-1-1-zero-pad-options">ZeroPadOptions</a></li><li>Class <a href="classtorch_1_1nn_1_1_adaptive_avg_pool1d.html#exhale-class-classtorch-1-1nn-1-1-adaptive-avg-pool1d">AdaptiveAvgPool1d</a></li><li>Class <a href="classtorch_1_1nn_1_1_adaptive_avg_pool2d.html#exhale-class-classtorch-1-1nn-1-1-adaptive-avg-pool2d">AdaptiveAvgPool2d</a></li><li>Class <a href="classtorch_1_1nn_1_1_adaptive_avg_pool3d.html#exhale-class-classtorch-1-1nn-1-1-adaptive-avg-pool3d">AdaptiveAvgPool3d</a></li><li>Class <a href="classtorch_1_1nn_1_1_adaptive_log_softmax_with_loss.html#exhale-class-classtorch-1-1nn-1-1-adaptive-log-softmax-with-loss">AdaptiveLogSoftmaxWithLoss</a></li><li>Class <a href="classtorch_1_1nn_1_1_adaptive_max_pool1d.html#exhale-class-classtorch-1-1nn-1-1-adaptive-max-pool1d">AdaptiveMaxPool1d</a></li><li>Class <a href="classtorch_1_1nn_1_1_adaptive_max_pool2d.html#exhale-class-classtorch-1-1nn-1-1-adaptive-max-pool2d">AdaptiveMaxPool2d</a></li><li>Class <a href="classtorch_1_1nn_1_1_adaptive_max_pool3d.html#exhale-class-classtorch-1-1nn-1-1-adaptive-max-pool3d">AdaptiveMaxPool3d</a></li><li>Class <a href="classtorch_1_1nn_1_1_alpha_dropout.html#exhale-class-classtorch-1-1nn-1-1-alpha-dropout">AlphaDropout</a></li><li>Class <a href="classtorch_1_1nn_1_1_any_module.html#exhale-class-classtorch-1-1nn-1-1-any-module">AnyModule</a></li><li>Class <a href="classtorch_1_1nn_1_1_any_value.html#exhale-class-classtorch-1-1nn-1-1-any-value">AnyValue</a><ul><li>Template Struct <a href="structtorch_1_1nn_1_1_any_value_1_1_holder.html#exhale-struct-structtorch-1-1nn-1-1-any-value-1-1-holder">AnyValue::Holder</a></li><li class="lastChild">Struct <a href="structtorch_1_1nn_1_1_any_value_1_1_placeholder.html#exhale-struct-structtorch-1-1nn-1-1-any-value-1-1-placeholder">AnyValue::Placeholder</a></li></ul></li><li>Class <a href="classtorch_1_1nn_1_1_avg_pool1d.html#exhale-class-classtorch-1-1nn-1-1-avg-pool1d">AvgPool1d</a></li><li>Class <a href="classtorch_1_1nn_1_1_avg_pool2d.html#exhale-class-classtorch-1-1nn-1-1-avg-pool2d">AvgPool2d</a></li><li>Class <a href="classtorch_1_1nn_1_1_avg_pool3d.html#exhale-class-classtorch-1-1nn-1-1-avg-pool3d">AvgPool3d</a></li><li>Class <a href="classtorch_1_1nn_1_1_batch_norm1d.html#exhale-class-classtorch-1-1nn-1-1-batch-norm1d">BatchNorm1d</a></li><li>Class <a href="classtorch_1_1nn_1_1_batch_norm2d.html#exhale-class-classtorch-1-1nn-1-1-batch-norm2d">BatchNorm2d</a></li><li>Class <a href="classtorch_1_1nn_1_1_batch_norm3d.html#exhale-class-classtorch-1-1nn-1-1-batch-norm3d">BatchNorm3d</a></li><li>Template Class <a href="classtorch_1_1nn_1_1_batch_norm_impl_base.html#exhale-class-classtorch-1-1nn-1-1-batch-norm-impl-base">BatchNormImplBase</a></li><li>Class <a href="classtorch_1_1nn_1_1_b_c_e_loss.html#exhale-class-classtorch-1-1nn-1-1-b-c-e-loss">BCELoss</a></li><li>Class <a href="classtorch_1_1nn_1_1_b_c_e_with_logits_loss.html#exhale-class-classtorch-1-1nn-1-1-b-c-e-with-logits-loss">BCEWithLogitsLoss</a></li><li>Class <a href="classtorch_1_1nn_1_1_bilinear.html#exhale-class-classtorch-1-1nn-1-1-bilinear">Bilinear</a></li><li>Class <a href="classtorch_1_1nn_1_1_c_e_l_u.html#exhale-class-classtorch-1-1nn-1-1-c-e-l-u">CELU</a></li><li>Template Class <a href="classtorch_1_1nn_1_1_cloneable.html#exhale-class-classtorch-1-1nn-1-1-cloneable">Cloneable</a></li><li>Class <a href="classtorch_1_1nn_1_1_constant_pad1d.html#exhale-class-classtorch-1-1nn-1-1-constant-pad1d">ConstantPad1d</a></li><li>Class <a href="classtorch_1_1nn_1_1_constant_pad2d.html#exhale-class-classtorch-1-1nn-1-1-constant-pad2d">ConstantPad2d</a></li><li>Class <a href="classtorch_1_1nn_1_1_constant_pad3d.html#exhale-class-classtorch-1-1nn-1-1-constant-pad3d">ConstantPad3d</a></li><li>Class <a href="classtorch_1_1nn_1_1_conv1d.html#exhale-class-classtorch-1-1nn-1-1-conv1d">Conv1d</a></li><li>Class <a href="classtorch_1_1nn_1_1_conv2d.html#exhale-class-classtorch-1-1nn-1-1-conv2d">Conv2d</a></li><li>Class <a href="classtorch_1_1nn_1_1_conv3d.html#exhale-class-classtorch-1-1nn-1-1-conv3d">Conv3d</a></li><li>Class <a href="classtorch_1_1nn_1_1_conv_transpose1d.html#exhale-class-classtorch-1-1nn-1-1-conv-transpose1d">ConvTranspose1d</a></li><li>Class <a href="classtorch_1_1nn_1_1_conv_transpose2d.html#exhale-class-classtorch-1-1nn-1-1-conv-transpose2d">ConvTranspose2d</a></li><li>Class <a href="classtorch_1_1nn_1_1_conv_transpose3d.html#exhale-class-classtorch-1-1nn-1-1-conv-transpose3d">ConvTranspose3d</a></li><li>Class <a href="classtorch_1_1nn_1_1_cosine_embedding_loss.html#exhale-class-classtorch-1-1nn-1-1-cosine-embedding-loss">CosineEmbeddingLoss</a></li><li>Class <a href="classtorch_1_1nn_1_1_cosine_similarity.html#exhale-class-classtorch-1-1nn-1-1-cosine-similarity">CosineSimilarity</a></li><li>Class <a href="classtorch_1_1nn_1_1_cross_entropy_loss.html#exhale-class-classtorch-1-1nn-1-1-cross-entropy-loss">CrossEntropyLoss</a></li><li>Class <a href="classtorch_1_1nn_1_1_cross_map_l_r_n2d.html#exhale-class-classtorch-1-1nn-1-1-cross-map-l-r-n2d">CrossMapLRN2d</a></li><li>Class <a href="classtorch_1_1nn_1_1_c_t_c_loss.html#exhale-class-classtorch-1-1nn-1-1-c-t-c-loss">CTCLoss</a></li><li>Class <a href="classtorch_1_1nn_1_1_dropout.html#exhale-class-classtorch-1-1nn-1-1-dropout">Dropout</a></li><li>Class <a href="classtorch_1_1nn_1_1_dropout2d.html#exhale-class-classtorch-1-1nn-1-1-dropout2d">Dropout2d</a></li><li>Class <a href="classtorch_1_1nn_1_1_dropout3d.html#exhale-class-classtorch-1-1nn-1-1-dropout3d">Dropout3d</a></li><li>Class <a href="classtorch_1_1nn_1_1_e_l_u.html#exhale-class-classtorch-1-1nn-1-1-e-l-u">ELU</a></li><li>Class <a href="classtorch_1_1nn_1_1_embedding.html#exhale-class-classtorch-1-1nn-1-1-embedding">Embedding</a></li><li>Class <a href="classtorch_1_1nn_1_1_embedding_bag.html#exhale-class-classtorch-1-1nn-1-1-embedding-bag">EmbeddingBag</a></li><li>Class <a href="classtorch_1_1nn_1_1_feature_alpha_dropout.html#exhale-class-classtorch-1-1nn-1-1-feature-alpha-dropout">FeatureAlphaDropout</a></li><li>Class <a href="classtorch_1_1nn_1_1_flatten.html#exhale-class-classtorch-1-1nn-1-1-flatten">Flatten</a></li><li>Class <a href="classtorch_1_1nn_1_1_fold.html#exhale-class-classtorch-1-1nn-1-1-fold">Fold</a></li><li>Class <a href="classtorch_1_1nn_1_1_fractional_max_pool2d.html#exhale-class-classtorch-1-1nn-1-1-fractional-max-pool2d">FractionalMaxPool2d</a></li><li>Class <a href="classtorch_1_1nn_1_1_fractional_max_pool3d.html#exhale-class-classtorch-1-1nn-1-1-fractional-max-pool3d">FractionalMaxPool3d</a></li><li>Class <a href="classtorch_1_1nn_1_1_functional.html#exhale-class-classtorch-1-1nn-1-1-functional">Functional</a></li><li>Class <a href="classtorch_1_1nn_1_1_g_e_l_u.html#exhale-class-classtorch-1-1nn-1-1-g-e-l-u">GELU</a></li><li>Class <a href="classtorch_1_1nn_1_1_g_l_u.html#exhale-class-classtorch-1-1nn-1-1-g-l-u">GLU</a></li><li>Class <a href="classtorch_1_1nn_1_1_group_norm.html#exhale-class-classtorch-1-1nn-1-1-group-norm">GroupNorm</a></li><li>Class <a href="classtorch_1_1nn_1_1_g_r_u.html#exhale-class-classtorch-1-1nn-1-1-g-r-u">GRU</a></li><li>Class <a href="classtorch_1_1nn_1_1_g_r_u_cell.html#exhale-class-classtorch-1-1nn-1-1-g-r-u-cell">GRUCell</a></li><li>Class <a href="classtorch_1_1nn_1_1_hardshrink.html#exhale-class-classtorch-1-1nn-1-1-hardshrink">Hardshrink</a></li><li>Class <a href="classtorch_1_1nn_1_1_hardtanh.html#exhale-class-classtorch-1-1nn-1-1-hardtanh">Hardtanh</a></li><li>Class <a href="classtorch_1_1nn_1_1_hinge_embedding_loss.html#exhale-class-classtorch-1-1nn-1-1-hinge-embedding-loss">HingeEmbeddingLoss</a></li><li>Class <a href="classtorch_1_1nn_1_1_huber_loss.html#exhale-class-classtorch-1-1nn-1-1-huber-loss">HuberLoss</a></li><li>Class <a href="classtorch_1_1nn_1_1_identity.html#exhale-class-classtorch-1-1nn-1-1-identity">Identity</a></li><li>Class <a href="classtorch_1_1nn_1_1_instance_norm1d.html#exhale-class-classtorch-1-1nn-1-1-instance-norm1d">InstanceNorm1d</a></li><li>Class <a href="classtorch_1_1nn_1_1_instance_norm2d.html#exhale-class-classtorch-1-1nn-1-1-instance-norm2d">InstanceNorm2d</a></li><li>Class <a href="classtorch_1_1nn_1_1_instance_norm3d.html#exhale-class-classtorch-1-1nn-1-1-instance-norm3d">InstanceNorm3d</a></li><li>Class <a href="classtorch_1_1nn_1_1_k_l_div_loss.html#exhale-class-classtorch-1-1nn-1-1-k-l-div-loss">KLDivLoss</a></li><li>Class <a href="classtorch_1_1nn_1_1_l1_loss.html#exhale-class-classtorch-1-1nn-1-1-l1-loss">L1Loss</a></li><li>Class <a href="classtorch_1_1nn_1_1_layer_norm.html#exhale-class-classtorch-1-1nn-1-1-layer-norm">LayerNorm</a></li><li>Class <a href="classtorch_1_1nn_1_1_leaky_re_l_u.html#exhale-class-classtorch-1-1nn-1-1-leaky-re-l-u">LeakyReLU</a></li><li>Class <a href="classtorch_1_1nn_1_1_linear.html#exhale-class-classtorch-1-1nn-1-1-linear">Linear</a></li><li>Class <a href="classtorch_1_1nn_1_1_local_response_norm.html#exhale-class-classtorch-1-1nn-1-1-local-response-norm">LocalResponseNorm</a></li><li>Class <a href="classtorch_1_1nn_1_1_log_sigmoid.html#exhale-class-classtorch-1-1nn-1-1-log-sigmoid">LogSigmoid</a></li><li>Class <a href="classtorch_1_1nn_1_1_log_softmax.html#exhale-class-classtorch-1-1nn-1-1-log-softmax">LogSoftmax</a></li><li>Class <a href="classtorch_1_1nn_1_1_l_p_pool1d.html#exhale-class-classtorch-1-1nn-1-1-l-p-pool1d">LPPool1d</a></li><li>Class <a href="classtorch_1_1nn_1_1_l_p_pool2d.html#exhale-class-classtorch-1-1nn-1-1-l-p-pool2d">LPPool2d</a></li><li>Class <a href="classtorch_1_1nn_1_1_l_p_pool3d.html#exhale-class-classtorch-1-1nn-1-1-l-p-pool3d">LPPool3d</a></li><li>Class <a href="classtorch_1_1nn_1_1_l_s_t_m.html#exhale-class-classtorch-1-1nn-1-1-l-s-t-m">LSTM</a></li><li>Class <a href="classtorch_1_1nn_1_1_l_s_t_m_cell.html#exhale-class-classtorch-1-1nn-1-1-l-s-t-m-cell">LSTMCell</a></li><li>Class <a href="classtorch_1_1nn_1_1_margin_ranking_loss.html#exhale-class-classtorch-1-1nn-1-1-margin-ranking-loss">MarginRankingLoss</a></li><li>Class <a href="classtorch_1_1nn_1_1_max_pool1d.html#exhale-class-classtorch-1-1nn-1-1-max-pool1d">MaxPool1d</a></li><li>Class <a href="classtorch_1_1nn_1_1_max_pool2d.html#exhale-class-classtorch-1-1nn-1-1-max-pool2d">MaxPool2d</a></li><li>Class <a href="classtorch_1_1nn_1_1_max_pool3d.html#exhale-class-classtorch-1-1nn-1-1-max-pool3d">MaxPool3d</a></li><li>Class <a href="classtorch_1_1nn_1_1_max_unpool1d.html#exhale-class-classtorch-1-1nn-1-1-max-unpool1d">MaxUnpool1d</a></li><li>Class <a href="classtorch_1_1nn_1_1_max_unpool2d.html#exhale-class-classtorch-1-1nn-1-1-max-unpool2d">MaxUnpool2d</a></li><li>Class <a href="classtorch_1_1nn_1_1_max_unpool3d.html#exhale-class-classtorch-1-1nn-1-1-max-unpool3d">MaxUnpool3d</a></li><li>Class <a href="classtorch_1_1nn_1_1_mish.html#exhale-class-classtorch-1-1nn-1-1-mish">Mish</a></li><li>Class <a href="classtorch_1_1nn_1_1_module.html#exhale-class-classtorch-1-1nn-1-1-module">Module</a></li><li>Class <a href="classtorch_1_1nn_1_1_module_dict.html#exhale-class-classtorch-1-1nn-1-1-module-dict">ModuleDict</a></li><li>Template Class <a href="classtorch_1_1nn_1_1_module_holder.html#exhale-class-classtorch-1-1nn-1-1-module-holder">ModuleHolder</a></li><li>Class <a href="classtorch_1_1nn_1_1_module_list.html#exhale-class-classtorch-1-1nn-1-1-module-list">ModuleList</a></li><li>Class <a href="classtorch_1_1nn_1_1_m_s_e_loss.html#exhale-class-classtorch-1-1nn-1-1-m-s-e-loss">MSELoss</a></li><li>Class <a href="classtorch_1_1nn_1_1_multihead_attention.html#exhale-class-classtorch-1-1nn-1-1-multihead-attention">MultiheadAttention</a></li><li>Class <a href="classtorch_1_1nn_1_1_multi_label_margin_loss.html#exhale-class-classtorch-1-1nn-1-1-multi-label-margin-loss">MultiLabelMarginLoss</a></li><li>Class <a href="classtorch_1_1nn_1_1_multi_label_soft_margin_loss.html#exhale-class-classtorch-1-1nn-1-1-multi-label-soft-margin-loss">MultiLabelSoftMarginLoss</a></li><li>Class <a href="classtorch_1_1nn_1_1_multi_margin_loss.html#exhale-class-classtorch-1-1nn-1-1-multi-margin-loss">MultiMarginLoss</a></li><li>Class <a href="classtorch_1_1nn_1_1_named_any_module.html#exhale-class-classtorch-1-1nn-1-1-named-any-module">NamedAnyModule</a></li><li>Class <a href="classtorch_1_1nn_1_1_n_l_l_loss.html#exhale-class-classtorch-1-1nn-1-1-n-l-l-loss">NLLLoss</a></li><li>Template Class <a href="classtorch_1_1nn_1_1_norm_impl_base.html#exhale-class-classtorch-1-1nn-1-1-norm-impl-base">NormImplBase</a></li><li>Class <a href="classtorch_1_1nn_1_1_pairwise_distance.html#exhale-class-classtorch-1-1nn-1-1-pairwise-distance">PairwiseDistance</a></li><li>Class <a href="classtorch_1_1nn_1_1_parameter_dict.html#exhale-class-classtorch-1-1nn-1-1-parameter-dict">ParameterDict</a></li><li>Class <a href="classtorch_1_1nn_1_1_parameter_list.html#exhale-class-classtorch-1-1nn-1-1-parameter-list">ParameterList</a></li><li>Class <a href="classtorch_1_1nn_1_1_pixel_shuffle.html#exhale-class-classtorch-1-1nn-1-1-pixel-shuffle">PixelShuffle</a></li><li>Class <a href="classtorch_1_1nn_1_1_pixel_unshuffle.html#exhale-class-classtorch-1-1nn-1-1-pixel-unshuffle">PixelUnshuffle</a></li><li>Class <a href="classtorch_1_1nn_1_1_poisson_n_l_l_loss.html#exhale-class-classtorch-1-1nn-1-1-poisson-n-l-l-loss">PoissonNLLLoss</a></li><li>Class <a href="classtorch_1_1nn_1_1_p_re_l_u.html#exhale-class-classtorch-1-1nn-1-1-p-re-l-u">PReLU</a></li><li>Class <a href="classtorch_1_1nn_1_1_reflection_pad1d.html#exhale-class-classtorch-1-1nn-1-1-reflection-pad1d">ReflectionPad1d</a></li><li>Class <a href="classtorch_1_1nn_1_1_reflection_pad2d.html#exhale-class-classtorch-1-1nn-1-1-reflection-pad2d">ReflectionPad2d</a></li><li>Class <a href="classtorch_1_1nn_1_1_reflection_pad3d.html#exhale-class-classtorch-1-1nn-1-1-reflection-pad3d">ReflectionPad3d</a></li><li>Class <a href="classtorch_1_1nn_1_1_re_l_u.html#exhale-class-classtorch-1-1nn-1-1-re-l-u">ReLU</a></li><li>Class <a href="classtorch_1_1nn_1_1_re_l_u6.html#exhale-class-classtorch-1-1nn-1-1-re-l-u6">ReLU6</a></li><li>Class <a href="classtorch_1_1nn_1_1_replication_pad1d.html#exhale-class-classtorch-1-1nn-1-1-replication-pad1d">ReplicationPad1d</a></li><li>Class <a href="classtorch_1_1nn_1_1_replication_pad2d.html#exhale-class-classtorch-1-1nn-1-1-replication-pad2d">ReplicationPad2d</a></li><li>Class <a href="classtorch_1_1nn_1_1_replication_pad3d.html#exhale-class-classtorch-1-1nn-1-1-replication-pad3d">ReplicationPad3d</a></li><li>Class <a href="classtorch_1_1nn_1_1_r_n_n.html#exhale-class-classtorch-1-1nn-1-1-r-n-n">RNN</a></li><li>Class <a href="classtorch_1_1nn_1_1_r_n_n_cell.html#exhale-class-classtorch-1-1nn-1-1-r-n-n-cell">RNNCell</a></li><li>Class <a href="classtorch_1_1nn_1_1_r_re_l_u.html#exhale-class-classtorch-1-1nn-1-1-r-re-l-u">RReLU</a></li><li>Class <a href="classtorch_1_1nn_1_1_s_e_l_u.html#exhale-class-classtorch-1-1nn-1-1-s-e-l-u">SELU</a></li><li>Class <a href="classtorch_1_1nn_1_1_sequential.html#exhale-class-classtorch-1-1nn-1-1-sequential">Sequential</a></li><li>Class <a href="classtorch_1_1nn_1_1_sigmoid.html#exhale-class-classtorch-1-1nn-1-1-sigmoid">Sigmoid</a></li><li>Class <a href="classtorch_1_1nn_1_1_si_l_u.html#exhale-class-classtorch-1-1nn-1-1-si-l-u">SiLU</a></li><li>Class <a href="classtorch_1_1nn_1_1_smooth_l1_loss.html#exhale-class-classtorch-1-1nn-1-1-smooth-l1-loss">SmoothL1Loss</a></li><li>Class <a href="classtorch_1_1nn_1_1_soft_margin_loss.html#exhale-class-classtorch-1-1nn-1-1-soft-margin-loss">SoftMarginLoss</a></li><li>Class <a href="classtorch_1_1nn_1_1_softmax.html#exhale-class-classtorch-1-1nn-1-1-softmax">Softmax</a></li><li>Class <a href="classtorch_1_1nn_1_1_softmax2d.html#exhale-class-classtorch-1-1nn-1-1-softmax2d">Softmax2d</a></li><li>Class <a href="classtorch_1_1nn_1_1_softmin.html#exhale-class-classtorch-1-1nn-1-1-softmin">Softmin</a></li><li>Class <a href="classtorch_1_1nn_1_1_softplus.html#exhale-class-classtorch-1-1nn-1-1-softplus">Softplus</a></li><li>Class <a href="classtorch_1_1nn_1_1_softshrink.html#exhale-class-classtorch-1-1nn-1-1-softshrink">Softshrink</a></li><li>Class <a href="classtorch_1_1nn_1_1_softsign.html#exhale-class-classtorch-1-1nn-1-1-softsign">Softsign</a></li><li>Class <a href="classtorch_1_1nn_1_1_tanh.html#exhale-class-classtorch-1-1nn-1-1-tanh">Tanh</a></li><li>Class <a href="classtorch_1_1nn_1_1_tanhshrink.html#exhale-class-classtorch-1-1nn-1-1-tanhshrink">Tanhshrink</a></li><li>Class <a href="classtorch_1_1nn_1_1_threshold.html#exhale-class-classtorch-1-1nn-1-1-threshold">Threshold</a></li><li>Class <a href="classtorch_1_1nn_1_1_transformer.html#exhale-class-classtorch-1-1nn-1-1-transformer">Transformer</a></li><li>Class <a href="classtorch_1_1nn_1_1_transformer_decoder.html#exhale-class-classtorch-1-1nn-1-1-transformer-decoder">TransformerDecoder</a></li><li>Class <a href="classtorch_1_1nn_1_1_transformer_decoder_layer.html#exhale-class-classtorch-1-1nn-1-1-transformer-decoder-layer">TransformerDecoderLayer</a></li><li>Class <a href="classtorch_1_1nn_1_1_transformer_encoder.html#exhale-class-classtorch-1-1nn-1-1-transformer-encoder">TransformerEncoder</a></li><li>Class <a href="classtorch_1_1nn_1_1_transformer_encoder_layer.html#exhale-class-classtorch-1-1nn-1-1-transformer-encoder-layer">TransformerEncoderLayer</a></li><li>Class <a href="classtorch_1_1nn_1_1_triplet_margin_loss.html#exhale-class-classtorch-1-1nn-1-1-triplet-margin-loss">TripletMarginLoss</a></li><li>Class <a href="classtorch_1_1nn_1_1_triplet_margin_with_distance_loss.html#exhale-class-classtorch-1-1nn-1-1-triplet-margin-with-distance-loss">TripletMarginWithDistanceLoss</a></li><li>Class <a href="classtorch_1_1nn_1_1_unflatten.html#exhale-class-classtorch-1-1nn-1-1-unflatten">Unflatten</a></li><li>Class <a href="classtorch_1_1nn_1_1_unfold.html#exhale-class-classtorch-1-1nn-1-1-unfold">Unfold</a></li><li>Class <a href="classtorch_1_1nn_1_1_upsample.html#exhale-class-classtorch-1-1nn-1-1-upsample">Upsample</a></li><li>Class <a href="classtorch_1_1nn_1_1_zero_pad1d.html#exhale-class-classtorch-1-1nn-1-1-zero-pad1d">ZeroPad1d</a></li><li>Class <a href="classtorch_1_1nn_1_1_zero_pad2d.html#exhale-class-classtorch-1-1nn-1-1-zero-pad2d">ZeroPad2d</a></li><li class="lastChild">Class <a href="classtorch_1_1nn_1_1_zero_pad3d.html#exhale-class-classtorch-1-1nn-1-1-zero-pad3d">ZeroPad3d</a></li></ul></li><li>Namespace <a href="namespace_torch__optim.html#namespace-torch-optim">torch::optim</a><ul><li>Struct <a href="structtorch_1_1optim_1_1_adagrad_options.html#exhale-struct-structtorch-1-1optim-1-1-adagrad-options">AdagradOptions</a></li><li>Struct <a href="structtorch_1_1optim_1_1_adagrad_param_state.html#exhale-struct-structtorch-1-1optim-1-1-adagrad-param-state">AdagradParamState</a></li><li>Struct <a href="structtorch_1_1optim_1_1_adam_options.html#exhale-struct-structtorch-1-1optim-1-1-adam-options">AdamOptions</a></li><li>Struct <a href="structtorch_1_1optim_1_1_adam_param_state.html#exhale-struct-structtorch-1-1optim-1-1-adam-param-state">AdamParamState</a></li><li>Struct <a href="structtorch_1_1optim_1_1_adam_w_options.html#exhale-struct-structtorch-1-1optim-1-1-adam-w-options">AdamWOptions</a></li><li>Struct <a href="structtorch_1_1optim_1_1_adam_w_param_state.html#exhale-struct-structtorch-1-1optim-1-1-adam-w-param-state">AdamWParamState</a></li><li>Struct <a href="structtorch_1_1optim_1_1_l_b_f_g_s_options.html#exhale-struct-structtorch-1-1optim-1-1-l-b-f-g-s-options">LBFGSOptions</a></li><li>Struct <a href="structtorch_1_1optim_1_1_l_b_f_g_s_param_state.html#exhale-struct-structtorch-1-1optim-1-1-l-b-f-g-s-param-state">LBFGSParamState</a></li><li>Struct <a href="structtorch_1_1optim_1_1_r_m_sprop_options.html#exhale-struct-structtorch-1-1optim-1-1-r-m-sprop-options">RMSpropOptions</a></li><li>Struct <a href="structtorch_1_1optim_1_1_r_m_sprop_param_state.html#exhale-struct-structtorch-1-1optim-1-1-r-m-sprop-param-state">RMSpropParamState</a></li><li>Struct <a href="structtorch_1_1optim_1_1_s_g_d_options.html#exhale-struct-structtorch-1-1optim-1-1-s-g-d-options">SGDOptions</a></li><li>Struct <a href="structtorch_1_1optim_1_1_s_g_d_param_state.html#exhale-struct-structtorch-1-1optim-1-1-s-g-d-param-state">SGDParamState</a></li><li>Class <a href="classtorch_1_1optim_1_1_adagrad.html#exhale-class-classtorch-1-1optim-1-1-adagrad">Adagrad</a></li><li>Class <a href="classtorch_1_1optim_1_1_adam.html#exhale-class-classtorch-1-1optim-1-1-adam">Adam</a></li><li>Class <a href="classtorch_1_1optim_1_1_adam_w.html#exhale-class-classtorch-1-1optim-1-1-adam-w">AdamW</a></li><li>Class <a href="classtorch_1_1optim_1_1_l_b_f_g_s.html#exhale-class-classtorch-1-1optim-1-1-l-b-f-g-s">LBFGS</a></li><li>Class <a href="classtorch_1_1optim_1_1_l_r_scheduler.html#exhale-class-classtorch-1-1optim-1-1-l-r-scheduler">LRScheduler</a></li><li>Class <a href="classtorch_1_1optim_1_1_optimizer.html#exhale-class-classtorch-1-1optim-1-1-optimizer">Optimizer</a></li><li>Template Class <a href="classtorch_1_1optim_1_1_optimizer_cloneable_options.html#exhale-class-classtorch-1-1optim-1-1-optimizer-cloneable-options">OptimizerCloneableOptions</a></li><li>Template Class <a href="classtorch_1_1optim_1_1_optimizer_cloneable_param_state.html#exhale-class-classtorch-1-1optim-1-1-optimizer-cloneable-param-state">OptimizerCloneableParamState</a></li><li>Class <a href="classtorch_1_1optim_1_1_optimizer_options.html#exhale-class-classtorch-1-1optim-1-1-optimizer-options">OptimizerOptions</a></li><li>Class <a href="classtorch_1_1optim_1_1_optimizer_param_group.html#exhale-class-classtorch-1-1optim-1-1-optimizer-param-group">OptimizerParamGroup</a></li><li>Class <a href="classtorch_1_1optim_1_1_optimizer_param_state.html#exhale-class-classtorch-1-1optim-1-1-optimizer-param-state">OptimizerParamState</a></li><li>Class <a href="classtorch_1_1optim_1_1_reduce_l_r_on_plateau_scheduler.html#exhale-class-classtorch-1-1optim-1-1-reduce-l-r-on-plateau-scheduler">ReduceLROnPlateauScheduler</a></li><li>Class <a href="classtorch_1_1optim_1_1_r_m_sprop.html#exhale-class-classtorch-1-1optim-1-1-r-m-sprop">RMSprop</a></li><li>Class <a href="classtorch_1_1optim_1_1_s_g_d.html#exhale-class-classtorch-1-1optim-1-1-s-g-d">SGD</a></li><li class="lastChild">Class <a href="classtorch_1_1optim_1_1_step_l_r.html#exhale-class-classtorch-1-1optim-1-1-step-l-r">StepLR</a></li></ul></li><li>Namespace <a href="namespace_torch__serialize.html#namespace-torch-serialize">torch::serialize</a><ul><li>Class <a href="classtorch_1_1serialize_1_1_input_archive.html#exhale-class-classtorch-1-1serialize-1-1-input-archive">InputArchive</a></li><li class="lastChild">Class <a href="classtorch_1_1serialize_1_1_output_archive.html#exhale-class-classtorch-1-1serialize-1-1-output-archive">OutputArchive</a></li></ul></li><li>Template Struct <a href="structtorch_1_1_init_lambda.html#exhale-struct-structtorch-1-1-init-lambda">InitLambda</a></li><li>Template Class <a href="classtorch_1_1class__.html#exhale-class-classtorch-1-1class-">class_</a></li><li>Class <a href="classtorch_1_1_cpp_function.html#exhale-class-classtorch-1-1-cpp-function">CppFunction</a></li><li>Class <a href="classtorch_1_1_custom_class_holder.html#exhale-class-classtorch-1-1-custom-class-holder">CustomClassHolder</a></li><li>Template Class <a href="classtorch_1_1_expanding_array.html#exhale-class-classtorch-1-1-expanding-array">ExpandingArray</a></li><li>Template Class <a href="classtorch_1_1_expanding_array_with_optional_elem.html#exhale-class-classtorch-1-1-expanding-array-with-optional-elem">ExpandingArrayWithOptionalElem</a></li><li>Class <a href="classtorch_1_1_i_method.html#exhale-class-classtorch-1-1-i-method">IMethod</a></li><li>Class <a href="classtorch_1_1_library.html#exhale-class-classtorch-1-1-library">Library</a></li><li>Template Class <a href="classtorch_1_1_ordered_dict.html#exhale-class-classtorch-1-1-ordered-dict">OrderedDict</a><ul><li class="lastChild">Class <a href="classtorch_1_1_ordered_dict_1_1_item.html#exhale-class-classtorch-1-1-ordered-dict-1-1-item">OrderedDict::Item</a></li></ul></li><li class="lastChild">Enum <a href="enum_namespacetorch_1a86b58f71d08ebe107f81fdb87d3cf161.html#exhale-enum-namespacetorch-1a86b58f71d08ebe107f81fdb87d3cf161">_RegisterOrVerify</a></li></ul></li><li class="lastChild">Union <a href="unionc10_1_1_i_value_1_1_payload_1_1_trivially_copyable_payload.html#exhale-union-unionc10-1-1-i-value-1-1-payload-1-1-trivially-copyable-payload">TriviallyCopyablePayload</a></li>
</ul>
</li><!-- only tree view element -->
</ul><!-- /treeView class-treeView --></div>
</article>
</div>
<footer>
<hr>
<div role="contentinfo">
<p>
© Copyright PyTorch Contributors.
</p>
</div>
<div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</div>
</footer>
</div>
</div>
<div class="pytorch-content-right" id="pytorch-content-right">
<div class="pytorch-right-menu" id="pytorch-right-menu">
<div class="pytorch-side-scroll" id="pytorch-side-scroll-right">
<ul>
<li><a class="reference internal" href="#">Class Hierarchy</a></li>
</ul>
</div>
</div>
</div>
</section>
</div>
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/sphinx_highlight.js"></script>
<script src="../_static/collapsible-lists/js/CollapsibleLists.compressed.js"></script>
<script src="../_static/collapsible-lists/js/apply-collapsible-lists.js"></script>
<script type="text/javascript" src="../_static/js/vendor/popper.min.js"></script>
<script type="text/javascript" src="../_static/js/vendor/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/list.js/1.5.0/list.min.js"></script>
<script type="text/javascript" src="../_static/js/theme.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<!-- Begin Footer -->
<div class="container-fluid docs-tutorials-resources" id="docs-tutorials-resources">
<div class="container">
<div class="row">
<div class="col-md-4 text-center">
<h2>Docs</h2>
<p>Access comprehensive developer documentation for PyTorch</p>
<a class="with-right-arrow" href="https://pytorch.org/docs/stable/index.html">View Docs</a>
</div>
<div class="col-md-4 text-center">
<h2>Tutorials</h2>
<p>Get in-depth tutorials for beginners and advanced developers</p>
<a class="with-right-arrow" href="https://pytorch.org/tutorials">View Tutorials</a>
</div>
<div class="col-md-4 text-center">
<h2>Resources</h2>
<p>Find development resources and get your questions answered</p>
<a class="with-right-arrow" href="https://pytorch.org/resources">View Resources</a>
</div>
</div>
</div>
</div>
<footer class="site-footer">
<div class="container footer-container">
<div class="footer-logo-wrapper">
<a href="https://pytorch.org/" class="footer-logo"></a>
</div>
<div class="footer-links-wrapper">
<div class="footer-links-col">
<ul>
<li class="list-title"><a href="https://pytorch.org/">PyTorch</a></li>
<li><a href="https://pytorch.org/get-started">Get Started</a></li>
<li><a href="https://pytorch.org/features">Features</a></li>
<li><a href="https://pytorch.org/ecosystem">Ecosystem</a></li>
<li><a href="https://pytorch.org/blog/">Blog</a></li>
<li><a href="https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md">Contributing</a></li>
</ul>
</div>
<div class="footer-links-col">
<ul>
<li class="list-title"><a href="https://pytorch.org/resources">Resources</a></li>
<li><a href="https://pytorch.org/tutorials">Tutorials</a></li>
<li><a href="https://pytorch.org/docs/stable/index.html">Docs</a></li>
<li><a href="https://discuss.pytorch.org" target="_blank">Discuss</a></li>
<li><a href="https://github.com/pytorch/pytorch/issues" target="_blank">Github Issues</a></li>
<li><a href="https://pytorch.org/assets/brand-guidelines/PyTorch-Brand-Guidelines.pdf" target="_blank">Brand Guidelines</a></li>
</ul>
</div>
<div class="footer-links-col">
<ul>
<li class="list-title">Stay up to date</li>
<li><a href="https://www.facebook.com/pytorch" target="_blank">Facebook</a></li>
<li><a href="https://twitter.com/pytorch" target="_blank">Twitter</a></li>
<li><a href="https://www.youtube.com/pytorch" target="_blank">YouTube</a></li>
<li><a href="https://www.linkedin.com/company/pytorch" target="_blank">LinkedIn</a></li>
</ul>
</div>
<div class="footer-links-col">
<ul>
<li class="list-title">PyTorch Podcasts</li>
<li><a href="https://open.spotify.com/show/6UzHKeiy368jKfQMKKvJY5" target="_blank">Spotify</a></li>
<li><a href="https://podcasts.apple.com/us/podcast/pytorch-developer-podcast/id1566080008" target="_blank">Apple</a></li>
<li><a href="https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS9PQjVGa0lsOA%3D%3D" target="_blank">Google</a></li>
<li><a href="https://music.amazon.com/podcasts/7a4e6f0e-26c2-49e9-a478-41bd244197d0/PyTorch-Developer-Podcast?" target="_blank">Amazon</a></li>
</ul>
</div>
</div>
<div class="privacy-policy">
<ul>
<li class="privacy-policy-links"><a href="https://www.linuxfoundation.org/terms/" target="_blank">Terms</a></li>
<li class="privacy-policy-links">|</li>
<li class="privacy-policy-links"><a href="https://www.linuxfoundation.org/privacy-policy/" target="_blank">Privacy</a></li>
</ul>
</div>
<div class="copyright">
<p>© Copyright The Linux Foundation. The PyTorch Foundation is a project of The Linux Foundation.
For web site terms of use, trademark policy and other policies applicable to The PyTorch Foundation please see
<a href="https://www.linuxfoundation.org/policies/">www.linuxfoundation.org/policies/</a>. The PyTorch Foundation supports the PyTorch open source
project, which has been established as PyTorch Project a Series of LF Projects, LLC. For policies applicable to the PyTorch Project a Series of LF Projects, LLC,
please see <a href="https://www.lfprojects.org/policies/">www.lfprojects.org/policies/</a>.</p>
</div>
</div>
</footer>
<div class="cookie-banner-wrapper">
<div class="container">
<p class="gdpr-notice">To analyze traffic and optimize your experience, we serve cookies on this site. By clicking or navigating, you agree to allow our usage of cookies. As the current maintainers of this site, Facebook’s Cookies Policy applies. Learn more, including about available controls: <a href="https://www.facebook.com/policies/cookies/">Cookies Policy</a>.</p>
<img class="close-button" src="../_static/images/pytorch-x.svg">
</div>
</div>
<!-- End Footer -->
<!-- Begin Mobile Menu -->
<div class="mobile-main-menu">
<div class="container-fluid">
<div class="container">
<div class="mobile-main-menu-header-container">
<a class="header-logo" href="https://pytorch.org/" aria-label="PyTorch"></a>
<a class="main-menu-close-button" href="#" data-behavior="close-mobile-menu"></a>
</div>
</div>
</div>
<div class="mobile-main-menu-links-container">
<div class="main-menu">
<ul>
<li class="resources-mobile-menu-title">
<a>Learn</a>
</li>
<ul class="resources-mobile-menu-items">
<li>
<a href="https://pytorch.org/get-started">Get Started</a>
</li>
<li>
<a href="https://pytorch.org/tutorials">Tutorials</a>
</li>
<li>
<a href="https://pytorch.org/tutorials/beginner/basics/intro.html">Learn the Basics</a>
</li>
<li>
<a href="https://pytorch.org/tutorials/recipes/recipes_index.html">PyTorch Recipes</a>
</li>
<li>
<a href="https://pytorch.org/tutorials/beginner/introyt.html">Introduction to PyTorch - YouTube Series</a>
</li>
</ul>
<li class="resources-mobile-menu-title">
<a>Ecosystem</a>
</li>
<ul class="resources-mobile-menu-items">
<li>
<a href="https://pytorch.org/ecosystem">Tools</a>
</li>
<li>
<a href="https://pytorch.org/#community-module">Community</a>
</li>
<li>
<a href="https://discuss.pytorch.org/">Forums</a>
</li>
<li>
<a href="https://pytorch.org/resources">Developer Resources</a>
</li>
<li>
<a href="https://pytorch.org/ecosystem/contributor-awards-2023">Contributor Awards - 2024</a>
</li>
</ul>
<li class="resources-mobile-menu-title">
<a>Edge</a>
</li>
<ul class="resources-mobile-menu-items">
<li>
<a href="https://pytorch.org/edge">About PyTorch Edge</a>
</li>
<li>
<a href="https://pytorch.org/executorch-overview">ExecuTorch</a>
</li>
<li>
<a href="https://pytorch.org/executorch/stable/index.html">ExecuTorch Documentation</a>
</li>
</ul>
<li class="resources-mobile-menu-title">
<a>Docs</a>
</li>
<ul class="resources-mobile-menu-items">
<li>
<a href="https://pytorch.org/docs/stable/index.html">PyTorch</a>
</li>
<li>
<a href="https://pytorch.org/pytorch-domains">PyTorch Domains</a>
</li>
</ul>
<li class="resources-mobile-menu-title">
<a>Blog & News</a>
</li>
<ul class="resources-mobile-menu-items">
<li>
<a href="https://pytorch.org/blog/">PyTorch Blog</a>
</li>
<li>
<a href="https://pytorch.org/community-blog">Community Blog</a>
</li>
<li>
<a href="https://pytorch.org/videos">Videos</a>
</li>
<li>
<a href="https://pytorch.org/community-stories">Community Stories</a>
</li>
<li>
<a href="https://pytorch.org/events">Events</a>
</li>
<li>
<a href="https://pytorch.org/newsletter">Newsletter</a>
</li>
</ul>
<li class="resources-mobile-menu-title">
<a>About</a>
</li>
<ul class="resources-mobile-menu-items">
<li>
<a href="https://pytorch.org/foundation">PyTorch Foundation</a>
</li>
<li>
<a href="https://pytorch.org/governing-board">Governing Board</a>
</li>
<li>
<a href="https://pytorch.org/credits">Cloud Credit Program</a>
</li>
<li>
<a href="https://pytorch.org/tac">Technical Advisory Council</a>
</li>
<li>
<a href="https://pytorch.org/staff">Staff</a>
</li>
<li>
<a href="https://pytorch.org/contact-us">Contact Us</a>
</li>
</ul>
</ul>
</div>
</div>
</div>
<!-- End Mobile Menu -->
<script type="text/javascript" src="../_static/js/vendor/anchor.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
mobileMenu.bind();
mobileTOC.bind();
pytorchAnchors.bind();
sideMenus.bind();
scrollToAnchor.bind();
highlightNavigation.bind();
mainMenuDropdown.bind();
filterTags.bind();
// Add class to links that have code blocks, since we cannot create links in code blocks
$("article.pytorch-article a span.pre").each(function(e) {
$(this).closest("a").addClass("has-code");
});
})
</script>
</body>
</html>