mirror of https://github.com/hpcaitech/ColossalAI
fix format (#574)
parent
dfe423ae42
commit
174b9c1d85
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue