Home
last modified time | relevance | path

Searched refs:alpha_idx (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Drandom_op.cc344 int64 alpha_idx = output_idx / num_samples; in Compute() local
347 T* const samples_alpha_offset = samples_flat + alpha_idx; in Compute()
350 const double alpha = static_cast<double>(alpha_flat[alpha_idx]); in Compute()
/external/mesa3d/src/mesa/main/
Dtexenv.c578 const unsigned alpha_idx = pname - GL_SOURCE0_ALPHA; in get_texenvi() local
579 return texUnit->Combine.SourceA[alpha_idx]; in get_texenvi()