Home
last modified time | relevance | path

Searched refs:weight_i (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c144 LLVMValueRef *weight_i) in lp_build_coord_repeat_npot_linear_int() argument
175 *weight_i = LLVMBuildAnd(bld->gallivm->builder, *coord0_i, i32_c255, ""); in lp_build_coord_repeat_npot_linear_int()
217 LLVMValueRef *weight_i, in lp_build_sample_wrap_linear_int() argument
262 &coord0, weight_i); in lp_build_sample_wrap_linear_int()
316 &coord0, weight_i); in lp_build_sample_wrap_linear_int()
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_matrix_palette.txt220 w_i = weight_i, if MATRIX_PALETTE_OES is enabled,
295 weight_i is the vertex's associated weight for vertex unit i,
297 w_i = weight_i
/third_party/openGLES/extensions/OES/
DOES_matrix_palette.txt230 w_i = weight_i, if MATRIX_PALETTE_OES is enabled,
305 weight_i is the vertex's associated weight for vertex unit i,
307 w_i = weight_i
/third_party/openGLES/extensions/ARB/
DARB_matrix_palette.txt403 w_i = weight_i, if VERTEX_BLEND_ARB, MATRIX_PALETTE_ARB
482 weight_i is the vertex's associated weight for vertex unit i,
484 w_i = weight_i
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_matrix_palette.txt393 w_i = weight_i, if VERTEX_BLEND_ARB, MATRIX_PALETTE_ARB
472 weight_i is the vertex's associated weight for vertex unit i,
474 w_i = weight_i
/third_party/mindspore/patches/
D0005-micro-for-ohos.patch3727 - const float16_t *weight_i = weight + deep * col * i;
3728 + const float16_t *weight_i = weight + deep * col_align * i;
3731 LstmMatMulFp16(gate, input, weight_i, bias_i, row, deep, col, is_vec);
3774 …LstmUnidirectionalFp16(float16_t *output, const float16_t *packed_input, const float16_t *weight_i,
3781 +void LstmGateCompute(float16_t *gate, const float16_t *input, const float16_t *weight_i, const flo…
3785 + const float16_t *weight_loop = weight_i + lstm_param->input_size_ * lstm_param->input_col_alig…
3793 +void LstmGateCompute(float16_t *gate, const float16_t *input, const float16_t *weight_i, const flo…
3796 …const float16_t *weight_loop = weight_i + lstm_param->input_size_ * lstm_param->input_col_align_ *…
3807 …LstmUnidirectionalFp16(float16_t *output, const float16_t *packed_input, const float16_t *weight_i,
3813 + LstmGateCompute(gate, packed_input, weight_i, input_bias, lstm_param);
[all …]