We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a572f7 commit 580559cCopy full SHA for 580559c
foxi/onnxifi.h
@@ -868,7 +868,7 @@ typedef struct onnxTensorDescriptorV1 {
868
* If it is a quantized tensor, the value should be set to 1.
869
* By default it should be set to 0.
870
*/
871
- unsigned char is_quantized;
+ uint8_t is_quantized;
872
/**
873
* Quantized tensor scale info.
874
* For non-quantized tensor, this scale is not valid.
0 commit comments