flujo tensor:: operaciones:: Como en

#include <math_ops.h>

Calcula el seno inverso trigonométrico de x por elementos.

Resumen

La operación tf.math.asin devuelve el inverso de tf.math.sin , de modo que si y = tf.math.sin(x) entonces, x = tf.math.asin(y) .

Nota : La salida de tf.math.asin estará dentro del rango invertible del seno, es decir, [-pi/2, pi/2].

Por ejemplo:

# Note: [1.047, 0.785] ~= [(pi/3), (pi/4)]
x = tf.constant([1.047, 0.785])
y = tf.math.sin(x) # [0.8659266, 0.7068252]

tf.math.asin(y) # [1.047, 0.785] = x

Argumentos:

Devoluciones:

Constructores y destructores

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

Atributos públicos

operation
y

Funciones públicas

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

Atributos públicos

operación

Operation operation

y

::tensorflow::Output y

Funciones públicas

Como en

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

nodo

::tensorflow::Node * node() const 

operador::tensorflow::Entrada

 operator::tensorflow::Input() const 

operador::tensorflow::Salida

 operator::tensorflow::Output() const