Searched defs:OutType (Results 1 – 4 of 4) sorted by relevance
36 typedef enum OutType { OutType_C8 = 0, OutType_Nhwc = 1, OutType_TileC8 = 2, OutType_NC4HW4 = 3 } O… typedef
4039 output_type: OutType, in new()4168 enum OutType { enum4175 impl OutType { impl
1394 RecTy *OutType; in ParseOperation() local
6076 pub enum OutType { enum6082 impl fmt::Display for OutType { implementation