quantize
Create quantized deep neural network
Description
creates a quantized neural network object using a calibrated quantizedNetwork
= quantize(quantObj
)dlquantizer
object
specified as quantObj
. Quantized neural network object, specified as
quantizedNetwork
enables visibility of the quantized layers, weights,
and biases of the network, as well as quantized inference behavior.
creates a quantized neural network object using a calibrated quantizedNetwork
= quantize(quantObj
,Name,Value
)dlquantizer
object
specified as quantObj
with additional arguments specified by one or more
name name-value pair arguments.