- argminOperation argmin(Operation input, size_t axis, string mod, size_t line) 
- Performs an argmin over the specified dimension. 
- initializevoid initialize() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- matmulOperation matmul(Operation lhs, Operation rhs, string mod, size_t line) 
- Computes the matrix multiplication between two rank-2 tensors. 
- maxElementOperation maxElement(Operation op, size_t[] axes, string mod, size_t line) 
- Computes a max reduction along the specified axes. 
- sumOperation sum(Operation op, size_t[] axes, string mod, size_t line) 
- Computes a sum reduction along the specified axes. 
Contains common maths operations.