テンソルフロー::作戦::文字列形式::属性

#include <string_ops.h>

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

まとめ

パブリック属性

placeholder_ = "%s"
StringPiece
summarize_ = 3
int64
template_ = "%s"
StringPiece

公共機能

Placeholder (StringPiece x)
TF_MUST_USE_RESULT Attrs
文字列。テンプレート内の各プレースホルダーに、後続のテンソル概要が挿入されます。
Summarize (int64 x)
TF_MUST_USE_RESULT Attrs
テンソル要約をフォーマットする場合、各テンソル次元の最初と最後の要約エントリが出力されます。
Template (StringPiece x)
TF_MUST_USE_RESULT Attrs
文字列、テンソル要約をフォーマットするテンプレート。

パブリック属性

プレースホルダー_

StringPiece tensorflow::ops::StringFormat::Attrs::placeholder_ = "%s"

要約_

int64 tensorflow::ops::StringFormat::Attrs::summarize_ = 3

テンプレート_

StringPiece tensorflow::ops::StringFormat::Attrs::template_ = "%s"

公共機能

プレースホルダー

TF_MUST_USE_RESULT Attrs tensorflow::ops::StringFormat::Attrs::Placeholder(
  StringPiece x
)

文字列。テンプレート内の各プレースホルダーに、後続のテンソル概要が挿入されます。

デフォルトは「%s」です

要約する

TF_MUST_USE_RESULT Attrs tensorflow::ops::StringFormat::Attrs::Summarize(
  int64 x
)

テンソル要約をフォーマットする場合、各テンソル次元の最初と最後の要約エントリが出力されます。

デフォルトは 3

テンプレート

TF_MUST_USE_RESULT Attrs tensorflow::ops::StringFormat::Attrs::Template(
  StringPiece x
)

文字列、テンソル要約をフォーマットするテンプレート。

デフォルトは「%s」です