aliran tensor:: operasi:: StagePeek

#include <data_flow_ops.h>

Op mengintip nilai pada indeks yang ditentukan.

Ringkasan

jika

wadah yang mendasarinya tidak mengandung elemen yang cukup yang akan diblokir oleh op ini sampai benar. Op ini dioptimalkan untuk kinerja.

Argumen:

Pengembalian:

  • OutputList : Nilai tensor.

Konstruktor dan Destructor

StagePeek (const :: tensorflow::Scope & scope, :: tensorflow::Input index, const DataTypeSlice & dtypes)
StagePeek (const :: tensorflow::Scope & scope, :: tensorflow::Input index, const DataTypeSlice & dtypes, const StagePeek::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:: StagePeek:: Attrs

Penyetel atribut opsional untuk StagePeek .

Atribut publik

operasi

Operation operation

nilai-nilai

::tensorflow::OutputList values

Fungsi publik

StagePeek

 StagePeek(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input index,
  const DataTypeSlice & dtypes
)

StagePeek

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