Typo from solving merge conflict
This commit is contained in:
parent
db4d04782c
commit
bd74d92d10
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user