Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
torch::autograd::NotImplemented Struct Reference
Inheritance diagram for torch::autograd::NotImplemented:
c10::Error

Public Member Functions

 NotImplemented (const std::string &forward_fn, edge_list &&next_edges)
 
 NotImplemented (const std::string &forward_fn)
 
- Public Member Functions inherited from c10::Error
 Error (const std::string &msg, const std::string &backtrace, const void *caller=nullptr)
 
 Error (SourceLocation source_location, const std::string &msg)
 
 Error (const char *file, const uint32_t line, const char *condition, const std::string &msg, const std::string &backtrace, const void *caller=nullptr)
 
void AppendMessage (const std::string &msg)
 
std::string msg () const
 
std::string msg_without_backtrace () const
 
const std::vector< std::string > & msg_stack () const
 
const char * what () const noexceptoverride
 Returns the complete error message, including the source location.
 
const void * caller () const noexcept
 
const char * what_without_backtrace () const noexcept
 Returns only the error message string, without source location.
 

Detailed Description

Definition at line 30 of file basic_ops.h.


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