Home
last modified time | relevance | path

Searched defs:log_pi (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dlower_tf.cc616 Value log_pi = create_const_op(std::log(M_PI)); in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dmath.cc516 XlaOp log_pi = ScalarLike(input, std::log(M_PI)); in Lgamma() local