Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dim2col_utils.h29 int h, int b, int kheight, int kwidth, in ExtractPatchIntoBufferColumn()
214 void Im2col(const ConvParams& params, int kheight, int kwidth, uint8 zero_byte, in Im2col()
249 void Im2col(const ConvParams& params, int kheight, int kwidth, in Im2col()
289 int kdepth, int kheight, int kwidth, // Kernel params. in ExtractPatchIntoBufferColumn3D()
374 void Im2col3D(const Conv3DParams& params, int kdepth, int kheight, int kwidth, in Im2col3D()
H A Dlegacy_optimized_ops.h2363 const Dims<4>& input_dims, int w, int h, int b, int kheight, int kwidth, in ExtractPatchIntoBufferColumn()
2397 int stride_height, int pad_width, int pad_height, int kheight, in Im2col()
2417 int pad_width, int pad_height, int kheight, int kwidth, in Im2col()
2837 int pad_width, int pad_height, int kheight, int kwidth, in Im2col()
3768 int pad_height, int kwidth, int kheight, in AveragePool()
3789 int pad_height, int kwidth, int kheight, float* output_data, in AveragePool()
3867 int pad_height, int kwidth, int kheight, in MaxPool()
3887 int kwidth, int kheight, float* output_data, in MaxPool()
/aosp_15_r20/external/libopus/dnn/
H A Dnnet_arch.h159 …t, const float *weights, int in_channels, int out_channels, int ktime, int kheight, const float *i… in conv2d_float()
189 int kheight, ktime; in conv2d_3x3_float() local
H A Dparse_lpcnet_weights.c185 int kheight) in conv2d_init()
H A Dnnet.h84 int kheight; member
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dcreate_im2col_arrays.cc41 const int kheight = weights_shape.dims(1); in ProcessConvOperator() local
H A Dpropagate_fixed_sizes.cc36 int kheight, int stride_width, int stride_height, in ComputeConvSizes()
146 const int kheight = weights_shape.dims(1); in ProcessConvOperator() local
208 const int kheight = weights_shape.dims(1); in ProcessTransposeConvOperator() local
285 const int kheight = weights_shape.dims(1); in ProcessDepthwiseConvOperator() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dlegacy_reference_ops.h1494 int pad_height, int kwidth, int kheight, in AveragePool()
1569 int pad_height, int kwidth, int kheight, float* output_data, in AveragePool()
1647 int pad_height, int kwidth, int kheight, in MaxPool()
1667 int kwidth, int kheight, float* output_data, in MaxPool()