support casting to string (#15110)
authorXianjie Chen <cxj@fb.com>
Thu, 13 Dec 2018 05:31:14 +0000 (21:31 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 13 Dec 2018 05:33:58 +0000 (21:33 -0800)
commitfabd23cb2da00d6c0f033ba22a07106302213fb7
treebe130d80505d83dfd7b0b00c7d1e38c55eae9d73
parent1717ea1da0906a94371754b604200c58cb3cdcf3
support casting to string (#15110)

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

support casting to string on CPU

Reviewed By: intermilan

Differential Revision: D13429381

fbshipit-source-id: b737a1ba1237b10f692d5c42b42a544b94ba9fd1
caffe2/operators/cast_op.cc
caffe2/python/operator_test/cast_op_test.py