Home
last modified time | relevance | path

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

/external/XNNPACK/src/xnnpack/
Doperator.h332 struct f32_three_pass_softmax_context f32_three_pass_softmax;
Dcompute.h955 struct f32_three_pass_softmax_context { struct
969 const struct f32_three_pass_softmax_context context[restrict XNN_MIN_ELEMENTS(1)], argument
/external/XNNPACK/src/operators/
Dsoftmax-nc.c282 softmax_op->context.f32_three_pass_softmax = (struct f32_three_pass_softmax_context) { in xnn_setup_softmax_nc_f32()
/external/XNNPACK/src/
Doperator-run.c858 const struct f32_three_pass_softmax_context context[restrict XNN_MIN_ELEMENTS(1)], in xnn_compute_f32_three_pass_softmax()