aboutsummaryrefslogtreecommitdiff
path: root/bench/f32-softmax.cc
AgeCommit message (Collapse)Author
2020-08-02Bind RNG by reference in microbenchmarksMarat Dukhan
PiperOrigin-RevId: 324540550
2020-03-08Cleanup unused SoftMax benchmark presetsMarat Dukhan
Leave only the "blend" presets reported in the paper PiperOrigin-RevId: 299722958
2020-03-06Optional SoftMax benchmarks vs DNNLMarat Dukhan
PiperOrigin-RevId: 299494008
2020-01-27Rename SoftArgMax operator to SoftMaxMarat Dukhan
- Match naming in TensorFlow, PyTorch, and ONNX - Avoid confusion with occasionally proposed SoftArgMax operator with different semantics y[i] := exp(x[i]) * i / sum(exp(x[j])) PiperOrigin-RevId: 291812880