[Python API Tests] Update ngraph and iecore tests (#2329)
Co-authored-by: Alexander Zhogov <alexander.zhogov@intel.com>
This commit is contained in:
parent
fe99e055f2
commit
58d8de98cc
@ -32,7 +32,7 @@ def image_path():
|
||||
def plugins_path():
|
||||
path_to_repo = os.environ["DATA_PATH"]
|
||||
plugins_xml = os.path.join(path_to_repo, 'ie_class', 'plugins.xml')
|
||||
plugins_win_xml = os.path.join(path_to_repo, 'ie_class', 'plugins_mingw.xml')
|
||||
plugins_win_xml = os.path.join(path_to_repo, 'ie_class', 'plugins_win.xml')
|
||||
plugins_osx_xml = os.path.join(path_to_repo, 'ie_class', 'plugins_apple.xml')
|
||||
return (plugins_xml, plugins_win_xml, plugins_osx_xml)
|
||||
|
||||
|
@ -45,9 +45,9 @@ def test_get_ops_from_IENetwork():
|
||||
'19/Fused_Add_', '21', '22', 'onnx_initializer_node_8/Output_0/Data__const',
|
||||
'23/WithoutBiases', '23/Dims357/copy_const', '23', '25/mean/Fused_Mul_618620_const',
|
||||
'24/WithoutBiases', 'data_add_578583/copy_const', '24/Fused_Add_', '26', '27',
|
||||
'28/Reshape/Cast_1955_const', '28/Reshape', 'onnx_initializer_node_17/Output_0/Data__const',
|
||||
'29/WithoutBiases', 'onnx_initializer_node_18/Output_0/Data_/copy_const', '29', 'fc_out',
|
||||
'fc_out/sink_port_0']
|
||||
'Constant_223', 'onnx_initializer_node_17/Output_0/Data__const', 'ShapeOf_219', 'Constant_221',
|
||||
'Constant_220', 'Gather_222', '28/Reshape/Cast_1955_const', '28/Reshape', '29/WithoutBiases',
|
||||
'onnx_initializer_node_18/Output_0/Data_/copy_const', '29', 'fc_out', 'fc_out/sink_port_0']
|
||||
|
||||
|
||||
def test_get_type_name():
|
||||
|
Loading…
Reference in New Issue
Block a user