tensorflow :: ops :: QueueEnqueueMany
#include <data_flow_ops.h>
Mengantrekan nol atau lebih tupel dari satu atau lebih tensor dalam antrean tertentu.
Ringkasan
Operasi ini memotong setiap tensor komponen sepanjang dimensi ke-0 untuk membuat beberapa elemen antrian. Semua komponen tupel harus memiliki ukuran yang sama pada dimensi ke-0.
Input komponen memiliki elemen k, yang sesuai dengan komponen tupel yang disimpan dalam antrian yang diberikan.
NB Jika antrian penuh, operasi ini akan memblokir sampai elemen yang diberikan telah diantrekan (atau 'timeout_ms' berlalu, jika ditentukan).
Argumen:
- scope: Objek Scope
- pegangan: Pegangan ke antrian.
- komponen: Satu atau lebih tensor tempat pengambilan tensor yang diantrekan.
Atribut opsional (lihat Attrs
):
- timeout_ms: Jika antrian terlalu penuh, operasi ini akan memblokir hingga timeout_ms milidetik. Catatan: Opsi ini belum didukung.
Pengembalian:
-
Operation
dibuat
Pembuat dan Penghancur | |
---|---|
QueueEnqueueMany (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::InputList components) | |
QueueEnqueueMany (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::InputList components, const QueueEnqueueMany::Attrs & attrs) |
Atribut publik | |
---|---|
operation |
Fungsi publik | |
---|---|
operator::tensorflow::Operation () const |
Fungsi statis publik | |
---|---|
TimeoutMs (int64 x) |
Structs | |
---|---|
tensorflow :: ops :: QueueEnqueueMany :: Attrs | Penyetel atribut opsional untuk QueueEnqueueMany . |
Atribut publik
operasi
Operation operation
Fungsi publik
QueueEnqueueMany
QueueEnqueueMany( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::InputList components )
QueueEnqueueMany
QueueEnqueueMany( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::InputList components, const QueueEnqueueMany::Attrs & attrs )
operator :: tensorflow :: Operasi
operator::tensorflow::Operation() const
Fungsi statis publik
Batas Waktu
Attrs TimeoutMs( int64 x )