Home / Class/ IValue Class — pytorch Architecture

IValue Class — pytorch Architecture

Architecture documentation for the IValue class in ivalue.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/core/ivalue.h lines 495–498

  template <
      typename T,
      std::enable_if_t<std::is_base_of_v<torch::CustomClassHolder, T>, int> = 0>
  IValue(intrusive_ptr<T> custom_class);

Analyze Your Own Codebase

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

Try Supermodel Free