Home
last modified time | relevance | path

Searched defs:log_sum (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Ddumping_callback_test.py467 def log_sum(x, y): function
766 def log_sum(x, y): function
902 def log_sum(x, y): function
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/operators/
H A Dsoftmax.cpp140 auto log_sum = Compute( in computeSoftmax() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dlog_softmax.h53 const float log_sum = std::log(sum); in LogSoftmax() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dtune_butteraugli.c56 double log_sum = 0.0; in set_mb_butteraugli_rdmult_scaling() local
H A Dencoder_utils.c1346 double log_sum = 0.0; in av1_set_mb_ssim_rdmult_scaling() local
H A Dsaliency_map.c1317 double log_sum = 0.0; in av1_setup_sm_rdmult_scaling_factor() local
H A Dtpl_model.c2052 double log_sum = 0.0; in av1_tpl_rdmult_setup_sb() local
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_encoder.c5253 double log_sum = 0.0; local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Doptimized_ops.h3771 const float log_sum = std::log((block_input.array() - max).exp().sum()); in LogSoftmax() local