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

  /external/tensorflow/tensorflow/core/kernels/
concat_lib_gpu_impl.cu.cc 73 IntType* smem_col_scan = reinterpret_cast<IntType*>(smem); local
80 smem_col_scan[i] = col_scan[i];
85 col_scan = smem_col_scan;
split_lib_gpu.cu.cc 123 IntType* smem_col_scan = reinterpret_cast<IntType*>(smem); local
130 smem_col_scan[i] = col_scan[i];
135 col_scan = smem_col_scan;

Completed in 94 milliseconds