Home
last modified time | relevance | path

Searched refs:beta_index (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexdeclaration9.c283 BYTE beta_index = 0xFF; in NineVertexDeclaration9_new_from_fvf() local
301 beta_index = D3DDECLTYPE_D3DCOLOR; in NineVertexDeclaration9_new_from_fvf()
303 beta_index = D3DDECLTYPE_UBYTE4; in NineVertexDeclaration9_new_from_fvf()
305 beta_index = D3DDECLTYPE_FLOAT1; in NineVertexDeclaration9_new_from_fvf()
307 if (beta_index != 0xFF) { --betas; } in NineVertexDeclaration9_new_from_fvf()
323 if (beta_index != 0xFF) { in NineVertexDeclaration9_new_from_fvf()
324 elems[nelems].Type = beta_index; in NineVertexDeclaration9_new_from_fvf()
/third_party/mindspore/mindspore/core/ops/
DLayerNormBetaGammaBackprop.cc47 const int64_t beta_index = 1; in LayerNormBetaGammaBackpropInferType() local
49 (void)types.emplace("beta", input_args[beta_index]->BuildType()); in LayerNormBetaGammaBackpropInferType()
Dlayer_norm.cc49 const int64_t beta_index = 2; in LayerNormInfer() local
52 … beta = CheckAndConvertUtils::CheckArgs<abstract::AbstractTensor>(op_name, input_args, beta_index); in LayerNormInfer()
75 …(void)CheckAndConvertUtils::CheckTensorTypeValid("beta_dtype", input_args[beta_index]->BuildType()… in LayerNormInfer()