Skip to content

Latest commit

 

History

History
121 lines (90 loc) · 1.65 KB

File metadata and controls

121 lines (90 loc) · 1.65 KB
title:max.graph
type:module
lang:python
wrapper_class:rst-module-autosummary

max.graph

.. automodule:: max.graph
   :no-members:

.. currentmodule:: max.graph

Submodules

.. toctree::
   :maxdepth: 1

   graph.ops
   graph.quantization
   graph.weights

Graph construction

.. autosummary::
   :nosignatures:
   :toctree: generated
   :template: autosummary/class.rst

   Graph
   KernelLibrary
   Module

Custom extensions

.. autosummary::
   :nosignatures:
   :toctree: generated
   :template: autosummary/function.rst

   default_custom_extensions
   default_custom_extensions_scope

Graph values

.. autosummary::
   :nosignatures:
   :toctree: generated
   :template: autosummary/class.rst

   BufferValue
   BufferValueLike
   TensorValue
   TensorValueLike
   Value

Type system

.. autosummary::
   :nosignatures:
   :toctree: generated
   :template: autosummary/class.rst

   BufferType
   TensorType
   Type

Shapes and dimensions

.. autosummary::
   :nosignatures:
   :toctree: generated
   :template: autosummary/class.rst

   AlgebraicDim
   Dim
   DimLike
   Shape
   ShapeLike
   StaticDim
   SymbolicDim

Devices

.. autosummary::
   :nosignatures:
   :toctree: generated
   :template: autosummary/class.rst

   DeviceKind
   DevicePlacementPolicy
   DeviceRef

Weights

.. autosummary::
   :nosignatures:
   :toctree: generated
   :template: autosummary/class.rst

   ShardingStrategy
   Weight

Configuration

.. autosummary::
   :nosignatures:
   :toctree: generated
   :template: autosummary/class.rst

   GraphDebugConfig