テンソルフロー::作戦::主張する

#include <logging_ops.h>

指定された条件が true であることをアサートします。

まとめ

conditionが false と評価された場合は、 data内のテンソルのリストを出力します。 summarize出力するテンソルのエントリ数を決定します。

引数:

  • スコープ:スコープオブジェクト
  • 条件: 評価する条件。
  • data: 条件が false の場合に出力するテンソル。

オプションの属性 ( Attrsを参照):

戻り値:

コンストラクターとデストラクター

Assert (const :: tensorflow::Scope & scope, :: tensorflow::Input condition, :: tensorflow::InputList data)
Assert (const :: tensorflow::Scope & scope, :: tensorflow::Input condition, :: tensorflow::InputList data, const Assert::Attrs & attrs)

パブリック属性

operation

公共機能

operator::tensorflow::Operation () const

パブリック静的関数

Summarize (int64 x)

構造体

tensorflow:: ops:: Assert:: Attrs

Assertのオプションの属性セッター。

パブリック属性

手術

Operation operation

公共機能

主張する

 Assert(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input condition,
  ::tensorflow::InputList data
)

主張する

 Assert(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input condition,
  ::tensorflow::InputList data,
  const Assert::Attrs & attrs
)

演算子::tensorflow::オペレーション

 operator::tensorflow::Operation() const 

パブリック静的関数

要約する

Attrs Summarize(
  int64 x
)