تدفق التوتر:: العمليات:: دقيقة

#include <math_ops.h>

يحسب الحد الأدنى من العناصر عبر أبعاد الموتر.

ملخص

يقلل input على طول الأبعاد الواردة في axis . ما لم تكن قيمة keep_dims صحيحة، فسيتم تقليل رتبة الموتر بمقدار 1 لكل إدخال في axis . إذا كانت keep_dims صحيحة، فسيتم الاحتفاظ بالأبعاد المخفضة بالطول 1.

الحجج:

  • النطاق: كائن النطاق
  • الإدخال: الموتر لتقليل.
  • المحور: الأبعاد لتقليل. يجب أن يكون في النطاق [-rank(input), rank(input)) .

السمات الاختيارية (انظر Attrs ):

  • keep_dims: إذا كان صحيحًا، فاحتفظ بالأبعاد المخفضة بالطول 1.

عائدات:

  • Output : الموتر المنخفض.

اسماء مستعارة:

  • تقليل الحد الأدنى

البنائين والمدمرين

Min (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input axis)
Min (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input axis, const Min::Attrs & attrs)

الصفات العامة

operation
output

الوظائف العامة

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

وظائف ثابتة العامة

KeepDims (bool x)

الهياكل

Tensorflow:: ops:: Min:: Attrs

محددات السمات الاختيارية لـ Min .

الصفات العامة

عملية

Operation operation

انتاج

::tensorflow::Output output

الوظائف العامة

دقيقة

 Min(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::Input axis
)

دقيقة

 Min(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::Input axis,
  const Min::Attrs & attrs
)

العقدة

::tensorflow::Node * node() const 

المشغل::tensorflow::الإدخال

 operator::tensorflow::Input() const 

المشغل::tensorflow::الإخراج

 operator::tensorflow::Output() const 

وظائف ثابتة العامة

KeepDims

Attrs KeepDims(
  bool x
)