Crate caffe2op_mod

source ·

Structs

  • | Element-wise modulo operation. Each | element in the output is the modulo result | of the corresponding element in the | input data. The divisor of the modulo | is provided by the divisor argument. | | Github Link: | | - https://github.com/pytorch/pytorch/blob/master/caffe2/operators/mod_op.cc |