Home
last modified time | relevance | path

Searched refs:SetToValue (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops_gpu.cu.cc188 SetToValue<T>, config.block_count, config.thread_per_block, 0, in operator ()()
/external/tensorflow/tensorflow/core/util/
Dcuda_device_functions.h395 __global__ void SetToValue(const int count, T* ptr, T value) { in SetToValue() function