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