Enumeration for the precision hint. The hint is used depending on whether the option is supported on the platform.
| Name | Description |
|---|---|
| Value | Enumeration for the precision hint. The hint is used depending on whether the option is supported on the platform. |
public: enum Value
{
FULL_PRECISION = 0,
HALF_PRECISION = 1,
DEFAULT_PRECISION = FULL_PRECISION
}
Enumeration for the precision hint. The hint is used depending on whether the option is supported on the platform.
| FULL_PRECISION | 32-bit per float precision |
| HALF_PRECISION | 16-bit per float precision |
| DEFAULT_PRECISION |