テンソルフロー::作戦::空の
#include <array_ops.h>
指定された形状のテンソルを作成します。
まとめ
この操作により、 shape
およびdtype
のテンソルが作成されます。
引数:
- スコープ:スコープオブジェクト
- 形状: 1-D。出力テンソルの形状を表します。
オプションの属性 ( Attrs
を参照):
- init: True の場合、返されたテンソルを dtype のデフォルト値で初期化します。それ以外の場合、実装はテンソルのコンテンツを初期化しなくても構いません。
戻り値:
コンストラクターとデストラクター | |
---|---|
Empty (const :: tensorflow::Scope & scope, :: tensorflow::Input shape, DataType dtype) | |
Empty (const :: tensorflow::Scope & scope, :: tensorflow::Input shape, DataType dtype, const Empty::Attrs & attrs) |
パブリック属性 | |
---|---|
operation | |
output |
公共機能 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック静的関数 | |
---|---|
Init (bool x) |
構造体 | |
---|---|
tensorflow:: ops:: Empty:: Attrs | Emptyのオプションの属性セッター。 |
パブリック属性
手術
Operation operation
出力
::tensorflow::Output output
公共機能
空の
Empty( const ::tensorflow::Scope & scope, ::tensorflow::Input shape, DataType dtype )
空の
Empty( const ::tensorflow::Scope & scope, ::tensorflow::Input shape, DataType dtype, const Empty::Attrs & attrs )
ノード
::tensorflow::Node * node() const
演算子::tensorflow::入力
operator::tensorflow::Input() const
演算子::tensorflow::出力
operator::tensorflow::Output() const
パブリック静的関数
初期化
Attrs Init( bool x )