Spec-Zone.ru › TensorFlow C++ 2.9

tensorflow::ops::MapPeek

#include <data_flow_ops.h>

Оператор извлекает значения по указанному ключу.

Краткое описание

Если

базовый контейнер не содержит этот ключ, этот оператор будет блокироваться до тех пор, пока он не появится.

Аргументы:

  • scope: Объект Scope

Возвращает:

  • OutputList: Тензор значений.
Конструкторы и деструкторы
MapPeek(const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes)
MapPeek(const ::tensorflow::Scope & scope, ::tensorflow::Input key, ::tensorflow::Input indices, const DataTypeSlice & dtypes, const MapPeek::Attrs & attrs)
Общественные атрибуты
operation
Operation
values
::tensorflow::OutputList
Общественные функции
operator[](size_t index) const
::tensorflow::Output
Общественные статические функции
Capacity(int64 x)
Attrs
Container(StringPiece x)
Attrs
MemoryLimit(int64 x)
Attrs
SharedName(StringPiece x)
Attrs
Структуры
tensorflow::ops::MapPeek::Attrs

Дополнительные параметры настройки MapPeek.

Общественные атрибуты

operation

Operation operation

значения

::tensorflow::OutputList values

Общественные функции

MapPeek

 MapPeek(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input key,
  ::tensorflow::Input indices,
  const DataTypeSlice & dtypes
)

MapPeek

 MapPeek(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input key,
  ::tensorflow::Input indices,
  const DataTypeSlice & dtypes,
  const MapPeek::Attrs & attrs
)

оператор[]

::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/versions/r2.9/api_docs/cc/class/tensorflow/ops/map-peek

Spec-Zone.ru

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