Home
last modified time | relevance | path

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

/aosp_15_r20/external/XNNPACK/src/operators/
H A Dfully-connected-nc.c37 xnn_pack_gemm_io_w_function pack_gemm_io_w, in create_fully_connected_nc()
342 xnn_pack_gemm_io_w_function pack_gemm_io_w = (xnn_pack_gemm_io_w_function) xnn_pack_f16_gemm_io_w; in xnn_create_fully_connected_nc_f16()
345 pack_gemm_io_w = (xnn_pack_gemm_io_w_function) xnn_pack_f32_to_f16_gemm_io_w; in xnn_create_fully_connected_nc_f16()
415 (xnn_pack_gemm_io_w_function) xnn_pack_f32_gemm_io_w, in xnn_create_fully_connected_nc_f32()
495 (xnn_pack_gemm_io_w_function) xnn_pack_qs8_gemm_io_w, in xnn_create_fully_connected_nc_qs8()
578 (xnn_pack_gemm_io_w_function) xnn_pack_qu8_gemm_io_w, in xnn_create_fully_connected_nc_qu8()
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dpack.h125 typedef void (*xnn_pack_gemm_io_w_function)( typedef