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 (ffi::Optional< ExprDoc > start, ffi::Optional< ExprDoc > stop, ffi::Optional< ExprDoc > step)
 Constructor of SliceDoc. More...
 
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (SliceDoc, Doc, SliceDocNode)
 
- Public Member Functions inherited from tvm::script::printer::Doc
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (Doc, ObjectRef, DocNode)
 

Additional Inherited Members

- Protected Member Functions inherited from tvm::script::printer::Doc
 Doc ()=default
 
 Doc (ObjectPtr< DocNode > data)
 

Detailed Description

Reference type of SliceDocNode.

See also
SliceDocNode

Constructor & Destructor Documentation

◆ SliceDoc()

tvm::script::printer::SliceDoc::SliceDoc ( ffi::Optional< ExprDoc start,
ffi::Optional< ExprDoc stop,
ffi::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_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE()

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

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