Home
last modified time | relevance | path

Searched refs:igemm_context (Results 1 – 5 of 5) sorted by relevance

/external/XNNPACK/src/xnnpack/
Dcompute.h161 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)],
Doperator.h320 struct igemm_context igemm;
/external/XNNPACK/src/
Doperator-run.c91 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/
Ddeconvolution-nhwc.c524 deconvolution_op->context.igemm = (struct igemm_context) { in setup_conv_path()
Dconvolution-nhwc.c972 convolution_op->context.igemm = (struct igemm_context) { in setup_convolution2d_nhwc()