テンソルフロー::作戦::等しくない

#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

z

::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
)