"benchmark/git@developer.sourcefind.cn:change/sglang.git" did not exist on "1c2b5f524041752442856428db451510a75add96"
Commit 67ecbc57 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 3b447c38
...@@ -1269,7 +1269,7 @@ struct lstm ...@@ -1269,7 +1269,7 @@ struct lstm
std::vector<operation> actv_funcs{sigmoid{}, tanh{}, tanh{}}; std::vector<operation> actv_funcs{sigmoid{}, tanh{}, tanh{}};
gru_direction_t direction = forward; gru_direction_t direction = forward;
float clip = 0.0f; float clip = 0.0f;
int input_forget = 0; int input_forget = 0;
std::string name() const { return "lstm"; } std::string name() const { return "lstm"; }
shape compute_shape(std::vector<shape> inputs) const shape compute_shape(std::vector<shape> inputs) const
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment