TensorPlay
API symbolsSymInt
Copy
View Markdown

SymInt

class tensorplay.SymInt
as_integer_ratio(self: tensorplay._C.SymInt) tuple[tensorplay._C.SymInt, int]
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
maybe_as_int(self: tensorplay._C.SymInt) int | None
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

On this page

Ask DeepWiki