First release of opveclib which includes the base functionality for defining TensorFlow operators. Release features include:
- Python-native operator definition which emits C++ and CUDA versions and links them into TensorFlow.
- Python-native gradient definition.
- Preliminary optimizer, allowing for operator fusion. Currently only activated for the OVL test framework (i.e. by using the evaluate() function).