mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-02 04:15:26 +00:00
fix format (#574)
This commit is contained in:
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
Block a user