fix format (#611)

This commit is contained in:
Yuer867 2022-04-01 14:19:27 +08:00 committed by binmakeswell
parent d3d5bedc65
commit 5ecef13c16
2 changed files with 5 additions and 6 deletions

View File

@ -8,8 +8,7 @@
#include "cuda_util.h"
template <typename T>
class CrossEntropyLayer {
template <typename T> class CrossEntropyLayer {
public:
CrossEntropyLayer(float epsilon, int padding_idx, int max_batch_tokens);