Home
last modified time | relevance | path

Searched defs:d03 (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/avx/
DTiledC4MatMulFp32.c50 __m256 d03 = _mm256_mul_ps(in0, w3); in TiledC4MatmulFp32() local
/third_party/openssl/test/
Dsanitytest.c32 a03, b03, c03, d03, e03, f03, g03, h03, i03, j03, in test_sanity_enum_size() enumerator
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dconv3x3_int8.c26 int16x8_t d03 = vsubq_s16(vld1q_s16(tmp_data + 3 * 8), zp); in Conv3x3Int8InputUnit() local