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