Implemented a gemlib math library as a thin wrapper around Tensorflow. This...
Implemented a gemlib math library as a thin wrapper around Tensorflow. This allows for contextual argument checking and dispatching of specialised TF operations based on dimension of input arguments (see e.g. gem.gemlib.math.matmul).