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 )
© 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/r1.15/api_docs/cc/class/tensorflow/ops/map-unstage-no-key