tvm
|
#include <expr.h>
Public Member Functions | |
Range (PrimExpr begin, PrimExpr end, Span span=Span()) | |
constructor by begin and end More... | |
TVM_DEFINE_OBJECT_REF_METHODS (Range, ObjectRef, RangeNode) | |
Static Public Member Functions | |
static Range | FromMinExtent (PrimExpr min, PrimExpr extent, Span span=Span()) |
construct a new range with min and extent The corresponding constructor is removed, because that is counter convention of tradition meaning of range(begin, end) More... | |
Range container
constructor by begin and end
begin | The begin of the range. |
end | The end of the range. |
span | The location of the Range in the source. |
construct a new range with min and extent The corresponding constructor is removed, because that is counter convention of tradition meaning of range(begin, end)
min | The minimum range. |
extent | The extent of the range. |
span | The location of the Range in the source. |