Diogo
Diogo
replaces os.getenv with get_prop helper function, default return is 0 due to popularity addresses #499
Added build stages to the Dockerfile to simplify image build Reenabled docker tests in the CI using the testing stage. Currently using the same tests from CPU, not sure if...
Closes: #581
Closes: #627
currently to compare tensors we use the eq function inside Tensor but ideally should use ```__eq__``` to support (t1 == t2) keep an eye out as when I attempted this,...
added float and half helper functions to match pytorch
only added nearest
Added onnx And, Or, Xor, Not ops, also the bool dtype Converted the previous casting on comparison ops from .numpy().astype to using Tensor.cast with the correct dtype Previous - 360...
Added llvm int support split the dtype tests so that int tests are now run for llvm runtime
also added a helper function for checking if dtype is int and some dtype tests