File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
models/experimental/SSR/tests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66# Import reference and TTNN models
77from models .experimental .SSR .reference .SSR .model .ssr import SSR , SSR_wo_conv
88from models .experimental .SSR .tt .ssr import TTSSR , TTSSR_wo_conv
9- from models .experimental .SSR .tests .test_upsample import create_upsample_preprocessor
9+ from models .experimental .SSR .tests .tile_refinement . test_upsample import create_upsample_preprocessor
1010from models .experimental .SSR .tests .tile_selection .test_tile_selection import create_tile_selection_preprocessor
11- from models .experimental .SSR .tests .test_tile_refinement import create_tile_refinement_preprocessor
12- from models .experimental .SSR .tests .test_HAB import create_relative_position_index
11+ from models .experimental .SSR .tests .tile_refinement . test_tile_refinement import create_tile_refinement_preprocessor
12+ from models .experimental .SSR .tests .tile_refinement . test_HAB import create_relative_position_index
1313
1414from ttnn .model_preprocessing import preprocess_model_parameters
1515from models .utility_functions import (
You can’t perform that action at this time.
0 commit comments