DslOp

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class DslOp(val category: String = "", val description: String = "")(source)

Annotation for functions that are part of the SKaiNET DSL. These are typically composite operations built from primitive tensor operations.

Parameters

category

The category of the operation (e.g., "Similarity", "Activation", "Loss").

description

A brief description of what the operation does.

Properties

Link copied to clipboard
Link copied to clipboard