MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / from_name

Method from_name

tools/Polygraphy/tests/test_examples.py:39–43  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

37
38 @staticmethod
39 def from_name(name):
40 return Marker(
41 matches_start_func=lambda line: line == f"<!-- Polygraphy Test: {name} Start -->",
42 matches_end_func=lambda line: line == f"<!-- Polygraphy Test: {name} End -->",
43 )
44
45
46VALID_MARKERS = {

Callers 1

test_examples.pyFile · 0.80

Calls 1

MarkerClass · 0.85

Tested by

no test coverage detected