Skip to content
Snippets Groups Projects
Commit 0e0a7349 authored by mmrahorovic's avatar mmrahorovic
Browse files

convert double to single float

parent 40c639c7
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ def make_model(ch, ifmdim):
def test_convert_to_hls_layers_synthetic(ch, ifmdim, idt):
model = make_model(ch, ifmdim)
model.save(export_onnx_path)
model = ModelWrapper(export_onnx_path)
model = ModelWrapper(export_onnx_path, fix_float64=True)
model = model.transform(InferShapes())
model = model.transform(FoldConstants())
model = model.transform(GiveUniqueNodeNames())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment