modulo method

List modulo({
  1. int element = 0,
  2. dynamic tensor,
})

Implementation

List modulo({int element = 0, var tensor}) =>
    DartTensor().utils.modulo(this, element: element, tensor: tensor);