Skip to content
  • Andreas Nüßing's avatar
    [Cauchy] remove initial vector size · dace98f3
    Andreas Nüßing authored
    When creating the labels vector, we incorrectly initialized it with the
    number of tensors and used push_back afterwards, leading to twice as many
    entries. Instead, we now reserve and use push_back.
    dace98f3