tensorflow::ops::OrderedMapPeek
#include <data_flow_ops.h>
Операция просматривает значения по указанному ключу.
Summary
Если
основной контейнер не содержит этот ключ, эта операция будет блокироваться до тех пор, пока он не будет найден. Эта операция оптимизирована для производительности.
Аргументы:
- 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 operation
values
::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
Публичные статические функции
Capacity
Attrs Capacity( int64 x )
Container
Attrs Container( StringPiece x )
MemoryLimit
Attrs MemoryLimit( int64 x )
SharedName
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/ordered-map-peek