تينسورفلو :: العمليات :: كونكات كمي
#include <array_ops.h>
تسلسل الموترات الكمية على طول بعد واحد.
ملخص
الحجج:
- النطاق: كائن النطاق
- concat_dim: 0-د. البعد الذي يتم على طوله التسلسل. يجب أن يكون في النطاق [0 ، رتبة (قيم)).
- القيم:
N
Tensors لسلسلة. يجب أن تتطابقconcat_dim
وأنواعها ، ويجب أن تتطابق أحجامها في جميع الأبعاد باستثناءconcat_dim
. - input_mins: القيم العددية الدنيا لكل من موتر الإدخال.
- input_maxes: القيم العددية القصوى لكل من موتر الإدخال.
عائدات:
-
Output
الناتج:Tensor
مع سلسلة من القيم مكدسة على طولconcat_dim
البعد. يتطابق شكل هذا الموتر معvalues
باستثناءconcat_dim
حيث يحتوي على مجموع الأحجام. -
Output
output_min: القيمة العائمة التي تمثلها قيمة المخرجات الكمية الدنيا. -
Output
output_max: القيمة العائمة التي تمثلها القيمة القصوى للمخرجات الكمية.
البنائين والمدمرين | |
---|---|
QuantizedConcat (const :: tensorflow::Scope & scope, :: tensorflow::Input concat_dim, :: tensorflow::InputList values, :: tensorflow::InputList input_mins, :: tensorflow::InputList input_maxes) |
السمات العامة | |
---|---|
operation | |
output | |
output_max | |
output_min |
السمات العامة
عملية
Operation operation
انتاج
::tensorflow::Output output
الإخراج_max
::tensorflow::Output output_max
الإخراج_ دقيقة
::tensorflow::Output output_min
الوظائف العامة
كونكات كمي
QuantizedConcat( const ::tensorflow::Scope & scope, ::tensorflow::Input concat_dim, ::tensorflow::InputList values, ::tensorflow::InputList input_mins, ::tensorflow::InputList input_maxes )
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.
Last updated 2020-04-20 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"مشكلة في العيّنات / التعليمات البرمجية"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]