Home
last modified time | relevance | path

Searched defs:ComputeSoftmax (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libtextclassifier/native/utils/math/
H A Dsoftmax.cc72 std::vector<float> ComputeSoftmax(const std::vector<float> &scores) { in ComputeSoftmax() function
76 std::vector<float> ComputeSoftmax(const float *scores, int scores_size) { in ComputeSoftmax() function
/aosp_15_r20/external/libtextclassifier/native/lang_id/common/math/
H A Dsoftmax.cc74 std::vector<float> ComputeSoftmax(const std::vector<float> &scores, in ComputeSoftmax() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/
H A Dsoftmax_op_benchmark.cc46 static void ComputeSoftmax(const Eigen::DefaultDevice& d, InT logits, in ComputeSoftmax() function
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/expansions/
H A Dsoftmax_spmd_expander.cc142 mlir::Value ComputeSoftmax(mlir::OpBuilder& builder, in ComputeSoftmax() function