Home
last modified time | relevance | path

Searched refs:W_BASE (Results 1 – 9 of 9) sorted by relevance

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Devent.h148 W_BASE, enumerator
H A Devent.c2115 case W_BASE: d *= 12; break; in wave_add_param()
2143 case W_BASE: in wave_add_param()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_avx512_core_amx_1x1_conv_kernel.hpp46 enum { C_BASE = 0, W_BASE = 6, I_BASE = 4 }; enumerator
H A Djit_avx512_core_amx_conv_kernel.cpp1125 const int W_BASE = 6; in get_wei_tensor() local
1127 assert(0 <= W_BASE && W_BASE < W_LAST && W_LAST <= jcp.max_tiles); in get_wei_tensor()
1129 const int tile = W_BASE + i; in get_wei_tensor()
1130 assert(W_BASE <= tile && tile < W_LAST); in get_wei_tensor()
2930 const int W_BASE = 6; in get_wei_tensor() local
2932 assert(0 <= W_BASE && W_BASE < W_LAST && W_LAST <= jcp.max_tiles); in get_wei_tensor()
2934 const int tile = W_BASE + i; in get_wei_tensor()
2935 assert(W_BASE <= tile && tile < W_LAST); in get_wei_tensor()
H A Djit_avx512_core_amx_1x1_conv_kernel.cpp76 return W_BASE + i; in get_wei_tensor()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Djit_avx512_core_amx_1x1_conv_kernel.hpp46 enum { C_BASE = 0, W_BASE = 6, I_BASE = 4 }; enumerator
H A Djit_avx512_core_amx_conv_kernel.cpp1125 const int W_BASE = 6; in get_wei_tensor() local
1127 assert(0 <= W_BASE && W_BASE < W_LAST && W_LAST <= jcp.max_tiles); in get_wei_tensor()
1129 const int tile = W_BASE + i; in get_wei_tensor()
1130 assert(W_BASE <= tile && tile < W_LAST); in get_wei_tensor()
2943 const int W_BASE = 6; in get_wei_tensor() local
2945 assert(0 <= W_BASE && W_BASE < W_LAST && W_LAST <= jcp.max_tiles); in get_wei_tensor()
2947 const int tile = W_BASE + i; in get_wei_tensor()
2948 assert(W_BASE <= tile && tile < W_LAST); in get_wei_tensor()
H A Djit_avx512_core_amx_1x1_conv_kernel.cpp76 return W_BASE + i; in get_wei_tensor()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/view/
H A Dwavetableview.c68 …if ((d = generic_field(event, &r, EDITWAVETABLE, W_BASE, "BASE", "%s", notename((w->base_note + 0x… in wavetable_view()