Skip to content
Snippets Groups Projects
Unverified Commit 33874f17 authored by Yaman Umuroglu's avatar Yaman Umuroglu Committed by GitHub
Browse files

[Test] int16 idt for LabelSelect test

parent 6eccf3d2
No related branches found
No related tags found
No related merge requests found
......@@ -79,9 +79,9 @@ def prepare_inputs(input_tensor, idt):
return {"inp": input_tensor}
# TODO: folded inputs and INTx inputs fail, likely problem in hlslib
# input datatype
@pytest.mark.parametrize("idt", [DataType.UINT8, DataType.UINT16])
# TODO: folded inputs fail, likely problem in hlslib
# input datatype -- checked by assertion in HLSCustomOp
@pytest.mark.parametrize("idt", [DataType.UINT8, DataType.INT16])
# labels
@pytest.mark.parametrize("labels", [10, 1000])
# folding
......
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