Google I/O'yu ayarladığınız için teşekkür ederiz. İsteğe bağlı olarak tüm oturumları görüntüleyin İsteğe bağlı olarak izleyin

tensorflow :: ops :: QueueEnqueue

#include <data_flow_ops.h>

Verilen kuyrukta bir veya daha fazla tensörden oluşan bir demeti sıralar.

Özet

Bileşen girdisi, verilen kuyrukta depolanan tuple bileşenlerine karşılık gelen k öğeye sahiptir.

NB Kuyruk doluysa, bu işlem verilen öğe sıraya alınana kadar (veya belirtilmişse 'zaman aşımı_ms' geçene kadar) engellenecektir.

Argümanlar:

  • kapsam: Bir Scope nesnesi
  • handle: Bir kuyruğun tanıtıcısı.
  • Bileşenler: Sıralanan tensörlerin alınması gereken bir veya daha fazla tensör.

İsteğe bağlı özellikler (bkz. Attrs ):

  • timeout_ms: Kuyruk doluysa, bu işlem timeout_ms milisaniyeye kadar engelleyecektir. Not: Bu seçenek henüz desteklenmemektedir.

İadeler:

Yapıcılar ve Yıkıcılar

QueueEnqueue (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::InputList components)
QueueEnqueue (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::InputList components, const QueueEnqueue::Attrs & attrs)

Genel özellikler

operation

Kamusal işlevler

operator::tensorflow::Operation () const

Genel statik işlevler

TimeoutMs (int64 x)

Yapılar

tensorflow :: ops :: QueueEnqueue :: Attrs

QueueEnqueue için isteğe bağlı öznitelik belirleyiciler.

Genel özellikler

operasyon

Operation operation

Kamusal işlevler

QueueEnqueue

 QueueEnqueue(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::InputList components
)

QueueEnqueue

 QueueEnqueue(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::InputList components,
  const QueueEnqueue::Attrs & attrs
)

operator :: tensorflow :: İşlem

 operator::tensorflow::Operation() const 

Genel statik işlevler

Zaman aşımı

Attrs TimeoutMs(
  int64 x
)