public struct BroadcastingPullback
یک تابع pullback که انتقال دو 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>)