Package-level declarations
Types
Link copied to clipboard
Computation mode for the Mikrograd annotation. This determines whether to use ForwardValue (INFERENCE) or BackwardValue (TRAINING).
Link copied to clipboard
Annotation to mark classes or functions as in progress for specific backends.
Link copied to clipboard
Annotation to mark classes or functions as not implemented for specific backends.
Link copied to clipboard
Annotation for functions that should be processed by the Mikrograd KSP processor. The processor will generate optimized code for the function based on the computation mode.