Crate caffe2op_stump

source ·

Structs

  • | Split the elements and return the indices | based on the given threshold. |
  • | Converts each input element into either | high_ or low_value based on the given | threshold. | | out[i] = low_value if in[i] <= threshold | else high_value |