rml_op_clip_params
Parameters for the RML_OP_CLIP operation.
f(x) = clamp(x, min, max)
API
Graph Manipulation
Items
Name |
Type |
Description |
---|---|---|
input |
Operation that outputs tensor containing input data. |
|
min |
float |
The minimum value, below which the operator replaces the value with. |
max |
float |
The maximum value, above which the operator replaces the value with. |