Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
przepływ tensorowy:: ops:: KodujBase64:: Atrybuty
#include <string_ops.h>
Opcjonalne ustawiacze atrybutów dla EncodeBase64 .
Streszczenie
Atrybuty publiczne |
---|
pad_ = false | bool |
Funkcje publiczne |
---|
Pad (bool x) | Bool, czy na końcach zastosowano dopełnienie. |
Atrybuty publiczne
podkładka_
bool tensorflow::ops::EncodeBase64::Attrs::pad_ = false
Funkcje publiczne
Podkładka
TF_MUST_USE_RESULT Attrs tensorflow::ops::EncodeBase64::Attrs::Pad(
bool x
)
Bool, czy na końcach zastosowano dopełnienie.
Domyślnie jest to fałsz
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]