Skip to content
Snippets Groups Projects
Commit d0f22ee5 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Test] remove gen onnx file from test_brevitas_relu_act_export

parent 7bee1ac8
No related branches found
No related tags found
No related merge requests found
import os
import onnx # noqa
import numpy as np
import torch
......@@ -65,3 +66,4 @@ scaling_impl.learned_value": torch.tensor(
print("expec:", ", ".join(["{:8.4f}".format(x) for x in expected[0]]))
assert np.isclose(produced, expected, atol=1e-3).all()
os.remove(export_onnx_path)
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