API symbolsSymInt
Copy
SymInt
- class tensorplay.SymInt
-
- bit_length(self: tensorplay._C.SymInt) int
- ceil(self: tensorplay._C.SymInt) tensorplay._C.SymInt
- clone(self: tensorplay._C.SymInt) tensorplay._C.SymInt
- conjugate(self: tensorplay._C.SymInt) tensorplay._C.SymInt
- expect_int(self: tensorplay._C.SymInt) int
- floor(self: tensorplay._C.SymInt) tensorplay._C.SymInt
- guard_int(self: tensorplay._C.SymInt, file: str = '', line: SupportsInt | SupportsIndex = 0) int
- has_hint(self: tensorplay._C.SymInt) bool
- is_heap_allocated(self: tensorplay._C.SymInt) bool
- is_same(self: tensorplay._C.SymInt, arg0: tensorplay._C.SymInt) bool
- is_symbolic(self: tensorplay._C.SymInt) bool
- max(self: tensorplay._C.SymInt, arg0: tensorplay._C.SymInt) tensorplay._C.SymInt
- min(self: tensorplay._C.SymInt, arg0: tensorplay._C.SymInt) tensorplay._C.SymInt
- pow_by_natural(self: tensorplay._C.SymInt, arg0: tensorplay._C.SymInt) tensorplay._C.SymInt
- round(self: tensorplay._C.SymInt) tensorplay._C.SymInt
- sym_eq(self: tensorplay._C.SymInt, arg0: tensorplay._C.SymInt) tensorplay._C.SymBool
- sym_float(self: tensorplay._C.SymInt) tensorplay._C.SymFloat
- sym_ge(self: tensorplay._C.SymInt, arg0: tensorplay._C.SymInt) tensorplay._C.SymBool
- sym_gt(self: tensorplay._C.SymInt, arg0: tensorplay._C.SymInt) tensorplay._C.SymBool
- sym_le(self: tensorplay._C.SymInt, arg0: tensorplay._C.SymInt) tensorplay._C.SymBool
- sym_lt(self: tensorplay._C.SymInt, arg0: tensorplay._C.SymInt) tensorplay._C.SymBool
- sym_ne(self: tensorplay._C.SymInt, arg0: tensorplay._C.SymInt) tensorplay._C.SymBool
- static symbolic(name: str, hint: SupportsInt | SupportsIndex | None = None) tensorplay._C.SymInt
- to_sym_float(self: tensorplay._C.SymInt) tensorplay._C.SymFloat
- trunc(self: tensorplay._C.SymInt) tensorplay._C.SymInt
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?

