Searched refs:beta_index (Results 1 – 3 of 3) sorted by relevance
283 BYTE beta_index = 0xFF; in NineVertexDeclaration9_new_from_fvf() local301 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()
47 const int64_t beta_index = 1; in LayerNormBetaGammaBackpropInferType() local49 (void)types.emplace("beta", input_args[beta_index]->BuildType()); in LayerNormBetaGammaBackpropInferType()
49 const int64_t beta_index = 2; in LayerNormInfer() local52 … 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()