dmx.compressor.utils.benchmark.compute_maxdelta_error

dmx.compressor.utils.benchmark.compute_maxdelta_error(t_list1: List[Tensor], t_list2: List[Tensor]) float

Compute the maximum delta observed between two tensor elements across all pairs of tensors in the given lists

Parameters:
  • t_list1 (List[torch.Tensor])

  • t_list2 (List[torch.Tensor])

Return type:

float