Searched defs:xnn_operator_data (Results 1 – 1 of 1) sorted by relevance
284 struct xnn_operator_data { struct285 xnn_operator_t operator_object;286 xnn_setup_operator_fn setup;287 size_t batch_size;288 size_t input_height;289 size_t input_width;290 size_t output_height;291 size_t output_width;292 struct xnn_shape shape1;293 struct xnn_shape shape2;[all …]