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

#include <state_ops.h>

TODO: إضافة مستند.

ملخص

الحجج:

  • النطاق: كائن النطاق
  • المرجع: مقبض الموارد. يجب أن يكون من VarHandleOp.
  • المؤشرات: موتر . يجب أن يكون أحد الأنواع التالية: int32، int64. موتر من المؤشرات في المرجع.
  • التحديثات: موتر . يجب أن يكون له نفس النوع مثل المرجع. موتر القيم الذي يتم أخذ عنصره min مع المرجع.

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

  • use_locking: منطقي اختياري. الافتراضيات إلى صحيح. إذا كان 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::Operation

 operator::tensorflow::Operation() const 

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

UseLocking

Attrs UseLocking(
  bool x
)