Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dtypes.h739 struct DepthwiseParams { struct
740 PaddingType padding_type;
741 PaddingValues padding_values;
742 int16_t stride_width;
743 int16_t stride_height;
744 int16_t dilation_width_factor;
745 int16_t dilation_height_factor;
746 int16_t depth_multiplier;
749 int32_t input_offset;
750 int32_t weights_offset;
[all …]