jurevreca12

Results 11 issues of jurevreca12

### Prompt The script `tr_drc_to_klayout_drc.py` used to convert the results to an klayout xml style file is consuming large amounts of memory due to the way it is written. Concretely...

enhancement
Flow Script

I have a problem cloning a model. The code bellow shows an example. ``` import tensorflow as tf import numpy as np import qkeras import matplotlib.pyplot as plt from tensorflow.keras.datasets...

Is it possible to do arithmetic between types? i.e. something akin to the following: ``` import chisel3._ import chisel3.stage.ChiselStage import dsptools.numbers.Real import dsptools.numbers.implicits._ class Test[I

This pull request introduces some additional rounding modes, and provides a table, that more accurately describes their behavior. Concretely, the following table has been added to _docs/qonnx-custom-ops/quant_op.md_: | **Number \...

This PR makes it possible to add QONNX Ops from outside the brevitas/finn/qonnx repositories. It adds a function `register_custom_domain` . This is an example of usage of this functionality in...

This PR cleans up some of the QKeras2QONNX converter code and inserts BinaryQuant nodes instead of Quant nodes for `qkeras.binary` instances. This PR should follow PR: #139. As this changes...

Adds a function `del_initializer` to ModelWrapper class. This function deletes an initializer by name. This functionality is used in a chisel4ml transform that replaces quant nodes with custom nodes. This...

Updates the QKeras to QONNX converter to also take care of quantizers that are present at the input of the neural network. This handles cases such as the following: ```...

Adds a single function to the QKeras converter, to check if the tensor is being correctly converted. It issues only a warning to not brake legacy testing code. This PR...

This PR updates the QKeras converter to enable it to convert neural networks with tensor scale factors, and with scale factors set to "auto_po2". Previously the converter added a "Quant"...