MCPcopy Index your code
hub / github.com/apache/tvm / test_quantized_matmul_add

Function test_quantized_matmul_add

tests/python/contrib/test_cblas.py:186–195  ·  view source on GitHub ↗

Tests of quantized matmul+add op

()

Source from the content-addressed store, hash-verified

184
185
186def test_quantized_matmul_add():
187 """Tests of quantized matmul+add op"""
188 verify_quantized_matmul_add(235, 128, 1024)
189 verify_quantized_matmul_add(235, 128, 1024, True, False)
190 verify_quantized_matmul_add(235, 128, 1024, False, True)
191 verify_quantized_matmul_add(235, 128, 1024, True, True)
192 verify_quantized_matmul_add(1, 16, 4)
193 verify_quantized_matmul_add(1, 16, 3, True, False)
194 verify_quantized_matmul_add(1, 16, 3, False, True)
195 verify_quantized_matmul_add(1, 16, 3, True, True)
196
197
198def verify_batch_matmul(

Callers 1

test_cblas.pyFile · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…