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

#include <data_flow_ops.h>

يقوم Op بإزالة وإرجاع القيم المرتبطة بالمفتاح.

ملخص

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

الحجج:

عائدات:

  • OutputList : موتر القيم.

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

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

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

operation
values

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

operator[] (size_t index) const

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

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

الهياكل

Tensorflow:: ops:: MapUnstage:: Attrs

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

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

عملية

Operation operation

قيم

::tensorflow::OutputList values

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

MapUnstage

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

MapUnstage

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

المشغل أو العامل[]

::tensorflow::Output operator[](
  size_t index
) const 

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

سعة

Attrs Capacity(
  int64 x
)

حاوية

Attrs Container(
  StringPiece x
)

حد الذاكرة

Attrs MemoryLimit(
  int64 x
)

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

Attrs SharedName(
  StringPiece x
)