Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h892 struct DepthwiseParams { struct
893 PaddingType padding_type;
894 PaddingValues padding_values;
895 int16_t stride_width;
896 int16_t stride_height;
897 int16_t dilation_width_factor;
898 int16_t dilation_height_factor;
899 int16_t depth_multiplier;
902 int32_t input_offset;
903 int32_t weights_offset;
[all …]