Input

class Input<T : DType, V>(val name: String = "Input", val requiresGrad: Boolean = false) : Module<T, V> (source)

Constructors

Link copied to clipboard
constructor(name: String = "Input", requiresGrad: Boolean = false)

Properties

Link copied to clipboard
open override val modules: List<Module<T, V>>
Link copied to clipboard
open override val name: String

Human-readable name of the node, typically the module's name.

Link copied to clipboard