تينسورفلو :: العمليات :: متفرقة متفرقة الحد الأقصى
#include <sparse_ops.h>
تُرجع الحد الأقصى من حيث العنصر لاثنين من أجهزة الاستشعار المتفرقة.
ملخص
يفترض أن SparseTensors لهما نفس الشكل ، أي لا يوجد بث.
الحجج:
- النطاق: كائن النطاق
- أ_المؤشرات: 2-د. مصفوفة
N x R
مع مؤشرات القيم غير الفارغة في SparseTensor ، في الترتيب المعجمي المتعارف عليه. - a_values: 1-د.
N
قيم غير فارغة تقابلa_indices
. - أ_شكل: 1-د. شكل الإدخال SparseTensor.
- b_indices: نظير
a_indices
المعامل الآخر. - b_values: المقابل لـ
a_values
الآخر ؛ يجب أن يكون من نفس النوع. - b_shape: المقابل
a_shape
المعامل الآخر ؛ يجب أن يكون الشكلان متساويين.
عائدات:
-
Output
output_indices: 2-D. مؤشرات الناتج SparseTensor. -
Output
output_values: 1-D. قيم الناتج SparseTensor.
البنائين والمدمرين | |
---|---|
SparseSparseMaximum (const :: tensorflow::Scope & scope, :: tensorflow::Input a_indices, :: tensorflow::Input a_values, :: tensorflow::Input a_shape, :: tensorflow::Input b_indices, :: tensorflow::Input b_values, :: tensorflow::Input b_shape) |
السمات العامة | |
---|---|
operation | |
output_indices | |
output_values |
السمات العامة
عملية
Operation operation
إخراج_مؤشرات
::tensorflow::Output output_indices
output_values
::tensorflow::Output output_values
الوظائف العامة
متفرقة متفرقة الحد الأقصى
SparseSparseMaximum( const ::tensorflow::Scope & scope, ::tensorflow::Input a_indices, ::tensorflow::Input a_values, ::tensorflow::Input a_shape, ::tensorflow::Input b_indices, ::tensorflow::Input b_values, ::tensorflow::Input b_shape )
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"
}]