tensorflow::ops::MapUnstage
#include <data_flow_ops.h>
Операция удаляет и возвращает значения, связанные с ключом.
Сводка
из базового контейнера. Если базовый контейнер не содержит этот ключ, операция будет блокироваться, пока он не появится.
Аргументы:
- scope: Объект Scope
Возвращает:
-
OutputList: Тензор значений.
| Конструкторы и деструкторы | |
|---|---|
MapUnstage(const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes) | |
MapUnstage(const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes, const MapUnstage::Attrs & attrs) |
| Общественные атрибуты | |
|---|---|
operation | |
values | |
| Общественные функции | |
|---|---|
operator[](size_t index) const | |
| Общественные статические функции | |
|---|---|
Capacity(int64 x) | |
Container(StringPiece x) | |
MemoryLimit(int64 x) | |
SharedName(StringPiece x) | |
| Структуры | |
|---|---|
| tensorflow::ops::MapUnstage::Attrs | Дополнительные устанавливатели атрибутов для MapUnstage. |
Общественные атрибуты
operation
Operation operation
значения
::tensorflow::OutputList values
Общественные функции
MapUnstage
MapUnstage( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes )
MapUnstage
MapUnstage( const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes, const MapUnstage::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 )
© 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/map-unstage