przepływ tensorowy:: ops:: Kwantyzacja i dekwantyzacja V3

#include <array_ops.h>

Kwantyzuje, a następnie dekwantyzuje tensor.

Streszczenie

Jest to prawie identyczne z QuantizeAndDequantizeV2 , z tą różnicą, że num_bits jest tensorem, więc jego wartość może zmieniać się podczas uczenia.

Argumenty:

Zwroty:

Konstruktory i destruktory

QuantizeAndDequantizeV3 (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input input_min, :: tensorflow::Input input_max, :: tensorflow::Input num_bits)
QuantizeAndDequantizeV3 (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input input_min, :: tensorflow::Input input_max, :: tensorflow::Input num_bits, const QuantizeAndDequantizeV3::Attrs & attrs)

Atrybuty publiczne

operation
output

Funkcje publiczne

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

Publiczne funkcje statyczne

Axis (int64 x)
NarrowRange (bool x)
RangeGiven (bool x)
SignedInput (bool x)

Struktury

tensorflow:: ops:: QuantizeAndDequantizeV3:: Attrs

Opcjonalne moduły ustawiające atrybuty dla QuantizeAndDequantizeV3 .

Atrybuty publiczne

operacja

Operation operation

wyjście

::tensorflow::Output output

Funkcje publiczne

Kwantyzacja i dekwantyzacja V3

 QuantizeAndDequantizeV3(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::Input input_min,
  ::tensorflow::Input input_max,
  ::tensorflow::Input num_bits
)

Kwantyzacja i dekwantyzacja V3

 QuantizeAndDequantizeV3(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::Input input_min,
  ::tensorflow::Input input_max,
  ::tensorflow::Input num_bits,
  const QuantizeAndDequantizeV3::Attrs & attrs
)

węzeł

::tensorflow::Node * node() const 

operator::tensorflow::Wejście

 operator::tensorflow::Input() const 

operator::tensorflow::Wyjście

 operator::tensorflow::Output() const 

Publiczne funkcje statyczne

Attrs Axis(
  int64 x
)

Wąski zakres

Attrs NarrowRange(
  bool x
)

ZakresPodany

Attrs RangeGiven(
  bool x
)

Podpisane wejście

Attrs SignedInput(
  bool x
)