Home
last modified time | relevance | path

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

/external/XNNPACK/src/xnnpack/
Doperator.h192 struct xnn_operator { struct
193 size_t batch_size;
194 uint32_t padding_top;
195 uint32_t padding_right;
196 uint32_t padding_bottom;
197 uint32_t padding_left;
198 uint32_t kernel_height;
199 uint32_t kernel_width;
200 uint32_t stride_height;
201 uint32_t stride_width;
[all …]