warp.isnan#
- warp.isnan(a: Scalar) bool#
Kernel
Check if any element of
ais NaN.Attention
This function will no longer support integer types as input. Please use float types instead.
- warp.isnan(a: Vector[Any, Scalar]) bool
Kernel
Check if any element of
ais NaN.Attention
This function will no longer support integer types as input. Please use float types instead.
- warp.isnan(a: Quaternion[Float]) bool
Kernel
Check if any element of
ais NaN.Attention
This function will no longer support integer types as input. Please use float types instead.
- warp.isnan(a: Matrix[Any, Any, Scalar]) bool
Kernel
Check if any element of
ais NaN.Attention
This function will no longer support integer types as input. Please use float types instead.