fix format (#574)

pull/673/head
wky 2022-03-31 15:47:51 +08:00 committed by binmakeswell
parent dfe423ae42
commit 174b9c1d85
1 changed files with 3 additions and 4 deletions

View File

@ -10,8 +10,7 @@
using namespace std;
template <typename T>
class Normalize_Layer {
template <typename T> class Normalize_Layer {
public:
struct Config {
uint32_t hidden_dim;