To Half#
Converts the given input to 16 bit float. The node will attempt to convert array and tuple inputs to halfs of the same shape
Installation#
To use this Node, you must enable omni.graph.nodes
in the Extension Manager.
Inputs#
Name |
Type |
Description |
Default |
---|---|---|---|
value (value) |
|
The numeric value to convert to half |
Outputs#
Name |
Type |
Description |
Default |
---|---|---|---|
Half (converted) |
|
Output half scaler or array |