تدفق التوتر:: العمليات:: اكوش

#include <math_ops.h>

يحسب جيب التمام الزائدي العكسي للعنصر x.

ملخص

بالنظر إلى موتر الإدخال، تحسب الدالة جيب التمام الزائدي العكسي لكل عنصر. نطاق الإدخال هو [1, inf] . تقوم بإرجاع nan إذا كان الإدخال يقع خارج النطاق.

x = tf.constant([-2, -0.5, 1, 1.2, 200, 10000, float("inf")])
tf.math.acosh(x) ==> [nan nan 0. 0.62236255 5.9914584 9.903487 inf]

الحجج:

عائدات:

البنائين والمدمرين

Acosh (const :: tensorflow::Scope & scope, :: tensorflow::Input x)

الصفات العامة

operation
y

الوظائف العامة

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

الصفات العامة

عملية

Operation operation

ذ

::tensorflow::Output y

الوظائف العامة

اكوش

 Acosh(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x
)

العقدة

::tensorflow::Node * node() const 

المشغل::tensorflow::الإدخال

 operator::tensorflow::Input() const 

المشغل::tensorflow::الإخراج

 operator::tensorflow::Output() const