テンソルフロー::作戦::テンソルの概要::属性
#include <logging_ops.h>
Tensorsummaryのオプションの属性セッター。
まとめ
パブリック属性 | |
---|---|
description_ = "" | StringPiece |
display_name_ = "" | StringPiece |
labels_ = {} | gtl::ArraySlice< string > |
公共機能 | |
---|---|
Description (StringPiece x) | TF_MUST_USE_RESULT Attrs json でエンコードされた SummaryDescription プロト。 |
DisplayName (StringPiece x) | TF_MUST_USE_RESULT Attrs 未使用の文字列。 |
Labels (const gtl::ArraySlice< string > & x) | TF_MUST_USE_RESULT Attrs 未使用の文字列のリスト。 |
パブリック属性
説明_
StringPiece tensorflow::ops::TensorSummary::Attrs::description_ = ""
表示名_
StringPiece tensorflow::ops::TensorSummary::Attrs::display_name_ = ""
ラベル_
gtl::ArraySlice< string > tensorflow::ops::TensorSummary::Attrs::labels_ = {}
公共機能
説明
TF_MUST_USE_RESULT Attrs tensorflow::ops::TensorSummary::Attrs::Description( StringPiece x )
json でエンコードされた SummaryDescription プロト。
デフォルトは「」です
表示名
TF_MUST_USE_RESULT Attrs tensorflow::ops::TensorSummary::Attrs::DisplayName( StringPiece x )
未使用の文字列。
デフォルトは「」です
ラベル
TF_MUST_USE_RESULT Attrs tensorflow::ops::TensorSummary::Attrs::Labels( const gtl::ArraySlice< string > & x )
未使用の文字列のリスト。
デフォルトは []