تينسورفلو :: العمليات :: إضافة الكمية
#include <math_ops.h>
إرجاع x + y من ناحية العناصر ، والعمل على المخازن المؤقتة الكمية.
ملخص
الحجج:
- النطاق: كائن النطاق
- min_x: القيمة العائمة التي تمثلها أدنى قيمة
x
كمية. - max_x: القيمة العائمة التي تمثلها أعلى قيمة كمية
x
. - min_y: القيمة العائمة التي تمثلها أدنى قيمة
y
كمية. - max_y: القيمة العائمة التي تمثلها أعلى قيمة كمية
y
.
عائدات:
-
Output
z - min_z
Output
: القيمة العائمة التي تمثلها أدنى قيمة مخرجات كمية. -
Output
max_z: قيمة تعويم أن أعلى قيمة الانتاج الكم تمثل.
ملاحظة : يدعم QuantizedAdd
أشكالًا محدودة من البث. المزيد عن البث هنا
البنائين والمدمرين | |
---|---|
QuantizedAdd (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y, :: tensorflow::Input min_x, :: tensorflow::Input max_x, :: tensorflow::Input min_y, :: tensorflow::Input max_y) | |
QuantizedAdd (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y, :: tensorflow::Input min_x, :: tensorflow::Input max_x, :: tensorflow::Input min_y, :: tensorflow::Input max_y, const QuantizedAdd::Attrs & attrs) |
السمات العامة | |
---|---|
max_z | |
min_z | |
operation | |
z |
وظائف ثابتة عامة | |
---|---|
Toutput (DataType x) |
الهياكل | |
---|---|
tensorflow :: العمليات :: QuantizedAdd :: Attrs | محددات السمات الاختيارية لـ QuantizedAdd . |
السمات العامة
ماكس_ز
::tensorflow::Output max_z
دقيقة_ع
::tensorflow::Output min_z
عملية
Operation operation
ض
::tensorflow::Output z
الوظائف العامة
إضافة الكمية
QuantizedAdd( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y, ::tensorflow::Input min_x, ::tensorflow::Input max_x, ::tensorflow::Input min_y, ::tensorflow::Input max_y )
إضافة الكمية
QuantizedAdd( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y, ::tensorflow::Input min_x, ::tensorflow::Input max_x, ::tensorflow::Input min_y, ::tensorflow::Input max_y, const QuantizedAdd::Attrs & attrs )
وظائف ثابتة عامة
توتوت
Attrs Toutput( DataType x )
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"
}]