Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
przepływ tensorowy:: ops:: MaxPoolGradGradWithArgmax:: Atrybuty
#include <nn_ops.h>
Opcjonalne moduły ustawiające atrybuty dla MaxPoolGradGradWithArgmax .
Streszczenie
Funkcje publiczne |
---|
IncludeBatchInIndex (bool x) | Czy uwzględnić wymiar wsadowy w spłaszczonym indeksie argmax . |
Atrybuty publiczne
include_batch_in_index_
bool tensorflow::ops::MaxPoolGradGradWithArgmax::Attrs::include_batch_in_index_ = false
Funkcje publiczne
UwzględnijBatchInIndex
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolGradGradWithArgmax::Attrs::IncludeBatchInIndex(
bool x
)
Czy uwzględnić wymiar wsadowy w spłaszczonym indeksie argmax
.
Domyślnie jest to fałsz
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 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/r2.3/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/r2.3/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"]]