testRunUndefinedMethod() — pytorch Function Reference
Architecture documentation for the testRunUndefinedMethod() function in PytorchTestBase.java from the pytorch codebase.
Entity Profile
Dependency Diagram
graph TD 42fd4b6f_6abe_ef1a_5581_c448cdb2a26a["testRunUndefinedMethod()"] 9f728842_eeeb_dcbf_a87a_1decf4b380f8["loadModel()"] 42fd4b6f_6abe_ef1a_5581_c448cdb2a26a -->|calls| 9f728842_eeeb_dcbf_a87a_1decf4b380f8 style 42fd4b6f_6abe_ef1a_5581_c448cdb2a26a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
android/pytorch_android/src/androidTest/java/org/pytorch/PytorchTestBase.java lines 196–200
@Test(expected = IllegalArgumentException.class)
public void testRunUndefinedMethod() throws IOException {
final Module module = loadModel(TEST_MODULE_ASSET_NAME);
module.runMethod("test_undefined_method_throws_exception");
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does testRunUndefinedMethod() do?
testRunUndefinedMethod() is a function in the pytorch codebase.
What does testRunUndefinedMethod() call?
testRunUndefinedMethod() calls 1 function(s): loadModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free