HomeSort by relevance Sort by last modified time
    Searched full:num_factors (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_blend.c 632 const unsigned num_factors = ARRAY_SIZE(blend_factors); variable
651 for(rgb_src_factor = blend_factors; rgb_src_factor < &blend_factors[num_factors]; ++rgb_src_factor) {
653 for(alpha_src_factor = blend_factors; alpha_src_factor < &blend_factors[num_factors]; ++alpha_src_factor) {
704 rgb_src_factor = &blend_factors[rand() % num_factors];
705 alpha_src_factor = &blend_factors[rand() % num_factors];
708 rgb_dst_factor = &blend_factors[rand() % num_factors];
712 alpha_dst_factor = &blend_factors[rand() % num_factors];
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
hmc_impl.py 177 num_factors = 4
183 factors = np.random.randn(num_factors, num_weights).astype(dtype)
    [all...]

Completed in 149 milliseconds