텐서플로우:: 작전:: SparseConditionalAccumulator:: 속성

#include <data_flow_ops.h>

SparseConditionalAccumulator 에 대한 선택적 속성 설정자입니다.

요약

공개 속성

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::SparseConditionalAccumulator::Attrs::container_ = ""

감소_유형_

StringPiece tensorflow::ops::SparseConditionalAccumulator::Attrs::reduction_type_ = "MEAN"

공유_이름_

StringPiece tensorflow::ops::SparseConditionalAccumulator::Attrs::shared_name_ = ""

공공 기능

컨테이너

TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseConditionalAccumulator::Attrs::Container(
  StringPiece x
)

비어 있지 않은 경우 이 누산기는 지정된 컨테이너에 배치됩니다.

그렇지 않으면 기본 컨테이너가 사용됩니다.

기본값은 ""입니다.

감소 유형

TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseConditionalAccumulator::Attrs::ReductionType(
  StringPiece x
)

기본값은 "MEAN"입니다.

공유 이름

TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseConditionalAccumulator::Attrs::SharedName(
  StringPiece x
)

비어 있지 않은 경우 이 누산기는 여러 세션에서 지정된 이름으로 공유됩니다.

기본값은 ""입니다.