เทนเซอร์โฟลว์:: ปฏิบัติการ:: EncodeBase64
#include <string_ops.h>
เข้ารหัสสตริงเป็นรูปแบบ base64 ที่ปลอดภัยบนเว็บ
สรุป
โปรดดูบทความต่อไปนี้สำหรับข้อมูลเพิ่มเติมเกี่ยวกับรูปแบบ base64: en.wikipedia.org/wiki/Base64 สตริง Base64 อาจมีช่องว่างภายในที่มี '=' ต่อท้าย เพื่อให้การเข้ารหัสมีความยาวหลายเท่าของ 4 ดูส่วนการขยายของลิงก์ด้านบน
เว็บปลอดภัยหมายความว่าตัวเข้ารหัสใช้ - และ _ แทน + และ /
ข้อโต้แย้ง:
- ขอบเขต: วัตถุ ขอบเขต
- input: สตริงที่จะเข้ารหัส
แอ็ตทริบิวต์ทางเลือก (ดู Attrs
):
- pad: บูลไม่ว่าจะใช้การเสริมที่ส่วนท้ายหรือไม่
ผลตอบแทน:
ตัวสร้างและผู้ทำลาย | |
---|---|
EncodeBase64 (const :: tensorflow::Scope & scope, :: tensorflow::Input input) | |
EncodeBase64 (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const EncodeBase64::Attrs & attrs) |
คุณลักษณะสาธารณะ | |
---|---|
operation | |
output |
งานสาธารณะ | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
ฟังก์ชันคงที่สาธารณะ | |
---|---|
Pad (bool x) |
โครงสร้าง | |
---|---|
เทนเซอร์โฟลว์ :: ops :: EncodeBase64 :: Attrs | ตัวตั้งค่าแอ็ตทริบิวต์ทางเลือกสำหรับ EncodeBase64 |
คุณลักษณะสาธารณะ
การดำเนินการ
Operation operation
เอาท์พุท
::tensorflow::Output output
งานสาธารณะ
EncodeBase64
EncodeBase64( const ::tensorflow::Scope & scope, ::tensorflow::Input input )
EncodeBase64
EncodeBase64( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const EncodeBase64::Attrs & attrs )
โหนด
::tensorflow::Node * node() const
ตัวดำเนินการ::tensorflow::อินพุต
operator::tensorflow::Input() const
ตัวดำเนินการ::tensorflow::เอาต์พุต
operator::tensorflow::Output() const
ฟังก์ชันคงที่สาธารณะ
เบาะ
Attrs Pad( bool x )