Home / Function/ testSpectralOps() — pytorch Function Reference

testSpectralOps() — pytorch Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  052d88df_f281_6440_6017_bb720bd00058["testSpectralOps()"]
  a8062cd0_1ad1_80fc_38f9_72bf8bdb9051["runModel()"]
  052d88df_f281_6440_6017_bb720bd00058 -->|calls| a8062cd0_1ad1_80fc_38f9_72bf8bdb9051
  style 052d88df_f281_6440_6017_bb720bd00058 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

android/pytorch_android/src/androidTest/java/org/pytorch/PytorchTestBase.java lines 523–529

  @Test
  @Ignore
  public void testSpectralOps() throws IOException {
    // NB: This model fails without lite interpreter.  The error is as follows:
    // RuntimeError: stft requires the return_complex parameter be given for real inputs
    runModel("spectral_ops");
  }

Subdomains

Calls

Frequently Asked Questions

What does testSpectralOps() do?
testSpectralOps() is a function in the pytorch codebase.
What does testSpectralOps() call?
testSpectralOps() calls 1 function(s): runModel.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free