提交 e768c370 编写于 作者: P peizhilin

fix api check

上级 1b0ce151
...@@ -33,10 +33,12 @@ from .. import core ...@@ -33,10 +33,12 @@ from .. import core
__all__ = [ __all__ = [
'fc', 'fc',
'embedding', 'embedding',
'dynamic_lstm',
'dynamic_lstmp', 'dynamic_lstmp',
'dynamic_gru', 'dynamic_gru',
'gru_unit', 'gru_unit',
'linear_chain_crf', 'linear_chain_crf',
'crf_decoding',
'cos_sim', 'cos_sim',
'cross_entropy', 'cross_entropy',
'square_error_cost', 'square_error_cost',
...@@ -95,6 +97,7 @@ __all__ = [ ...@@ -95,6 +97,7 @@ __all__ = [
'pad', 'pad',
'pad_constant_like', 'pad_constant_like',
'label_smooth', 'label_smooth',
'roi_pool',
'roi_align', 'roi_align',
'dice_loss', 'dice_loss',
'image_resize', 'image_resize',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册