API Functions - 1.4.1 English

Vitis AI RNN User Guide (UG1563)

Document ID
UG1563
Release Date
2021-12-03
Version
1.4.1 English
  • Get the quantized model.
    @property
      def quant_model(self)
    
  • Export quantization steps information for tensors to be quantized.
    def export_quant_config(self)
  • Export XMODEL files for compilation.
    def dump_xmodel(self)
  • Deploy simulation data of the quantized model. Input is the input data that feed in the quantized model.
    def dump_rnn_outputs_by_timestep(self, inputs)