Skip to content

Commit 580559c

Browse files
committed
char=>uint8
1 parent 1a572f7 commit 580559c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foxi/onnxifi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ typedef struct onnxTensorDescriptorV1 {
868868
* If it is a quantized tensor, the value should be set to 1.
869869
* By default it should be set to 0.
870870
*/
871-
unsigned char is_quantized;
871+
uint8_t is_quantized;
872872
/**
873873
* Quantized tensor scale info.
874874
* For non-quantized tensor, this scale is not valid.

0 commit comments

Comments
 (0)