Searched refs:igemm_context (Results 1 – 5 of 5) sorted by relevance
/external/XNNPACK/src/xnnpack/ |
D | compute.h | 267 struct igemm_context { struct 296 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], argument 304 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], 313 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], 320 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], 329 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], 338 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], 348 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], 356 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)],
|
D | operator.h | 281 struct igemm_context igemm;
|
/external/XNNPACK/src/ |
D | operator-run.c | 363 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_grouped_batch_igemm() 390 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_grouped_igemm() 416 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_batch_igemm() 442 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_igemm() 1229 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_hmp_grouped_batch_igemm() 1257 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_hmp_grouped_igemm() 1284 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_batch_hmp_igemm() 1311 const struct igemm_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_hmp_igemm()
|
/external/XNNPACK/src/operators/ |
D | deconvolution-nhwc.c | 722 deconvolution_op->context.igemm = (struct igemm_context) { in setup_conv_path()
|
D | convolution-nhwc.c | 1587 convolution_op->context.igemm = (struct igemm_context) { in setup_convolution2d_nhwc()
|