tensoreflusso:: ops:: Vuoto

#include <array_ops.h>

Crea un tensore con la forma data.

Riepilogo

Questa operazione crea un tensore di shape e dtype .

Argomenti:

  • scope: un oggetto Scope
  • forma: 1-D. Rappresenta la forma del tensore di uscita.

Attributi facoltativi (vedi Attrs ):

  • init: se True, inizializza il tensore restituito con il valore predefinito di dtype. Altrimenti, l'implementazione è libera di non inizializzare il contenuto del tensore.

Ritorna:

Costruttori e distruttori

Empty (const :: tensorflow::Scope & scope, :: tensorflow::Input shape, DataType dtype)
Empty (const :: tensorflow::Scope & scope, :: tensorflow::Input shape, DataType dtype, const Empty::Attrs & attrs)

Attributi pubblici

operation
output

Funzioni pubbliche

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

Funzioni pubbliche statiche

Init (bool x)

Strutture

tensorflow:: ops:: Vuoto:: Attrs

Setter di attributi facoltativi per Vuoto .

Attributi pubblici

operazione

Operation operation

produzione

::tensorflow::Output output

Funzioni pubbliche

Vuoto

 Empty(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input shape,
  DataType dtype
)

Vuoto

 Empty(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input shape,
  DataType dtype,
  const Empty::Attrs & attrs
)

nodo

::tensorflow::Node * node() const 

operatore::tensorflow::Input

 operator::tensorflow::Input() const 

operatore::tensorflow::Output

 operator::tensorflow::Output() const 

Funzioni pubbliche statiche

Dentro

Attrs Init(
  bool x
)