tensoreflusso:: ops:: SegnapostoWithDefault

#include <array_ops.h>

Un'operazione segnaposto che passa attraverso input quando il suo output non viene alimentato.

Riepilogo

Argomenti:

  • scope: un oggetto Scope
  • input: il valore predefinito da produrre quando output non viene alimentato.
  • forma: la forma (possibilmente parziale) del tensore.

Ritorna:

  • Output : un tensore segnaposto che per impostazione predefinita è input se non viene alimentato.

Costruttori e distruttori

PlaceholderWithDefault (const :: tensorflow::Scope & scope, :: tensorflow::Input input, PartialTensorShape shape)

Attributi pubblici

operation
output

Funzioni pubbliche

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

Attributi pubblici

operazione

Operation operation

produzione

::tensorflow::Output output

Funzioni pubbliche

SegnapostoWithDefault

 PlaceholderWithDefault(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  PartialTensorShape shape
)

nodo

::tensorflow::Node * node() const 

operatore::tensorflow::Input

 operator::tensorflow::Input() const 

operatore::tensorflow::Output

 operator::tensorflow::Output() const