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