Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dmodule.cpp840 struct TestContainer : torch::nn::Module { struct
841 TestContainer(int64_t number, std::vector<TestContainer> modules = {}) in TestContainer() function
853 return std::dynamic_pointer_cast<TestContainer>(module) in get_test_container_item() argument
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/
H A Dcontiguous_container.cc11 void TestContainer(size_t capacity) { in TestContainer() function