텐서플로우:: 작전:: 감소참여:: 속성

#include <string_ops.h>

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

요약

공개 속성

keep_dims_ = false
bool
separator_ = ""
StringPiece

공공 기능

KeepDims (bool x)
TF_MUST_USE_RESULT Attrs
True 인 경우 길이가 1 인 축소된 치수를 유지합니다.
Separator (StringPiece x)
TF_MUST_USE_RESULT Attrs
조인 시 사용할 구분 기호입니다.

공개 속성

keep_dims_

bool tensorflow::ops::ReduceJoin::Attrs::keep_dims_ = false

분리 기호_

StringPiece tensorflow::ops::ReduceJoin::Attrs::separator_ = ""

공공 기능

KeepDims

TF_MUST_USE_RESULT Attrs tensorflow::ops::ReduceJoin::Attrs::KeepDims(
  bool x
)

True 인 경우 길이가 1 인 축소된 치수를 유지합니다.

기본값은 거짓

분리 기호

TF_MUST_USE_RESULT Attrs tensorflow::ops::ReduceJoin::Attrs::Separator(
  StringPiece x
)

조인 시 사용할 구분 기호입니다.

기본값은 ""입니다.