टेंसरफ़्लो:: ऑप्स:: मंच से उतारना

#include <data_flow_ops.h>

Op एक हल्के Dequeue के समान है।

सारांश

बुनियादी कार्यक्षमता बहुत कम क्षमताओं और विकल्पों के साथ डीक्यू के समान है। यह ऑप प्रदर्शन के लिए अनुकूलित है.

तर्क:

रिटर्न:

  • 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)

संरचनाएँ

टेंसरफ्लो:: ऑप्स:: अनस्टेज:: एटर्स

अनस्टेज के लिए वैकल्पिक विशेषता सेटर्स।

सार्वजनिक गुण

संचालन

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
)