dòng chảy :: hoạt động :: QuantizedMul

#include <math_ops.h>

Trả về x * y phần tử khôn ngoan, hoạt động trên bộ đệm lượng tử hóa.

Tóm lược

Tranh luận:

  • phạm vi: Một đối tượng Phạm vi
  • min_x: Giá trị float mà giá trị x lượng tử hóa thấp nhất đại diện.
  • max_x: Giá trị float mà giá trị x lượng tử hóa cao nhất đại diện.
  • min_y: Giá trị float mà giá trị y lượng tử hóa thấp nhất đại diện.
  • max_y: Giá trị float mà giá trị y lượng tử hóa cao nhất đại diện.

Lợi nhuận:

  • Output z
  • Output min_z: Giá trị float mà giá trị đầu ra được lượng tử hóa thấp nhất đại diện.
  • Output max_z: Giá trị float mà giá trị đầu ra được lượng tử hóa cao nhất đại diện.

LƯU Ý : QuantizedMul hỗ trợ các hình thức phát sóng hạn chế. Thông tin thêm về phát sóng tại đây

Người xây dựng và Người phá hủy

QuantizedMul (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y, :: tensorflow::Input min_x, :: tensorflow::Input max_x, :: tensorflow::Input min_y, :: tensorflow::Input max_y)
QuantizedMul (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y, :: tensorflow::Input min_x, :: tensorflow::Input max_x, :: tensorflow::Input min_y, :: tensorflow::Input max_y, const QuantizedMul::Attrs & attrs)

Thuộc tính công khai

max_z
min_z
operation
z

Các chức năng tĩnh công khai

Toutput (DataType x)

Cấu trúc

tensorflow :: ops :: QuantizedMul :: Attrs

Bộ thiết lập thuộc tính tùy chọn cho QuantizedMul .

Thuộc tính công khai

max_z

::tensorflow::Output max_z

min_z

::tensorflow::Output min_z

hoạt động

Operation operation

z

::tensorflow::Output z

Chức năng công cộng

QuantizedMul

 QuantizedMul(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  ::tensorflow::Input y,
  ::tensorflow::Input min_x,
  ::tensorflow::Input max_x,
  ::tensorflow::Input min_y,
  ::tensorflow::Input max_y
)

QuantizedMul

 QuantizedMul(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  ::tensorflow::Input y,
  ::tensorflow::Input min_x,
  ::tensorflow::Input max_x,
  ::tensorflow::Input min_y,
  ::tensorflow::Input max_y,
  const QuantizedMul::Attrs & attrs
)

Các chức năng tĩnh công khai

Đầu ra

Attrs Toutput(
  DataType x
)