public struct RNNCellInput<Input, State> : Differentiable where Input : Differentiable, State : Differentiable
extension RNNCellInput: EuclideanDifferentiable
where Input: EuclideanDifferentiable, State: EuclideanDifferentiable
ورودی یک شبکه عصبی بازگشتی
ورودی در مرحله زمانی فعلی.
اعلامیه
public var input: Input
حالت قبلی.
اعلامیه
public var state: State
اعلامیه
@differentiable public init(input: Input, state: State)