blace.ai
|
#include <public_ops.h>
Public Member Functions | |
MapToRangeOp (OpP input, ml_core::ValueRangeEnum range) | |
Maps the values in the input operator to a given range based on the meta data of the input operator. If the input operator has range ml_core::ValueRangeEnum::UNKNOWN_VALUE_RANGE the operator will fail.
blace::ops::MapToRangeOp::MapToRangeOp | ( | OpP | input, |
ml_core::ValueRangeEnum | range | ||
) |
Constructs an operator which maps the input to the given range.
input | The input node. |
range | The requested range. |