Home
last modified time | relevance | path

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

12

/third_party/mindspore/mindspore/compression/common/
Dconstant.py35 INT8 = "INT8" variable in QuantDtype
64 QuantDtype.INT6, QuantDtype.INT7, QuantDtype.INT8]
88 QuantDtype.INT8: QuantDtype.UINT8,
95 QuantDtype.UINT8: QuantDtype.INT8
/third_party/node/benchmark/buffers/
Ddataview-set.js26 const INT8 = 0x7f; constant
29 const UINT8 = INT8 * 2;
34 setInt8: INT8,
Dbuffer-write.js35 const INT8 = 0x7f; constant
50 writeInt8: INT8,
60 writeUIntLE: INT8,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp552 const int INT8 = AliasTest::RequirementInt8; in AddAliasTests() local
575 CASE_SAME_TYPE(INT8, "u8", "uint8_t v", "uint8_t(10)"), in AddAliasTests()
576 CASE_SAME_TYPE(INT8, "u8vec2", "u8vec2 v", "u8vec2(10, 20)"), in AddAliasTests()
577 CASE_SAME_TYPE(INT8, "u8vec3", "u8vec3 v", "u8vec3(10, 20, 30)"), in AddAliasTests()
578 CASE_SAME_TYPE(INT8, "u8vec4", "u8vec4 v", "u8vec4(10, 20, 30, 40)"), in AddAliasTests()
579 CASE_SAME_TYPE(INT8, "i8", "int8_t v", "int8_t(-10)"), in AddAliasTests()
580 CASE_SAME_TYPE(INT8, "i8vec2", "i8vec2 v", "i8vec2(-10, 20)"), in AddAliasTests()
581 CASE_SAME_TYPE(INT8, "i8vec3", "i8vec3 v", "i8vec3(-10, 20, -30)"), in AddAliasTests()
582 CASE_SAME_TYPE(INT8, "i8vec4", "i8vec4 v", "i8vec4(-10, 20, -30, 40)"), in AddAliasTests()
647 CASE_WITH_REVERSE(ALL, INT8, in AddAliasTests()
[all …]
/third_party/mindspore/mindspore/nn/layer/
Dquant.py195 QuantDtype.INT8: (-128, 127),
206 …def __init__(self, quant_dtype=QuantDtype.INT8, per_channel=False, symmetric=False, narrow_range=F…
378 quant_dtype=QuantDtype.INT8,
421 def reset(self, quant_dtype=QuantDtype.INT8, min_init=-6, max_init=6):
685 quant_dtype=QuantDtype.INT8):
925 quant_dtype=QuantDtype.INT8,
1137 quant_dtype=QuantDtype.INT8):
1281 quant_dtype=QuantDtype.INT8):
1417 quant_dtype=QuantDtype.INT8):
1541 quant_dtype=QuantDtype.INT8):
[all …]
/third_party/mindspore/mindspore/core/proto/
Dmind_ir.proto9 INT8 = 3; enumerator
100 INT8 = 3; // int8_t enumerator
/third_party/mindspore/mindspore/compression/quant/
Dqat.py41 quant_dtype=(QuantDtype.INT8, QuantDtype.INT8), argument
225 quant_dtype=(QuantDtype.INT8, QuantDtype.INT8), argument
589 QuantDtype.INT8.num_bits: QuantDtype.INT8
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp77 INT8, enumerator
150 case DataType::INT8: dataSize = sizeof(deInt8); break; in getElementSize()
288 std::make_pair(std::make_pair(DataType::INT8, VectorType::SCALAR), "int8_t"), in getGLSLInputValDecl()
289 std::make_pair(std::make_pair(DataType::INT8, VectorType::V2), "i8vec2"), in getGLSLInputValDecl()
290 std::make_pair(std::make_pair(DataType::INT8, VectorType::V3), "i8vec3"), in getGLSLInputValDecl()
291 std::make_pair(std::make_pair(DataType::INT8, VectorType::V4), "i8vec4"), in getGLSLInputValDecl()
292 std::make_pair(std::make_pair(DataType::INT8, VectorType::A5), "int8_t"), in getGLSLInputValDecl()
461 else if (m_params.dataType == DataType::INT8 || m_params.dataType == DataType::UINT8) in checkSupport()
703 else if (m_params.dataType == DataType::INT8) in initPrograms()
964 case DataType::INT8: in initPrograms()
[all …]
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
Dpredef.c20 TEST_MAX( INT8, 0x7f); in test()
/third_party/openGLES/extensions/SUN/
DSUN_global_alpha.txt149 1 INT8 code
150 1 INT8 pad
/third_party/skia/third_party/externals/opengl-registry/extensions/SUN/
DSUN_global_alpha.txt149 1 INT8 code
150 1 INT8 pad
/third_party/mesa3d/src/glx/
Dpacksingle.h84 *((INT8 *) (pc + offset)) = a
/third_party/openssl/include/openssl/
De_os2.h232 typedef INT8 int8_t;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dcommon.h97 typedef INT8 s8;
109 typedef INT8 s8;
/third_party/mesa3d/docs/relnotes/
D9.1.3.rst159 - mesa: Add unpack functions for R/RG/RGB [U]INT8/16/32 formats.
160 - mesa: Add unpack functions for A/I/L/LA [U]INT8/16/32 formats.
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dcommon.h97 typedef INT8 s8;
109 typedef INT8 s8;
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dlite_mat.cc453 } else if (src_a.data_type_ == LDataType::INT8) { in Subtract()
615 if (src_a.data_type_ == LDataType::INT8) { in Divide()
719 if (src_a.data_type_ == LDataType::INT8) { in Multiply()
Dlite_mat.h147 INT8, /**< INT8 data type. */ enumerator
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_secondary_color.txt316 1 INT8 v[0]
317 1 INT8 v[1]
318 1 INT8 v[2]
/third_party/openGLES/extensions/EXT/
DEXT_secondary_color.txt316 1 INT8 v[0]
317 1 INT8 v[1]
318 1 INT8 v[2]
/third_party/mindspore/tests/ut/cpp/dataset/
Dimage_process_test.cc695 LiteMat src1_int8(1, cols, LDataType(LDataType::INT8)); in TEST_F()
696 LiteMat src2_int8(1, cols, LDataType(LDataType::INT8)); in TEST_F()
697 LiteMat expect_int8(1, cols, LDataType(LDataType::INT8)); in TEST_F()
827 LiteMat src1_int8(1, cols, LDataType(LDataType::INT8)); in TEST_F()
828 LiteMat src2_int8(1, cols, LDataType(LDataType::INT8)); in TEST_F()
829 LiteMat expect_int8(1, cols, LDataType(LDataType::INT8)); in TEST_F()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program4.txt660 1 INT8 v[0]
661 1 INT8 v[1]
662 1 INT8 v[2]
663 1 INT8 v[3]
/third_party/openGLES/extensions/NV/
DNV_vertex_program4.txt660 1 INT8 v[0]
661 1 INT8 v[1]
662 1 INT8 v[2]
663 1 INT8 v[3]
/third_party/mindspore/mindspore/ccsrc/utils/
Danf_ir.proto318 // INT32, INT16, INT8, UINT16, UINT8, or BOOL
/third_party/mindspore/mindspore/_extends/graph_kernel/model/
Dmodel.py72 INT8 = "int8" variable in DataType

12