jactorch.functional#
Functional APIs for JacTorch. By default, you should just access functions with jactorch.*
. Or, if you want to be
explicit about the functions, you can import the specific function from jactorch.functional.*
.
Submodules
Arithmetic operations. |
|
Clustering functions. |
|
Gradient modification functions. |
|
Tensor indexing utils. |
|
Useful utilities for kernel-based attention mechanism. |
|
Linear algebra functions. |
|
Linear algebra functions in the log space. |
|
Masking-related functions. |
|
Probability distributions related functions. |
|
Basic quantization functions with a straight-through gradient estimator. |
|
Numeric range functions. |
|
Sampling functions. |
|
Tensor shape utilities. |