컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
텐서플로우:: 작전:: QuantizeAndDeQuantizeV3:: 속성
#include <array_ops.h>
QuantizeAndDeQuantizeV3 에 대한 선택적 속성 설정자입니다.
요약
공개 속성
중심선_
int64 tensorflow::ops::QuantizeAndDequantizeV3::Attrs::axis_ = -1
좁은_범위_
bool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::narrow_range_ = false
범위_주어진_
bool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::range_given_ = true
bool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::signed_input_ = true
공공 기능
중심선
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::Axis(
int64 x
)
좁은 범위
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::NarrowRange(
bool x
)
주어진 범위
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::RangeGiven(
bool x
)
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::SignedInput(
bool x
)
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[],[],null,["# tensorflow::ops::QuantizeAndDequantizeV3::Attrs Struct Reference\n\ntensorflow::ops::QuantizeAndDequantizeV3::Attrs\n===============================================\n\n`#include \u003carray_ops.h\u003e`\n\nOptional attribute setters for [QuantizeAndDequantizeV3](/versions/r2.3/api_docs/cc/class/tensorflow/ops/quantize-and-dequantize-v3#classtensorflow_1_1ops_1_1_quantize_and_dequantize_v3).\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------------------------------------|---------|\n| [axis_](#structtensorflow_1_1ops_1_1_quantize_and_dequantize_v3_1_1_attrs_1a29b1985e5b5d174f94fae92c18f5e7ee)` = -1` | `int64` |\n| [narrow_range_](#structtensorflow_1_1ops_1_1_quantize_and_dequantize_v3_1_1_attrs_1a1f6a8c31c6a18ce2f0b1ccddab714d68)` = false` | `bool` |\n| [range_given_](#structtensorflow_1_1ops_1_1_quantize_and_dequantize_v3_1_1_attrs_1a65ec5c6031f64ee60003df0c32818878)` = true` | `bool` |\n| [signed_input_](#structtensorflow_1_1ops_1_1_quantize_and_dequantize_v3_1_1_attrs_1afa9ac30e490c09a96faf215645f0e008)` = true` | `bool` |\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Axis](#structtensorflow_1_1ops_1_1_quantize_and_dequantize_v3_1_1_attrs_1a5a7176c17a58da234fb603229a2eb5a9)`(int64 x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/quantize-and-dequantize-v3/attrs#structtensorflow_1_1ops_1_1_quantize_and_dequantize_v3_1_1_attrs) Defaults to -1. |\n| [NarrowRange](#structtensorflow_1_1ops_1_1_quantize_and_dequantize_v3_1_1_attrs_1a75850c802d097420673c0cec01cf1c3f)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/quantize-and-dequantize-v3/attrs#structtensorflow_1_1ops_1_1_quantize_and_dequantize_v3_1_1_attrs) Defaults to false. |\n| [RangeGiven](#structtensorflow_1_1ops_1_1_quantize_and_dequantize_v3_1_1_attrs_1a9b65091fe5e629a43bbfea0d6716cf50)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/quantize-and-dequantize-v3/attrs#structtensorflow_1_1ops_1_1_quantize_and_dequantize_v3_1_1_attrs) Defaults to true. |\n| [SignedInput](#structtensorflow_1_1ops_1_1_quantize_and_dequantize_v3_1_1_attrs_1a9feb1c381a12febda27ee0e5f00705d5)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/quantize-and-dequantize-v3/attrs#structtensorflow_1_1ops_1_1_quantize_and_dequantize_v3_1_1_attrs) Defaults to true. |\n\nPublic attributes\n-----------------\n\n### axis_\n\n```scdoc\nint64 tensorflow::ops::QuantizeAndDequantizeV3::Attrs::axis_ = -1\n``` \n\n### narrow_range_\n\n```scdoc\nbool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::narrow_range_ = false\n``` \n\n### range_given_\n\n```scdoc\nbool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::range_given_ = true\n``` \n\n### signed_input_\n\n```scdoc\nbool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::signed_input_ = true\n``` \n\nPublic functions\n----------------\n\n### Axis\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::Axis(\n int64 x\n)\n``` \nDefaults to -1. \n\n### NarrowRange\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::NarrowRange(\n bool x\n)\n``` \nDefaults to false. \n\n### RangeGiven\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::RangeGiven(\n bool x\n)\n``` \nDefaults to true. \n\n### SignedInput\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::SignedInput(\n bool x\n)\n``` \nDefaults to true."]]