テンソルフロー::作戦::同等以下
#include <math_ops.h>(x <= y) の真理値を要素ごとに返します。
まとめ
注: LessEqualブロードキャストをサポートしています。放送について詳しくはこちら
例:
x = tf.constant([5, 4, 6]) y = tf.constant([5]) tf.math.less_equal(x, y) ==> [True, True, False]
x = tf.constant([5, 4, 6]) y = tf.constant([5, 6, 6]) tf.math.less_equal(x, y) ==> [True, True, True]
引数:
- スコープ:スコープオブジェクト
戻り値:
-  Output: z テンソル。
| コンストラクターとデストラクター | |
|---|---|
| LessEqual (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y) | 
| パブリック属性 | |
|---|---|
| operation | |
| z | |
| 公共機能 | |
|---|---|
| node () const | ::tensorflow::Node * | 
| operator::tensorflow::Input () const | |
| operator::tensorflow::Output () const | |
パブリック属性
手術
Operation operation
z
::tensorflow::Output z
公共機能
同等以下
LessEqual( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y )
ノード
::tensorflow::Node * node() const
演算子::tensorflow::入力
operator::tensorflow::Input() const
演算子::tensorflow::出力
operator::tensorflow::Output() const