google / XNNPACK

High-efficiency floating-point neural network inference operators for mobile, server, and Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any documentation for XNNPACK that tells me how to use a kernel function like spmm

ujay-zheng opened this issue · comments

I'm really interested in the performance of single kernel function like spmm or other kernels, so I want to have a test especially on Android platform. But unfortunately I can't find a document introduce the single kernel function, all I could find was telling me to turn on the XNNPACK option to get it worked automatically, which looks like a black box.Now all I can do is to read the bench program, I don't know whether I can understand the functions well by reading those program