提交 164d8ce5 编写于 作者: C Channingss

[ONNX] add OP:erf

上级 5cd17103
...@@ -32,11 +32,12 @@ default_op_mapping = { ...@@ -32,11 +32,12 @@ default_op_mapping = {
dict(), dict(),
dict( dict(
min=(_np.asarray([255, 255, 127, 255], min=(_np.asarray([255, 255, 127, 255],
dtype=_np.uint8).view(_np.float32)), dtype=_np.uint8).view(_np.float32)[0]),
max=(_np.asarray([255, 255, 127, 127], max=(_np.asarray([255, 255, 127, 127],
dtype=_np.uint8).view(_np.float32)), dtype=_np.uint8).view(_np.float32)[0]),
) )
], ],
'Erf': ['erf', ['X'], ['Out']],
'Ceil': ['ceil', ['X'], ['Out']], 'Ceil': ['ceil', ['X'], ['Out']],
'ReduceMean': [ 'ReduceMean': [
'reduce_mean', ['X'], ['Out'], 'reduce_mean', ['X'], ['Out'],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册