Home / Function/ testRunUndefinedMethod() — pytorch Function Reference

testRunUndefinedMethod() — pytorch Function Reference

Architecture documentation for the testRunUndefinedMethod() function in PytorchTestBase.java from the pytorch codebase.

Entity Profile

Dependency Diagram

graph TD
  890998b1_ca13_8440_3d1f_3291bf325f5d["testRunUndefinedMethod()"]
  fd3711c0_c2a1_0848_309d_ba2ef1be4466["loadModel()"]
  890998b1_ca13_8440_3d1f_3291bf325f5d -->|calls| fd3711c0_c2a1_0848_309d_ba2ef1be4466
  style 890998b1_ca13_8440_3d1f_3291bf325f5d 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");
  }

Subdomains

Calls

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