tensorflow:: אופס:: Substr:: Attrs
#include <string_ops.h>
קובעי תכונות אופציונליים עבור Substr .
תַקצִיר
תכונות ציבוריות | |
---|---|
unit_ = "BYTE" | StringPiece |
תפקידים ציבוריים | |
---|---|
Unit (StringPiece x) | TF_MUST_USE_RESULT Attrs היחידה המשמשת ליצירת המחרוזת המשנה. |
תכונות ציבוריות
יְחִידָה_
StringPiece tensorflow::ops::Substr::Attrs::unit_ = "BYTE"
תפקידים ציבוריים
יְחִידָה
TF_MUST_USE_RESULT Attrs tensorflow::ops::Substr::Attrs::Unit( StringPiece x )
היחידה המשמשת ליצירת המחרוזת המשנה.
אחת מהן: "BYTE"
(להגדרת מיקום ואורך לפי בתים) או "UTF8_CHAR"
(עבור נקודות קוד Unicode מקודדות UTF-8). ברירת המחדל היא "BYTE"
. התוצאות אינן מוגדרות אם unit=UTF8_CHAR
ומחרוזות input
אינן מכילות UTF-8 חוקי מבחינה מבנית.
ברירת המחדל היא "BYTE"
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],[],null,["# tensorflow::ops::Substr::Attrs Struct Reference\n\ntensorflow::ops::Substr::Attrs\n==============================\n\n`#include \u003cstring_ops.h\u003e`\n\nOptional attribute setters for [Substr](/versions/r2.0/api_docs/cc/class/tensorflow/ops/substr#classtensorflow_1_1ops_1_1_substr).\n\nSummary\n-------\n\n| ### Public attributes ||\n|------------------------------------------------------------------------------------------------------|---------------|\n| [unit_](#structtensorflow_1_1ops_1_1_substr_1_1_attrs_1a7c385269db54d4c3e74fb0cd18cd739e)` = \"BYTE\"` | `StringPiece` |\n\n| ### Public functions ||\n|-----------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Unit](#structtensorflow_1_1ops_1_1_substr_1_1_attrs_1af6db7bd9466518c3de8793eeb8372886)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.0/api_docs/cc/struct/tensorflow/ops/substr/attrs#structtensorflow_1_1ops_1_1_substr_1_1_attrs) The unit that is used to create the substring. |\n\nPublic attributes\n-----------------\n\n### unit_\n\n```scdoc\nStringPiece tensorflow::ops::Substr::Attrs::unit_ = \"BYTE\"\n``` \n\nPublic functions\n----------------\n\n### Unit\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::Substr::Attrs::Unit(\n StringPiece x\n)\n``` \nThe unit that is used to create the substring.\n\nOne of: `\"BYTE\"` (for defining position and length by bytes) or `\"UTF8_CHAR\"` (for the UTF-8 encoded Unicode code points). The default is `\"BYTE\"`. Results are undefined if `unit=UTF8_CHAR` and the `input` strings do not contain structurally valid UTF-8.\n\nDefaults to \"BYTE\""]]