public struct BroadcastingPullback
פונקציית נסיגה המבצעת טרנספוזיציה של שידור שני 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>)