Skip to content

Commit

Permalink
🌱 @3aa93354
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanjiong committed Dec 16, 2021
1 parent d141502 commit 029b7b0
Show file tree
Hide file tree
Showing 22 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions include/dl_define.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include "dl_define_private.hpp"

#include <climits>
#include "sdkconfig.h"

Expand Down
5 changes: 1 addition & 4 deletions include/typedef/dl_variable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,6 @@ namespace dl
* @brief print all the element of the Tensor.
*
* @param message to print
* @param with_padding one of true or false,
* - true: the padding element will also be ed
* - false: the padding element will not be ed
*/
void print_all(const char *message = "")
{
Expand Down Expand Up @@ -553,4 +550,4 @@ namespace dl
return output;
}
};
} // namespace dl
} // namespace dl
Loading

0 comments on commit 029b7b0

Please sign in to comment.