tensorflow::ops::OrderedMapSize
#include <data_flow_ops.h>
Op returns the number of elements in the underlying container.
Summary
Arguments:
- scope: A Scope object
 
Returns:
- 
Output: The size tensor. 
| Constructors and Destructors | |
|---|---|
 OrderedMapSize(const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes)  |  |
 OrderedMapSize(const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes, const OrderedMapSize::Attrs & attrs)  |  
| Public attributes | |
|---|---|
 operation  |  |
 size  |  |
| Public functions | |
|---|---|
 node() const   |   ::tensorflow::Node *  |  
 operator::tensorflow::Input() const   |  |
 operator::tensorflow::Output() const   |  |
| Public static functions | |
|---|---|
 Capacity(int64 x)  |  |
 Container(StringPiece x)  |  |
 MemoryLimit(int64 x)  |  |
 SharedName(StringPiece x)  |  |
| Structs | |
|---|---|
| tensorflow::ops::OrderedMapSize::Attrs |   Optional attribute setters for OrderedMapSize.  |  
Public attributes
operation
Operation operation
size
::tensorflow::Output size
Public functions
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
Public static functions
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-size