Searched defs:UInt8 (Results 1 – 12 of 12) sorted by relevance
19 public class UInt8 extends Number { class47 private UInt8() {} in UInt8() method in UInt8
13 typedef unsigned char UInt8; typedef
14 using UInt8 = std::uint8_t; variable
172 TEST(DequantizeInputs, UInt8) { in TEST() argument219 TEST(QuantizeOutputs, UInt8) { in TEST() argument
75 extension UInt8: Scalar { extension
77 TEST(TfLiteTensorW, UInt8) { IntTest<uint8_t>(); } in TEST() argument
174 typedef ::marisa_uint8 UInt8; typedef
273 UInt8, enumerator302 uint8_t UInt8; member
30 UInt8 = Type("UInt8", "b") variable
176 UInt8 = 3, enumerator
400 UInt8, enumerator459 uint8_t UInt8; member
308 class UInt8(IntValue): class