tensorflow:: אופס:: EncodeBase64
#include <string_ops.h>
מקודד מחרוזות לפורמט base64 בטוח באינטרנט.
תַקצִיר
עיין במאמר הבא למידע נוסף על פורמט base64: en.wikipedia.org/wiki/Base64. למחרוזות Base64 עשויות להיות ריפוד עם '=' בסוף כך שלמקודד יש כפולת אורך של 4. ראה סעיף ריפוד בקישור למעלה.
אינטרנט בטוח פירושו שהמקודד משתמש ב- ו-_ במקום ב-+ ו-/.
טיעונים:
- scope: אובייקט Scope
- קלט: מחרוזות לקידוד.
מאפיינים אופציונליים (ראה Attrs
):
- רפידה: בול אם ריפוד מוחל בקצוות.
החזרות:
בנאים והורסים | |
---|---|
EncodeBase64 (const :: tensorflow::Scope & scope, :: tensorflow::Input input) | |
EncodeBase64 (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const EncodeBase64::Attrs & attrs) |
תפקידים ציבוריים | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
מבנים | |
---|---|
tensorflow:: 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 )