텐서플로우:: 작전:: 조건부누산기:: 속성
#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 )
비어 있지 않은 경우 이 누산기는 여러 세션에서 지정된 이름으로 공유됩니다.
기본값은 ""입니다.