Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dcuda_launch_config.h223 int grid_x = std::min(DivUp(xdim, block_cols), max_blocks); in GetCuda2DLaunchConfig() local
226 grid_x, std::min(max_blocks / grid_x, std::max(ydim / block_rows, 1)), 1); in GetCuda2DLaunchConfig()
/external/tensorflow/tensorflow/contrib/image/python/ops/
Ddense_image_warp.py205 grid_x, grid_y = array_ops.meshgrid(
208 array_ops.stack([grid_y, grid_x], axis=2), flow.dtype)