Home
last modified time | relevance | path

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

/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dsubgraph.h174 struct xnn_node { struct
175 enum xnn_node_type type; argument
176 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 …]