テンソルフロー::作戦::テンソルの概要

#include <logging_ops.h>

テンソルを使用してSummaryプロトコル バッファを出力します。

まとめ

この操作はTensorsummaryV2を優先して段階的に廃止され、呼び出し元がタグだけでなく、プラグイン固有のデータを含むシリアル化された SummaryMetadata プロト文字列も渡すことができます。下位互換性を維持するために、この操作は保持します。

引数:

  • スコープ:スコープオブジェクト
  • tensor: シリアル化するテンソル。

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

  • description: json でエンコードされた SummaryDescription プロト。
  • ラベル: 未使用の文字列のリスト。
  • display_name: 未使用の文字列。

戻り値:

  • Output : 要約テンソル。

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

TensorSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tensor)
TensorSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tensor, const TensorSummary::Attrs & attrs)

パブリック属性

operation
summary

公共機能

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

パブリック静的関数

Description (StringPiece x)
DisplayName (StringPiece x)
Labels (const gtl::ArraySlice< string > & x)

構造体

tensorflow:: ops:: Tensorsummary:: Attrs

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

パブリック属性

手術

Operation operation

まとめ

::tensorflow::Output summary

公共機能

テンソルの概要

 TensorSummary(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input tensor
)

テンソルの概要

 TensorSummary(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input tensor,
  const TensorSummary::Attrs & attrs
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const 

パブリック静的関数

説明

Attrs Description(
  StringPiece x
)

表示名

Attrs DisplayName(
  StringPiece x
)

ラベル

Attrs Labels(
  const gtl::ArraySlice< string > & x
)