Home
last modified time | relevance | path

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

/hal_ethos_u-3.7.0/src/
Dethosu65_interface.h22492 struct npu_set_ifm2_broadcast_t struct
22498 uint32_t reserved0 : 4;
22499 uint32_t control : 2; // control
22501 …cast_h : 1; // Broadcast H dimension (if set then any accesses to IFM2 sets y=0 and IFM2 height=1)
22502 …dcast_w : 1; // Broadcast W dimension (if set then any accesses to IFM2 sets x=0 and IFM2 width=1)
22503 …dcast_c : 1; // Broadcast C dimension (if set then any accesses to IFM2 sets c=0 and IFM2 depth=1)
22504 uint32_t reserved1 : 3;
22505 uint32_t operand_order : 1; // Operand order
22506 …dcast_constant : 1; // Broadcast constant given by NPU_SET_IFM2_SCALAR and so ignore BH, BW and BC
22507 uint32_t reserved2 : 8;
[all …]
Dethosu55_interface.h22075 struct npu_set_ifm2_broadcast_t struct
22081 uint32_t reserved0 : 4;
22082 uint32_t control : 2; // control
22084 …cast_h : 1; // Broadcast H dimension (if set then any accesses to IFM2 sets y=0 and IFM2 height=1)
22085 …dcast_w : 1; // Broadcast W dimension (if set then any accesses to IFM2 sets x=0 and IFM2 width=1)
22086 …dcast_c : 1; // Broadcast C dimension (if set then any accesses to IFM2 sets c=0 and IFM2 depth=1)
22087 uint32_t reserved1 : 3;
22088 uint32_t operand_order : 1; // Operand order
22089 …dcast_constant : 1; // Broadcast constant given by NPU_SET_IFM2_SCALAR and so ignore BH, BW and BC
22090 uint32_t reserved2 : 8;
[all …]