Home / Function/ dictStringKeyFrom() — pytorch Function Reference

dictStringKeyFrom() — pytorch Function Reference

Architecture documentation for the dictStringKeyFrom() function in IValue.java from the pytorch codebase.

Entity Profile

Dependency Diagram

graph TD
  e95b2621_8f68_34fe_9bdf_704706a450d1["dictStringKeyFrom()"]
  f0795017_33b4_06dc_ad99_d769a6eb57c1["IValue()"]
  e95b2621_8f68_34fe_9bdf_704706a450d1 -->|calls| f0795017_33b4_06dc_ad99_d769a6eb57c1
  style e95b2621_8f68_34fe_9bdf_704706a450d1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

android/pytorch_android/src/main/java/org/pytorch/IValue.java lines 237–242

  @DoNotStrip
  public static IValue dictStringKeyFrom(Map<String, IValue> map) {
    final IValue iv = new IValue(TYPE_CODE_DICT_STRING_KEY);
    iv.mData = map;
    return iv;
  }

Subdomains

Calls

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free