Caffe2 - C++ API
A deep learning, cross platform ML framework
Data Fields
c10::SourceLocation Struct Reference

Represents a location in source code (for debugging). More...

#include <StringUtil.h>

Inheritance diagram for c10::SourceLocation:
torch::jit::SourceRange torch::jit::StringSourceLocation

Data Fields

const char * function
 
const char * file
 
uint32_t line
 

Detailed Description

Represents a location in source code (for debugging).

Definition at line 69 of file StringUtil.h.


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