div method

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

Implementation

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