tvm
Public Member Functions | List of all members
tvm::script::printer::SliceDoc Class Reference

Reference type of SliceDocNode. More...

#include <doc.h>

Inheritance diagram for tvm::script::printer::SliceDoc:
Collaboration diagram for tvm::script::printer::SliceDoc:

Public Member Functions

 SliceDoc (Optional< ExprDoc > start, Optional< ExprDoc > stop, Optional< ExprDoc > step)
 Constructor of SliceDoc. More...
 
 TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (SliceDoc, Doc, SliceDocNode)
 
- Public Member Functions inherited from tvm::script::printer::Doc
 TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (Doc, ObjectRef, DocNode)
 

Additional Inherited Members

- Protected Member Functions inherited from tvm::script::printer::Doc
 Doc ()=default
 

Detailed Description

Reference type of SliceDocNode.

See also
SliceDocNode

Constructor & Destructor Documentation

◆ SliceDoc()

tvm::script::printer::SliceDoc::SliceDoc ( Optional< ExprDoc start,
Optional< ExprDoc stop,
Optional< ExprDoc step 
)
explicit

Constructor of SliceDoc.

Parameters
startThe start of slice.
stopThe exclusive end of slice.
stepThe step of slice.

Member Function Documentation

◆ TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS()

tvm::script::printer::SliceDoc::TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS ( SliceDoc  ,
Doc  ,
SliceDocNode   
)

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