TIOVX User Guide
tiovx.enums.Round Class Reference

Round Policy (OpenVX equivalent = vx_round_policy_e) More...

Inherits Enum.

Static Public Attributes

int TO_ZERO = 1
 OpenVX equivalent = VX_ROUND_POLICY_TO_ZERO.
 
int TO_NEAREST_EVEN = 2
 OpenVX equivalent = VX_ROUND_POLICY_TO_NEAREST_EVEN.
 

Detailed Description

Round Policy (OpenVX equivalent = vx_round_policy_e)

Example usage:
Round.TO_ZERO
Round.TO_NEAREST_EVEN

Definition at line 605 of file enums.py.


The documentation for this class was generated from the following file: