Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
tensor akışı:: işlem:: Alt dizin:: Öznitelikler
#include <string_ops.h>
Substr için isteğe bağlı öznitelik ayarlayıcılar.
Özet
Genel özellikler |
---|
unit_ = "BYTE" | StringPiece |
Kamu işlevleri |
---|
Unit (StringPiece x) | Alt dizeyi oluşturmak için kullanılan birim. |
Genel özellikler
birim_
StringPiece tensorflow::ops::Substr::Attrs::unit_ = "BYTE"
Kamu işlevleri
Birim
TF_MUST_USE_RESULT Attrs tensorflow::ops::Substr::Attrs::Unit(
StringPiece x
)
Alt dizeyi oluşturmak için kullanılan birim.
Şunlardan biri: "BYTE"
(bayt cinsinden konumu ve uzunluğu tanımlamak için) veya "UTF8_CHAR"
(UTF-8 kodlu Unicode kod noktaları için). Varsayılan "BYTE"
dir. unit=UTF8_CHAR
ve input
dizeleri yapısal olarak geçerli UTF-8 içermiyorsa sonuçlar tanımsızdır.
Varsayılan olarak "BYTE"
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 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.1/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.1/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\""]]