Home
last modified time | relevance | path

Searched refs:CudaLaunchConfig (Results 1 – 25 of 47) sorted by relevance

12

/external/tensorflow/tensorflow/core/util/
Dcuda_launch_config.h110 struct CudaLaunchConfig { struct
125 inline CudaLaunchConfig GetCudaLaunchConfig(int work_element_count, in GetCudaLaunchConfig() argument
128 CudaLaunchConfig config; in GetCudaLaunchConfig()
148 inline CudaLaunchConfig GetCudaLaunchConfig(int work_element_count, in GetCudaLaunchConfig()
154 CudaLaunchConfig config; in GetCudaLaunchConfig()
177 inline CudaLaunchConfig GetCudaLaunchConfigFixedBlockSize( in GetCudaLaunchConfigFixedBlockSize()
181 CudaLaunchConfig config; in GetCudaLaunchConfigFixedBlockSize()
Dcuda_kernel_helper_test.cu.cc43 __global__ void SetOutbufZero(CudaLaunchConfig config, int* outbuf) { in SetOutbufZero()
48 __global__ void Count1D(CudaLaunchConfig config, int bufsize, int* outbuf) { in Count1D()
152 CudaLaunchConfig cfg; in TEST_F()
205 CudaLaunchConfig cfg1d; in TEST_F()
249 CudaLaunchConfig cfg1d; in TEST_F()
/external/tensorflow/tensorflow/core/kernels/
Dcwise_op_clip_gpu.cu.cc63 CudaLaunchConfig config = GetCudaLaunchConfig(in0_flat.size(), d); in operator ()()
79 CudaLaunchConfig config = GetCudaLaunchConfig(in0_flat.size(), d); in operator ()()
95 CudaLaunchConfig config = GetCudaLaunchConfig(in0_flat.size(), d); in operator ()()
Dfused_batch_norm_op.cu.cc40 CudaLaunchConfig config = GetCudaLaunchConfig(channels, d); in operator ()()
62 CudaLaunchConfig config = GetCudaLaunchConfig(channels, d); in operator ()()
Dmatrix_set_diag_op_gpu.cu.cc74 CudaLaunchConfig config = in Compute()
82 CudaLaunchConfig config = GetCudaLaunchConfig(batch_size * m * n, device); in Compute()
Ddiag_op_gpu.cu.cc62 CudaLaunchConfig diag_config = in operator ()()
103 CudaLaunchConfig diag_config = GetCudaLaunchConfig(size, device); in operator ()()
Dspacetodepth_op_gpu.cu.cc160 CudaLaunchConfig config = GetCudaLaunchConfig(total_count, d); in operator ()()
194 CudaLaunchConfig config = GetCudaLaunchConfig(total_count, d); in operator ()()
225 CudaLaunchConfig config = GetCudaLaunchConfig(total_count, d); in operator ()()
Dinplace_ops_functor_gpu.cu.cc46 CudaLaunchConfig cfg = GetCudaLaunchConfig(nelem, d); in DoParallelConcatUpdate()
109 CudaLaunchConfig cfg = GetCudaLaunchConfig(nelem, d); in DoInplaceOp()
144 CudaLaunchConfig cfg = GetCudaLaunchConfig(nelem, d); in DoInplaceOp()
Dsearchsorted_op_gpu.cu.cc68 CudaLaunchConfig config = in Compute()
88 CudaLaunchConfig config = in Compute()
Dresize_nearest_neighbor_op_gpu.cu.cc176 CudaLaunchConfig config = GetCudaLaunchConfig(output_size, d); in operator ()()
222 CudaLaunchConfig output_config = GetCudaLaunchConfig(output_size, d); in operator ()()
230 CudaLaunchConfig input_config = GetCudaLaunchConfig(input_size, d); in operator ()()
Drelu_op_gpu.cu.cc107 CudaLaunchConfig config = GetCudaLaunchConfigFixedBlockSize( in operator ()()
136 CudaLaunchConfig config = GetCudaLaunchConfigFixedBlockSize( in operator ()()
Ddeterminant_op_gpu.cu.cc131 CudaLaunchConfig config = GetCudaLaunchConfig(num_matrices, device); in operator ()()
154 CudaLaunchConfig config = GetCudaLaunchConfig(num_matrices, device); in operator ()()
Ddilation_ops_gpu.cu.cc197 CudaLaunchConfig config = GetCudaLaunchConfig(total_count, d); in operator ()()
228 CudaLaunchConfig config; in operator ()()
270 CudaLaunchConfig config; in operator ()()
Dscatter_functor_gpu.cu.h129 CudaLaunchConfig config = GetCudaLaunchConfig(updates_size, d);
150 CudaLaunchConfig config = GetCudaLaunchConfig(synthesized_updates_size, d);
Dlu_op_gpu.cu.cc64 CudaLaunchConfig config, const int64 num_rows, const int* all_pivots, in ComputePermutationFromTranspositionsKernel()
225 CudaLaunchConfig cfgPivots = GetCudaLaunchConfig(batch_size, device); in ComputeAsync()
Dadjust_saturation_op_gpu.cu.cc34 const CudaLaunchConfig config = in operator ()()
Dadjust_hue_op_gpu.cu.cc33 const CudaLaunchConfig config = in operator ()()
Ddepthtospace_op_gpu.cu.cc164 CudaLaunchConfig config = GetCudaLaunchConfig(total_count, d); in operator ()()
198 CudaLaunchConfig config = GetCudaLaunchConfig(total_count, d); in operator ()()
Dsegment_reduction_ops_gpu.cu.cc140 CudaLaunchConfig config = GetCudaLaunchConfig(output.size(), d); in operator ()()
186 CudaLaunchConfig config = GetCudaLaunchConfig(output.size(), d); in operator ()()
Deye_functor_gpu.cu.cc54 CudaLaunchConfig config = GetCudaLaunchConfig(batch_size * m * n, device); in operator ()()
Dmatrix_band_part_op_gpu.cu.cc60 CudaLaunchConfig config = GetCudaLaunchConfig(batch_size * m * n, device); in operator ()()
Dcrop_and_resize_op_gpu.cu.cc373 CudaLaunchConfig config = GetCudaLaunchConfig(total_count, d); in operator ()()
403 CudaLaunchConfig config; in operator ()()
453 CudaLaunchConfig config; in operator ()()
Dsplit_lib_gpu.cu.cc202 CudaLaunchConfig config = GetCudaLaunchConfig( in Run()
218 CudaLaunchConfig config = in Run()
Dpopulation_count_op_gpu.cu.cc73 CudaLaunchConfig config = GetCudaLaunchConfig(total_count, d); \
/external/tensorflow/tensorflow/contrib/resampler/kernels/
Dresampler_ops_gpu.cu.cc120 ::tensorflow::CudaLaunchConfig config = in operator ()()
255 ::tensorflow::CudaLaunchConfig config = in operator ()()

12