Gunjan Nandy

Results 5 issues of Gunjan Nandy

First of all, this is one of the best extensions I have used, hands down. This is my daily driver in both Google Chrome and Firefox. It works flawlessly. I...

## Problem If we specify clang++ verison 8 in **[Makefile.common](https://github.com/ai-techsystems/dnnCompiler/blob/master/Makefile.common)** like this: ```Makefile /usr/bin/clang++-8 ``` It won't work in clang++-9 though version 9 is supported. But clang versions below 8...

bug
enhancement

### [CI/CD on Google Cloud](https://cloud.google.com/docs/ci-cd/) Look over to **[Tensorflow Official Build Status](https://github.com/tensorflow/tensorflow#continuous-build-status)**. We can have different badges for different mediums of deployment by using Google Cloud.

documentation

## [test / swig / tensorAssignmentOperators.py](https://github.com/ai-techsystems/dnnCompiler/blob/operators/test/swig/tensorAssignmentOperators.py) (Line No. 619, 627, 651) ### Here is the snippet of code ```python # float_tensor /= bool_scalar def test_Assignment_True_Div_float_tensor_bool_scalar (self): temp_np = self.np_float_0_4.copy() temp_np...

bug