tensorflow::ops::StagePeek
#include <data_flow_ops.h>
Операция просматривает значения по указанному индексу.
Краткое описание
Если
базовый контейнер не содержит достаточного количества элементов, эта операция будет ожидать, пока они не появятся. Эта операция оптимизирована для производительности.
Аргументы:
- scope: Объект Scope
Возвращает:
-
OutputList: Тензор значений.
| Конструкторы и деструкторы | |
|---|---|
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) |
| Публичные атрибуты | |
|---|---|
operation | |
values | |
| Публичные функции | |
|---|---|
operator[](size_t index) const | |
| Публичные статические функции | |
|---|---|
Capacity(int64 x) | |
Container(StringPiece x) | |
MemoryLimit(int64 x) | |
SharedName(StringPiece x) | |
| Структуры | |
|---|---|
| tensorflow::ops::StagePeek::Attrs | Дополнительные устанавливатели атрибутов для StagePeek. |
Публичные атрибуты
operation
Operation operation
values
::tensorflow::OutputList values
Публичные функции
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
Публичные статические функции
Capacity
Attrs Capacity( int64 x )
Container
Attrs Container( StringPiece x )
MemoryLimit
Attrs MemoryLimit( int64 x )
SharedName
Attrs SharedName( StringPiece x )
© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/stage-peek