tensorflow :: ops :: StringToNumber

#include <parsing_ops.h>

Converte cada string no tensor de entrada no tipo numérico especificado.

Resumo

(Observe que o estouro de int32 resulta em um erro, enquanto o estouro de flutuação resulta em um valor arredondado.)

Exemplo:

strings = ["5.0", "3.0", "7.0"] tf.strings.to_number (strings)

Argumentos:

Atributos opcionais (consulte Attrs ):

  • out_type: o tipo numérico para interpretar cada string em string_tensor como.

Retorna:

  • Output : um tensor com a mesma forma do string_tensor entrada.

Construtores e Destruidores

StringToNumber (const :: tensorflow::Scope & scope, :: tensorflow::Input string_tensor)
StringToNumber (const :: tensorflow::Scope & scope, :: tensorflow::Input string_tensor, const StringToNumber::Attrs & attrs)

Atributos públicos

operation
output

Funções públicas

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

Funções estáticas públicas

OutType (DataType x)

Structs

tensorflow :: ops :: StringToNumber :: Attrs

Configuradores de atributos opcionais para StringToNumber .

Atributos públicos

Operação

Operation operation

resultado

::tensorflow::Output output

Funções públicas

StringToNumber

 StringToNumber(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input string_tensor
)

StringToNumber

 StringToNumber(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input string_tensor,
  const StringToNumber::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

OutType

Attrs OutType(
  DataType x
)