เทนเซอร์โฟลว์:: ปฏิบัติการ:: ถอดรหัส Base64

#include <string_ops.h>

ถอดรหัสสตริงที่เข้ารหัส base64 ที่ปลอดภัยบนเว็บ

สรุป

อินพุต อาจมีหรือไม่มีช่องว่างที่ส่วนท้าย ดู EncodeBase64 สำหรับการเติม Web-safe หมายความว่าอินพุตต้องใช้ - และ _ แทน + และ /

ข้อโต้แย้ง:

  • ขอบเขต: วัตถุ ขอบเขต
  • อินพุต: สตริง 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

งานสาธารณะ

ถอดรหัส Base64

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

โหนด

::tensorflow::Node * node() const 

ตัวดำเนินการ::tensorflow::อินพุต

 operator::tensorflow::Input() const 

ตัวดำเนินการ::tensorflow::เอาต์พุต

 operator::tensorflow::Output() const