コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
テンソルフロー::作戦::ヒストグラム固定幅::属性
#include <math_ops.h>
HistogramFixedWidthのオプションの属性セッター。
まとめ
パブリック属性 |
---|
dtype_ = DT_INT32 | DataType |
公共機能 |
---|
Dtype (DataType x) | デフォルトは DT_INT32 です。 |
パブリック属性
dtype_
DataType tensorflow::ops::HistogramFixedWidth::Attrs::dtype_ = DT_INT32
公共機能
Dタイプ
TF_MUST_USE_RESULT Attrs tensorflow::ops::HistogramFixedWidth::Attrs::Dtype(
DataType x
)
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[],[],null,["# tensorflow::ops::HistogramFixedWidth::Attrs Struct Reference\n\ntensorflow::ops::HistogramFixedWidth::Attrs\n===========================================\n\n`#include \u003cmath_ops.h\u003e`\n\nOptional attribute setters for [HistogramFixedWidth](/versions/r2.3/api_docs/cc/class/tensorflow/ops/histogram-fixed-width#classtensorflow_1_1ops_1_1_histogram_fixed_width).\n\nSummary\n-------\n\n| ### Public attributes ||\n|------------------------------------------------------------------------------------------------------------------------|------------|\n| [dtype_](#structtensorflow_1_1ops_1_1_histogram_fixed_width_1_1_attrs_1a473c502538ba1aa8508ce06805f4ed55)` = DT_INT32` | `DataType` |\n\n| ### Public functions ||\n|------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Dtype](#structtensorflow_1_1ops_1_1_histogram_fixed_width_1_1_attrs_1a475fd0e212143ce0d9ac578fce8c1ac0)`(DataType x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/histogram-fixed-width/attrs#structtensorflow_1_1ops_1_1_histogram_fixed_width_1_1_attrs) Defaults to DT_INT32. |\n\nPublic attributes\n-----------------\n\n### dtype_\n\n```carbon\nDataType tensorflow::ops::HistogramFixedWidth::Attrs::dtype_ = DT_INT32\n``` \n\nPublic functions\n----------------\n\n### Dtype\n\n```carbon\nTF_MUST_USE_RESULT Attrs tensorflow::ops::HistogramFixedWidth::Attrs::Dtype(\n DataType x\n)\n``` \nDefaults to DT_INT32."]]