tensorflow:: אופס:: מינימום

#include <math_ops.h>

מחשב את המינימום של אלמנטים על פני מימדים של טנזור.

סיכום

מפחית input לאורך הממדים הניתנים axis . אלא אם כן keep_dims נכון, דירוג הטנזור מופחת ב-1 עבור כל כניסה axis . אם keep_dims נכון, הממדים המופחתים נשמרים עם אורך 1.

טיעונים:

  • scope: אובייקט Scope
  • קלט: הטנזור להפחתה.
  • ציר: הממדים שיש להקטין. חייב להיות בטווח [-rank(input), rank(input)) .

מאפיינים אופציונליים (ראה Attrs ):

  • keep_dims: אם נכון, שמור על מידות מופחתות עם אורך 1.

החזרות:

  • Output : הטנזור המופחת.

כינויים:

  • ReduceMin

בנאים והורסים

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
)