Searched defs:total_rows (Results 1 – 3 of 3) sorted by relevance
39 int total_rows, int total_cols, T* __restrict__ output) { in concat_fixed_kernel()63 GpuDeviceArrayStruct<IntType> output_scan, IntType total_rows, in concat_variable_kernel()
114 IntType total_rows, IntType total_cols, in split_v_kernel()211 int total_rows, int total_cols, in Run()
147 const int64_t total_rows = b * m; in operator ()() local