tensoreflusso:: ops:: DataFormatVecPermute

#include <nn_ops.h>

Restituisce il vettore/tensore permutato nel formato dati di destinazione dato il.

Riepilogo

uno nel formato dei dati di origine.

Argomenti:

  • scope: un oggetto Scope
  • x: vettore di dimensione 4 o tensore di forma (4, 2) nel formato dei dati di origine.

Attributi facoltativi (vedi Attrs ):

  • src_format: formato dei dati di origine.
  • dst_format: formato dei dati di destinazione.

Ritorna:

  • Output : vettore di dimensione 4 o tensore di forma (4, 2) nel formato dati di destinazione.

Costruttori e distruttori

DataFormatVecPermute (const :: tensorflow::Scope & scope, :: tensorflow::Input x)
DataFormatVecPermute (const :: tensorflow::Scope & scope, :: tensorflow::Input x, const DataFormatVecPermute::Attrs & attrs)

Attributi pubblici

operation
y

Funzioni pubbliche

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

Funzioni pubbliche statiche

DstFormat (StringPiece x)
SrcFormat (StringPiece x)

Strutture

tensorflow:: ops:: DataFormatVecPermute:: Attrs

Setter di attributi facoltativi per DataFormatVecPermute .

Attributi pubblici

operazione

Operation operation

::tensorflow::Output y

Funzioni pubbliche

DataFormatVecPermute

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

DataFormatVecPermute

 DataFormatVecPermute(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  const DataFormatVecPermute::Attrs & attrs
)

nodo

::tensorflow::Node * node() const 

operatore::tensorflow::Input

 operator::tensorflow::Input() const 

operatore::tensorflow::Output

 operator::tensorflow::Output() const 

Funzioni pubbliche statiche

DstFormat

Attrs DstFormat(
  StringPiece x
)

SrcFormat

Attrs SrcFormat(
  StringPiece x
)