コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
テンソルフロー::作戦:: EncodeBase64::属性
#include <string_ops.h>
EncodeBase64のオプションの属性セッター。
まとめ
公共機能 |
---|
Pad (bool x) | 端にパディングを適用するかどうかを示すブール値。 |
パブリック属性
パッド_
bool tensorflow::ops::EncodeBase64::Attrs::pad_ = false
公共機能
パッド
TF_MUST_USE_RESULT Attrs tensorflow::ops::EncodeBase64::Attrs::Pad(
bool x
)
端にパディングを適用するかどうかを示すブール値。
デフォルトは false
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 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.3/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.3/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"]]