Home
last modified time | relevance | path

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

/external/XNNPACK/src/xnnpack/
Dsubgraph.h224 struct xnn_operator_data { struct
225 xnn_operator_t operator_object;
226 size_t batch_size;
227 size_t input_height;
228 size_t input_width;
229 size_t output_height;
230 size_t output_width;
231 struct xnn_shape shape1;
232 struct xnn_shape shape2;
233 size_t pre_paddings[XNN_MAX_TENSOR_DIMS];
[all …]