จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เทนเซอร์โฟลว์:: ปฏิบัติการ:: EncodeBase64:: คุณสมบัติ
#include <string_ops.h>
ตัวตั้งค่าแอ็ตทริบิวต์ทางเลือกสำหรับ EncodeBase64
สรุป
คุณลักษณะสาธารณะ |
---|
pad_ = false | bool |
งานสาธารณะ |
---|
Pad (bool x) | บูลไม่ว่าจะใช้การเสริมที่ส่วนท้ายหรือไม่ |
คุณลักษณะสาธารณะ
แพด_
bool tensorflow::ops::EncodeBase64::Attrs::pad_ = false
งานสาธารณะ
เบาะ
TF_MUST_USE_RESULT Attrs tensorflow::ops::EncodeBase64::Attrs::Pad(
bool x
)
บูลไม่ว่าจะใช้การเสริมที่ส่วนท้ายหรือไม่
ค่าเริ่มต้นเป็นเท็จ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-27 UTC
[null,null,["อัปเดตล่าสุด 2025-07-27 UTC"],[],[],null,["# tensorflow::ops::EncodeBase64::Attrs Struct Reference\n\ntensorflow::ops::EncodeBase64::Attrs\n====================================\n\n`#include \u003cstring_ops.h\u003e`\n\nOptional attribute setters for [EncodeBase64](/versions/r2.2/api_docs/cc/class/tensorflow/ops/encode-base64#classtensorflow_1_1ops_1_1_encode_base64).\n\nSummary\n-------\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------------------|--------|\n| [pad_](#structtensorflow_1_1ops_1_1_encode_base64_1_1_attrs_1a6ebabdec4ee1478b219763f3b5216d1a)` = false` | `bool` |\n\n| ### Public functions ||\n|----------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Pad](#structtensorflow_1_1ops_1_1_encode_base64_1_1_attrs_1ab6a27d55643f131436441c6bf37e530a)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/encode-base64/attrs#structtensorflow_1_1ops_1_1_encode_base64_1_1_attrs) Bool whether padding is applied at the ends. |\n\nPublic attributes\n-----------------\n\n### pad_\n\n```scdoc\nbool tensorflow::ops::EncodeBase64::Attrs::pad_ = false\n``` \n\nPublic functions\n----------------\n\n### Pad\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::EncodeBase64::Attrs::Pad(\n bool x\n)\n``` \nBool whether padding is applied at the ends.\n\nDefaults to false"]]