Skip to content

Commit cd66cc2

Browse files
authored
Revert change for launcher.py
1 parent d5b2213 commit cd66cc2

File tree

1 file changed

+2
-1
lines changed
  • tools/accuracy_checker/accuracy_checker/launcher

1 file changed

+2
-1
lines changed

tools/accuracy_checker/accuracy_checker/launcher/launcher.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ def _provide_inputs_info_to_meta(self, meta):
263263

264264
return meta
265265

266-
def fit_to_input(self, data, layer_name, layout, precision, template=None):
266+
@staticmethod
267+
def fit_to_input(data, layer_name, layout, precision, template=None):
267268
layout_used = False
268269
if layout is not None and len(np.shape(data)) == len(layout):
269270
data = np.transpose(data, layout)

0 commit comments

Comments
 (0)