Remove c_compile_args function from CTC Op

上级 d787cf3f
......@@ -139,9 +139,6 @@ class ConnectionistTemporalClassification(gof.COp, gof.OpenMPOp):
header_dirs += [os.path.join(config.ctc.root, "include")]
return header_dirs
def c_compile_args(self):
return gof.OpenMPOp.c_compile_args(self)
def c_headers(self):
return ["ctc.h"] + gof.OpenMPOp.c_headers(self)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论