Stay organized with collections
Save and categorize content based on your preferences.
tensorflow::ops::OrderedMapClear::Attrs
#include <data_flow_ops.h>
Optional attribute setters for OrderedMapClear.
Summary
Public attributes
capacity_
int64 tensorflow::ops::OrderedMapClear::Attrs::capacity_ = 0
container_
StringPiece tensorflow::ops::OrderedMapClear::Attrs::container_ = ""
memory_limit_
int64 tensorflow::ops::OrderedMapClear::Attrs::memory_limit_ = 0
shared_name_
StringPiece tensorflow::ops::OrderedMapClear::Attrs::shared_name_ = ""
Public functions
Capacity
TF_MUST_USE_RESULT Attrs tensorflow::ops::OrderedMapClear::Attrs::Capacity(
int64 x
)
Container
TF_MUST_USE_RESULT Attrs tensorflow::ops::OrderedMapClear::Attrs::Container(
StringPiece x
)
MemoryLimit
TF_MUST_USE_RESULT Attrs tensorflow::ops::OrderedMapClear::Attrs::MemoryLimit(
int64 x
)
SharedName
TF_MUST_USE_RESULT Attrs tensorflow::ops::OrderedMapClear::Attrs::SharedName(
StringPiece x
)
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::OrderedMapClear::Attrs Struct Reference\n\ntensorflow::ops::OrderedMapClear::Attrs\n=======================================\n\n`#include \u003cdata_flow_ops.h\u003e`\n\nOptional attribute setters for [OrderedMapClear](/api_docs/cc/class/tensorflow/ops/ordered-map-clear#classtensorflow_1_1ops_1_1_ordered_map_clear).\n\nSummary\n-------\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------------------------------------------------|---------------|\n| [capacity_](#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs_1a99ef97e6d755d0eae99bcb0fcad03aca)` = 0` | `int64` |\n| [container_](#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs_1ae9b914c8c79d3837b67cf51a628147cf)` = \"\"` | `StringPiece` |\n| [memory_limit_](#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs_1a002316cf240081ab68772446656b42c5)` = 0` | `int64` |\n| [shared_name_](#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs_1afb6062ff7cd57d50032098b7f0fd5ff9)` = \"\"` | `StringPiece` |\n\n| ### Public functions ||\n|----------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Capacity](#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs_1a075e30ed42636da74d7be6806f10a94a)`(int64 x)` | `TF_MUST_USE_RESULT `[Attrs](/api_docs/cc/struct/tensorflow/ops/ordered-map-clear/attrs#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs) Defaults to 0. |\n| [Container](#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs_1a93900ada4696979cc7e7c124701cc0fd)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/api_docs/cc/struct/tensorflow/ops/ordered-map-clear/attrs#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs) Defaults to \"\". |\n| [MemoryLimit](#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs_1a3756d1b2df40e0ba7c3a1f4331b0b489)`(int64 x)` | `TF_MUST_USE_RESULT `[Attrs](/api_docs/cc/struct/tensorflow/ops/ordered-map-clear/attrs#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs) Defaults to 0. |\n| [SharedName](#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs_1ad0dcfd239e9bf2544d35f7f5f6f4306e)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/api_docs/cc/struct/tensorflow/ops/ordered-map-clear/attrs#structtensorflow_1_1ops_1_1_ordered_map_clear_1_1_attrs) Defaults to \"\". |\n\nPublic attributes\n-----------------\n\n### capacity_\n\n```scdoc\nint64 tensorflow::ops::OrderedMapClear::Attrs::capacity_ = 0\n``` \n\n### container_\n\n```scdoc\nStringPiece tensorflow::ops::OrderedMapClear::Attrs::container_ = \"\"\n``` \n\n### memory_limit_\n\n```scdoc\nint64 tensorflow::ops::OrderedMapClear::Attrs::memory_limit_ = 0\n``` \n\n### shared_name_\n\n```scdoc\nStringPiece tensorflow::ops::OrderedMapClear::Attrs::shared_name_ = \"\"\n``` \n\nPublic functions\n----------------\n\n### Capacity\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::OrderedMapClear::Attrs::Capacity(\n int64 x\n)\n``` \nDefaults to 0. \n\n### Container\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::OrderedMapClear::Attrs::Container(\n StringPiece x\n)\n``` \nDefaults to \"\". \n\n### MemoryLimit\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::OrderedMapClear::Attrs::MemoryLimit(\n int64 x\n)\n``` \nDefaults to 0. \n\n### SharedName\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::OrderedMapClear::Attrs::SharedName(\n StringPiece x\n)\n``` \nDefaults to \"\"."]]