Searched refs:elementwise_binary_context (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/XNNPACK/src/xnnpack/ |
H A D | compute.h | 822 struct elementwise_binary_context { struct 843 const struct elementwise_binary_context context[restrict XNN_MIN_ELEMENTS(1)], argument 846 const struct elementwise_binary_context context[restrict XNN_MIN_ELEMENTS(1)], 849 const struct elementwise_binary_context context[restrict XNN_MIN_ELEMENTS(1)], 852 const struct elementwise_binary_context context[restrict XNN_MIN_ELEMENTS(1)], 855 const struct elementwise_binary_context context[restrict XNN_MIN_ELEMENTS(1)],
|
H A D | operator.h | 277 struct elementwise_binary_context elementwise_binary;
|
/aosp_15_r20/external/XNNPACK/src/ |
H A D | operator-run.c | 983 const struct elementwise_binary_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_elementwise_binary_1d() 993 const struct elementwise_binary_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_elementwise_binary_2d() 1003 const struct elementwise_binary_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_elementwise_binary_3d() 1016 const struct elementwise_binary_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_elementwise_binary_4d() 1029 const struct elementwise_binary_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_elementwise_binary_5d()
|
/aosp_15_r20/external/XNNPACK/src/operators/ |
H A D | binary-elementwise-nd.c | 967 binary_elementwise_op->context.elementwise_binary = (struct elementwise_binary_context) { in setup_binary_elementwise_nd()
|