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.cc147 TF_CHECK_OK(GpuLaunchKernel(SetToValue<T>, config.block_count, in operator ()()
195 SetToValue<T>, config.block_count, config.thread_per_block, 0, in operator ()()
/external/tensorflow/tensorflow/core/util/
Dgpu_device_functions.h572 __global__ void SetToValue(const int count, T* __restrict__ ptr, T value) { in SetToValue() function