Stay organized with collections
Save and categorize content based on your preferences.
#include <image_ops.h>
Optional attribute setters for ExtractJpegShape.
Summary
Public functions
|
OutputType(DataType x)
|
(Optional) The output type of the operation (int32 or int64).
|
Public attributes
Public functions
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2021-11-15 UTC.
[null,null,["Last updated 2021-11-15 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](/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](/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"]]