tensoreflusso:: ops:: DeepCopy

#include <array_ops.h>

Crea una copia di x .

Riepilogo

Argomenti:

  • scope: un oggetto Scope
  • x: Il tensore sorgente di tipo T .

Ritorna:

  • Output : y: Un Tensor di tipo T . Una copia di x . Garantito che y non sia un alias di x .

Costruttori e distruttori

DeepCopy (const :: tensorflow::Scope & scope, :: tensorflow::Input x)

Attributi pubblici

operation
y

Funzioni pubbliche

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

Attributi pubblici

operazione

Operation operation

::tensorflow::Output y

Funzioni pubbliche

DeepCopy

 DeepCopy(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x
)

nodo

::tensorflow::Node * node() const 

operatore::tensorflow::Input

 operator::tensorflow::Input() const 

operatore::tensorflow::Output

 operator::tensorflow::Output() const