tensorflow :: ops :: ReduceJoin :: 속성

#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 축소 된 치수를 유지합니다.

기본값은 false

분리 기호

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

결합 할 때 사용할 구분 기호입니다.

기본값은 ""입니다.