Home
last modified time | relevance | path

Searched defs:work_element_count (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dcuda_launch_config.h125 inline CudaLaunchConfig GetCudaLaunchConfig(int work_element_count, in GetCudaLaunchConfig()
148 inline CudaLaunchConfig GetCudaLaunchConfig(int work_element_count, in GetCudaLaunchConfig()
178 int work_element_count, const Eigen::GpuDevice& d, DeviceFunc func, in GetCudaLaunchConfigFixedBlockSize()
Dcuda_kernel_helper_test.cu.cc155 #define TEST_LAUNCH_PARAMETER(work_element_count) \ in TEST_F() argument
/external/tensorflow/tensorflow/core/kernels/
Dstateful_random_ops_gpu.cu.cc71 int work_element_count = (output_size + kGroupSize - 1) / kGroupSize; in operator ()() local