Home
last modified time | relevance | path

Searched refs:int8 (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/mindspore/patches/
D0016-bugfix-for-argminmax-swish-int8-and-vad-asan.patch4 Subject: [PATCH] fix argminmax int bug && support swish int8 && fix VAD asan
10 .../litert/kernel/cpu/int8/activation_int8.cc | 4 ++
11 .../litert/kernel/cpu/int8/argminmax_int8.cc | 35 +++++-----
12 .../src/litert/kernel/cpu/int8/sigmoid_int8.h | 2 +-
13 .../src/litert/kernel/cpu/int8/swish_int8.cc | 67 +++++++++++++++++++
14 .../src/litert/kernel/cpu/int8/swish_int8.h | 38 +++++++++++
17 create mode 100644 mindspore/lite/src/litert/kernel/cpu/int8/swish_int8.cc
18 create mode 100644 mindspore/lite/src/litert/kernel/cpu/int8/swish_int8.h
25 "int8/split_int8.cc",
26 "int8/squeeze_int8.cc",
[all …]
D0014-DynamicQuant-strategy-optimization.patch16 .../litert/kernel/cpu/int8/dynamic_quant.cc | 299 +++++++++++-------
17 .../litert/kernel/cpu/int8/dynamic_quant.h | 59 ++--
18 .../cpu/int8/matmul_dynamic_base_int8.cc | 43 ++-
19 .../cpu/int8/matmul_dynamic_base_int8.h | 7 +-
386 …-git a/mindspore/lite/src/litert/kernel/cpu/int8/dynamic_quant.cc b/mindspore/lite/src/litert/kern…
388 --- a/mindspore/lite/src/litert/kernel/cpu/int8/dynamic_quant.cc
389 +++ b/mindspore/lite/src/litert/kernel/cpu/int8/dynamic_quant.cc
393 #include "src/litert/kernel/cpu/int8/dynamic_quant.h"
401 #include "nnacl/int8/dynamic_quant_int8.h"
402 #include "nnacl/int8/quant_dtype_cast_int8.h"
[all …]
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/compute/mul_extended/
Dsigned_8bit.amber78 %int8 = OpTypeInt 8 1
79 %v2int8 = OpTypeVector %int8 2
86 %_ptr_Uniform_int8 = OpTypePointer Uniform %int8
92 %ResType = OpTypeStruct %int8 %int8
111 %30 = OpLoad %int8 %29
114 %34 = OpLoad %int8 %33
120 %45 = OpCompositeExtract %int8 %44 0
122 %46 = OpCompositeExtract %int8 %44 1
135 BUFFER input DATA_TYPE vec2<int8> DATA
238 BUFFER output DATA_TYPE vec2<int8> SIZE 100 FILL 0.0
[all …]
/third_party/glslang/Test/baseResults/
Dspv.8bitstorage_Error-int.frag.out2 ERROR: 0:54: 'structure: (u)int8 types can only be in uniform block or buffer storage' : required e…
5 ERROR: 0:58: 'return: can't use with structs containing int8' : required extension not requested: P…
8 ERROR: 0:61: 'int8_t: (u)int8 types can only be in uniform block or buffer storage' : required exte…
11 ERROR: 0:74: '[: does not operate on types containing (u)int8' : required extension not requested: …
14 ERROR: 0:75: '.: can't swizzle types containing (u)int8' : required extension not requested: Possib…
17 ERROR: 0:76: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re…
20 ERROR: 0:76: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re…
23 ERROR: 0:76: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re…
26 ERROR: 0:77: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re…
29 ERROR: 0:77: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re…
[all …]
Dspv.8bitstorage_Error-uint.frag.out2 ERROR: 0:54: 'structure: (u)int8 types can only be in uniform block or buffer storage' : required e…
8 ERROR: 0:61: 'uint8_t: (u)int8 types can only be in uniform block or buffer storage' : required ext…
11 ERROR: 0:74: '[: does not operate on types containing (u)int8' : required extension not requested: …
14 ERROR: 0:75: '.: can't swizzle types containing (u)int8' : required extension not requested: Possib…
17 ERROR: 0:76: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re…
20 ERROR: 0:76: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re…
23 ERROR: 0:76: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re…
26 ERROR: 0:77: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re…
29 ERROR: 0:77: 'built-in function: (u)int8 types can only be in uniform block or buffer storage' : re…
35 ERROR: 0:81: '.: can't swizzle types containing (u)int8' : required extension not requested: Possib…
[all …]
Dspv.specConstantOp.int8.comp.out1 spv.specConstantOp.int8.comp
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dbitfield.hpp97 GLM_FUNC_DECL int16 bitfieldInterleave(int8 x, int8 y);
139 GLM_FUNC_DECL int32 bitfieldInterleave(int8 x, int8 y, int8 z);
181 GLM_FUNC_DECL int32 bitfieldInterleave(int8 x, int8 y, int8 z, int8 w);
Dtype_precision.hpp50 typedef detail::int8 lowp_int8;
66 typedef detail::int8 lowp_int8_t;
82 typedef detail::int8 lowp_i8;
98 typedef detail::int8 mediump_int8;
114 typedef detail::int8 mediump_int8_t;
130 typedef detail::int8 mediump_i8;
146 typedef detail::int8 highp_int8;
162 typedef detail::int8 highp_int8_t;
178 typedef detail::int8 highp_i8;
195 typedef detail::int8 int8; typedef
[all …]
Dbitfield.inl301 GLM_FUNC_QUALIFIER int16 bitfieldInterleave(int8 x, int8 y)
305 int8 i;
379 GLM_FUNC_QUALIFIER int32 bitfieldInterleave(int8 x, int8 y, int8 z)
383 int8 i;
460 GLM_FUNC_QUALIFIER int32 bitfieldInterleave(int8 x, int8 y, int8 z, int8 w)
464 int8 i;
Drandom.inl105 struct compute_linearRand<int8, P, vecType>
107 …GLM_FUNC_QUALIFIER static vecType<int8, P> call(vecType<int8, P> const & Min, vecType<int8, P> con…
109 …return (vecType<int8, P>(compute_rand<uint8, P, vecType>::call() % vecType<uint8, P>(Max + static_…
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dglm.cpp15 template struct tvec1<int8, lowp>;
26 template struct tvec1<int8, mediump>;
37 template struct tvec1<int8, highp>;
49 template struct tvec2<int8, lowp>;
60 template struct tvec2<int8, mediump>;
71 template struct tvec2<int8, highp>;
83 template struct tvec3<int8, lowp>;
94 template struct tvec3<int8, mediump>;
105 template struct tvec3<int8, highp>;
117 template struct tvec4<int8, lowp>;
[all …]
Dtype_int.hpp19 typedef std::int8_t int8; typedef
52 typedef signed char int8;
206 typedef detail::int8 int8; typedef
295 GLM_STATIC_ASSERT(sizeof(glm::int8) == 1, "int8 size isn't 1 byte on this platform");
/third_party/vk-gl-cts/external/amber/src/docs/
Dmemory_layout.md19 | int8 | <kbd>[b]</kbd> |
39 | vec2\<int8> | <kbd>[bb]</kbd> |
40 | vec3\<int8> | <kbd>[bbb-]</kbd> |
41 | vec4\<int8> | <kbd>[bbbb]</kbd> |
54 | int8[] | <kbd>[b---][----][----][----]</kbd> |
63 | int8[] | <kbd>[b]</kbd> |
77 | vec2\<int8>[] | <kbd>[bb--][----][----][----]</kbd> |
80 | vec3\<int8>[] | <kbd>[bbb-][----][----][----]</kbd> |
83 | vec4\<int8>[] | <kbd>[bbbb][----][----][----]</kbd> |
93 | vec2\<int8>[] | <kbd>[bb]</kbd> |
[all …]
/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dbasictypes.h24 typedef int8_t int8; typedef
37 const int8 kint8min = INT8_MIN;
38 const int8 kint8max = INT8_MAX;
48 typedef signed char int8;
/third_party/libphonenumber/tools/cpp/src/base/
Dbasictypes.h22 typedef int8_t int8; typedef
35 const int8 kint8min = INT8_MIN;
36 const int8 kint8max = INT8_MAX;
46 typedef signed char int8; typedef
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/
Dfwd.hpp100 typedef detail::int8 lowp_int8;
116 typedef detail::int8 lowp_int8_t;
132 typedef detail::int8 lowp_i8;
148 typedef detail::int8 mediump_int8;
164 typedef detail::int8 mediump_int8_t;
180 typedef detail::int8 mediump_i8;
196 typedef detail::int8 highp_int8;
212 typedef detail::int8 highp_int8_t;
228 typedef detail::int8 highp_i8;
245 typedef detail::int8 int8; typedef
[all …]
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_types.h41 typedef int8_t int8; typedef
53 typedef signed char int8; typedef
Ddng_pixel_buffer.h299 const int8 * ConstPixel_int8 (int32 row,
306 return (const int8 *) ConstPixel (row, col, plane);
316 int8 * DirtyPixel_int8 (int32 row,
323 return (int8 *) DirtyPixel (row, col, plane);
Ddng_stream.h362 int8 Get_int8 () in Get_int8()
364 return (int8) Get_uint8 (); in Get_int8()
370 void Put_int8 (int8 x) in Put_int8()
/third_party/vk-gl-cts/external/amber/src/tests/cases/
Dint8.amber41 BUFFER buf DATA_TYPE int8 DATA 63 END
42 BUFFER pushc DATA_TYPE int8 DATA 2 END
/third_party/node/deps/v8/src/builtins/
Dconvert.tq28 FromConstexpr<int8, constexpr IntegerLiteral>(i: constexpr IntegerLiteral):
29 int8 {
108 FromConstexpr<int8, constexpr int31>(i: constexpr int31): int8 {
111 return %RawDownCast<int8>(i);
236 Convert<int8, intptr>(i: intptr): int8 {
237 return %RawDownCast<int8>(TruncateIntPtrToInt32(i) << 24 >> 24);
/third_party/json/docs/mkdocs/docs/features/binary_formats/
Dubjson.md22 | number_integer | -128..127 | int8 | `i` |
27 | number_unsigned | 0..127 | int8 | `i` |
103 | int8 | number_integer | `i` |
/third_party/node/test/parallel/
Dtest-buffer-bytelength.js44 const int8 = new Int8Array(8); constant
45 assert.strictEqual(Buffer.byteLength(int8), 8);
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Darg.impl.h32 JERRYX_ARG_TRANSFORM_FUNC_WITH_OPTIONAL_AND_STRICT (int8)
111 JERRYX_ARG_INT (int8) in JERRYX_ARG_INT() argument
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga_types.h41 typedef int8_t int8; typedef

12345