public struct RNNCellOutput<Output, State> : Differentiable where Output : Differentiable, State : Differentiable
extension RNNCellOutput: EuclideanDifferentiable
where Output: EuclideanDifferentiable, State: EuclideanDifferentiable
إخراج إلى شبكة عصبية متكررة.
الإخراج في خطوة الوقت الحالي.
تصريح
public var output: Output
الوضع الحالي.
تصريح
public var state: State
تصريح
@differentiable public init(output: Output, state: State)