Functions | |
def | custom_hgcroc_compression (process, exponentBits=vfe_proc.compressionCfg_ldm.exponentBits, mantissaBits=vfe_proc.compressionCfg_ldm.mantissaBits, rounding=vfe_proc.compressionCfg_ldm.rounding, truncationBits_ldm=vfe_proc.compressionCfg_ldm.truncationBits, truncationBits_hdm=vfe_proc.compressionCfg_hdm.truncationBits) |
def | custom_hgcroc_oot (process, oot_coefficients=vfe_proc.linearizationCfg_si.oot_coefficients) |
def customVFE.custom_hgcroc_compression | ( | process, | |
exponentBits = vfe_proc.compressionCfg_ldm.exponentBits , |
|||
mantissaBits = vfe_proc.compressionCfg_ldm.mantissaBits , |
|||
rounding = vfe_proc.compressionCfg_ldm.rounding , |
|||
truncationBits_ldm = vfe_proc.compressionCfg_ldm.truncationBits , |
|||
truncationBits_hdm = vfe_proc.compressionCfg_hdm.truncationBits |
|||
) |
def customVFE.custom_hgcroc_oot | ( | process, | |
oot_coefficients = vfe_proc.linearizationCfg_si.oot_coefficients |
|||
) |