/external/flatbuffers/lua/flatbuffers/ |
D | builder.lua | 14 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
|
D | numTypes.lua | 193 m.Uint8 = uint8_mt
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.lua | 58 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))
|
D | TestSimpleTableWithEnum.lua | 27 return self.view:Get(flatbuffers.N.Uint8, o + self.view.pos)
|
D | Vec3.lua | 31 return self.view:Get(flatbuffers.N.Uint8, self.view.pos + 24)
|
D | TypeAliases.lua | 34 return self.view:Get(flatbuffers.N.Uint8, o + self.view.pos)
|
/external/gemmlowp/internal/ |
D | allocator.h | 46 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/ |
D | codec.js | 356 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;
|
D | validator.js | 493 offset, internal.Uint8.encodedSize, internal.Uint8, nullable, [0], 0); 548 elementsOffset, numElements, internal.Uint8, nullable, [0], 0);
|
/external/flatbuffers/samples/lua/MyGame/Sample/ |
D | Monster.lua | 57 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/ |
D | argument_types_test_c.c | 84 DEFINE_TEST_FUNCTION(Uint8, ((uint8_t)23));
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | Opcodes.td | 21 def Uint8 : Type; 68 let Types = [Sint8, Uint8, Sint16, Uint16, Sint32, 174 def ConstUint8 : ConstOpcode<Uint8, ArgUint8>;
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | depth_to_space_test.cc | 73 TEST(DepthToSpaceOpModel, Uint8) { in TEST() argument
|
D | dequantize_test.cc | 74 TEST(DequantizeOpTest, Uint8) { in TEST() argument
|
D | space_to_depth_test.cc | 73 TEST(SpaceToDepthOpModel, Uint8) { in TEST() argument
|
D | numeric_verify_test.cc | 85 TEST(NumericVerifyOpTest, Uint8) { in TEST() argument
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | depth_to_space_test.cc | 71 TEST(DepthToSpaceOpModel, Uint8) { in TEST() argument
|
D | space_to_depth_test.cc | 72 TEST(SpaceToDepthOpModel, Uint8) { in TEST() argument
|
/external/golang-protobuf/proto/ |
D | discard.go | 160 if tf.Kind() == reflect.Slice && tf.Elem().Kind() != reflect.Uint8 { 275 if tf.Kind() == reflect.Slice && tf.Elem().Kind() != reflect.Uint8 {
|
D | lib.go | 685 case reflect.Uint8: 809 case reflect.Uint8: 868 case reflect.Uint8:
|
D | extensions.go | 175 return t.Kind() == reflect.Slice && t.Elem().Kind() != reflect.Uint8 600 if rv.Type().Elem().Kind() != reflect.Uint8 {
|
D | table_merge.go | 203 if tf.Kind() == reflect.Slice && tf.Elem().Kind() != reflect.Uint8 { 501 case tf.Elem().Kind() != reflect.Uint8:
|
D | clone.go | 199 if in.Type().Elem().Kind() == reflect.Uint8 {
|
/external/tensorflow/tensorflow/lite/toco/ |
D | types.proto | 26 // Uint8, quantized
|
/external/tensorflow/tensorflow/go/ |
D | tensor.go | 50 Uint8 DataType = C.TF_UINT8 const 547 …case Float, Double, Int32, Uint8, Int16, Int8, Complex, Int64, Bool, Quint8, Qint32, Bfloat16, Qin…
|