Export PyTorch erf to ONNX Erf and add Caffe2 Erf operator
authorbddppq <bai@in.tum.de>
Thu, 17 Jan 2019 17:15:14 +0000 (09:15 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 17 Jan 2019 17:18:08 +0000 (09:18 -0800)
commit1a09a2a27f780d4510e51918ab9aa1272bfc0e16
tree9bcd9ab9154fbff3aafd4c38ff6e53baa706aace
parent334258e39e5f821f55a6dce805e81f1eb31f73ef
Export PyTorch erf to ONNX Erf and add Caffe2 Erf operator

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16106

Differential Revision: D13709490

Pulled By: bddppq

fbshipit-source-id: 1b5b32261f06543371f7bd7ac9b11957a5eb4ad0
14 files changed:
caffe2/operators/erf_op.cc [new file with mode: 0644]
caffe2/operators/erf_op.cu [new file with mode: 0644]
caffe2/operators/erf_op.h [new file with mode: 0644]
caffe2/python/onnx/tests/onnx_backend_test.py
caffe2/python/operator_test/erf_op_test.py [new file with mode: 0644]
caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip [new file with mode: 0644]
caffe2/utils/eigen_utils.h
caffe2/utils/math.h
caffe2/utils/math_cpu.cc
caffe2/utils/math_gpu.cu
test/onnx/expect/TestOperators.test_erf.expect [new file with mode: 0644]
test/onnx/test_operators.py
test/onnx/test_pytorch_onnx_caffe2.py
torch/onnx/symbolic.py