Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
przepływ tensorowy:: ops:: SparseReduceSuma:: Atrybuty
#include <sparse_ops.h>
Opcjonalne moduły ustawiające atrybuty dla SparseReduceSum .
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::SparseReduceSum::Attrs::keep_dims_ = false
Funkcje publiczne
KeepDims
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseReduceSum::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::SparseReduceSum::Attrs Struct Reference\n\ntensorflow::ops::SparseReduceSum::Attrs\n=======================================\n\n`#include \u003csparse_ops.h\u003e`\n\nOptional attribute setters for [SparseReduceSum](/versions/r2.1/api_docs/cc/class/tensorflow/ops/sparse-reduce-sum#classtensorflow_1_1ops_1_1_sparse_reduce_sum).\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------------------------|--------|\n| [keep_dims_](#structtensorflow_1_1ops_1_1_sparse_reduce_sum_1_1_attrs_1a7cb8f56a73bd489d4130ad5eb001322a)` = false` | `bool` |\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [KeepDims](#structtensorflow_1_1ops_1_1_sparse_reduce_sum_1_1_attrs_1a25ba2b36df7fb24e5834123f21940354)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.1/api_docs/cc/struct/tensorflow/ops/sparse-reduce-sum/attrs#structtensorflow_1_1ops_1_1_sparse_reduce_sum_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::SparseReduceSum::Attrs::keep_dims_ = false\n``` \n\nPublic functions\n----------------\n\n### KeepDims\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::SparseReduceSum::Attrs::KeepDims(\n bool x\n)\n``` \nIf true, retain reduced dimensions with length 1.\n\nDefaults to false"]]