tensorflow:: אופס:: MaxPoolGradGradWithArgmax:: Attrs
#include <nn_ops.h>
קובעי תכונות אופציונליים עבור MaxPoolGradGradWithArgmax .
תַקצִיר
תכונות ציבוריות | |
---|---|
include_batch_in_index_ = false | bool |
תפקידים ציבוריים | |
---|---|
IncludeBatchInIndex (bool x) | TF_MUST_USE_RESULT Attrs האם לכלול ממד אצווה באינדקס השטוח של argmax . |
תכונות ציבוריות
include_batch_in_index_
bool tensorflow::ops::MaxPoolGradGradWithArgmax::Attrs::include_batch_in_index_ = false
תפקידים ציבוריים
IncludeBatchInIndex
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolGradGradWithArgmax::Attrs::IncludeBatchInIndex( bool x )
האם לכלול ממד אצווה באינדקס השטוח של argmax
.
ברירת המחדל ל-false
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון 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::MaxPoolGradGradWithArgmax::Attrs Struct Reference\n\ntensorflow::ops::MaxPoolGradGradWithArgmax::Attrs\n=================================================\n\n`#include \u003cnn_ops.h\u003e`\n\nOptional attribute setters for [MaxPoolGradGradWithArgmax](/versions/r1.15/api_docs/cc/class/tensorflow/ops/max-pool-grad-grad-with-argmax#classtensorflow_1_1ops_1_1_max_pool_grad_grad_with_argmax).\n\nSummary\n-------\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------------------------------------------------------|--------|\n| [include_batch_in_index_](#structtensorflow_1_1ops_1_1_max_pool_grad_grad_with_argmax_1_1_attrs_1ae4a64a2f9facd6822d3cfc4f5e133cee)` = false` | `bool` |\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [IncludeBatchInIndex](#structtensorflow_1_1ops_1_1_max_pool_grad_grad_with_argmax_1_1_attrs_1a18fe9791479d59f3ec88b432b8813e61)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/max-pool-grad-grad-with-argmax/attrs#structtensorflow_1_1ops_1_1_max_pool_grad_grad_with_argmax_1_1_attrs) Whether to include batch dimension in flattened index of `argmax`. |\n\nPublic attributes\n-----------------\n\n### include_batch_in_index_\n\n```scdoc\nbool tensorflow::ops::MaxPoolGradGradWithArgmax::Attrs::include_batch_in_index_ = false\n``` \n\nPublic functions\n----------------\n\n### IncludeBatchInIndex\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolGradGradWithArgmax::Attrs::IncludeBatchInIndex(\n bool x\n)\n``` \nWhether to include batch dimension in flattened index of `argmax`.\n\nDefaults to false"]]