getInt8ToSingleConversionExponent
Class: dlhdl.Processor
Namespace: dlhdl
Syntax
Description
returns the exponent value for the exponentValue
= getInt8ToSingleConversionExponent(hProc
)int8-to-single
data type conversion
for the last hardware output layer of the network specified by the deep learning processor
object hProc
. Use the exponentValue
output
argument as an input to the Deep Learning HDL Int8 To
Single Conversion block.
returns the exponent value using one or more arguments specified by name-value
arguments.exponentValue
= getInt8ToSingleConversionExponent(hProc
,Name=Value
)
Input Arguments
Output Arguments
Examples
Algorithms
The scaling algorithm used to convert int8-to-single
data is
singleData = int8Data * 2^(int8ToSingleExponent)
. The
int8toSingleExponent
is the output of the
getInt8ToSingleConversionExponent
method.
Version History
Introduced in R2024b