Browse Source

123

pull/1/head
“hechengen24” 11 months ago
parent
commit
1a040f9027
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cc/operators/ops.h

+ 1
- 1
cc/operators/ops.h View File

@@ -10,7 +10,7 @@ namespace operators {


template<typename T> template<typename T>
T mul(T a, T b) { T mul(T a, T b) {
return 0; // 请修改这里的return语句
return a * b; // 请修改这里的return语句
} }


template<typename T> template<typename T>


Loading…
Cancel
Save