Home
last modified time | relevance | path

Searched defs:x_stride (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/XNNPACK/test/
H A Dpack-microkernel-tester.h55 inline PackMicrokernelTester& x_stride(size_t x_stride) { in x_stride() function
61 inline size_t x_stride() const { in x_stride() function
H A Dprelu-operator-tester.h51 inline PReLUOperatorTester& x_stride(size_t x_stride) { in x_stride() argument
57 inline size_t x_stride() const { in x_stride() function
/aosp_15_r20/external/webp/extras/
H A Dget_disto.c60 int x_stride, int y_stride, int max) { in RescalePlane()
75 int x_stride, int w, int h, int do_scaling) { in DiffScaleChannel()
165 int x_stride, int w, int h, int do_scaling) { in SSIMScaleChannel()
/aosp_15_r20/external/webp/src/dsp/
H A Drescaler_mips32.c26 const int x_stride = wrk->num_channels; in ImportRowShrink_MIPS32() local
86 const int x_stride = wrk->num_channels; in ImportRowExpand_MIPS32() local
H A Drescaler.c31 const int x_stride = wrk->num_channels; in WebPRescalerImportRowExpand_C() local
64 const int x_stride = wrk->num_channels; in WebPRescalerImportRowShrink_C() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Druntime_conv3d.cc30 int64_t output_x, int64_t output_y, int64_t output_z, int64_t x_stride, in __xla_cpu_runtime_EigenConv3DF32()
55 int64_t output_x, int64_t output_y, int64_t output_z, int64_t x_stride, in __xla_cpu_runtime_EigenConv3DF16()
H A Druntime_single_threaded_conv3d.cc27 int64_t output_x, int64_t output_y, int64_t output_z, int64_t x_stride, in __xla_cpu_runtime_EigenSingleThreadedConv3DF32()
50 int64_t output_x, int64_t output_y, int64_t output_z, int64_t x_stride, in __xla_cpu_runtime_EigenSingleThreadedConv3DF16()
H A Druntime_conv_impl.h36 Eigen::Index x_stride, Eigen::Index y_stride, Eigen::Index padding_x_before, in EigenConv2DImpl()
114 Eigen::Index x_stride, Eigen::Index y_stride, Eigen::Index z_stride, in EigenConv3DImpl()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/
H A Doperator-run.c757 size_t x_stride; member
791 size_t x_stride; member
810 size_t x_stride; member
830 size_t x_stride; member
848 size_t x_stride; member
867 size_t x_stride; member
1531 const size_t x_stride = op->input_pixel_stride; in pytorch_qnnp_run_operator() local
1571 const size_t x_stride = op->input_pixel_stride; in pytorch_qnnp_run_operator() local
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dcompute.h861 size_t x_stride; member
885 size_t x_stride; member
900 size_t x_stride; member
917 size_t x_stride; member
1010 size_t x_stride; member
1027 size_t x_stride; member
1068 size_t x_stride; member
1087 size_t x_stride; member
/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/
H A Dgradient_checker.cc143 const int x_stride = JacobianStride<X_T>::value; in ComputeTheoreticalJacobianTranspose() local
224 const int x_stride = JacobianStride<X_T>::value; in ComputeNumericJacobianTranspose() local
/aosp_15_r20/external/XNNPACK/src/x32-packx/
H A Dx2-scalar.c15 size_t x_stride, in xnn_x32_packx_ukernel_2x__scalar()
H A Dx3-scalar.c15 size_t x_stride, in xnn_x32_packx_ukernel_3x__scalar()
H A Dx4-scalar.c15 size_t x_stride, in xnn_x32_packx_ukernel_4x__scalar()
H A Dx4-neon-st4.c17 size_t x_stride, in xnn_x32_packx_ukernel_4x__neon_st4()
H A Dx4-wasmsimd.c17 size_t x_stride, in xnn_x32_packx_ukernel_4x__wasmsimd()
H A Dx4-sse.c17 size_t x_stride, in xnn_x32_packx_ukernel_4x__sse()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c455 LLVMValueRef x_stride; in lp_build_sample_image_nearest() local
759 LLVMValueRef x_stride, y_stride, z_stride; in lp_build_sample_image_linear() local
H A Dlp_bld_sample.c2175 LLVMValueRef x_stride; in lp_build_sample_offset() local
2304 … LLVMValueRef x_stride = lp_build_const_vec(gallivm, bld->type, util_format_get_blocksize(format)); in lp_build_tiled_sample_offset() local
/aosp_15_r20/external/XNNPACK/src/
H A Doperator-run.c940 const size_t x_stride = context->x_stride; in xnn_compute_prelu() local
1087 const size_t x_stride = context->x_stride; in xnn_compute_univector_strided() local
1162 const size_t x_stride = context->x_stride; in xnn_compute_vmulcaddc() local
/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
H A Donedevice_train_palm_detection_filter_inference_beta.cc596 const int32_t x_stride = input_shape[3]; in Im2Row() local
H A Donedevice_train_palm_detection_filter_inference.cc597 const int32_t x_stride = input_shape[3]; in Im2Row() local
H A Donedevice_train_palm_detection_filter_inference_v2.cc596 const int32_t x_stride = input_shape[3]; in Im2Row() local
/aosp_15_r20/external/XNNPACK/src/amalgam/
H A Dsse.c8246 size_t x_stride, in xnn_x32_packx_ukernel_4x__sse()
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h9699 int height, int x_stride, int y, int line_no, in DecodePixelData()