זרימת טנסור :: אופ :: דקה
#include <math_ops.h>
מחשבת את מינימום האלמנטים על פני ממדים של טנסור.
סיכום
מפחית input
לאורך המידות הנתונות axis
. אלא אם כן keep_dims
נכון, דרגת הטנסור פוחתת ב -1 לכל כניסה axis
. אם keep_dims
נכון, הממדים המופחתים נשמרים לאורך 1.
טענות:
- היקף: אובייקט 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 | קובעי תכונות אופציונליים לדקה מינימלית |
תכונות ציבוריות
מבצע
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
אופרטור :: זורם טנסור :: קלט
operator::tensorflow::Input() const
אופרטור :: זרימת טנסור :: פלט
operator::tensorflow::Output() const
פונקציות סטטיות ציבוריות
KeepDims
Attrs KeepDims( bool 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.
[]
[]