torch-mlir/include/npcomp/Dialect/Numpy
Stella Laurenzo a5f755d406 Implement __array_func__ hook and use it to trace np.dot.
* Creates an abstraction/registry around emitters (intended to generalize to AST compilation as well).
* Reworks ufuncs to use the same mechanism as array funcs.
* Adds the numpy.dot op.
2020-05-04 15:47:01 -07:00
..
CMakeLists.txt Add stub numpy dialect. 2020-04-26 17:20:58 -07:00
NumpyDialect.h Add !numpy.any_dtype dialect type. 2020-04-29 18:20:42 -07:00
NumpyDialect.td Add !numpy.any_dtype dialect type. 2020-04-29 18:20:42 -07:00
NumpyOps.h Add !numpy.any_dtype dialect type. 2020-04-29 18:20:42 -07:00
NumpyOps.td Implement __array_func__ hook and use it to trace np.dot. 2020-05-04 15:47:01 -07:00