tensoreflusso:: ops:: StringLower

#include <string_ops.h>

Converte tutti i caratteri maiuscoli nelle rispettive sostituzioni minuscole.

Riepilogo

Esempio:

tf.strings.lower("Stringa CamelCase e TUTTO MAIUSCOLO")

Argomenti:

Ritorna:

  • Output : il tensore di uscita.

Costruttori e distruttori

StringLower (const :: tensorflow::Scope & scope, :: tensorflow::Input input)
StringLower (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const StringLower::Attrs & attrs)

Attributi pubblici

operation
output

Funzioni pubbliche

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

Funzioni pubbliche statiche

Encoding (StringPiece x)

Strutture

tensorflow:: ops:: StringLower:: Attrs

Setter di attributi facoltativi per StringLower .

Attributi pubblici

operazione

Operation operation

produzione

::tensorflow::Output output

Funzioni pubbliche

StringLower

 StringLower(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input
)

StringLower

 StringLower(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  const StringLower::Attrs & attrs
)

nodo

::tensorflow::Node * node() const 

operatore::tensorflow::Input

 operator::tensorflow::Input() const 

operatore::tensorflow::Output

 operator::tensorflow::Output() const 

Funzioni pubbliche statiche

Codifica

Attrs Encoding(
  StringPiece x
)