تدفق التوتر:: العمليات:: غير المسرح

#include <data_flow_ops.h>

Op يشبه Dequeue خفيف الوزن.

ملخص

تشبه الوظيفة الأساسية قائمة الانتظار مع العديد من الإمكانات والخيارات الأقل. تم تحسين هذا Op للأداء.

الحجج:

عائدات:

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

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

Unstage (const :: tensorflow::Scope & scope, const DataTypeSlice & dtypes)
Unstage (const :: tensorflow::Scope & scope, const DataTypeSlice & dtypes, const Unstage::Attrs & attrs)

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

operation
values

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

operator[] (size_t index) const

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

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

الهياكل

Tensorflow:: ops:: Unstage:: Attrs

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

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

عملية

Operation operation

قيم

::tensorflow::OutputList values

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

غير المسرح

 Unstage(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & dtypes
)

غير المسرح

 Unstage(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & dtypes,
  const Unstage::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
)