Files
apache--tvm/python
Ramana Radhakrishnan 7b898d058c Fix np.int and np.float usage in the tree. (#8389)
* Fix np.int and np.float usage in the tree.

Newer versions of numpy give loads of warnings that suggest
that np.int and np.float will be deprecated. CI uses pytest
and these warning logs clog memory for testing and make it
slower.

* Fix formatting
2021-07-02 15:28:45 -06:00
..