Home
last modified time | relevance | path

Searched refs:log_f (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/cros/faft/utils/
Dos_interface.py232 with open(self.log_file, 'a') as log_f:
233 log_f.write('%s %s\n' % (timestamp, text))
234 log_f.flush()
235 os.fdatasync(log_f)
/external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
Dmonte_carlo_impl.py112 log_f, argument
160 log_values = log_f(z) + log_p(z) - q.log_prob(z)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
Dfloat-intrinsics-float.ll72 define float @log_f(float %a) {
73 ; CHECK-LABEL: log_f:
/external/llvm/test/CodeGen/Thumb2/
Dfloat-intrinsics-float.ll72 define float @log_f(float %a) {
73 ; CHECK-LABEL: log_f:
/external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/
Dmonte_carlo_test.py113 log_f=lambda x: math_ops.log(math_ops.square(x)),