Home
last modified time | relevance | path

Searched refs:InnerTestModule (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dmodules.cpp5233 struct InnerTestModule : torch::nn::Module { in TEST_F() struct
5234 InnerTestModule() in TEST_F() argument
5250 inner(register_module("inner", std::make_shared<InnerTestModule>())) { in TEST_F()
5255 std::shared_ptr<InnerTestModule> inner; in TEST_F()