Home
last modified time | relevance | path

Searched defs:data_channels (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dresampler_ops.cc139 int64 data_channels, int warp_dims) { in Gather2by2Neighbors()
251 int64 last_warp_dim, int64 data_channels, in CalculateGradData()
361 TensorShape warp_shape, int64 data_channels, in CalculateGradWarp()
492 const int64 data_channels = data_shape.dim_size(3); in Compile() local
613 const int64 data_channels = data_shape_tf.dim_size(3); in Compile() local
/external/tensorflow/tensorflow/contrib/resampler/kernels/
Dresampler_ops_gpu.cu.cc43 const int data_channels, in Resampler2DKernel()
148 const int data_width, const int data_channels, in ResamplerGrad2DKernel()
Dresampler_ops.cc162 const int data_channels = data_shape.dim_size(3); in Compute() local
351 const int data_channels = data_shape.dim_size(3); in Compute() local
/external/adhd/cras/src/dsp/
Ddrc_kernel.c970 static void dk_copy_fragment(struct drc_kernel *dk, float *data_channels[], in dk_copy_fragment()
996 static void dk_process_delay_only(struct drc_kernel *dk, float *data_channels[], in dk_process_delay_only()
1029 void dk_process(struct drc_kernel *dk, float *data_channels[], unsigned count) in dk_process()