Home / Class/ Log Class — pytorch Architecture

Log Class — pytorch Architecture

Architecture documentation for the Log class in Tunable.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/cuda/tunable/Tunable.h lines 216–221

    template<class... Types>
    void Log(int level, Types... args) {
      if (GetLogOkay() && GetLogLevel() >= level) {
        GetLog() << c10::str(args...) << std::endl;
      }
    }

Analyze Your Own Codebase

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

Try Supermodel Free