-
由 Frederic Bastien 提交于
Make SearchSortedOp always return int64 as I'm not able to always figure out what is the output dtype. In particular, in Python 32bit, it don't return int64, but if I make it return intN where N is the python bit version, it also don't work.
a84654ad