mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-04 18:40:28 +00:00
fix format (#574)
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user