PyTorch
Loading...
Searching...
No Matches
Public Member Functions | List of all members
c10::WarningHandler Class Reference

#include <Exception.h>

Public Member Functions

virtual ~WarningHandler ()=default
 
virtual void process (const Warning &warning)
 The default warning handler. Prints the message to stderr. More...
 

Constructor & Destructor Documentation

◆ ~WarningHandler()

virtual c10::WarningHandler::~WarningHandler ( )
virtualdefault

Member Function Documentation

◆ process()

virtual void c10::WarningHandler::process ( const Warning warning)
virtual

The default warning handler. Prints the message to stderr.


The documentation for this class was generated from the following file: