Skip to content

Commit

Permalink
add missing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
samutamm committed Sep 24, 2024
1 parent 80f9728 commit 8991afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alt_e2eshark/onnx_tests/operators/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
from .resize import *
from .generate_node import *
from .conv import *
from .tfidf_vectorizer import *
from .tfidf_vectorizer import *
2 changes: 1 addition & 1 deletion alt_e2eshark/onnx_tests/operators/tfidf_vectorizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ def construct_nodes(self):

register_test(TfIdfVectorizerTFIDFOnlyBigramModel, "tfidfvectorizer_tfidf_only_bigram")
register_test(TfIdfVectorizerTFIDFUnigramBigramModel, "tfidfvectorizer_tfidf_unigram_bigram")
register_test(TfIdfVectorizerTFIDFUnigramBigramSkip5Model, "tfidfvectorizer_tfidf_unigram_bigram_skip5")
register_test(TfIdfVectorizerTFIDFUnigramBigramSkip5Model, "tfidfvectorizer_tfidf_unigram_bigram_skip5")

0 comments on commit 8991afd

Please sign in to comment.