RELU_KERNEL

Constant RELU_KERNEL 

Source
pub const RELU_KERNEL: &str = "ghostflow_relu_f32";
Expand description

ReLU kernel: y[i] = max(0, x[i])