未验证 提交 bf5325f3 编写于 作者: Y YUNSHEN XIE 提交者: GitHub

disable test_lstm,test=document_fix (#28030)

* disable test_lstm,test=document_fix

* fix some error,test=document_fix
上级 ff02173d
file(GLOB TEST_OPS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "test_*.py")
string(REPLACE ".py" "" TEST_OPS "${TEST_OPS}")
list(REMOVE_ITEM TEST_OPS test_lstm)
foreach(TEST_OP ${TEST_OPS})
py_test_modules(${TEST_OP} MODULES ${TEST_OP})
endforeach(TEST_OP)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册