テンソルフロー::作戦::結合を減らす::属性

#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
)

結合するときに使用するセパレータ。

デフォルトは「」です