Searched refs:igemm_context (Results 1 – 5 of 5) sorted by relevance
/external/XNNPACK/src/xnnpack/ |
D | compute.h | 161 struct igemm_context { struct 190 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], argument 198 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], 207 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], 214 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], 223 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], 232 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], 242 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], 250 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)],
|
D | operator.h | 320 struct igemm_context igemm;
|
/external/XNNPACK/src/ |
D | operator-run.c | 91 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_grouped_batch_igemm() 118 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_grouped_igemm() 144 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_batch_igemm() 170 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_igemm() 950 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_hmp_grouped_batch_igemm() 978 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_hmp_grouped_igemm() 1005 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_batch_hmp_igemm() 1032 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_hmp_igemm()
|
/external/XNNPACK/src/operators/ |
D | deconvolution-nhwc.c | 524 deconvolution_op->context.igemm = (struct igemm_context) { in setup_conv_path()
|
D | convolution-nhwc.c | 972 convolution_op->context.igemm = (struct igemm_context) { in setup_convolution2d_nhwc()
|