コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
#include <image_ops.h>
ExtractJpegShapeのオプションの属性セッター。
まとめ
公共機能 |
---|
OutputType (DataType x) | (オプション) 操作の出力タイプ (int32 または int64)。 |
パブリック属性
公共機能
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-27 UTC。
[null,null,["最終更新日 2025-07-27 UTC。"],[],[],null,["# tensorflow::ops::ExtractJpegShape::Attrs Struct Reference\n\ntensorflow::ops::ExtractJpegShape::Attrs\n========================================\n\n`#include \u003cimage_ops.h\u003e`\n\nOptional attribute setters for [ExtractJpegShape](/versions/r2.2/api_docs/cc/class/tensorflow/ops/extract-jpeg-shape#classtensorflow_1_1ops_1_1_extract_jpeg_shape).\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------------------------------|------------|\n| [output_type_](#structtensorflow_1_1ops_1_1_extract_jpeg_shape_1_1_attrs_1a351677b955d77dcb56f49f22495bf4c3)` = DT_INT32` | `DataType` |\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [OutputType](#structtensorflow_1_1ops_1_1_extract_jpeg_shape_1_1_attrs_1a33e9816fa3869da862c20af6aca684b7)`(DataType x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/extract-jpeg-shape/attrs#structtensorflow_1_1ops_1_1_extract_jpeg_shape_1_1_attrs) (Optional) The output type of the operation (int32 or int64). |\n\nPublic attributes\n-----------------\n\n### output_type_\n\n```carbon\nDataType tensorflow::ops::ExtractJpegShape::Attrs::output_type_ = DT_INT32\n``` \n\nPublic functions\n----------------\n\n### OutputType\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::ExtractJpegShape::Attrs::OutputType(\n DataType x\n)\n``` \n(Optional) The output type of the operation (int32 or int64).\n\nDefaults to int32.\n\nDefaults to DT_INT32"]]