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

  /external/tensorflow/tensorflow/core/kernels/
bincount_op_gpu.cu.cc 61 // with d_temp_storage = NULL passed to the call.
63 /* d_temp_storage */ NULL,
82 void* d_temp_storage = temp_storage.flat<int8>().data(); local
83 // The second HistogramEven is to actual run with d_temp_storage
86 /* d_temp_storage */ d_temp_storage,
histogram_op_gpu.cu.cc 72 // with d_temp_storage = NULL passed to the call.
74 /* d_temp_storage */ NULL,
93 void* d_temp_storage = temp_storage.flat<int8>().data(); local
95 // The second HistogramRange is to actual run with d_temp_storage
98 /* d_temp_storage */ d_temp_storage,

Completed in 624 milliseconds