Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
lockshaw committed Sep 23, 2024
1 parent c3ec74a commit cc7fffc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@ TEST_SUITE(FF_TEST_SUITE) {
}

SUBCASE("bert") {
ComputationGraph cg =
get_bert_computation_graph(get_default_bert_config());
ComputationGraph cg =
get_bert_computation_graph(get_default_bert_config());

std::string result =
render_preprocessed_computation_graph_for_sp_decomposition(cg);
Expand Down

0 comments on commit cc7fffc

Please sign in to comment.