Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/kernel/
Dconvolution_base.h28 typedef struct ConvolutionBaseStruct { struct
42 void (*init_global_variable_)(struct ConvolutionBaseStruct *conv_im2col); argument
43 int (*malloc_weight_bias_)(struct ConvolutionBaseStruct *conv_base); argument
44 void (*pack_weight_)(struct ConvolutionBaseStruct *conv_base); argument
45 int (*run_impl_)(struct ConvolutionBaseStruct *conv, int task_id); argument
51 } ConvolutionBaseStruct; argument