- Nov 07, 2019
-
-
auphelia authored
[Code generation] Added some of the missing layer parameters (WMEM, TMEM and API) to get_layer_parameters()
-
auphelia authored
[Code generation] Added function to determine the number of FIFOs and intergrated it into the generation of the stream declarations to help writing the parameters as variables into the commands
-
auphelia authored
-
auphelia authored
[Code generation] Rename code_gen dictionary keys and copied new finn-hls-onnx-model with quantization_annotation to data path
-
auphelia authored
[Test] Test now runs smoothly because of merge of streamlining branch into dev, also corrected the datatype to capital letters
-
auphelia authored
-
Yaman Umuroglu authored
-
auphelia authored
[Test] Added setting of the tensor datatypes in test file, does not correspond to modelwrapper.py version yet
-
auphelia authored
-
- Nov 06, 2019
-
-
auphelia authored
-
auphelia authored
[Code Generation] Added computation commands function => code_gen.py returns now a dictionary with stream declarations, stream pragma statements and computation commands
-
auphelia authored
[Code Generation] Changed get_layer_attribute function so that it now takes a single node as input, started to work on the function for the computation commands
-
auphelia authored
-
auphelia authored
-
auphelia authored
[Code Generation] Added stream declaration to output dictionary and [Test] run pre-commit so little changes in tab size and spacing
-
auphelia authored
[Test] Added unit test for code generation (at the moment it only calls the function code_gen with the finn-hls-model in the data folder) and [Code Generation] Added function to extract the layer attributes
-
auphelia authored
-
auphelia authored
-
auphelia authored
-
auphelia authored
[Test] removed onnx graph that was produced during the run-docker.sh and deleted an obsolete import in infer_shapes.py
-
- Nov 05, 2019
-
-
auphelia authored
-
Yaman Umuroglu authored
-
Yaman Umuroglu authored
-
Yaman Umuroglu authored
-
auphelia authored
[Test] Created new branch and python script for manually construction of onnx graph based on an example of the finn hls library, Deleted obsolete mixed_model.onnx in data path
-
Yaman Umuroglu authored
-
Yaman Umuroglu authored
-
Yaman Umuroglu authored
-
- Nov 04, 2019
-
-
Yaman Umuroglu authored
-
Yaman Umuroglu authored
-
Yaman Umuroglu authored
-
Yaman Umuroglu authored
-
Yaman Umuroglu authored
unfortunately some bugs in onnxruntime made the previous approach crash with certain test topologies, so we're opting for this instead.
-
Yaman Umuroglu authored
-
Yaman Umuroglu authored
-
Yaman Umuroglu authored
-
Yaman Umuroglu authored
-
Yaman Umuroglu authored
-
Yaman Umuroglu authored
dim restriction: mul must be scalar or 1d val restriction: mul value must be non-negative
-
auphelia authored
[Test] Changed verification method to a check if all tensor shapes are set and the output of the new node has specific value
-