Typo from solving merge conflict

This commit is contained in:
Mihai Maruseac 2019-12-20 16:41:59 -08:00
parent db4d04782c
commit bd74d92d10

View File

@ -600,7 +600,7 @@ Status PySeqToTensor(PyObject* obj, DataType dtype, Tensor* ret) {
break;
case DT_HALF:
if (NumpyHalfConverter::Convert(obj, &shape, ret) == nullptr)
if (NumpyHalfConverter::Convert(obj, shape, ret) == nullptr)
return Status::OK();
break;