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

#include <state_ops.h>

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

ملخص

الحجج:

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

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

  • use_locking: منطقي اختياري. الافتراضيات إلى صحيح. إذا كان True، فسيتم حماية المهمة بواسطة قفل؛ وإلا فإن السلوك غير محدد، ولكنه قد يحمل قدرًا أقل من الخلاف.

عائدات:

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

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

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

operation

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

operator::tensorflow::Operation () const

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

UseLocking (bool x)

الهياكل

Tensorflow:: ops:: ResourceScatterNdMax:: Attrs

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

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

عملية

Operation operation

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

ResourceScatterNdMax

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

ResourceScatterNdMax

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

المشغل::tensorflow::Operation

 operator::tensorflow::Operation() const 

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

UseLocking

Attrs UseLocking(
  bool x
)