Skip to content

Commit

Permalink
Improve Implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Tars committed Oct 27, 2024
1 parent 0e0ad42 commit cc94a73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ MemRef<float, 4> memref_add(const MemRef<float, 4>& a, const MemRef<float, 4>& b
return result;
}

// get_prev_sample 函数实现
// get_prev_sample function implementation
MemRef<float, 4> get_prev_sample(
const MemRef<float, 4>& sample,
int timestep,
Expand Down

0 comments on commit cc94a73

Please sign in to comment.