ロギング操作

まとめ

変数

Arguments
audio **If max_outputs is greater the summary value tags are *generated sequentially as *tag *tag etc **
audio
audio **If max_outputs is greater the summary value tags are *generated sequentially as *tag *
bad_color_ = Input::Initializer({255, 0, 0, 255}, {4}).AsTensorProto()
TensorProto
image
image **If max_images is greater the summary value tags are *generated sequentially as *tag *
max_images_ = 3
int64
max_outputs_ = x
ret
operation
Operation
ret
return
sample_rate
audio **If max_outputs is greater the summary value tags are *generated sequentially as *tag *tag etc frames **
summary
than
audio **If max_outputs is greater
音声付きのSummaryプロトコル バッファを出力します。

機能

AudioSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tag, :: tensorflow::Input tensor, :: tensorflow::Input sample_rate)
AudioSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tag, :: tensorflow::Input tensor, :: tensorflow::Input sample_rate, const AudioSummary::Attrs & attrs)
BadColor (const TensorProto & x)
TF_MUST_USE_RESULT Attrs
非有限値を持つピクセルに使用する色。
ImageSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tag, :: tensorflow::Input tensor)
ImageSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tag, :: tensorflow::Input tensor, const ImageSummary::Attrs & attrs)
MaxImages (int64 x)
Attrs
MaxOutputs (int64 x)
Attrs
node () const
::tensorflow::Node *
range (It represents the value of a *pixel in the output image).Non-finite values in the input tensor are *replaced by this tensor in the output image.The default value is the color *red.**Arguments
image **If max_images is greater the summary value tags are *generated sequentially as *tag *tag etc **The bad_color argument is the color to use in the generated images for *non finite input values It is a uint8 D tensor of length channels *Each element must be in the
画像を生成するバッチ要素の最大数。

クラス

tensorflow::ops::アサート

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

tensorflow:: ops:: ヒストグラム概要

ヒストグラムを含むSummaryプロトコル バッファを出力します。

tensorflow:: ops:: Mergeまとめ

概要を結合します。

tensorflow:: ops:: 印刷

テンソルのリストを出力します。

tensorflow:: ops:: PrintV2

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

tensorflow:: ops:: Scalarsummary

スカラー値を含むSummaryプロトコル バッファを出力します。

tensorflow:: ops:: Tensorsummary

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

tensorflow:: ops:: TensorsummaryV2

テンソルとプラグインごとのデータを含むSummaryプロトコル バッファーを出力します。

tensorflow:: ops:: タイムスタンプ

エポックからの時間を秒単位で提供します。

変数

引数

audio **If max_outputs is greater the summary value tags are *generated sequentially as *tag *tag etc ** Arguments

オーディオ

audio **If max_outputs is greater the summary value tags are *generated sequentially as *tag * audio

bad_color_

TensorProto bad_color_ = Input::Initializer({255, 0, 0, 255}, {4}).AsTensorProto()

画像

image **If max_images is greater the summary value tags are *generated sequentially as *tag * image

max_images_

int64 max_images_ = 3

最大出力_

ret max_outputs_ = x

手術

Operation operation

レット

return ret

サンプルレート

audio **If max_outputs is greater the summary value tags are *generated sequentially as *tag *tag etc frames ** sample_rate

まとめ

::tensorflow::Output summary

よりも

audio **If max_outputs is greater than

音声付きのSummaryプロトコル バッファを出力します。

画像を含むSummaryプロトコル バッファを出力します。

概要には、音声を含む最大max_outputs概要値が含まれます。オーディオはテンソルから構築されます。 tensorは、形状[batch_size, frames, channels]の 3 次元、または形状[batch_size, frames]の 2 次元である必要があります。値は[-1.0, 1.0]の範囲内にあり、サンプル レートがsample_rateであると想定されます。

tag引数は、 string型のスカラーTensorです。これは、要約値のtagを構築するために使用されます。

  • max_outputsが 1 の場合、要約値タグは '*tag です

概要には、画像を含む最大max_images概要値が含まれます。画像はテンソルから構築されます。 tensorは形状[batch_size, height, width, channels]の 4 次元である必要があり、 channelsのとおりです。

  • 1: tensorグレースケールとして解釈されます。
  • 3: tensor RGB として解釈されます。
  • 4: tensor RGBA として解釈されます。

イメージには、入力テンソルと同じ数のチャネルがあります。 float 入力の場合、値は範囲[0, 255]に収まるように一度に 1 つの画像ごとに正規化されます。 uint8値は変更されません。この操作では、2 つの異なる正規化アルゴリズムが使用されます。

  • 入力値がすべて正の場合、最大値が 255 になるように再スケールされます。
  • 入力値が負の場合、入力値 0.0 が 127 になるように値がシフトされます。その後、最小値が 0 になるか、最大値が 255 になるように再スケールされます。

tag引数は、 string型のスカラーTensorです。これは、要約値のtagを構築するために使用されます。

  • max_imagesが 1 の場合、要約値タグは '*tag です

機能

オーディオ概要

 AudioSummary(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input tag,
  ::tensorflow::Input tensor,
  ::tensorflow::Input sample_rate
)

オーディオ概要

 AudioSummary(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input tag,
  ::tensorflow::Input tensor,
  ::tensorflow::Input sample_rate,
  const AudioSummary::Attrs & attrs
)

悪い色

TF_MUST_USE_RESULT Attrs BadColor(
  const TensorProto & x
)

非有限値を持つピクセルに使用する色。

デフォルトはテンソル

画像概要

 ImageSummary(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input tag,
  ::tensorflow::Input tensor
)

画像概要

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

マックスイメージ

Attrs MaxImages(
  int64 x
)

最大出力数

Attrs MaxOutputs(
  int64 x
)

ノード

::tensorflow::Node * node() const 

範囲

image **If max_images is greater the summary value tags are *generated sequentially as *tag *tag etc **The bad_color argument is the color to use in the generated images for *non finite input values It is a uint8 D tensor of length channels *Each element must be in the range(
  It represents the value of a *pixel in the output image
).Non-finite values in the input tensor are *replaced by this tensor in the output image.The default value is the color *red.**Arguments

画像を生成するバッチ要素の最大数。

デフォルトは 3