Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dgpu_launch_config.h127 inline GpuLaunchConfig GetGpuLaunchConfig(int work_element_count, in GetGpuLaunchConfig()
146 inline CudaLaunchConfig GetCudaLaunchConfig(int work_element_count, in GetCudaLaunchConfig()
156 GpuLaunchConfig GetGpuLaunchConfig(int work_element_count, in GetGpuLaunchConfig()
193 int work_element_count, const Eigen::GpuDevice& d, DeviceFunc func, in GetGpuLaunchConfigFixedBlockSize()
Dgpu_kernel_helper_test.cu.cc182 #define TEST_LAUNCH_PARAMETER(work_element_count) \ in TEST_F() argument
/external/tensorflow/tensorflow/core/kernels/
Dstateful_random_ops_gpu.cu.cc84 int work_element_count = (output_size + kGroupSize - 1) / kGroupSize; in operator ()() local