Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
tensor akışı:: işlem:: Cumprod:: Öznitelikler
#include <math_ops.h>
Cumprod için isteğe bağlı özellik ayarlayıcılar.
Özet
Kamu işlevleri |
---|
Exclusive (bool x) | True ise özel cumprod gerçekleştirin. |
Reverse (bool x) | Bir bool (varsayılan: Yanlış). |
Genel özellikler
özel_
bool tensorflow::ops::Cumprod::Attrs::exclusive_ = false
tersi_
bool tensorflow::ops::Cumprod::Attrs::reverse_ = false
Kamu işlevleri
Özel
TF_MUST_USE_RESULT Attrs tensorflow::ops::Cumprod::Attrs::Exclusive(
bool x
)
True
ise özel cumprod gerçekleştirin.
Varsayılanlar yanlıştır
Tersi
TF_MUST_USE_RESULT Attrs tensorflow::ops::Cumprod::Attrs::Reverse(
bool x
)
Bir bool
(varsayılan: Yanlış).
Varsayılanlar yanlıştır
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-27 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-27 UTC."],[],[],null,["# tensorflow::ops::Cumprod::Attrs Struct Reference\n\ntensorflow::ops::Cumprod::Attrs\n===============================\n\n`#include \u003cmath_ops.h\u003e`\n\nOptional attribute setters for [Cumprod](/versions/r2.3/api_docs/cc/class/tensorflow/ops/cumprod#classtensorflow_1_1ops_1_1_cumprod).\n\nSummary\n-------\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------------------|--------|\n| [exclusive_](#structtensorflow_1_1ops_1_1_cumprod_1_1_attrs_1a1aac7f14c117364fa5964a3a1067c21d)` = false` | `bool` |\n| [reverse_](#structtensorflow_1_1ops_1_1_cumprod_1_1_attrs_1a02f9a120a0bfcc2e9bbd506814e208a9)` = false` | `bool` |\n\n| ### Public functions ||\n|----------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Exclusive](#structtensorflow_1_1ops_1_1_cumprod_1_1_attrs_1a4ce0968439a08cb7d03eea5a573fbba0)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/cumprod/attrs#structtensorflow_1_1ops_1_1_cumprod_1_1_attrs) If `True`, perform exclusive cumprod. |\n| [Reverse](#structtensorflow_1_1ops_1_1_cumprod_1_1_attrs_1af5c1b8fad1a80c60df04bb9de8d02054)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/cumprod/attrs#structtensorflow_1_1ops_1_1_cumprod_1_1_attrs) A `bool` (default: False). |\n\nPublic attributes\n-----------------\n\n### exclusive_\n\n```scdoc\nbool tensorflow::ops::Cumprod::Attrs::exclusive_ = false\n``` \n\n### reverse_\n\n```scdoc\nbool tensorflow::ops::Cumprod::Attrs::reverse_ = false\n``` \n\nPublic functions\n----------------\n\n### Exclusive\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::Cumprod::Attrs::Exclusive(\n bool x\n)\n``` \nIf `True`, perform exclusive cumprod.\n\nDefaults to false \n\n### Reverse\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::Cumprod::Attrs::Reverse(\n bool x\n)\n``` \nA `bool` (default: False).\n\nDefaults to false"]]