tensorflow:: אופס:: ResourceScatterNdMin

#include <state_ops.h>

TODO: הוסף מסמך.

סיכום

טיעונים:

  • scope: אובייקט Scope
  • ref: ידית משאבים. חייב להיות מ-VarHandleOp.
  • מדדים: A Tensor . חייב להיות אחד מהסוגים הבאים: int32, int64. טנזור של מדדים לתוך ref.
  • עדכונים: A Tensor . חייב להיות אותו סוג כמו ref. טנסור של ערכים שהאלמנט שלו wise min נלקח עם ref.

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

  • use_locking: bool אופציונלי. ברירת המחדל ל-True. אם נכון, ההקצאה תהיה מוגנת במנעול; אחרת ההתנהגות אינה מוגדרת, אך עלולה להפגין פחות מחלוקת.

החזרות:

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

ResourceScatterNdMin (const :: tensorflow::Scope & scope, :: tensorflow::Input ref, :: tensorflow::Input indices, :: tensorflow::Input updates)
ResourceScatterNdMin (const :: tensorflow::Scope & scope, :: tensorflow::Input ref, :: tensorflow::Input indices, :: tensorflow::Input updates, const ResourceScatterNdMin::Attrs & attrs)

תכונות ציבוריות

operation

תפקידים ציבוריים

operator::tensorflow::Operation () const

פונקציות סטטיות ציבוריות

UseLocking (bool x)

מבנים

tensorflow:: ops:: ResourceScatterNdMin:: Attrs

קובעי תכונות אופציונליים עבור ResourceScatterNdMin .

תכונות ציבוריות

מבצע

Operation operation

תפקידים ציבוריים

ResourceScatterNdMin

 ResourceScatterNdMin(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input ref,
  ::tensorflow::Input indices,
  ::tensorflow::Input updates
)

ResourceScatterNdMin

 ResourceScatterNdMin(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input ref,
  ::tensorflow::Input indices,
  ::tensorflow::Input updates,
  const ResourceScatterNdMin::Attrs & attrs
)

אופרטור::tensorflow::פעולה

 operator::tensorflow::Operation() const 

פונקציות סטטיות ציבוריות

השתמש בנעילה

Attrs UseLocking(
  bool x
)