warp.cw_mul#

warp.cw_mul(
a: Vector[Any, Scalar],
b: Vector[Any, Scalar],
) Vector[Any, Scalar]#
  • Kernel

  • Differentiable

Compute the component-wise product of a and b.

warp.cw_mul(
a: Matrix[Any, Any, Scalar],
b: Matrix[Any, Any, Scalar],
) Matrix[Any, Any, Scalar]
  • Kernel

  • Differentiable

Compute the component-wise product of a and b.