Home
last modified time | relevance | path

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

/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/frontend/tensorflow/
H A Dtest_forward.py971 def _test_batch_matmul(A_shape, B_shape, dtype, adjoint_a=False, adjoint_b=False): argument
977 adjoint_b=adjoint_b, name='batchmatmul')
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/frontend/tensorflow/
H A Dtest_forward.py971 def _test_batch_matmul(A_shape, B_shape, dtype, adjoint_a=False, adjoint_b=False): argument
977 adjoint_b=adjoint_b, name='batchmatmul')
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/frontend/tflite/
H A Dtest_forward.py644 def _test_batch_matmul(A_shape, B_shape, dtype, adjoint_a=False, adjoint_b=False): argument
648 result = math_ops.matmul(A, B, adjoint_a=adjoint_a, adjoint_b=adjoint_b, name="batchmatmul")
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/frontend/tensorflow/
H A Dtest_forward.py1649 def _test_batch_matmul(A_shape, B_shape, dtype, adjoint_a=False, adjoint_b=False): argument
1654 result = tf.matmul(A, B, adjoint_a=adjoint_a, adjoint_b=adjoint_b, name="batchmatmul")