テンソルフロー::作戦::条件付きアキュムレータ::属性
#include <data_flow_ops.h>
ConditionalAccumulatorのオプションの属性セッター。
まとめ
パブリック属性 | |
---|---|
container_ = "" | StringPiece |
reduction_type_ = "MEAN" | StringPiece |
shared_name_ = "" | StringPiece |
公共機能 | |
---|---|
Container (StringPiece x) | TF_MUST_USE_RESULT Attrs 空でない場合、このアキュムレータは指定されたコンテナに配置されます。 |
ReductionType (StringPiece x) | TF_MUST_USE_RESULT Attrs デフォルトは「MEAN」です。 |
SharedName (StringPiece x) | TF_MUST_USE_RESULT Attrs 空でない場合、このアキュムレータは指定された名前で複数のセッション間で共有されます。 |
パブリック属性
容器_
StringPiece tensorflow::ops::ConditionalAccumulator::Attrs::container_ = ""
削減タイプ_
StringPiece tensorflow::ops::ConditionalAccumulator::Attrs::reduction_type_ = "MEAN"
共有名_
StringPiece tensorflow::ops::ConditionalAccumulator::Attrs::shared_name_ = ""
公共機能
容器
TF_MUST_USE_RESULT Attrs tensorflow::ops::ConditionalAccumulator::Attrs::Container( StringPiece x )
空でない場合、このアキュムレータは指定されたコンテナに配置されます。
それ以外の場合は、デフォルトのコンテナが使用されます。
デフォルトは「」です
リダクションタイプ
TF_MUST_USE_RESULT Attrs tensorflow::ops::ConditionalAccumulator::Attrs::ReductionType( StringPiece x )
デフォルトは「MEAN」です。
共有名
TF_MUST_USE_RESULT Attrs tensorflow::ops::ConditionalAccumulator::Attrs::SharedName( StringPiece x )
空でない場合、このアキュムレータは指定された名前で複数のセッション間で共有されます。
デフォルトは「」です