qml.math.Interface¶
- class Interface(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]¶
Bases:
Enum
Canonical set of interfaces supported.
Attributes
- AUTO = 'auto'¶
- AUTOGRAD = 'autograd'¶
- JAX = 'jax'¶
- JAX_JIT = 'jax-jit'¶
- NUMPY = 'numpy'¶
- TF = 'tf'¶
- TF_AUTOGRAPH = 'tf-autograph'¶
- TORCH = 'torch'¶
Methods
code/api/pennylane.math.Interface
Download Python script
Download Notebook
View on GitHub