Skip to content

Commit 41e6c50

Browse files
committed
F &
1 parent 7acdc57 commit 41e6c50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/Graph/build.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ class LayerFactory {
8585
static void configure(bool onednn) { onednn_ = onednn; }
8686

8787
static std::shared_ptr<Layer> createEwLayer(const std::string& function,
88-
float alpha = 1.0f,
89-
float beta = 0.0f) {
88+
float alpha = 1.0F,
89+
float beta = 0.0F) {
9090
if (onednn_ && EwLayerOneDnn::is_function_supported(function)) {
9191
return std::make_shared<EwLayerOneDnn>(function, alpha, beta);
9292
} else {

0 commit comments

Comments
 (0)