This commit is contained in:
Matti Eskelinen
2026-02-06 10:27:17 +00:00
parent 683250e41b
commit 2b5a5e364c
3 changed files with 1 additions and 99 deletions

View File

@@ -24,7 +24,6 @@ void sinkhorn_knopp_ref(const HostTensor<XDataType>& x_n_n,
for(index_t j = 0; j < input_n; ++j)
{
c_n_n(i, j) = exp(type_convert<ComputeDataType>(x_n_n(i, j)));
// c_n_n(i, j) = type_convert<ComputeDataType>(x_n_n(i, j));
}
}