Home
last modified time | relevance | path

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

/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dsubgraph.h305 struct xnn_operator_data { struct
306 xnn_operator_t operator_objects[XNN_MAX_OPERATOR_OBJECTS];
307 xnn_setup_operator_fn setup;
308 size_t batch_size;
309 size_t input_height;
310 size_t input_width;
311 size_t output_height;
312 size_t output_width;
313 struct xnn_shape shape1;
314 struct xnn_shape shape2;
[all …]