Lines Matching defs:npu_op_conv_t
18110 struct npu_op_conv_t struct
18116 uint32_t reserved0 : 4;
18117 uint32_t control : 2; // control
18118 uint32_t reserved1 : 16;
18121 CONSTEXPR npu_op_conv_t() : in npu_op_conv_t() argument
18126 CONSTEXPR bool valid() const in valid()
18131 CONSTEXPR void init() in init()
18136 operator uint32_t() in uint32_t()
18142 CONSTEXPR NPU_NAMESPACE::cmd0_opcode get_opcode() const in get_opcode()
18146 CONSTEXPR npu_op_conv_t &set_opcode(NPU_NAMESPACE::cmd0_opcode value) in set_opcode()
18151 CONSTEXPR NPU_NAMESPACE::cmd_ctrl get_control() const in get_control()
18155 CONSTEXPR npu_op_conv_t &set_control(NPU_NAMESPACE::cmd_ctrl value) in set_control()
18161 void disassemble(std::vector<std::pair<std::string, std::string>> &fields) const {} in disassemble()