Home
last modified time | relevance | path

Searched defs:univector_strided_context (Results 1 – 1 of 1) sorted by relevance

/external/XNNPACK/src/xnnpack/
Dcompute.h841 struct univector_strided_context { struct
842 size_t n;
843 const void* x;
844 size_t x_stride;
845 void* y;
846 size_t y_stride;
847 xnn_univector_ukernel_function ukernel;
848 union {
873 const struct univector_strided_context context[restrict XNN_MIN_ELEMENTS(1)], argument