Searched defs:xnn_node (Results 1 – 1 of 1) sorted by relevance
71 struct xnn_node { struct72 enum xnn_node_type type; argument73 uint32_t id;75 union {105 } params;106 struct {109 } activation;111 union {118 } inputs;119 uint32_t num_inputs;[all …]