コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
テンソルフロー::作戦::マップピーク::属性
#include <data_flow_ops.h>
MapPeekのオプションの属性セッター。
まとめ
パブリック属性
容量_
int64 tensorflow::ops::MapPeek::Attrs::capacity_ = 0
容器_
StringPiece tensorflow::ops::MapPeek::Attrs::container_ = ""
メモリ制限_
int64 tensorflow::ops::MapPeek::Attrs::memory_limit_ = 0
共有名_
StringPiece tensorflow::ops::MapPeek::Attrs::shared_name_ = ""
公共機能
容量
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapPeek::Attrs::Capacity(
int64 x
)
容器
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapPeek::Attrs::Container(
StringPiece x
)
メモリ制限
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapPeek::Attrs::MemoryLimit(
int64 x
)
共有名
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapPeek::Attrs::SharedName(
StringPiece x
)
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-27 UTC。
[null,null,["最終更新日 2025-07-27 UTC。"],[],[],null,["# tensorflow::ops::MapPeek::Attrs Struct Reference\n\ntensorflow::ops::MapPeek::Attrs\n===============================\n\n`#include \u003cdata_flow_ops.h\u003e`\n\nOptional attribute setters for [MapPeek](/versions/r2.2/api_docs/cc/class/tensorflow/ops/map-peek#classtensorflow_1_1ops_1_1_map_peek).\n\nSummary\n-------\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------------------|---------------|\n| [capacity_](#structtensorflow_1_1ops_1_1_map_peek_1_1_attrs_1a37d5813ff2708e131871622731254a08)` = 0` | `int64` |\n| [container_](#structtensorflow_1_1ops_1_1_map_peek_1_1_attrs_1a56cec070756e11cac5d9e0789ae0da96)` = \"\"` | `StringPiece` |\n| [memory_limit_](#structtensorflow_1_1ops_1_1_map_peek_1_1_attrs_1ab623ba66b602a1be0c349d675cac9376)` = 0` | `int64` |\n| [shared_name_](#structtensorflow_1_1ops_1_1_map_peek_1_1_attrs_1a6f90246d180d4ff0774d6fdb841dbcf9)` = \"\"` | `StringPiece` |\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Capacity](#structtensorflow_1_1ops_1_1_map_peek_1_1_attrs_1a33e195f68449cb5cf6981cef5499502c)`(int64 x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/map-peek/attrs#structtensorflow_1_1ops_1_1_map_peek_1_1_attrs) Defaults to 0. |\n| [Container](#structtensorflow_1_1ops_1_1_map_peek_1_1_attrs_1aa7ec46a6dd35b87b89f4be17b99c27b0)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/map-peek/attrs#structtensorflow_1_1ops_1_1_map_peek_1_1_attrs) Defaults to \"\". |\n| [MemoryLimit](#structtensorflow_1_1ops_1_1_map_peek_1_1_attrs_1a4b9482dfe4843b3640505d3590187a49)`(int64 x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/map-peek/attrs#structtensorflow_1_1ops_1_1_map_peek_1_1_attrs) Defaults to 0. |\n| [SharedName](#structtensorflow_1_1ops_1_1_map_peek_1_1_attrs_1ab721fc873a41eca4efd03994e1182418)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/map-peek/attrs#structtensorflow_1_1ops_1_1_map_peek_1_1_attrs) Defaults to \"\". |\n\nPublic attributes\n-----------------\n\n### capacity_\n\n```scdoc\nint64 tensorflow::ops::MapPeek::Attrs::capacity_ = 0\n``` \n\n### container_\n\n```scdoc\nStringPiece tensorflow::ops::MapPeek::Attrs::container_ = \"\"\n``` \n\n### memory_limit_\n\n```scdoc\nint64 tensorflow::ops::MapPeek::Attrs::memory_limit_ = 0\n``` \n\n### shared_name_\n\n```scdoc\nStringPiece tensorflow::ops::MapPeek::Attrs::shared_name_ = \"\"\n``` \n\nPublic functions\n----------------\n\n### Capacity\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::MapPeek::Attrs::Capacity(\n int64 x\n)\n``` \nDefaults to 0. \n\n### Container\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::MapPeek::Attrs::Container(\n StringPiece x\n)\n``` \nDefaults to \"\". \n\n### MemoryLimit\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::MapPeek::Attrs::MemoryLimit(\n int64 x\n)\n``` \nDefaults to 0. \n\n### SharedName\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::MapPeek::Attrs::SharedName(\n StringPiece x\n)\n``` \nDefaults to \"\"."]]