Youssef Kandil
Youssef Kandil
I am working on a plugin, and am trying to figure out how to add it to this repo. I can't figure out whether this repo is just a collection...
Signed-off-by: Youssef Kandil ## Context: - adding a clock gating plugin that automatically adds clock gating cells to the specified registers ## Changes: - added plugin source file - added...
Given this Onnx file and the following code: https://drive.google.com/file/d/1h9qmRRbryAZydOmIKnp0HpXJ2PbzyNDB/view?usp=sharing ``` from __future__ import absolute_import from __future__ import print_function import os import sys import numpy as np import nngen as ng...