Home
last modified time | relevance | path

Searched refs:Uint8 (Results 1 – 25 of 37) sorted by relevance

12

/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua14 local Uint8 = N.Uint8
268 self:Place(0, Uint8)
335 function mt:PrependByteSlot(...) self:PrependSlot(Uint8, ...) end
336 function mt:PrependUint8Slot(...) self:PrependSlot(Uint8, ...) end
364 function mt:PrependByte(x) self:Prepend(Uint8, x) end
365 function mt:PrependUint8(x) self:Prepend(Uint8, x) end
DnumTypes.lua193 m.Uint8 = uint8_mt
/external/flatbuffers/tests/MyGame/Example/
DMonster.lua58 return self.view:Get(flatbuffers.N.Uint8, a + ((j-1) * 1))
72 return self.view:Get(flatbuffers.N.Uint8, o + self.view.pos)
79 return self.view:Get(flatbuffers.N.Uint8, o + self.view.pos)
156 return self.view:Get(flatbuffers.N.Uint8, a + ((j-1) * 1))
311 return self.view:Get(flatbuffers.N.Uint8, a + ((j-1) * 1))
483 return self.view:Get(flatbuffers.N.Uint8, o + self.view.pos)
498 return self.view:Get(flatbuffers.N.Uint8, o + self.view.pos)
514 return self.view:Get(flatbuffers.N.Uint8, a + ((j-1) * 1))
DTestSimpleTableWithEnum.lua27 return self.view:Get(flatbuffers.N.Uint8, o + self.view.pos)
DVec3.lua31 return self.view:Get(flatbuffers.N.Uint8, self.view.pos + 24)
DTypeAliases.lua34 return self.view:Get(flatbuffers.N.Uint8, o + self.view.pos)
/external/gemmlowp/internal/
Dallocator.h46 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 }; enumerator
65 GEMMLOWP_REGISTER_TYPEID(std::uint8_t, Uint8)
/external/libchrome/mojo/public/js/lib/
Dcodec.js356 Uint8.encode(this, byte);
728 Uint8.encode = function(encoder, val) {
732 function Uint8() { class
735 Uint8.encodedSize = 1;
737 Uint8.decode = function(decoder) {
741 Uint8.encode = function(encoder, val) {
1108 internal.Uint8 = Uint8;
Dvalidator.js493 offset, internal.Uint8.encodedSize, internal.Uint8, nullable, [0], 0);
548 elementsOffset, numElements, internal.Uint8, nullable, [0], 0);
/external/flatbuffers/samples/lua/MyGame/Sample/
DMonster.lua57 return self.view:Get(flatbuffers.N.Uint8, a + ((j-1) * 1))
96 return self.view:Get(flatbuffers.N.Uint8, o + self.view.pos)
/external/pigweed/pw_tokenizer/
Dargument_types_test_c.c84 DEFINE_TEST_FUNCTION(Uint8, ((uint8_t)23));
/external/llvm-project/clang/lib/AST/Interp/
DOpcodes.td21 def Uint8 : Type;
68 let Types = [Sint8, Uint8, Sint16, Uint16, Sint32,
174 def ConstUint8 : ConstOpcode<Uint8, ArgUint8>;
/external/tensorflow/tensorflow/lite/kernels/
Ddepth_to_space_test.cc73 TEST(DepthToSpaceOpModel, Uint8) { in TEST() argument
Ddequantize_test.cc74 TEST(DequantizeOpTest, Uint8) { in TEST() argument
Dspace_to_depth_test.cc73 TEST(SpaceToDepthOpModel, Uint8) { in TEST() argument
Dnumeric_verify_test.cc85 TEST(NumericVerifyOpTest, Uint8) { in TEST() argument
/external/tensorflow/tensorflow/lite/micro/kernels/
Ddepth_to_space_test.cc71 TEST(DepthToSpaceOpModel, Uint8) { in TEST() argument
Dspace_to_depth_test.cc72 TEST(SpaceToDepthOpModel, Uint8) { in TEST() argument
/external/golang-protobuf/proto/
Ddiscard.go160 if tf.Kind() == reflect.Slice && tf.Elem().Kind() != reflect.Uint8 {
275 if tf.Kind() == reflect.Slice && tf.Elem().Kind() != reflect.Uint8 {
Dlib.go685 case reflect.Uint8:
809 case reflect.Uint8:
868 case reflect.Uint8:
Dextensions.go175 return t.Kind() == reflect.Slice && t.Elem().Kind() != reflect.Uint8
600 if rv.Type().Elem().Kind() != reflect.Uint8 {
Dtable_merge.go203 if tf.Kind() == reflect.Slice && tf.Elem().Kind() != reflect.Uint8 {
501 case tf.Elem().Kind() != reflect.Uint8:
Dclone.go199 if in.Type().Elem().Kind() == reflect.Uint8 {
/external/tensorflow/tensorflow/lite/toco/
Dtypes.proto26 // Uint8, quantized
/external/tensorflow/tensorflow/go/
Dtensor.go50 Uint8 DataType = C.TF_UINT8 const
547 …case Float, Double, Int32, Uint8, Int16, Int8, Complex, Int64, Bool, Quint8, Qint32, Bfloat16, Qin…

12