Searched defs:xnn_node (Results 1 – 1 of 1) sorted by relevance
174 struct xnn_node { struct175 enum xnn_node_type type; argument176 uint32_t id;177 enum xnn_compute_type compute_type;179 union {269 } params;270 struct {273 } activation;275 uint32_t inputs[XNN_MAX_INPUTS];276 uint32_t num_inputs;[all …]