Home
last modified time | relevance | path

Searched defs:UInt8 (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/types/
DUInt8.java19 public class UInt8 extends Number { class
47 private UInt8() {} in UInt8() method in UInt8
/external/clang/test/SemaObjC/
Dobjc-cf-audited-warning.m13 typedef unsigned char UInt8; typedef
/external/image_io/includes/image_io/base/
Dtypes.h14 using UInt8 = std::uint8_t; variable
/external/python/cpython2/Tools/bgen/bgen/
Dmacsupport.py30 UInt8 = Type("UInt8", "b") variable
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h273 UInt8, enumerator
302 uint8_t UInt8; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h326 UInt8, enumerator
355 uint8_t UInt8; member
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py234 class UInt8(IntValue): class