Home
last modified time | relevance | path

Searched refs:fht_float_oop (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/
H A Dfht.h14 int fht_float_oop(float* in, float* out, int log_n);
34 return fht_float_oop(buf, out, log_n); in fht()
H A Dfht_impl.h23 int fht_float_oop(float* in, float* out, int log_n) { in fht_float_oop() function