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

#include <data_flow_ops.h>

TensorArray'den belirli öğeleri çıktı value toplayın .

Özet

indices tarafından seçilen tüm elemanlar aynı şekle sahip olmalıdır.

Argümanlar:

  • kapsam: Bir Scope nesnesi
  • handle: TensorArray'in tanıtıcısı.
  • indisler: TensorArray'de tensör öğelerinin okunacağı konumlar.
  • flow_in: İşlemlerin uygun şekilde zincirlenmesine zorlayan bir kayan skaler.
  • dtype: Döndürülen elemanın türü.

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

  • element_shape: Eğer biliniyorsa, bir elemanın beklenen şekli. TensorArray öğelerinin şekillerini doğrulamak için kullanılır. Bu şekil tam olarak belirtilmezse, sıfır boyutlu TensorArrays toplamak bir hatadır.

İadeler:

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

TensorArrayGather (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input indices, :: tensorflow::Input flow_in, DataType dtype)
TensorArrayGather (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input indices, :: tensorflow::Input flow_in, DataType dtype, const TensorArrayGather::Attrs & attrs)

Genel özellikler

operation
value

Kamusal işlevler

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Genel statik işlevler

ElementShape (PartialTensorShape x)

Yapılar

tensorflow :: ops :: TensorArrayGather :: Attrs

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

Genel özellikler

operasyon

Operation operation

değer

::tensorflow::Output value

Kamusal işlevler

TensorArrayGather

 TensorArrayGather(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::Input indices,
  ::tensorflow::Input flow_in,
  DataType dtype
)

TensorArrayGather

 TensorArrayGather(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::Input indices,
  ::tensorflow::Input flow_in,
  DataType dtype,
  const TensorArrayGather::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

ElementShape

Attrs ElementShape(
  PartialTensorShape x
)