テンソルフロー::作戦::有限である
#include <math_ops.h>
x のどの要素が有限であるかを返します。
まとめ
(numpy) np.isfinite と同等
例:
x = tf.constant([5.0, 4.8, 6.8, np.inf, np.nan]) tf.math.is_finite(x) ==> [True, True, True, False, False]
引数:
- スコープ:スコープオブジェクト
戻り値:
-
Output
: y テンソル。
コンストラクターとデストラクター | |
---|---|
IsFinite (const :: tensorflow::Scope & scope, :: tensorflow::Input x) |
パブリック属性 | |
---|---|
operation | |
y |
公共機能 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック属性
手術
Operation operation
y
::tensorflow::Output y
公共機能
有限である
IsFinite( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
ノード
::tensorflow::Node * node() const
演算子::tensorflow::入力
operator::tensorflow::Input() const
演算子::tensorflow::出力
operator::tensorflow::Output() const