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

#include <string_ops.h>

Web uyumlu, base64 kodlu dizelerin kodunu çözün.

Özet

Girdi olabilir veya sonunda dolgu olmayabilir. Dolgu için EncodeBase64'e bakın. Web uyumlu, girişin + ve / yerine - ve _ kullanması gerektiği anlamına gelir.

Argümanlar:

  • kapsam: Bir Scope nesnesi
  • girdi: Çözülecek Base64 dizeleri.

İadeler:

  • Output : Kodu çözülmüş dizeler.

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

DecodeBase64 (const :: tensorflow::Scope & scope, :: tensorflow::Input input)

Genel özellikler

operation
output

Kamusal işlevler

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

Genel özellikler

operasyon

Operation operation

çıktı

::tensorflow::Output output

Kamusal işlevler

DecodeBase64

 DecodeBase64(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input
)

düğüm

::tensorflow::Node * node() const 

operator :: tensorflow :: Girdi

 operator::tensorflow::Input() const 

operator :: tensorflow :: Çıktı

 operator::tensorflow::Output() const