MCPcopy Create free account
hub / github.com/pytorch/executorch / MethodTestSuite

Class MethodTestSuite

devtools/bundled_program/config.py:111–120  ·  view source on GitHub ↗

All test info related to verify method Attributes: method_name: Name of the method to be verified. test_cases: All test cases for verifying the method.

Source from the content-addressed store, hash-verified

109
110@dataclass
111class MethodTestSuite:
112 """All test info related to verify method
113
114 Attributes:
115 method_name: Name of the method to be verified.
116 test_cases: All test cases for verifying the method.
117 """
118
119 method_name: str
120 test_cases: Sequence[MethodTestCase]

Callers 15

mainFunction · 0.90
_save_bpte_programFunction · 0.90
save_bundled_programFunction · 0.90
dump_bundled_programFunction · 0.90
create_bundled_programFunction · 0.90
get_bundled_programFunction · 0.90
generate_bundled_programFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls