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

[Refactor] rename test_npy2hls -> test_data_packing

parent 4bd56883
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,12 @@ import subprocess
import numpy as np
import finn.util.basic as cutil
from finn.util.data_packing import array2hexstring, pack_innermost_dim_as_hex_string, numpy_to_hls_code
from finn.core.datatype import DataType
from finn.util.data_packing import (
array2hexstring,
numpy_to_hls_code,
pack_innermost_dim_as_hex_string,
)
def make_npy2apintstream_testcase(ndarray, dtype):
......
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