tensorflow::ops::MapUnstageNoKey
#include <data_flow_ops.h>
Операция удаляет и возвращает случайную (ключ, значение)
Краткое описание
из базового контейнера. Если базовый контейнер не содержит элементов, операция заблокируется до тех пор, пока это не произойдёт.
Аргументы:
- 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 )
© 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-no-key