aliran tensor:: operasi:: Unstage

#include <data_flow_ops.h>

Op mirip dengan Dequeue ringan.

Ringkasan

Fungsionalitas dasarnya mirip dengan dequeue dengan kemampuan dan opsi yang lebih sedikit. Op ini dioptimalkan untuk kinerja.

Argumen:

Pengembalian:

  • OutputList : Nilai tensor.

Konstruktor dan Destructor

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

Atribut publik

operation
values

Fungsi publik

operator[] (size_t index) const

Fungsi statis publik

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

Struktur

tensorflow:: ops:: Unstage:: Attrs

Penyetel atribut opsional untuk Unstage .

Atribut publik

operasi

Operation operation

nilai-nilai

::tensorflow::OutputList values

Fungsi publik

Unstage

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

Unstage

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

operator[]

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

Fungsi statis publik

Kapasitas

Attrs Capacity(
  int64 x
)

Wadah

Attrs Container(
  StringPiece x
)

Batas Memori

Attrs MemoryLimit(
  int64 x
)

Nama yang Dibagikan

Attrs SharedName(
  StringPiece x
)