tensorflow :: ops :: Boş
#include <array_ops.h>
Verilen şekle sahip bir tensör oluşturur.
Özet
Bu işlem bir shape
ve dtype
tensörü yaratır.
Argümanlar:
- kapsam: Bir Scope nesnesi
- şekil: 1-D. Çıkış tensörünün şeklini temsil eder.
İsteğe bağlı özellikler (bkz. Attrs
):
- init: True ise, döndürülen tensörü varsayılan dtype değeri ile başlatın. Aksi takdirde, uygulama tensör içeriğini başlatmamakta serbesttir.
İadeler:
Yapıcılar ve Yıkıcılar | |
---|---|
Empty (const :: tensorflow::Scope & scope, :: tensorflow::Input shape, DataType dtype) | |
Empty (const :: tensorflow::Scope & scope, :: tensorflow::Input shape, DataType dtype, const Empty::Attrs & attrs) |
Genel özellikler | |
---|---|
operation | |
output |
Kamusal işlevler | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel statik işlevler | |
---|---|
Init (bool x) |
Yapılar | |
---|---|
tensorflow :: ops :: Empty :: Attrs | Boş için isteğe bağlı öznitelik belirleyiciler. |
Genel özellikler
operasyon
Operation operation
çıktı
::tensorflow::Output output
Kamusal işlevler
Boş
Empty( const ::tensorflow::Scope & scope, ::tensorflow::Input shape, DataType dtype )
Boş
Empty( const ::tensorflow::Scope & scope, ::tensorflow::Input shape, DataType dtype, const Empty::Attrs & attrs )
düğüm
::tensorflow::Node * node() const
operator :: tensorflow :: Girdi
operator::tensorflow::Input() const
operator :: tensorflow :: Çıktı
operator::tensorflow::Output() const
Genel statik işlevler
İçinde
Attrs Init( bool x )