tensor akışı:: işlem:: QuantizeAndDequantizeV3

#include <array_ops.h>

Bir tensörü kuantize eder ve ardından dekuantize eder.

Özet

Bu, num_bits'in bir tensör olması dışında QuantizeAndDequantizeV2 ile neredeyse aynıdır, dolayısıyla değeri eğitim sırasında değişebilir.

Argümanlar:

İadeler:

  • Output : Çıkış tensörü.

Yapıcılar ve Yıkıcılar

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)

Genel özellikler

operation
output

Kamu işlevleri

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

Genel statik işlevler

NarrowRange (bool x)
RangeGiven (bool x)
SignedInput (bool x)

Yapılar

tensorflow:: ops:: QuantizeAndDequantizeV3:: Öznitelikler

QuantizeAndDequantizeV3 için isteğe bağlı öznitelik ayarlayıcılar.

Genel özellikler

operasyon

Operation operation

çıktı

::tensorflow::Output output

Kamu işlevleri

QuantizeAndDequantizeV3

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

QuantizeAndDequantizeV3

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

düğüm

::tensorflow::Node * node() const 

operatör::tensorflow::Giriş

 operator::tensorflow::Input() const 

operatör::tensorflow::Çıktı

 operator::tensorflow::Output() const 

Genel statik işlevler

Dar Aralık

Attrs NarrowRange(
  bool x
)

Verilen Aralık

Attrs RangeGiven(
  bool x
)

İmzalıGiriş

Attrs SignedInput(
  bool x
)