warp.cw_mul#
- warp.cw_mul(
- a: Vector[Any, Scalar],
- b: Vector[Any, Scalar],
Kernel
Differentiable
Compute the component-wise product of
aandb.
- warp.cw_mul(
- a: Matrix[Any, Any, Scalar],
- b: Matrix[Any, Any, Scalar],
Kernel
Differentiable
Compute the component-wise product of
aandb.