API Functions - 2.0 English

Vitis AI RNN User Guide (UG1563)

Document ID
UG1563
Release Date
2022-01-20
Version
2.0 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)