Searched refs:test_infer_forward_stype (Results 1 – 2 of 2) sorted by relevance
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/unittest/ |
H A D | test_sparse_operator.py | 1295 def test_infer_forward_stype(lhs_shape, rhs_shape, lhs_density, rhs_density, trans_a, trans_b): function 1411 test_infer_forward_stype(lhs_shape, (lhs_shape[1], rnd.randint(10, 20)), 1413 test_infer_forward_stype(lhs_shape, (rnd.randint(10, 20), lhs_shape[1]), 1415 test_infer_forward_stype(lhs_shape, (lhs_shape[0], rnd.randint(10, 20)), 1417 test_infer_forward_stype(lhs_shape, (rnd.randint(10, 20), lhs_shape[0]),
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/ |
H A D | test_sparse_operator.py | 1295 def test_infer_forward_stype(lhs_shape, rhs_shape, lhs_density, rhs_density, trans_a, trans_b): function 1411 test_infer_forward_stype(lhs_shape, (lhs_shape[1], rnd.randint(10, 20)), 1413 test_infer_forward_stype(lhs_shape, (rnd.randint(10, 20), lhs_shape[1]), 1415 test_infer_forward_stype(lhs_shape, (lhs_shape[0], rnd.randint(10, 20)), 1417 test_infer_forward_stype(lhs_shape, (rnd.randint(10, 20), lhs_shape[0]),
|