Threshold

Input

x:
  • Required: yes
  • Type: float16, float32
  • Description: returns the truth value of (x > threshold).
  • Restriction: Must be of type float16.

Attribute

  • threshold:
    • Required: no
    • Type: float
    • Description: result, either 0 (default) or 1
    • Restrictions: none

Output

y:
  • Required: yes
  • Type: float16, float32
  • Description: returns the truth value of (x > threshold).
  • Restriction: Must be of type float16.