Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
120 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
- cbalint13/incubator-tvm Python
- cbalint13/xls C++
Created a pull request in apache/incubator-tvm that received 2 comments
More flexible conv2d_NCHWc_int8 generic operator.
This small PR enable flexible parametrizations for conv2d_NCHWc_int8() int terms of int32_lanes and int8_elements .
Goal:
Allow conv2d_NCHWc_int8()…