neural_compressor.torch.algorithms.weight_only.hqq.utility

Module Contents

Functions

is_divisible(val1, val2)

dump_elapsed_time([customized_msg])

Get the elapsed time for decorated functions.

neural_compressor.torch.algorithms.weight_only.hqq.utility.dump_elapsed_time(customized_msg='')[source]

Get the elapsed time for decorated functions.

Parameters:

customized_msg (string, optional) – The parameter passed to decorator. Defaults to None.