Skip to content
Snippets Groups Projects
Commit 69be92e4 authored by Noam Zerah's avatar Noam Zerah Committed by Cyril Moineau
Browse files

Apply 1 suggestion(s) to 1 file(s)


Co-authored-by: default avatarCyril Moineau <cyril.moineau@cea.fr>
parent 8388b9e5
No related branches found
No related tags found
3 merge requests!118v0.4.0,!108v0.4.0,!94[Add] Round Operator
Pipeline #58638 passed
...@@ -49,7 +49,7 @@ TEST_CASE("[cpu/operator] Round_Test", "[Round][CPU]") { ...@@ -49,7 +49,7 @@ TEST_CASE("[cpu/operator] Round_Test", "[Round][CPU]") {
Tres->setDataType(DataType::Float32); Tres->setDataType(DataType::Float32);
Tres->setBackend("cpu"); Tres->setBackend("cpu");
// To measure execution time of 'BitShift_Op::forward()' member function call // To measure execution time of 'Round_Op::forward()' member function call
std::chrono::time_point<std::chrono::system_clock> start; std::chrono::time_point<std::chrono::system_clock> start;
std::chrono::time_point<std::chrono::system_clock> end; std::chrono::time_point<std::chrono::system_clock> end;
std::chrono::duration<double, std::micro> duration{}; std::chrono::duration<double, std::micro> duration{};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment