Spec-Zone.ru › TensorFlow C++ 2.3

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
::tensorflow::Output
operation
Operation
values
::tensorflow::OutputList
Публичные статические функции
Capacity(int64 x)
Attrs
Container(StringPiece x)
Attrs
MemoryLimit(int64 x)
Attrs
SharedName(StringPiece x)
Attrs
Структуры
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

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API