Refactoring serialization of ONNX initializers to be name-based (Resubmission) (...
authorSpandan Tiwari <sptiwari@microsoft.com>
Fri, 29 Mar 2019 22:17:14 +0000 (15:17 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 29 Mar 2019 22:23:29 +0000 (15:23 -0700)
commit1240327c5c84d817d845bf6ec19a28f7c8819a8f
tree2019f84e2a6b3bc8fd46e4b31499a96541968b41
parentfca9d9a1003dbd96820be2cf06e338652bac8ddf
Refactoring serialization of ONNX initializers to be name-based (Resubmission) (#17830)

Summary:
houseroad - this is the resubmission of https://github.com/pytorch/pytorch/pull/17420, as suggested.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/17830

Reviewed By: zrphercule

Differential Revision: D14398714

Pulled By: houseroad

fbshipit-source-id: bda475f1ae8a5273ebdb0f6883fc66036c29d326
test/onnx/expect/TestOperators.test_batchnorm.expect
test/onnx/expect/TestOperators.test_batchnorm_1d.expect
test/onnx/expect/TestOperators.test_batchnorm_noaffine.expect
test/onnx/expect/TestOperators.test_batchnorm_training.expect
test/onnx/expect/TestOperators.test_linear.expect
test/onnx/test_pytorch_onnx_caffe2.py
torch/csrc/jit/export.cpp
torch/csrc/jit/export.h
torch/csrc/jit/python_ir.cpp
torch/onnx/utils.py