fluxo tensor:: ops:: OrderedMapSize

#include <data_flow_ops.h>

Op retorna o número de elementos no contêiner subjacente.

Resumo

Argumentos:

Retorna:

  • Output : O tensor de tamanho.

Construtores e Destruidores

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

Funções públicas

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

Funções estáticas públicas

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

Estruturas

tensorflow:: ops:: OrderedMapSize:: Attrs

Configuradores de atributos opcionais para OrderedMapSize .

Atributos públicos

Operação

Operation operation

tamanho

::tensorflow::Output size

Funções públicas

OrderedMapSize

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

OrderedMapSize

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

::tensorflow::Node * node() const 

operador::tensorflow::Input

 operator::tensorflow::Input() const 

operador::tensorflow::Saída

 operator::tensorflow::Output() const 

Funções estáticas públicas

Capacidade

Attrs Capacity(
  int64 x
)

Recipiente

Attrs Container(
  StringPiece x
)

Limite de memória

Attrs MemoryLimit(
  int64 x
)

Nome Compartilhado

Attrs SharedName(
  StringPiece x
)