Searched defs:MatmulStruct (Results 1 – 1 of 1) sorted by relevance
58 typedef struct MatmulStruct { struct59 KernelBase base_;60 MatmulComputeParam compute_;61 MatmulType matmul_type_;64 int model_thread_nr_;67 int batch_;68 int a_batch_;69 int b_batch_;70 int *a_offset_; /* batch_ size */71 int *b_offset_; /* batch_ size */[all …]