delete redundant codex

pull/6313/head
Yi Huaijie 4 years ago
parent c9799fa678
commit 38babd1452

@ -54,7 +54,6 @@ def build_op(build_type, json_str):
kernel_info = json.loads(json_str)
check_kernel_info(kernel_info)
# import module
op_name = kernel_info['op_info']['name']
try:

@ -31,7 +31,6 @@ def _op_select_format(kernel_info):
op supported format
"""
try:
# import module
op_name = kernel_info['op_info']['name']
impl_path = build_in_impl_path
custom_flag = False
@ -78,7 +77,6 @@ def _check_supported(kernel_info):
bool: check result, true or false
"""
try:
# import module
op_name = kernel_info['op_info']['name']
impl_path = build_in_impl_path
custom_flag = False

Loading…
Cancel
Save