tensorflow :: operaciones :: OrderedMapSize

#include <data_flow_ops.h>

Op devuelve el número de elementos del contenedor subyacente.

Resumen

Argumentos:

Devoluciones:

  • Output : el tensor de tamaño.

Constructores y Destructores

OrderedMapSize (const :: tensorflow::Scope & scope, const DataTypeSlice & dtypes)
OrderedMapSize (const :: tensorflow::Scope & scope, const DataTypeSlice & dtypes, const OrderedMapSize::Attrs & attrs)

Atributos públicos

operation
size

Funciones publicas

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Funciones estáticas públicas

Capacity (int64 x)
Container (StringPiece x)
MemoryLimit (int64 x)
SharedName (StringPiece x)

Estructuras

tensorflow :: ops :: OrderedMapSize :: Attrs

Establecedores de atributos opcionales para OrderedMapSize .

Atributos públicos

operación

Operation operation

Talla

::tensorflow::Output size

Funciones publicas

OrderedMapSize

 OrderedMapSize(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & dtypes
)

OrderedMapSize

 OrderedMapSize(
  const ::tensorflow::Scope & scope,
  const DataTypeSlice & dtypes,
  const OrderedMapSize::Attrs & attrs
)

nodo

::tensorflow::Node * node() const 

operador :: tensorflow :: Entrada

 operator::tensorflow::Input() const 

operador :: tensorflow :: Salida

 operator::tensorflow::Output() const 

Funciones estáticas públicas

Capacidad

Attrs Capacity(
  int64 x
)

Envase

Attrs Container(
  StringPiece x
)

Limite de memoria

Attrs MemoryLimit(
  int64 x
)

SharedName

Attrs SharedName(
  StringPiece x
)