Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dstateless_random_gamma_op_gpu.cu.cc64 int64 alpha_idx = output_idx / samples_per_alpha; in FillKernel() local
67 const double alpha = static_cast<double>(alpha_flat[alpha_idx]); in FillKernel()
82 samples_flat[alpha_idx + sample_idx * num_alphas] = static_cast<T>(res); in FillKernel()
136 samples_flat[alpha_idx + sample_idx * num_alphas] = in FillKernel()
Dstateless_random_gamma_op.cc87 int64 alpha_idx = output_idx / samples_per_alpha; in Fill() local
90 T* const samples_alpha_offset = samples_flat + alpha_idx; in Fill()
93 const double alpha = static_cast<double>(alpha_flat[alpha_idx]); in Fill()
Drandom_op.cc221 int64 alpha_idx = output_idx / samples_per_alpha; in Compute() local
224 T* const samples_alpha_offset = samples_flat + alpha_idx; in Compute()
227 const double alpha = static_cast<double>(alpha_flat[alpha_idx]); in Compute()
/external/libaom/libaom/av1/common/
Dcfl.c139 static INLINE int cfl_idx_to_alpha(uint8_t alpha_idx, int8_t joint_sign, in CFL_SUB_AVG_FN()
145 (pred_type == CFL_PRED_U) ? CFL_IDX_U(alpha_idx) : CFL_IDX_V(alpha_idx); in CFL_SUB_AVG_FN()
/external/mesa3d/src/mesa/main/
Dtexenv.c665 const unsigned alpha_idx = pname - GL_SOURCE0_ALPHA; in get_texenvi() local
666 return texUnit->Combine.SourceA[alpha_idx]; in get_texenvi()