Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
aliran tensor:: operasi:: SparseReduceMaxSparse:: Attr
#include <sparse_ops.h>
Penyetel atribut opsional untuk SparseReduceMaxSparse .
Ringkasan
Fungsi publik |
---|
KeepDims (bool x) | Jika benar, pertahankan dimensi yang diperkecil dengan panjang 1. |
Atribut publik
simpan_redup_
bool tensorflow::ops::SparseReduceMaxSparse::Attrs::keep_dims_ = false
Fungsi publik
Pertahankan Redup
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseReduceMaxSparse::Attrs::KeepDims(
bool x
)
Jika benar, pertahankan dimensi yang diperkecil dengan panjang 1.
Defaultnya salah
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-25 UTC.
[null,null,["Terakhir diperbarui pada 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"]]