Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
przepływ tensorowy:: ops:: SparseReduceMaxSparse:: Atrybuty
#include <sparse_ops.h>
Opcjonalne moduły ustawiające atrybuty dla SparseReduceMaxSparse .
Streszczenie
Funkcje publiczne |
---|
KeepDims (bool x) | Jeśli to prawda, zachowaj zmniejszone wymiary o długości 1. |
Atrybuty publiczne
zachowaj_dims_
bool tensorflow::ops::SparseReduceMaxSparse::Attrs::keep_dims_ = false
Funkcje publiczne
KeepDims
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseReduceMaxSparse::Attrs::KeepDims(
bool x
)
Jeśli to prawda, zachowaj zmniejszone wymiary o długości 1.
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-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[],[],null,["# tensorflow::ops::SparseReduceMaxSparse::Attrs Struct Reference\n\ntensorflow::ops::SparseReduceMaxSparse::Attrs\n=============================================\n\n`#include \u003csparse_ops.h\u003e`\n\nOptional attribute setters for [SparseReduceMaxSparse](/versions/r1.15/api_docs/cc/class/tensorflow/ops/sparse-reduce-max-sparse#classtensorflow_1_1ops_1_1_sparse_reduce_max_sparse).\n\nSummary\n-------\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------------------------------------------------|--------|\n| [keep_dims_](#structtensorflow_1_1ops_1_1_sparse_reduce_max_sparse_1_1_attrs_1a5f44da89bb2df6c91247f9ea87b51a39)` = false` | `bool` |\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [KeepDims](#structtensorflow_1_1ops_1_1_sparse_reduce_max_sparse_1_1_attrs_1aa62d1fdad9596946ba2e6cb122c8dafa)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/sparse-reduce-max-sparse/attrs#structtensorflow_1_1ops_1_1_sparse_reduce_max_sparse_1_1_attrs) If true, retain reduced dimensions with length 1. |\n\nPublic attributes\n-----------------\n\n### keep_dims_\n\n```scdoc\nbool tensorflow::ops::SparseReduceMaxSparse::Attrs::keep_dims_ = false\n``` \n\nPublic functions\n----------------\n\n### KeepDims\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::SparseReduceMaxSparse::Attrs::KeepDims(\n bool x\n)\n``` \nIf true, retain reduced dimensions with length 1.\n\nDefaults to false"]]