tvm
Public Attributes | List of all members
tvm::script::printer::IRDocsifierNode::VariableInfo Struct Reference

Information about a variable, including its optional name and its doc creator. More...

#include <ir_docsifier.h>

Collaboration diagram for tvm::script::printer::IRDocsifierNode::VariableInfo:

Public Attributes

DocCreator creator
 The creator. More...
 
Optional< Stringname
 The name of the variable. More...
 

Detailed Description

Information about a variable, including its optional name and its doc creator.

Member Data Documentation

◆ creator

DocCreator tvm::script::printer::IRDocsifierNode::VariableInfo::creator

The creator.

◆ name

Optional<String> tvm::script::printer::IRDocsifierNode::VariableInfo::name

The name of the variable.


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