Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
przepływ tensorowy:: ops:: MaxPool3DGradGrad:: Atrybuty
#include <nn_ops.h>
Opcjonalne moduły ustawiające atrybuty dla MaxPool3DGradGrad .
Streszczenie
Funkcje publiczne |
---|
DataFormat (StringPiece x) | Format danych wejściowych i wyjściowych. |
Atrybuty publiczne
StringPiece tensorflow::ops::MaxPool3DGradGrad::Attrs::data_format_ = "NDHWC"
Funkcje publiczne
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPool3DGradGrad::Attrs::DataFormat(
StringPiece x
)
Format danych wejściowych i wyjściowych.
W domyślnym formacie „NDHWC” dane są przechowywane w kolejności: [partia, głębokość, wysokość, szerokość, liczba kanałów]. Alternatywnie format może mieć postać „NCDHW”, kolejność przechowywania danych jest następująca: [partia, kanały_w_kanałach, głębokość_w_wysokość, szerokość_w_szerokości].
Domyślnie „NDHWC”
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-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[],[],null,["# tensorflow::ops::MaxPool3DGradGrad::Attrs Struct Reference\n\ntensorflow::ops::MaxPool3DGradGrad::Attrs\n=========================================\n\n`#include \u003cnn_ops.h\u003e`\n\nOptional attribute setters for [MaxPool3DGradGrad](/versions/r1.15/api_docs/cc/class/tensorflow/ops/max-pool3-d-grad-grad#classtensorflow_1_1ops_1_1_max_pool3_d_grad_grad).\n\nSummary\n-------\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------------------------------------|---------------|\n| [data_format_](#structtensorflow_1_1ops_1_1_max_pool3_d_grad_grad_1_1_attrs_1a8b1601f316f6dc1dd9218256876c464f)` = \"NDHWC\"` | `StringPiece` |\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [DataFormat](#structtensorflow_1_1ops_1_1_max_pool3_d_grad_grad_1_1_attrs_1ace815c65a020bb34a92af94d169e9da6)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/max-pool3-d-grad-grad/attrs#structtensorflow_1_1ops_1_1_max_pool3_d_grad_grad_1_1_attrs) The data format of the input and output data. |\n\nPublic attributes\n-----------------\n\n### data_format_\n\n```scdoc\nStringPiece tensorflow::ops::MaxPool3DGradGrad::Attrs::data_format_ = \"NDHWC\"\n``` \n\nPublic functions\n----------------\n\n### DataFormat\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPool3DGradGrad::Attrs::DataFormat(\n StringPiece x\n)\n``` \nThe data format of the input and output data.\n\nWith the default format \"NDHWC\", the data is stored in the order of: \\[batch, in_depth, in_height, in_width, in_channels\\]. Alternatively, the format could be \"NCDHW\", the data storage order is: \\[batch, in_channels, in_depth, in_height, in_width\\].\n\nDefaults to \"NDHWC\""]]