Searched refs:weight_i (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_aos.c | 144 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/ |
D | OES_matrix_palette.txt | 220 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/ |
D | OES_matrix_palette.txt | 230 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/ |
D | ARB_matrix_palette.txt | 403 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/ |
D | ARB_matrix_palette.txt | 393 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/ |
D | 0005-micro-for-ohos.patch | 3727 - 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 …]
|