Home
last modified time | relevance | path

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

/aosp_15_r20/external/XNNPACK/src/operators/
H A Dsoftmax-nc.c306 xnn_compute_reciprocal_function compute_reciprocal, in setup_softmax_nc_floating_point()
386 (xnn_compute_reciprocal_function) compute_reciprocal_f16, in xnn_setup_softmax_nc_f16()
418 (xnn_compute_reciprocal_function) compute_reciprocal_f32, in xnn_setup_softmax_nc_f32()
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dcompute.h1082 typedef void (*xnn_compute_reciprocal_function)(const void* input, void* output); typedef
1092 xnn_compute_reciprocal_function compute_reciprocal;