Searched refs:SetToValue (Results 1 – 2 of 2) sorted by relevance
147 TF_CHECK_OK(GpuLaunchKernel(SetToValue<T>, config.block_count, in operator ()()195 SetToValue<T>, config.block_count, config.thread_per_block, 0, in operator ()()
572 __global__ void SetToValue(const int count, T* __restrict__ ptr, T value) { in SetToValue() function