テンソルフロー::作戦::スタック::属性
#include <array_ops.h>
Stackのオプションの属性セッター。
まとめ
パブリック属性 | |
---|---|
axis_ = 0 | int64 |
公共機能 | |
---|---|
Axis (int64 x) | TF_MUST_USE_RESULT Attrs 梱包する際の寸法。 |
パブリック属性
軸_
int64 tensorflow::ops::Stack::Attrs::axis_ = 0
公共機能
軸
TF_MUST_USE_RESULT Attrs tensorflow::ops::Stack::Attrs::Axis( int64 x )
梱包する際の寸法。
負の値はラップアラウンドするため、有効な範囲は[-(R+1), R+1)
です。
デフォルトは 0