Zadbaj o dobrą organizację dzięki kolekcji Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.

tensorflow :: ops :: DataFormatVecPermute

#include <nn_ops.h>

Zwraca permutowany wektor / tensor w docelowym formacie danych z podanym rozszerzeniem.

streszczenie

jeden w źródłowym formacie danych.

Argumenty:

  • zakres: obiekt Scope
  • x: Wektor o rozmiarze 4 lub Tensor kształtu (4, 2) w formacie danych źródłowych.

Atrybuty opcjonalne (patrz Attrs ):

  • src_format: format danych źródłowych.
  • dst_format: docelowy format danych.

Zwroty:

  • Output : wektor o rozmiarze 4 lub Tensor kształtu (4, 2) w docelowym formacie danych.

Konstruktorzy i niszczyciele

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

Atrybuty publiczne

operation
y

Funkcje publiczne

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

Publiczne funkcje statyczne

DstFormat (StringPiece x)
SrcFormat (StringPiece x)

Struktury

tensorflow :: ops :: DataFormatVecPermute :: Attrs

Opcjonalne metody ustawiające atrybuty dla DataFormatVecPermute .

Atrybuty publiczne

operacja

Operation operation

y

::tensorflow::Output y

Funkcje publiczne

DataFormatVecPermute

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

DataFormatVecPermute

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

węzeł

::tensorflow::Node * node() const 

operator :: tensorflow :: Input

 operator::tensorflow::Input() const 

operator :: tensorflow :: Output

 operator::tensorflow::Output() const 

Publiczne funkcje statyczne

DstFormat

Attrs DstFormat(
  StringPiece x
)

SrcFormat

Attrs SrcFormat(
  StringPiece x
)