warp.unot#

warp.unot(a: bool) bool#
  • Kernel: true
  • Python: true
  • Differentiable: false

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.

warp.unot(a: int8) bool
  • Kernel: true
  • Python: true
  • Differentiable: false

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.

warp.unot(a: uint8) bool
  • Kernel: true
  • Python: true
  • Differentiable: false

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.

warp.unot(a: int16) bool
  • Kernel: true
  • Python: true
  • Differentiable: false

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.

warp.unot(a: uint16) bool
  • Kernel: true
  • Python: true
  • Differentiable: false

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.

warp.unot(a: int32) bool
  • Kernel: true
  • Python: true
  • Differentiable: false

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.

warp.unot(a: uint32) bool
  • Kernel: true
  • Python: true
  • Differentiable: false

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.

warp.unot(a: int64) bool
  • Kernel: true
  • Python: true
  • Differentiable: false

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.

warp.unot(a: uint64) bool
  • Kernel: true
  • Python: true
  • Differentiable: false

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.

warp.unot(a: Array[Any]) bool
  • Kernel: true
  • Python: false
  • Differentiable: false

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.