Google I/O'yu ayarladığınız için teşekkür ederiz. İsteğe bağlı olarak tüm oturumları görüntüleyin İsteğe bağlı olarak izleyin

tensorflow :: ops :: QuantizeAndDequantizeV3

#include <array_ops.h>

Ardından bir tensörü nicelendirir.

Özet

Bu, QuantizeAndDequantizeV2 ile neredeyse aynıdır, ancak num_bits bir tensördür, bu nedenle değeri eğitim sırasında değişebilir.

Argümanlar:

  • kapsam: Bir Scope nesnesi

İ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

Kamusal işlevler

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 :: Attrs

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

Genel özellikler

operasyon

Operation operation

çıktı

::tensorflow::Output output

Kamusal işlevler

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 

operator :: tensorflow :: Girdi

 operator::tensorflow::Input() const 

operator :: tensorflow :: Çıktı

 operator::tensorflow::Output() const 

Genel statik işlevler

NarrowRange

Attrs NarrowRange(
  bool x
)

Aralık Verilen

Attrs RangeGiven(
  bool x
)

SignedInput

Attrs SignedInput(
  bool x
)