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