MCPcopy Create free account
hub / github.com/apache/tvm / preprocess_data

Method preprocess_data

tests/python/ci/test_tvmbot.py:43–48  ·  view source on GitHub ↗

Used to pre-process PR data before running the test. Override as necessary to edit data for specific test cases.

(self, data: dict[str, Any])

Source from the content-addressed store, hash-verified

41 NUMBER = 10786
42
43 def preprocess_data(self, data: dict[str, Any]):
44 """
45 Used to pre-process PR data before running the test. Override as
46 necessary to edit data for specific test cases.
47 """
48 return data
49
50 @tvm.testing.skip_if_wheel_test
51 def test(self, tmpdir_factory):

Callers 1

testMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected