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

  /packages/apps/Launcher3/protos/
launcher_dump.proto 32 optional int32 grid_x = 3;
launcher_log.proto 39 optional int32 grid_x = 4;
  /external/tensorflow/tensorflow/core/util/
cuda_launch_config.h 223 int grid_x = std::min(DivUp(xdim, block_cols), max_blocks); local
226 grid_x, std::min(max_blocks / grid_x, std::max(ydim / block_rows, 1)), 1);

Completed in 66 milliseconds