@frozen
public struct Reshape<Scalar> : ParameterlessLayer where Scalar : TensorFlowFloatingPoint
形状変更レイヤー。
宣言
public typealias TangentVector = EmptyTangentVector
ターゲットの形状。
宣言
@noDerivative public var shape: Tensor<Int32>
変形レイヤーを作成します。
宣言
public init(shape: Tensor<Int32>)
パラメータ
shape
テンソルで表されるターゲットの形状。
変形レイヤーを作成します。
宣言
public init(_ shape: TensorShape)
パラメータ
shape
ターゲットの形状。