mirror of https://github.com/hpcaitech/ColossalAI
fix format (#574)
parent
dfe423ae42
commit
174b9c1d85
|
@ -10,8 +10,7 @@
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
template <typename T>
|
template <typename T> class Normalize_Layer {
|
||||||
class Normalize_Layer {
|
|
||||||
public:
|
public:
|
||||||
struct Config {
|
struct Config {
|
||||||
uint32_t hidden_dim;
|
uint32_t hidden_dim;
|
||||||
|
|
Loading…
Reference in New Issue