tensorflow:: אופס:: RequantizationRange
#include <math_ops.h>
מחשב טווח המכסה את הערכים בפועל הקיימים בטנזור כמותי.
תַקצִיר
בהינתן טנזור כמותי המתואר על ידי (input, input_min, input_max)
, מוציא טווח המכסה את הערכים בפועל הקיימים באותו טנזור. אופציה זו משמשת בדרך כלל כדי לייצר את requested_output_min
ואת requested_output_max
עבור Requantize
.
טיעונים:
- scope: אובייקט Scope
- input_min: הערך הצף שערך הקלט הקוונטי המינימלי מייצג.
- input_max: הערך הצף שערך הקלט המקוונטי המקסימלי מייצג.
החזרות:
בנאים והורסים | |
---|---|
RequantizationRange (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input input_min, :: tensorflow::Input input_max) |
תכונות ציבוריות | |
---|---|
operation | |
output_max | |
output_min |
תכונות ציבוריות
מִבצָע
Operation operation
output_max
::tensorflow::Output output_max
output_min
::tensorflow::Output output_min
תפקידים ציבוריים
RequantizationRange
RequantizationRange( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input input_min, ::tensorflow::Input input_max )