Searched defs:xnn_value (Results 1 – 1 of 1) sorted by relevance
41 struct xnn_value { struct48 enum xnn_value_type type; argument50 enum xnn_datatype datatype;52 struct xnn_shape shape;56 uint32_t flags;58 const void* data;60 uint32_t producer;63 uint32_t first_consumer;67 uint32_t num_consumers;68 uint32_t num_nchw_compatible_consumers;[all …]