Home
last modified time | relevance | path

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

/external/XNNPACK/bench/
Dqu8-f32-vcvt.cc27 xnn_init_qu8_f32_cvt_params_fn init_params, in qu8_f32_vcvt()
/external/XNNPACK/src/xnnpack/
Dparams.h210 xnn_init_qu8_f32_cvt_params_fn qu8_f32_cvt;
Dmicrofnptr.h1804 typedef size_t (*xnn_init_qu8_f32_cvt_params_fn)( typedef
/external/XNNPACK/test/
Dvcvt-microkernel-tester.h363 …void Test(xnn_qu8_f32_vcvt_ukernel_function vcvt, xnn_init_qu8_f32_cvt_params_fn init_params) cons… in Test()