public struct BroadcastingPullback
Una funzione pullback che esegue la trasposizione della trasmissione di due Tensors
.
Costruisce il pullback dalla trasmissione
lhs
erhs
.Dichiarazione
public init<T: TensorFlowFloatingPoint, U: TensorFlowFloatingPoint>( _ lhs: Tensor<T>, _ rhs: Tensor<U> )
Dichiarazione
public func callAsFunction<T: TensorFlowFloatingPoint, U: TensorFlowFloatingPoint>( _ lhsGrad: Tensor<T>, _ rhsGrad: Tensor<U> ) -> (Tensor<T>, Tensor<U>)