テンソルフロー::作戦::プリントV2

#include <logging_ops.h>

文字列スカラーを出力します。

まとめ

文字列スカラーを目的の出力ストリームに出力します。

引数:

  • スコープ:スコープオブジェクト
  • input: 出力する文字列スカラー。

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

  • Output_stream: 出力ストリームまたは出力先のログ レベルを指定する文字列。

戻り値:

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

PrintV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input input)
PrintV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const PrintV2::Attrs & attrs)

パブリック属性

operation

公共機能

operator::tensorflow::Operation () const

パブリック静的関数

End (StringPiece x)
OutputStream (StringPiece x)

構造体

tensorflow:: ops:: PrintV2:: Attrs

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

パブリック属性

手術

Operation operation

公共機能

プリントV2

 PrintV2(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input
)

プリントV2

 PrintV2(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  const PrintV2::Attrs & attrs
)

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

 operator::tensorflow::Operation() const 

パブリック静的関数

終わり

Attrs End(
  StringPiece x
)

出力ストリーム

Attrs OutputStream(
  StringPiece x
)