[Python API Tests] Update ngraph and iecore tests (#2329)

Co-authored-by: Alexander Zhogov <alexander.zhogov@intel.com>
This commit is contained in:
Anastasia Kuporosova 2020-09-18 19:42:36 +03:00 committed by GitHub
parent fe99e055f2
commit 58d8de98cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ def image_path():
def plugins_path(): def plugins_path():
path_to_repo = os.environ["DATA_PATH"] path_to_repo = os.environ["DATA_PATH"]
plugins_xml = os.path.join(path_to_repo, 'ie_class', 'plugins.xml') 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') plugins_osx_xml = os.path.join(path_to_repo, 'ie_class', 'plugins_apple.xml')
return (plugins_xml, plugins_win_xml, plugins_osx_xml) return (plugins_xml, plugins_win_xml, plugins_osx_xml)

View File

@ -45,9 +45,9 @@ def test_get_ops_from_IENetwork():
'19/Fused_Add_', '21', '22', 'onnx_initializer_node_8/Output_0/Data__const', '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', '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', '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', 'Constant_223', 'onnx_initializer_node_17/Output_0/Data__const', 'ShapeOf_219', 'Constant_221',
'29/WithoutBiases', 'onnx_initializer_node_18/Output_0/Data_/copy_const', '29', 'fc_out', 'Constant_220', 'Gather_222', '28/Reshape/Cast_1955_const', '28/Reshape', '29/WithoutBiases',
'fc_out/sink_port_0'] 'onnx_initializer_node_18/Output_0/Data_/copy_const', '29', 'fc_out', 'fc_out/sink_port_0']
def test_get_type_name(): def test_get_type_name():