Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class ActivationDsl(val dslName: String = "")

Annotation to mark TensorOps methods for automatic Network DSL generation.

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class GenerateNetworkDsl

Annotation to mark an interface for automatic Network DSL extension generation via KSP.

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class LayerDsl(val dslName: String = "")

Annotation to mark Module classes for automatic Network DSL generation.