Searched refs:exp_func (Results 1 – 2 of 2) sorted by relevance
1427 auto exp_func = [](double x) -> double { return std::exp(x); }; in convertSoftmaxOp() local1432 exp_func, exp_table_const_01, exp_table_const_02, in convertSoftmaxOp()1623 auto exp_func = [](double x) -> double { return std::exp(x); }; in convertSoftmaxOp() local1627 getTosaConst16bitTable(rewriter, op, exp_func, -10.0, 0); in convertSoftmaxOp()
4816 auto exp_func = [exp_sample_grain](int32 x) -> int32 {4836 %const_exp_table = get_table_const_tensor(exp_func)