Home
last modified time | relevance | path

Searched defs:num_coeffs (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Deigen_spatial_convolutions.h40 const Index num_coeffs = max_depth - depth; member
Deigen_spatial_convolutions-inl.h873 Index num_coeffs) const { in partialPacketNoPadding()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionGpu.h134 …IP_LAUNCH_BOUNDS_1024 void FullReductionKernel(Reducer reducer, const Self input, Index num_coeffs, in FullReductionKernel()
216 …024 void ReductionInitFullReduxKernelHalfFloat(Reducer reducer, const Self input, Index num_coeffs, in ReductionInitFullReduxKernelHalfFloat()
241 …oid ReductionInitKernelHalfFloat(Reducer reducer, const Self input, Index num_coeffs, half* output… in ReductionInitKernelHalfFloat()
261 …_BOUNDS_1024 void FullReductionKernelHalfFloat(Reducer reducer, const Self input, Index num_coeffs, in FullReductionKernelHalfFloat()
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
Donedevice_train_palm_detection_filter_inference_beta.cc621 const int32_t num_coeffs = num_lines * kernel_width * in_depth; in Im2Row() local
632 const int32_t num_coeffs = kernel_x_start * in_depth; in Im2Row() local
644 const int32_t num_coeffs = in Im2Row() local
663 const int32_t num_coeffs = (kernel_width - kernel_x_end) * in_depth; in Im2Row() local
675 const int32_t num_coeffs = num_lines * kernel_width * in_depth; in Im2Row() local
Donedevice_train_palm_detection_filter_inference_v2.cc621 const int32_t num_coeffs = num_lines * kernel_width * in_depth; in Im2Row() local
632 const int32_t num_coeffs = kernel_x_start * in_depth; in Im2Row() local
644 const int32_t num_coeffs = in Im2Row() local
663 const int32_t num_coeffs = (kernel_width - kernel_x_end) * in_depth; in Im2Row() local
675 const int32_t num_coeffs = num_lines * kernel_width * in_depth; in Im2Row() local
Donedevice_train_palm_detection_filter_inference.cc622 const int32_t num_coeffs = num_lines * kernel_width * in_depth; in Im2Row() local
633 const int32_t num_coeffs = kernel_x_start * in_depth; in Im2Row() local
645 const int32_t num_coeffs = in Im2Row() local
664 const int32_t num_coeffs = (kernel_width - kernel_x_end) * in_depth; in Im2Row() local
676 const int32_t num_coeffs = num_lines * kernel_width * in_depth; in Im2Row() local
/external/libaom/aom_dsp/
Dnoise_model.c184 static int num_coeffs(const aom_noise_model_params_t params) { in num_coeffs() function
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c3168 unsigned num_coeffs) in lp_build_polynomial()