SHL 2.2.x
Loading...
Searching...
No Matches
csinn_matmul_params Struct Reference

#include <csinn_data_structure.h>

Public Attributes

struct csinn_params_base base
 
bool trans_a
 
bool trans_b
 

Detailed Description

CSI-NN matmul params

Member Data Documentation

◆ base

struct csinn_params_base csinn_matmul_params::base

The basic information of the operator

◆ trans_a

bool csinn_matmul_params::trans_a

Indicates whether the first input is transposed

◆ trans_b

bool csinn_matmul_params::trans_b

Indicates whether the second input is transposed