Home
last modified time | relevance | path

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

/hal_ethos_u-3.7.0/src/
Dethosu65_interface.h25606 struct npu_set_scale1_length_t struct
25612 uint32_t reserved0 : 4;
25613 uint32_t control : 2; // control
25614 uint32_t reserved1 : 16;
25615 uint32_t length : 20; // Scale and bias stream byte length
25616 uint32_t reserved2 : 12;
25619 npu_set_scale1_length_t(uint32_t _length) : in npu_set_scale1_length_t() argument
25625 CONSTEXPR npu_set_scale1_length_t() : in npu_set_scale1_length_t() function
25630 CONSTEXPR bool valid() const in valid()
25635 CONSTEXPR void init() in init()
[all …]