Home
last modified time | relevance | path

Searched refs:_test_pad (Results 1 – 8 of 8) sorted by relevance

/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/frontend/tflite/
H A Dtest_forward.py840 def _test_pad(data): function
854 _test_pad([np.arange(1.0, 7.0, dtype=np.float32).reshape((2, 1, 1, 3)),
856 _test_pad([np.arange(1.0, 7.0, dtype=np.float32).reshape((2, 1, 3)),
858 _test_pad([np.arange(1.0, 7.0, dtype=np.float32).reshape((2, 3)),
860 _test_pad([np.arange(1.0, 4.0, dtype=np.float32).reshape((1, 3)),
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/frontend/tflite/
H A Dtest_forward.py840 def _test_pad(data): function
854 _test_pad([np.arange(1.0, 7.0, dtype=np.float32).reshape((2, 1, 1, 3)),
856 _test_pad([np.arange(1.0, 7.0, dtype=np.float32).reshape((2, 1, 3)),
858 _test_pad([np.arange(1.0, 7.0, dtype=np.float32).reshape((2, 3)),
860 _test_pad([np.arange(1.0, 4.0, dtype=np.float32).reshape((1, 3)),
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/frontend/tflite/
H A Dtest_forward.py2330 def _test_pad(data, mode="CONSTANT", quantized=False): function
2362 _test_pad(
2368 _test_pad(
2374 _test_pad(
2380 _test_pad(
2386 _test_pad(
2393 _test_pad(
2400 _test_pad(
/dports/misc/tvm/incubator-tvm-0.6.1/nnvm/tests/python/frontend/tensorflow/
H A Dtest_forward.py777 def _test_pad(input_shape, paddings, mode, **kwargs): function
797 _test_pad((2, 3), [[1,1], [2,2]], mode="CONSTANT")
798 _test_pad((2, 3), [[1,1], [2,2]], mode="CONSTANT", constant_values=1.0)
/dports/misc/py-tvm/incubator-tvm-0.6.1/nnvm/tests/python/frontend/tensorflow/
H A Dtest_forward.py777 def _test_pad(input_shape, paddings, mode, **kwargs): function
797 _test_pad((2, 3), [[1,1], [2,2]], mode="CONSTANT")
798 _test_pad((2, 3), [[1,1], [2,2]], mode="CONSTANT", constant_values=1.0)
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/frontend/tensorflow/
H A Dtest_forward.py1717 def _test_pad(input_shape, paddings, mode, **kwargs): function
1740 _test_pad((2, 3), [[1, 1], [2, 2]], mode="CONSTANT")
1741 _test_pad((2, 3), [[1, 1], [2, 2]], mode="CONSTANT", constant_values=1.0)
1742 _test_pad((2, 3), [[1, 1], [2, 2]], mode="SYMMETRIC")
1743 _test_pad((2, 3), [[1, 1], [2, 2]], mode="REFLECT")
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/frontend/tensorflow/
H A Dtest_forward.py1717 def _test_pad(input_shape, paddings, mode, **kwargs): function
1740 _test_pad((2, 3), [[1, 1], [2, 2]], mode="CONSTANT")
1741 _test_pad((2, 3), [[1, 1], [2, 2]], mode="CONSTANT", constant_values=1.0)
1742 _test_pad((2, 3), [[1, 1], [2, 2]], mode="SYMMETRIC")
1743 _test_pad((2, 3), [[1, 1], [2, 2]], mode="REFLECT")
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/frontend/tensorflow/
H A Dtest_forward.py2642 def _test_pad(input_shape, paddings, mode, **kwargs): function
2665 _test_pad((2, 3), [[1, 1], [2, 2]], mode="CONSTANT")
2666 _test_pad((2, 3), [[1, 1], [2, 2]], mode="CONSTANT", constant_values=1.0)
2667 _test_pad((2, 3), [[1, 1], [2, 2]], mode="SYMMETRIC")
2668 _test_pad((2, 3), [[1, 1], [2, 2]], mode="REFLECT")