tensorflow::ops::OrderedMapSize
#include <data_flow_ops.h>
Операция возвращает количество элементов в базовом контейнере.
Краткое описание
Аргументы:
- scope: Объект Scope
Возвращаемое значение:
-
Output: тензор размера.
| Конструкторы и деструкторы | |
|---|---|
OrderedMapSize(const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes) |
|
OrderedMapSize(const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes, const OrderedMapSize::Attrs & attrs) |
| Публичные атрибуты | |
|---|---|
operation |
|
size |
|
| Публичные функции | |
|---|---|
node() const |
::tensorflow::Node * |
operator::tensorflow::Input() const |
|
operator::tensorflow::Output() const |
|
| Публичные статические функции | |
|---|---|
Capacity(int64 x) |
|
Container(StringPiece x) |
|
MemoryLimit(int64 x) |
|
SharedName(StringPiece x) |
|
| Структуры | |
|---|---|
| tensorflow::ops::OrderedMapSize::Attrs | Дополнительные установщики атрибутов для OrderedMapSize. |
Публичные атрибуты
operation
Operation operation
size
::tensorflow::Output size
Публичные функции
OrderedMapSize
OrderedMapSize( const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes )
OrderedMapSize
OrderedMapSize( const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes, const OrderedMapSize::Attrs & attrs )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const
Публичные статические функции
Емкость
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/ordered-map-size