Updated tests to align with manager parameters update
This commit is contained in:
parent
aa25f980d6
commit
d7fe53eae6
8 changed files with 11 additions and 49 deletions
|
|
@ -33,7 +33,6 @@ TEST(TestLogisticRegressionAlgorithm, TestMainLogisticRegression)
|
|||
kp::Manager mgr;
|
||||
|
||||
mgr.rebuildTensors(params);
|
||||
mgr.evalOpDefault<kp::OpTensorSyncDevice>(params);
|
||||
|
||||
std::shared_ptr<kp::Sequence> sq = mgr.createManagedSequence();
|
||||
|
||||
|
|
@ -119,7 +118,6 @@ TEST(TestLogisticRegressionAlgorithm, TestMainLogisticRegressionManualCopy)
|
|||
kp::Manager mgr;
|
||||
|
||||
mgr.rebuildTensors(params);
|
||||
mgr.evalOpDefault<kp::OpTensorSyncDevice>(params);
|
||||
|
||||
std::shared_ptr<kp::Sequence> sq = mgr.createManagedSequence();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue