Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 521 Bytes

File metadata and controls

39 lines (21 loc) · 521 Bytes

d2l API Document

🏷️sec_d2l

The implementations of the following members of the d2l package and sections where they are defined and explained can be found in the source file.

:begin_tab:mxnet


.. automodule:: d2l.mxnet
   :members:

:end_tab:

:begin_tab:pytorch


.. automodule:: d2l.torch
   :members:

:end_tab:

:begin_tab:tensorflow


.. automodule:: d2l.tensorflow
   :members:

:end_tab: