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

#include <data_flow_ops.h>

تقوم عملية Op بإزالة العنصر (المفتاح، القيمة) وإرجاعه بالأصغر.

ملخص

المفتاح من الحاوية الأساسية. إذا كانت الحاوية الأساسية لا تحتوي على عناصر، فسيتم حظر العملية حتى تحتوي عليها.

الحجج:

عائدات:

  • مفتاح Output
  • قيم OutputList

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

OrderedMapUnstageNoKey (const :: tensorflow::Scope & scope, :: tensorflow::Input indices, const DataTypeSlice & dtypes)
OrderedMapUnstageNoKey (const :: tensorflow::Scope & scope, :: tensorflow::Input indices, const DataTypeSlice & dtypes, const OrderedMapUnstageNoKey::Attrs & attrs)

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

key
operation
values

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

Capacity (int64 x)
Container (StringPiece x)
MemoryLimit (int64 x)
SharedName (StringPiece x)

الهياكل

Tensorflow:: ops:: OrderedMapUnstageNoKey:: Attrs

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

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

مفتاح

::tensorflow::Output key

عملية

Operation operation

قيم

::tensorflow::OutputList values

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

OrderedMapUnstageNoKey

 OrderedMapUnstageNoKey(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input indices,
  const DataTypeSlice & dtypes
)

OrderedMapUnstageNoKey

 OrderedMapUnstageNoKey(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input indices,
  const DataTypeSlice & dtypes,
  const OrderedMapUnstageNoKey::Attrs & attrs
)

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

سعة

Attrs Capacity(
  int64 x
)

حاوية

Attrs Container(
  StringPiece x
)

حد الذاكرة

Attrs MemoryLimit(
  int64 x
)

الاسم المشترك

Attrs SharedName(
  StringPiece x
)