จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เทนเซอร์โฟลว์:: ปฏิบัติการ:: QuantizedConcat
#include <array_ops.h>
เชื่อมต่อเทนเซอร์เชิงปริมาณเข้าด้วยกันในมิติเดียว
สรุป
ข้อโต้แย้ง:
- ขอบเขต: วัตถุ ขอบเขต
- concat_dim: 0-D มิติที่จะต่อเข้าด้วยกัน ต้องอยู่ในช่วง [0, อันดับ(ค่า))
- ค่า:
N
Tensors ที่จะต่อกัน อันดับและประเภทต้องตรงกัน และขนาดต้องตรงกันในทุกมิติ ยกเว้น concat_dim
- input_mins: ค่าสเกลาร์ขั้นต่ำสำหรับเทนเซอร์อินพุตแต่ละตัว
- input_maxes: ค่าสเกลาร์สูงสุดสำหรับเทนเซอร์อินพุตแต่ละตัว
ผลตอบแทน:
- เอาท์พุต
Output
: Tensor
ที่มีการต่อค่าเข้าด้วยกันซ้อนกันตามมิติ concat_dim
รูปร่างของเทนเซอร์นี้ตรงกับค่าของ values
ยกเว้นใน concat_dim
ซึ่งมีผลรวมของขนาด -
Output
output_min: ค่าทศนิยมที่ค่าเอาต์พุตเชิงปริมาณขั้นต่ำแสดงถึง -
Output
output_max: ค่าทศนิยมที่ค่าเอาต์พุตเชิงปริมาณสูงสุดแสดงถึง
คุณลักษณะสาธารณะ
งานสาธารณะ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[],[],null,["# tensorflow::ops::QuantizedConcat Class Reference\n\ntensorflow::ops::QuantizedConcat\n================================\n\n`#include \u003carray_ops.h\u003e`\n\nConcatenates quantized tensors along one dimension.\n\nSummary\n-------\n\nArguments:\n\n- scope: A [Scope](/versions/r2.1/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) object\n- concat_dim: 0-D. The dimension along which to concatenate. Must be in the range \\[0, rank(values)).\n- values: The `N` Tensors to concatenate. Their ranks and types must match, and their sizes must match in all dimensions except `concat_dim`.\n- input_mins: The minimum scalar values for each of the input tensors.\n- input_maxes: The maximum scalar values for each of the input tensors.\n\n\u003cbr /\u003e\n\nReturns:\n\n- [Output](/versions/r2.1/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) output: A [Tensor](/versions/r2.1/api_docs/cc/class/tensorflow/tensor#classtensorflow_1_1_tensor) with the concatenation of values stacked along the `concat_dim` dimension. This tensor's shape matches that of `values` except in `concat_dim` where it has the sum of the sizes.\n- [Output](/versions/r2.1/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) output_min: The float value that the minimum quantized output value represents.\n- [Output](/versions/r2.1/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) output_max: The float value that the maximum quantized output value represents.\n\n\u003cbr /\u003e\n\n| ### Constructors and Destructors ||\n|---|---|\n| [QuantizedConcat](#classtensorflow_1_1ops_1_1_quantized_concat_1a6ebd37038b8fed1e45c560d7e7fcbc2b)`(const ::`[tensorflow::Scope](/versions/r2.1/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, ::`[tensorflow::Input](/versions/r2.1/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` concat_dim, ::`[tensorflow::InputList](/versions/r2.1/api_docs/cc/class/tensorflow/input-list#classtensorflow_1_1_input_list)` values, ::`[tensorflow::InputList](/versions/r2.1/api_docs/cc/class/tensorflow/input-list#classtensorflow_1_1_input_list)` input_mins, ::`[tensorflow::InputList](/versions/r2.1/api_docs/cc/class/tensorflow/input-list#classtensorflow_1_1_input_list)` input_maxes)` ||\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|\n| [operation](#classtensorflow_1_1ops_1_1_quantized_concat_1af047989041a8b8eba230e0651d46c9e8) | [Operation](/versions/r2.1/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation) |\n| [output](#classtensorflow_1_1ops_1_1_quantized_concat_1a7b1bfd305adec2548519a7de10e9381f) | `::`[tensorflow::Output](/versions/r2.1/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) |\n| [output_max](#classtensorflow_1_1ops_1_1_quantized_concat_1a34abcaca945d5e8b09df9e778b96983f) | `::`[tensorflow::Output](/versions/r2.1/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) |\n| [output_min](#classtensorflow_1_1ops_1_1_quantized_concat_1ac7e70b4452898593c806e108bc1daff0) | `::`[tensorflow::Output](/versions/r2.1/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) |\n\nPublic attributes\n-----------------\n\n### operation\n\n```text\nOperation operation\n``` \n\n### output\n\n```text\n::tensorflow::Output output\n``` \n\n### output_max\n\n```scdoc\n::tensorflow::Output output_max\n``` \n\n### output_min\n\n```scdoc\n::tensorflow::Output output_min\n``` \n\nPublic functions\n----------------\n\n### QuantizedConcat\n\n```gdscript\n QuantizedConcat(\n const ::tensorflow::Scope & scope,\n ::tensorflow::Input concat_dim,\n ::tensorflow::InputList values,\n ::tensorflow::InputList input_mins,\n ::tensorflow::InputList input_maxes\n)\n```"]]