public struct BroadcastingPullback
2 つのTensors
をブロードキャストする転置を実行するプルバック関数。
lhs
およびrhs
のブロードキャストからのプルバックを構築します。宣言
public init<T: TensorFlowFloatingPoint, U: TensorFlowFloatingPoint>( _ lhs: Tensor<T>, _ rhs: Tensor<U> )
宣言
public func callAsFunction<T: TensorFlowFloatingPoint, U: TensorFlowFloatingPoint>( _ lhsGrad: Tensor<T>, _ rhsGrad: Tensor<U> ) -> (Tensor<T>, Tensor<U>)