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

#include <nn_ops.h>

Boyut dizinini, içinde verilen hedef veri biçiminde döndürür.

Özet

kaynak veri biçimi.

Argümanlar:

  • kapsam: Bir Scope nesnesi
  • x: Kaynak veri biçiminde bir boyut dizini olarak her öğeye sahip bir Tensör . [-4, 4) aralığında olmalıdır.

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

  • src_format: kaynak veri biçimi.
  • dst_format: hedef veri biçimi.

İadeler:

  • Output : Hedef veri biçiminde bir boyut indeksi olarak her öğeye sahip bir Tensör .

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

DataFormatDimMap (const :: tensorflow::Scope & scope, :: tensorflow::Input x)
DataFormatDimMap (const :: tensorflow::Scope & scope, :: tensorflow::Input x, const DataFormatDimMap::Attrs & attrs)

Genel özellikler

operation
y

Kamusal işlevler

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

Genel statik işlevler

DstFormat (StringPiece x)
SrcFormat (StringPiece x)

Yapılar

tensorflow :: ops :: DataFormatDimMap :: Attrs

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

Genel özellikler

operasyon

Operation operation

y

::tensorflow::Output y

Kamusal işlevler

DataFormatDimMap

 DataFormatDimMap(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x
)

DataFormatDimMap

 DataFormatDimMap(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  const DataFormatDimMap::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

DstFormat

Attrs DstFormat(
  StringPiece x
)

SrcFormat

Attrs SrcFormat(
  StringPiece x
)