Enable test conv2d ngraph (#22074)
parent
c112b645c4
commit
1c39efb783
@ -1,8 +1,6 @@
|
||||
file(GLOB TEST_OPS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "test_*.py")
|
||||
string(REPLACE ".py" "" TEST_OPS "${TEST_OPS}")
|
||||
|
||||
list(REMOVE_ITEM TEST_OPS test_conv2d_ngraph_op)
|
||||
|
||||
foreach(TEST_OP ${TEST_OPS})
|
||||
py_test_modules(${TEST_OP} MODULES ${TEST_OP} ENVS FLAGS_use_ngraph=true)
|
||||
endforeach(TEST_OP)
|
||||
|
Loading…
Reference in new issue