Home
last modified time | relevance | path

Searched refs:elementwise_binary_context (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dcompute.h822 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 Doperator.h277 struct elementwise_binary_context elementwise_binary;
/aosp_15_r20/external/XNNPACK/src/
H A Doperator-run.c983 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 Dbinary-elementwise-nd.c967 binary_elementwise_op->context.elementwise_binary = (struct elementwise_binary_context) { in setup_binary_elementwise_nd()