Stay organized with collections
Save and categorize content based on your preferences.
tensorflow::ops::Substr::Attrs
#include <string_ops.h>
Optional attribute setters for Substr.
Summary
Public attributes
|
unit_ = "BYTE"
|
StringPiece
|
Public functions
|
Unit(StringPiece x)
|
The unit that is used to create the substring.
|
Public attributes
unit_
StringPiece tensorflow::ops::Substr::Attrs::unit_ = "BYTE"
Public functions
Unit
TF_MUST_USE_RESULT Attrs tensorflow::ops::Substr::Attrs::Unit(
StringPiece x
)
The unit that is used to create the substring.
One 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.
Defaults to "BYTE"
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2021-11-15 UTC.
[null,null,["Last updated 2021-11-15 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](/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](/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\""]]