संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
टेंसरफ़्लो:: ऑप्स:: एनकोडबेस64:: Attrs
#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
)
बूल कि क्या सिरों पर पैडिंग लगाई गई है।
डिफ़ॉल्ट से असत्य
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (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.1/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.1/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"]]