Searched defs:xnn_operator_data (Results 1 – 1 of 1) sorted by relevance
305 struct xnn_operator_data { struct306 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 …]