Reformatted

This commit is contained in:
Alejandro Saucedo 2020-10-18 21:30:43 +01:00
parent 06917b836b
commit 267f92763e
6 changed files with 31 additions and 30 deletions

View file

@ -39,8 +39,7 @@ TEST(TestLogisticRegressionAlgorithm, TestMainLogisticRegression)
sqTensor->end();
sqTensor->eval();
std::shared_ptr<kp::Sequence> sq =
mgr.createManagedSequence().lock();
std::shared_ptr<kp::Sequence> sq = mgr.createManagedSequence().lock();
// Record op algo base
sq->begin();
@ -123,8 +122,7 @@ TEST(TestLogisticRegressionAlgorithm, TestMainLogisticRegressionManualCopy)
sqTensor->end();
sqTensor->eval();
std::shared_ptr<kp::Sequence> sq =
mgr.createManagedSequence().lock();
std::shared_ptr<kp::Sequence> sq = mgr.createManagedSequence().lock();
// Record op algo base
sq->begin();