Make CPython implementation function type-correct, which removes UB from calling...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Sun, 13 May 2018 17:09:58 +0000 (10:09 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Sun, 13 May 2018 17:12:41 +0000 (10:12 -0700)
commit0bde48e75d2e9f7c4d8af487476948d0180b4bdb
tree78eaad439d1265f1043f3e2c33cdd4dc27ebaaea
parentc03bd90c5c89856e53a33f9bae9130237abd3914
Make CPython implementation function type-correct, which removes UB from calling a function through a pointer of the wrong type, and also removes a C-style cast.

PiperOrigin-RevId: 196428430
tensorflow/python/lib/core/ndarray_tensor_bridge.cc