تدفق التوتر:: العمليات:: الكميات و DequantizeV3

#include <array_ops.h>

quantizes ثم dequantizes موتر.

ملخص

هذا مطابق تقريبًا لـ QuantizeAndDequantizeV2 ، باستثناء أن num_bits عبارة عن موتر، لذا يمكن أن تتغير قيمته أثناء التدريب.

الحجج:

عائدات:

  • Output : موتر الإخراج.

البنائين والمدمرين

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)

الصفات العامة

operation
output

الوظائف العامة

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

وظائف ثابتة العامة

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

الهياكل

Tensorflow:: ops:: QuantizeAndDequantizeV3:: Attrs

محددات السمات الاختيارية لـ QuantizeAndDequantizeV3 .

الصفات العامة

عملية

Operation operation

انتاج

::tensorflow::Output output

الوظائف العامة

الكميات و DequantizeV3

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

الكميات و DequantizeV3

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

العقدة

::tensorflow::Node * node() const 

المشغل::tensorflow::الإدخال

 operator::tensorflow::Input() const 

المشغل::tensorflow::الإخراج

 operator::tensorflow::Output() const 

وظائف ثابتة العامة

نطاق ضيق

Attrs NarrowRange(
  bool x
)

RangeGiven

Attrs RangeGiven(
  bool x
)

SignedInput

Attrs SignedInput(
  bool x
)