Home
last modified time | relevance | path

Searched defs:UInt8 (Results 1 – 12 of 12) 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/tensorflow/tensorflow/lite/delegates/gpu/common/
Dquantization_util_test.cc172 TEST(DequantizeInputs, UInt8) { in TEST() argument
219 TEST(QuantizeOutputs, UInt8) { in TEST() argument
/external/flatbuffers/swift/Sources/FlatBuffers/
DConstants.swift75 extension UInt8: Scalar { extension
/external/tensorflow/tensorflow/lite/kernels/shim/
Dtflite_tensor_view_test.cc77 TEST(TfLiteTensorW, UInt8) { IntTest<uint8_t>(); } in TEST() argument
/external/marisa-trie/include/marisa/
Dbase.h174 typedef ::marisa_uint8 UInt8; typedef
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h273 UInt8, enumerator
302 uint8_t UInt8; member
/external/python/cpython2/Tools/bgen/bgen/
Dmacsupport.py30 UInt8 = Type("UInt8", "b") variable
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs176 UInt8 = 3, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h400 UInt8, enumerator
459 uint8_t UInt8; member
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py308 class UInt8(IntValue): class