نشكرك على متابعة Google I / O. عرض جميع الجلسات عند الطلب مشاهدة عند الطلب

تينسورفلو :: العمليات :: فك التشفير

#include <string_ops.h>

فك تشفير سلاسل base64 المشفرة على الويب الآمنة.

ملخص

قد يحتوي الإدخال أو لا يحتوي على حشوة في النهاية. راجع EncodeBase64 للحشو . يعني أمان الويب أن الإدخال يجب أن يستخدم - و _ بدلاً من + و /.

الحجج:

  • النطاق: كائن النطاق
  • الإدخال: سلاسل Base64 لفك تشفيرها.

عائدات:

  • Output : سلاسل مفككة.

البنائين والمدمرين

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

السمات العامة

operation
output

الوظائف العامة

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

السمات العامة

عملية

Operation operation

انتاج

::tensorflow::Output output

الوظائف العامة

فك التشفير

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

العقدة

::tensorflow::Node * node() const 

المشغل :: tensorflow :: الإدخال

 operator::tensorflow::Input() const 

المشغل :: Tensorflow :: Output

 operator::tensorflow::Output() const