public struct State : Equatable, Differentiable, VectorProtocol, KeyPathIterable, Mergeable
คำประกาศ
public var cell: Tensor<Scalar>
คำประกาศ
public var hidden: Tensor<Scalar>
เชื่อมต่อสองค่าเข้าด้วยกัน
คำประกาศ
@differentiable public static func concatenate(_ lhs: `Self`, _ rhs: `Self`) -> LSTMCell<Scalar>.State
เพิ่มสองค่าและสร้างผลรวม
คำประกาศ
@differentiable public static func sum(_ lhs: `Self`, _ rhs: `Self`) -> LSTMCell<Scalar>.State
เฉลี่ยสองค่า
คำประกาศ
@differentiable public static func average(_ lhs: `Self`, _ rhs: `Self`) -> LSTMCell<Scalar>.State
คูณสองค่า
คำประกาศ
@differentiable public static func multiply(_ lhs: `Self`, _ rhs: `Self`) -> LSTMCell<Scalar>.State
สแต็กสองค่า
คำประกาศ
@differentiable public static func stack(_ lhs: `Self`, _ rhs: `Self`) -> LSTMCell<Scalar>.State