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 :: QueueEnqueueMany

#include <data_flow_ops.h>

Verilen kuyruktaki bir veya daha fazla tensörün sıfır veya daha fazla tuplesini sıralar.

Özet

Bu işlem, birden çok kuyruk öğesi oluşturmak için her bileşen tensörünü 0. boyut boyunca dilimler. Tüm demet bileşenleri 0. boyutta aynı boyuta sahip olmalıdır.

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

NB Kuyruk doluysa, bu işlem verilen öğeler 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 çok 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

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)

Genel özellikler

operation

Kamusal işlevler

operator::tensorflow::Operation () const

Genel statik işlevler

TimeoutMs (int64 x)

Yapılar

tensorflow :: ops :: QueueEnqueueMany :: Attrs

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

Genel özellikler

operasyon

Operation operation

Kamusal işlevler

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 :: İşlem

 operator::tensorflow::Operation() const 

Genel statik işlevler

Zaman aşımı

Attrs TimeoutMs(
  int64 x
)