Home
last modified time | relevance | path

Searched refs:test_num_rows (Results 1 – 4 of 4) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/datafusion/src/optimizer/
H A Dhash_build_probe_order.rs220 fn test_num_rows() -> Result<()> { in test_num_rows() function
/dports/misc/py-xgboost/xgboost-1.5.1/tests/python-gpu/
H A Dtest_gpu_prediction.py40 test_num_rows = [10, 1000, 5000]
46 for num_rows in test_num_rows:
/dports/misc/xgboost/xgboost-1.5.1/tests/python-gpu/
H A Dtest_gpu_prediction.py40 test_num_rows = [10, 1000, 5000]
46 for num_rows in test_num_rows:
/dports/misc/xgboost/xgboost-1.5.1/gputreeshap/tests/
H A Dtest_gpu_treeshap.cu160 size_t test_num_rows[] = {1, 10, 100, 1000}; variable
166 testing::Combine(testing::ValuesIn(test_num_rows),