Home
last modified time | relevance | path

Searched defs:HooksTestCase (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/test/jit_hooks/
H A Dtest_jit_hooks.cpp47 struct HooksTestCase { struct
51 HooksTestCase(std::string name, std::vector<torch::jit::IValue> inputs, in HooksTestCase() argument