tensorflow :: ops :: FIFOQueue
#include <data_flow_ops.h>
İlk giren ilk çıkar sırasında öğeler üreten bir kuyruk.
Özet
Argümanlar:
- kapsam: Bir Scope nesnesi
- bileşen_türleri: Bir değerdeki her bileşenin türü.
İsteğe bağlı özellikler (bkz. Attrs
):
- şekiller: Bir değerdeki her bileşenin şekli. Bu özniteliğin uzunluğu 0 veya bileşen_türlerinin uzunluğu ile aynı olmalıdır. Bu özniteliğin uzunluğu 0 ise, kuyruk elemanlarının şekilleri sınırlandırılmaz ve bir seferde sadece bir eleman kuyruktan çıkarılabilir.
- kapasite: Bu kuyruktaki öğe sayısının üst sınırı. Negatif sayılar, sınır olmadığı anlamına gelir.
- konteyner: Boş değilse, bu kuyruk verilen konteynere yerleştirilir. Aksi takdirde, varsayılan bir kap kullanılır.
- shared_name: Boş değilse, bu kuyruk, verilen ad altında birden çok oturumda paylaşılacaktır.
İadeler:
-
Output
: Kuyruğun tanıtıcısı.
Yapıcılar ve Yıkıcılar | |
---|---|
FIFOQueue (const :: tensorflow::Scope & scope, const DataTypeSlice & component_types) | |
FIFOQueue (const :: tensorflow::Scope & scope, const DataTypeSlice & component_types, const FIFOQueue::Attrs & attrs) |
Genel özellikler | |
---|---|
handle | |
operation |
Kamusal işlevler | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel statik işlevler | |
---|---|
Capacity (int64 x) | |
Container (StringPiece x) | |
Shapes (const gtl::ArraySlice< PartialTensorShape > & x) | |
SharedName (StringPiece x) |
Yapılar | |
---|---|
tensorflow :: ops :: FIFOQueue :: Attrs | FIFOQueue için isteğe bağlı öznitelik belirleyiciler. |
Genel özellikler
üstesinden gelmek
::tensorflow::Output handle
operasyon
Operation operation
Kamusal işlevler
FIFOQueue
FIFOQueue( const ::tensorflow::Scope & scope, const DataTypeSlice & component_types )
FIFOQueue
FIFOQueue( const ::tensorflow::Scope & scope, const DataTypeSlice & component_types, const FIFOQueue::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
Kapasite
Attrs Capacity( int64 x )
Konteyner
Attrs Container( StringPiece x )
Şekiller
Attrs Shapes( const gtl::ArraySlice< PartialTensorShape > & x )
SharedName
Attrs SharedName( StringPiece x )