Home
last modified time | relevance | path

Searched defs:log_base (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/kernel/
Dexp.c49 float log_base = (param->base_ == -1) ? 1 : logf(param->base_); in ExpPrepare() local
/third_party/ffmpeg/libavfilter/
Davf_showcqt.c167 double log_base, log_end; in create_freq_table() local
/third_party/ffmpeg/libavcodec/
Dexr.c983 const float log_base = expf(2.2f * scale); in to_linear() local