Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/kernel/
Dmatmul_struct.h58 typedef struct MatmulStruct { struct
59 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 …]