Home
last modified time | relevance | path

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

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/internal/
Dtypes.h946 struct DepthwiseParams { struct
947 PaddingType padding_type;
948 PaddingValues padding_values;
949 int16_t stride_width;
950 int16_t stride_height;
951 int16_t dilation_width_factor;
952 int16_t dilation_height_factor;
953 int16_t depth_multiplier;
956 int32_t input_offset;
957 int32_t weights_offset;
[all …]