تدفق التوتر:: العمليات:: متفرقالحد الأدنى
#include <sparse_ops.h>
تُرجع الحد الأدنى من العناصر لاثنين من SparseTensors.
ملخص
بافتراض أن SparseTensors لهما نفس الشكل، أي لا يوجد بث.
الحجج:
- النطاق: كائن النطاق
- أ_المؤشرات: 2-د. مصفوفة
N x R
مع مؤشرات القيم غير الفارغة في SparseTensor، في الترتيب المعجمي الأساسي. - أ_القيم: 1-د.
N
قيم غير فارغة تتوافق معa_indices
. - أ_الشكل: 1-د. شكل الإدخال SparseTensor.
- b_indices: النظير لـ
a_indices
للمعامل الآخر. - b_values: النظير لقيم
a_values
للمعامل الآخر؛ يجب أن يكون من نفس النوع d. - b_shape: النظير لـ
a_shape
للمعامل الآخر؛ يجب أن يكون الشكلان متساويين.
العوائد:
البنائين والمدمرين | |
---|---|
SparseSparseMinimum (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
input_indices
::tensorflow::Output output_indices
input_values
::tensorflow::Output output_values
الوظائف العامة
متفرقالحد الأدنى
SparseSparseMinimum(
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
)