tensorflow:: אופס:: גדול יותר

#include <math_ops.h>

מחזירה את ערך האמת של (x > y) מבחינה אלמנט.

סיכום

הערה : תומך Greater בשידור. עוד על השידור כאן

דוגמא:

x = tf.constant([5, 4, 6])
y = tf.constant([5, 2, 5])
tf.math.greater(x, y) ==> [False, True, True]

x = tf.constant([5, 4, 6])
y = tf.constant([5])
tf.math.greater(x, y) ==> [False, False, True]

טיעונים:

  • scope: אובייקט Scope

החזרות:

בנאים והורסים

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

ז

::tensorflow::Output z

תפקידים ציבוריים

גדול יותר

 Greater(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  ::tensorflow::Input y
)

צוֹמֶת

::tensorflow::Node * node() const 

מפעיל::tensorflow::קלט

 operator::tensorflow::Input() const 

אופרטור::tensorflow::פלט

 operator::tensorflow::Output() const