if (indices.size() == 0)
return;
if (CC.getRegim() == Context.Regim.TESTING)
return;
try {
indices.testConsistentWithException();
} catch (InconsistentIndicesException ex) {
//Adding information about source tensor
throw new InconsistentIndicesException(ex, this);
}
}