تدفق التوتر:: العمليات:: غير متساوي

#include <math_ops.h>

تُرجع القيمة الحقيقية للعنصر (x!= y).

ملخص

ملاحظة : NotEqual يدعم البث. المزيد عن البث هنا

الحجج:

عائدات:

البنائين والمدمرين

NotEqual (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y)
NotEqual (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y, const NotEqual::Attrs & attrs)

الصفات العامة

operation
z

الوظائف العامة

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

وظائف ثابتة العامة

IncompatibleShapeError (bool x)

الهياكل

Tensorflow:: ops:: NotEqual:: Attrs

محددات السمات الاختيارية لـ NotEqual .

الصفات العامة

عملية

Operation operation

ض

::tensorflow::Output z

الوظائف العامة

غير متساوي

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

غير متساوي

 NotEqual(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  ::tensorflow::Input y,
  const NotEqual::Attrs & attrs
)

العقدة

::tensorflow::Node * node() const 

المشغل::tensorflow::الإدخال

 operator::tensorflow::Input() const 

المشغل::tensorflow::الإخراج

 operator::tensorflow::Output() const 

وظائف ثابتة العامة

خطأ في الشكل غير متوافق

Attrs IncompatibleShapeError(
  bool x
)