Home
last modified time | relevance | path

Searched refs:GetGpuLaunchConfig (Results 1 – 25 of 57) sorted by relevance

123

/external/tensorflow/tensorflow/core/util/
Dgpu_kernel_helper_test.cu.cc178 TEST_F(GpuLaunchConfigTest, GetGpuLaunchConfig) { in TEST_F() argument
183 cfg = GetGpuLaunchConfig(bufsize, d); \ in TEST_F()
188 cfg = GetGpuLaunchConfig(work_element_count, d); \ in TEST_F()
196 cfg = GetGpuLaunchConfig(bufsize, d, SetOutbufZero, 0, 0); \ in TEST_F()
201 cfg = GetGpuLaunchConfig(work_element_count, d, Count1D, 0, 0); \ in TEST_F()
240 cfg1d = GetGpuLaunchConfig(bufsize, d); \ in TEST_F()
253 cfg1d = GetGpuLaunchConfig(bufsize, d, SetOutbufZero, 0, 0); \ in TEST_F()
285 cfg1d = GetGpuLaunchConfig(bufsize, d, SetOutbufZero, 0, 0); \ in TEST_F()
Dgpu_launch_config.h127 inline GpuLaunchConfig GetGpuLaunchConfig(int work_element_count, in GetGpuLaunchConfig() function
148 return GetGpuLaunchConfig(work_element_count, d); in GetCudaLaunchConfig()
156 GpuLaunchConfig GetGpuLaunchConfig(int work_element_count, in GetGpuLaunchConfig() function
185 CREATE_CUDA_HOST_FUNCTION_ALIAS(GetGpuLaunchConfig, GetCudaLaunchConfig);
/external/tensorflow/tensorflow/core/kernels/
Ddilation_ops_gpu.cu.cc197 GpuLaunchConfig config = GetGpuLaunchConfig(total_count, d); in operator ()()
232 config = GetGpuLaunchConfig(total_count, d); in operator ()()
239 config = GetGpuLaunchConfig(total_count, d); in operator ()()
274 config = GetGpuLaunchConfig(total_count, d); in operator ()()
281 config = GetGpuLaunchConfig(total_count, d); in operator ()()
Dcwise_op_clip_gpu.cu.cc71 GpuLaunchConfig config = GetGpuLaunchConfig(in0_flat.size(), d); in operator ()()
87 GpuLaunchConfig config = GetGpuLaunchConfig(in0_flat.size(), d); in operator ()()
103 GpuLaunchConfig config = GetGpuLaunchConfig(in0_flat.size(), d); in operator ()()
Dsegment_reduction_ops_gpu.cu.cc145 GpuLaunchConfig config = GetGpuLaunchConfig(output.size(), d); in operator ()()
171 config = GetGpuLaunchConfig(total_stripe_count, d); in operator ()()
193 GpuLaunchConfig config = GetGpuLaunchConfig(output.size(), d); in operator ()()
209 config = GetGpuLaunchConfig(data_size, d); in operator ()()
Ddiag_op_gpu.cu.cc64 GetGpuLaunchConfig(virtual_thread_count, device); in operator ()()
101 GpuLaunchConfig diag_config = GetGpuLaunchConfig(size, device); in operator ()()
Dgather_functor_gpu.cu.h96 GpuLaunchConfig config = GetGpuLaunchConfig(
104 GpuLaunchConfig config = GetGpuLaunchConfig(
Ddepthtospace_op_gpu.cu.cc163 GpuLaunchConfig config = GetGpuLaunchConfig(total_count, d); in operator ()()
197 GpuLaunchConfig config = GetGpuLaunchConfig(total_count, d); in operator ()()
228 auto config = GetGpuLaunchConfig(total_count, d); in operator ()()
Dinplace_ops_functor_gpu.cu.cc47 GpuLaunchConfig cfg = GetGpuLaunchConfig(nelem, d); in DoParallelConcatUpdate()
112 GpuLaunchConfig cfg = GetGpuLaunchConfig(nelem, d); in DoInplaceOp()
147 GpuLaunchConfig cfg = GetGpuLaunchConfig(nelem, d); in DoInplaceOp()
Dspacetodepth_op_gpu.cu.cc160 GpuLaunchConfig config = GetGpuLaunchConfig(total_count, d); in operator ()()
194 GpuLaunchConfig config = GetGpuLaunchConfig(total_count, d); in operator ()()
225 GpuLaunchConfig config = GetGpuLaunchConfig(total_count, d); in operator ()()
Dsearchsorted_op_gpu.cu.cc73 GpuLaunchConfig config = GetGpuLaunchConfig(values.size(), device); in Compute()
96 GpuLaunchConfig config = GetGpuLaunchConfig(values.size(), device); in Compute()
Dscatter_functor_gpu.cu.h143 GpuLaunchConfig config = GetGpuLaunchConfig(updates_size, d);
164 GpuLaunchConfig config = GetGpuLaunchConfig(synthesized_updates_size, d);
Ddynamic_stitch_op_gpu.cu.cc58 auto config = GetGpuLaunchConfig(output_size, gpu_device); in DynamicStitchGPUImpl()
/external/tensorflow/tensorflow/core/kernels/sparse/
Dkernels_gpu.cu.cc155 GpuLaunchConfig config = GetGpuLaunchConfig(size, d); in operator ()()
232 GpuLaunchConfig config = GetGpuLaunchConfig(size, d); in operator ()()
246 GpuLaunchConfig config = GetGpuLaunchConfig(size, d); in operator ()()
314 GpuLaunchConfig config = GetGpuLaunchConfig(total_nnz, d); in CSRSparseMatrixBatchMulVecImpl()
433 GpuLaunchConfig config = GetGpuLaunchConfig(rows /*size*/, d); in CSRSparseMatrixSoftmaxGPUImpl()
452 GpuLaunchConfig config = GetGpuLaunchConfig(size, d); in CSRSparseMatrixSoftmaxGPUImpl()
628 GpuLaunchConfig config = GetGpuLaunchConfig(rows /*size*/, d); in CSRSparseMatrixSoftmaxGradGPUImpl()
656 GpuLaunchConfig config = GetGpuLaunchConfig(size, d); in CSRSparseMatrixSoftmaxGradGPUImpl()
/external/tensorflow/tensorflow/core/kernels/image/
Dcrop_and_resize_op_gpu.cu.cc375 GpuLaunchConfig config = GetGpuLaunchConfig(total_count, d); in operator ()()
411 config = GetGpuLaunchConfig(total_count, d); in operator ()()
426 config = GetGpuLaunchConfig(total_count, d); in operator ()()
461 config = GetGpuLaunchConfig(total_count, d); in operator ()()
470 config = GetGpuLaunchConfig(total_count, d); in operator ()()
Dresize_nearest_neighbor_op_gpu.cu.cc175 GpuLaunchConfig config = GetGpuLaunchConfig(output_size, d); in operator ()()
219 GpuLaunchConfig output_config = GetGpuLaunchConfig(output_size, d); in operator ()()
228 GpuLaunchConfig input_config = GetGpuLaunchConfig(input_size, d); in operator ()()
Dadjust_saturation_op_gpu.cu.cc35 GetGpuLaunchConfig(number_of_elements, *device); in operator ()()
Dadjust_hue_op_gpu.cu.cc34 GetGpuLaunchConfig(number_of_elements, *device); in operator ()()
Dresize_bilinear_op_gpu.cu.cc417 GpuLaunchConfig config = GetGpuLaunchConfig(total_count, d); in operator ()()
436 config = GetGpuLaunchConfig( in operator ()()
483 config = GetGpuLaunchConfig(total_count, d); in operator ()()
504 config = GetGpuLaunchConfig(total_count, d); in operator ()()
Dnon_max_suppression_op.cu.cc271 auto config = GetGpuLaunchConfig(d_nms_mask.NumElements(), device); in NmsGpu()
311 config = GetGpuLaunchConfig(num_boxes, device); in NmsGpu()
460 auto config = GetGpuLaunchConfig(num_boxes, device); in DoNMS()
524 config = GetGpuLaunchConfig(max_output_size, device); in DoNMS()
538 config = GetGpuLaunchConfig(num_outputs, device); in DoNMS()
/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_set_diag_op_gpu.cu.cc118 GetGpuLaunchConfig(batch_size * num_diags * max_diag_len, device); in Compute()
126 GpuLaunchConfig config = GetGpuLaunchConfig(batch_size * m * n, device); in Compute()
Ddeterminant_op_gpu.cu.cc130 GpuLaunchConfig config = GetGpuLaunchConfig(num_matrices, device); in operator ()()
153 GpuLaunchConfig config = GetGpuLaunchConfig(num_matrices, device); in operator ()()
Dmatrix_diag_op_gpu.cu.cc91 GetGpuLaunchConfig(batch_size * num_rows * num_cols, device); in Compute()
152 GetGpuLaunchConfig(batch_size * num_diags * max_diag_len, device); in Compute()
Deye_functor_gpu.cu.cc54 GpuLaunchConfig config = GetGpuLaunchConfig(batch_size * m * n, device); in operator ()()
Dmatrix_band_part_op_gpu.cu.cc60 GpuLaunchConfig config = GetGpuLaunchConfig(batch_size * m * n, device); in operator ()()

123