Constructors

Link copied to clipboard
constructor(name: String, type: String, parameters: Map<String, Any> = emptyMap())

Properties

Link copied to clipboard
open override val name: String

Unique name of this operation type

Link copied to clipboard
open override val parameters: Map<String, Any>

Parameters for this operation

Link copied to clipboard
open override val type: String

Type/category of this operation (e.g., "math", "nn", "shape")

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun serialize(): Map<String, Any>

Serialize this operation to a map

Link copied to clipboard
open override fun toString(): String