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 :: Yer tutucu

#include <array_ops.h>

Hesaplamaya beslenecek bir değer için yer tutucu op.

Özet

NB Bu işlem yürütülürse bir hata vererek başarısız olur. Her zaman beslenecek bir değeri temsil etmenin ve beslenen değerin çalışma zamanında kontrol edilmesini sağlayan öznitelikler sağlamanın bir yolu olarak tasarlanmıştır.

Argümanlar:

  • kapsam: Bir Scope nesnesi
  • dtype: Tensördeki öğelerin türü.

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

  • şekil: (İsteğe bağlı) Tensörün şekli. Şeklin 0 boyutu varsa, şekil sınırsızdır.

İadeler:

  • Output : Besleme mekanizması kullanılarak değiştirilmesi gereken bir yer tutucu tensörü.

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

Placeholder (const :: tensorflow::Scope & scope, DataType dtype)
Placeholder (const :: tensorflow::Scope & scope, DataType dtype, const Placeholder::Attrs & attrs)

Genel özellikler

operation
output

Kamusal işlevler

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

Genel statik işlevler

Shape (PartialTensorShape x)

Yapılar

tensorflow :: ops :: Yer tutucu :: Attrs

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

Genel özellikler

operasyon

Operation operation

çıktı

::tensorflow::Output output

Kamusal işlevler

Yer tutucu

 Placeholder(
  const ::tensorflow::Scope & scope,
  DataType dtype
)

Yer tutucu

 Placeholder(
  const ::tensorflow::Scope & scope,
  DataType dtype,
  const Placeholder::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

Şekil

Attrs Shape(
  PartialTensorShape x
)