テンソルフロー::作戦::累計::属性

#include <math_ops.h>

Cumsumのオプションの属性セッター。

まとめ

パブリック属性

exclusive_ = false
bool
reverse_ = false
bool

公共機能

Exclusive (bool x)
TF_MUST_USE_RESULT Attrs
Trueの場合、排他的合計を実行します。
Reverse (bool x)
TF_MUST_USE_RESULT Attrs
bool (デフォルト: False)。

パブリック属性

エクスクルーシブ_

bool tensorflow::ops::Cumsum::Attrs::exclusive_ = false

逆行する_

bool tensorflow::ops::Cumsum::Attrs::reverse_ = false

公共機能

エクスクルーシブ

TF_MUST_USE_RESULT Attrs tensorflow::ops::Cumsum::Attrs::Exclusive(
  bool x
)

Trueの場合、排他的合計を実行します。

デフォルトは false

逆行する

TF_MUST_USE_RESULT Attrs tensorflow::ops::Cumsum::Attrs::Reverse(
  bool x
)

bool (デフォルト: False)。

デフォルトは false