namespace ngraph::runtime::reference::fake_quantize_details

namespace fake_quantize_details {

// global functions

template <typename T>
T quantize(
    const T& arg,
    const T& in_low,
    const T& in_high,
    const T& out_low,
    const T& out_high,
    const size_t& levels
    );

} // namespace fake_quantize_details