public struct RNNCellInput<Input, State> : Differentiable where Input : Differentiable, State : Differentiable
extension RNNCellInput: EuclideanDifferentiable
where Input: EuclideanDifferentiable, State: EuclideanDifferentiable
Tekrarlayan bir sinir ağına giriş.
Geçerli zaman adımındaki giriş.
beyan
public var input: Input
Önceki durum.
beyan
public var state: State
beyan
@differentiable public init(input: Input, state: State)