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>)