HomeSort by relevance Sort by last modified time
    Searched refs:next_y (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
masked_autoregressive.py 251 # next_y = scale * x + shift
252 next_y = x
254 next_y *= math_ops.exp(log_scale)
256 next_y += shift
257 y = next_y
  /external/tensorflow/tensorflow/python/grappler/
hierarchical_controller.py     [all...]
  /external/libxcam/modules/soft/
soft_blender_tasks_priv.cpp 281 interpolate_luma_half_row_8x1 (UcharImage* image, uint32_t fixed_x, uint32_t next_y, float *last_gauss_v, float* ret)
285 image->read_array<float, 5> (fixed_x, next_y, next_gauss_v);

Completed in 3232 milliseconds