tensorflow::ops::StagePeek
#include <data_flow_ops.h>
Оператор извлекает значения по указанному индексу.
Summary
Если
внутренний контейнер не содержит достаточного количества элементов, этот оператор будет блокироваться, пока не будет содержать достаточно элементов. Этот оператор оптимизирован для производительности.
Аргументы:
- 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
значения
::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
Общественные статические функции
Емкость
Attrs Capacity( int64 x )
Контейнер
Attrs Container( StringPiece x )
Предел памяти
Attrs MemoryLimit( int64 x )
Имя общего доступа
Attrs SharedName( StringPiece x )
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/cc/class/tensorflow/ops/stage-peek