przepływ tensorowy:: ops:: CzyInf

#include <math_ops.h>

Zwraca, które elementy x są Inf.

Streszczenie

(numpy) Odpowiednik np.isinf

Przykład:

x = tf.constant([5.0, np.inf, 6.8, np.inf])
tf.math.is_inf(x) ==> [False, True, False, True]

Argumenty:

Zwroty:

Konstruktory i destruktory

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

Atrybuty publiczne

operation
y

Funkcje publiczne

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

Atrybuty publiczne

operacja

Operation operation

y

::tensorflow::Output y

Funkcje publiczne

CzyInf

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

węzeł

::tensorflow::Node * node() const 

operator::tensorflow::Wejście

 operator::tensorflow::Input() const 

operator::tensorflow::Wyjście

 operator::tensorflow::Output() const