تدفق التوتر:: العمليات:: اسينه

#include <math_ops.h>

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

ملخص

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

  x = tf.constant([-float("inf"), -2, -0.5, 1, 1.2, 200, 10000, float("inf")])
  tf.math.asinh(x) ==> [-inf -1.4436355 -0.4812118 0.8813736 1.0159732 5.991471 9.903487 inf]
  

الحجج:

عائدات:

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

Asinh (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

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

اسينه

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

العقدة

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const