Searched refs:grid_x (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | cuda_launch_config.h | 223 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/ |
D | dense_image_warp.py | 205 grid_x, grid_y = array_ops.meshgrid( 208 array_ops.stack([grid_y, grid_x], axis=2), flow.dtype)
|