テンソルフロー::作戦::アサート
#include <logging_ops.h>指定された条件が true であることをアサートします。
まとめ
conditionが false と評価された場合は、 data内のテンソルのリストを出力します。 summarize出力するテンソルのエントリ数を決定します。
引数:
- スコープ:スコープオブジェクト
- 条件: 評価する条件。
- data: 条件が false の場合に出力するテンソル。
オプションの属性 ( Attrsを参照):
- summary: 各テンソルのこの数のエントリを出力します。
戻り値:
- 作成された
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) |
パブリック属性 | |
|---|---|
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 )