tensor
¶
Provide internal nodes for the Arrow C++ backed tensor runtime, aligned with Apache Arrow's homogeneous N-dimensional tensor model.
Classes:
-
TensorByteOffset– -
TensorElementCount– -
TensorIndex– -
TensorLiteral– -
TensorNDim– -
TensorRelease– -
TensorRetain– -
TensorShape– -
TensorStore– -
TensorStride– -
TensorType– -
TensorView–
TensorByteOffset
¶
Bases: DataType
Methods:
-
get_struct– -
to_json– -
to_yaml–
Source code in packages/irx/src/irx/astx/tensor.py
544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 | |
get_struct
¶
get_struct(simplified: bool = False) -> ReprStruct
Source code in packages/irx/src/irx/astx/tensor.py
564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 | |
to_json
¶
Source code in packages/astx/src/astx/base.py
400 401 402 403 404 405 406 407 408 409 | |
to_yaml
¶
Source code in packages/astx/src/astx/base.py
387 388 389 390 391 392 393 394 395 396 397 398 | |
TensorElementCount
¶
TensorElementCount(base: AST)
Bases: DataType
Methods:
-
get_struct– -
to_json– -
to_yaml–
Source code in packages/irx/src/irx/astx/tensor.py
500 501 502 503 504 505 506 507 508 509 | |
get_struct
¶
get_struct(simplified: bool = False) -> ReprStruct
Source code in packages/irx/src/irx/astx/tensor.py
511 512 513 514 515 516 517 518 519 520 521 522 523 524 | |
to_json
¶
Source code in packages/astx/src/astx/base.py
400 401 402 403 404 405 406 407 408 409 | |
to_yaml
¶
Source code in packages/astx/src/astx/base.py
387 388 389 390 391 392 393 394 395 396 397 398 | |
TensorIndex
¶
Bases: DataType
Methods:
-
get_struct– -
to_json– -
to_yaml–
Source code in packages/irx/src/irx/astx/tensor.py
230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 | |
get_struct
¶
get_struct(simplified: bool = False) -> ReprStruct
Source code in packages/irx/src/irx/astx/tensor.py
250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 | |
to_json
¶
Source code in packages/astx/src/astx/base.py
400 401 402 403 404 405 406 407 408 409 | |
to_yaml
¶
Source code in packages/astx/src/astx/base.py
387 388 389 390 391 392 393 394 395 396 397 398 | |
TensorLiteral
¶
TensorLiteral(
values: Sequence[AST],
*,
element_type: DataType,
shape: Sequence[int],
strides: Sequence[int] | None = None,
offset_bytes: int = 0,
)
Bases: DataType
Build one Arrow C++ tensor value from scalar values plus shape and stride metadata. attributes: values: type: list[astx.AST] element_type: type: astx.DataType shape: type: tuple[int, Ellipsis] strides: type: tuple[int, Ellipsis] | None offset_bytes: type: int type_: type: TensorType
Methods:
-
get_struct– -
to_json– -
to_yaml–
Source code in packages/irx/src/irx/astx/tensor.py
84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | |
get_struct
¶
get_struct(simplified: bool = False) -> ReprStruct
Source code in packages/irx/src/irx/astx/tensor.py
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 | |
to_json
¶
Source code in packages/astx/src/astx/base.py
400 401 402 403 404 405 406 407 408 409 | |
to_yaml
¶
Source code in packages/astx/src/astx/base.py
387 388 389 390 391 392 393 394 395 396 397 398 | |
TensorNDim
¶
TensorNDim(base: AST)
Bases: DataType
Methods:
-
get_struct– -
to_json– -
to_yaml–
Source code in packages/irx/src/irx/astx/tensor.py
357 358 359 360 361 362 363 364 365 366 | |
get_struct
¶
get_struct(simplified: bool = False) -> ReprStruct
Source code in packages/irx/src/irx/astx/tensor.py
368 369 370 371 372 373 374 375 376 377 378 379 380 381 | |
to_json
¶
Source code in packages/astx/src/astx/base.py
400 401 402 403 404 405 406 407 408 409 | |
to_yaml
¶
Source code in packages/astx/src/astx/base.py
387 388 389 390 391 392 393 394 395 396 397 398 | |
TensorRelease
¶
TensorRelease(base: AST)
Bases: DataType
Methods:
-
get_struct– -
to_json– -
to_yaml–
Source code in packages/irx/src/irx/astx/tensor.py
641 642 643 644 645 646 647 648 649 650 | |
get_struct
¶
get_struct(simplified: bool = False) -> ReprStruct
Source code in packages/irx/src/irx/astx/tensor.py
652 653 654 655 656 657 658 659 660 661 662 663 664 665 | |
to_json
¶
Source code in packages/astx/src/astx/base.py
400 401 402 403 404 405 406 407 408 409 | |
to_yaml
¶
Source code in packages/astx/src/astx/base.py
387 388 389 390 391 392 393 394 395 396 397 398 | |
TensorRetain
¶
TensorRetain(base: AST)
Bases: DataType
Methods:
-
get_struct– -
to_json– -
to_yaml–
Source code in packages/irx/src/irx/astx/tensor.py
600 601 602 603 604 605 606 607 608 609 | |
get_struct
¶
get_struct(simplified: bool = False) -> ReprStruct
Source code in packages/irx/src/irx/astx/tensor.py
611 612 613 614 615 616 617 618 619 620 621 622 623 624 | |
to_json
¶
Source code in packages/astx/src/astx/base.py
400 401 402 403 404 405 406 407 408 409 | |
to_yaml
¶
Source code in packages/astx/src/astx/base.py
387 388 389 390 391 392 393 394 395 396 397 398 | |
TensorShape
¶
Bases: DataType
Methods:
-
get_struct– -
to_json– -
to_yaml–
Source code in packages/irx/src/irx/astx/tensor.py
401 402 403 404 405 406 407 408 409 410 411 412 413 | |
get_struct
¶
get_struct(simplified: bool = False) -> ReprStruct
Source code in packages/irx/src/irx/astx/tensor.py
415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 | |
to_json
¶
Source code in packages/astx/src/astx/base.py
400 401 402 403 404 405 406 407 408 409 | |
to_yaml
¶
Source code in packages/astx/src/astx/base.py
387 388 389 390 391 392 393 394 395 396 397 398 | |
TensorStore
¶
Bases: DataType
Stores one scalar through tensor shape and stride metadata. Arrow C++ backed tensors remain readonly in this phase, but the node keeps the surface aligned with future writable views. attributes: base: type: astx.AST indices: type: list[astx.AST] value: type: astx.AST type_: type: astx.Int32
Methods:
-
get_struct– -
to_json– -
to_yaml–
Source code in packages/irx/src/irx/astx/tensor.py
296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 | |
get_struct
¶
get_struct(simplified: bool = False) -> ReprStruct
Source code in packages/irx/src/irx/astx/tensor.py
320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 | |
to_json
¶
Source code in packages/astx/src/astx/base.py
400 401 402 403 404 405 406 407 408 409 | |
to_yaml
¶
Source code in packages/astx/src/astx/base.py
387 388 389 390 391 392 393 394 395 396 397 398 | |
TensorStride
¶
Bases: DataType
Methods:
-
get_struct– -
to_json– -
to_yaml–
Source code in packages/irx/src/irx/astx/tensor.py
452 453 454 455 456 457 458 459 460 461 462 463 464 | |
get_struct
¶
get_struct(simplified: bool = False) -> ReprStruct
Source code in packages/irx/src/irx/astx/tensor.py
466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 | |
to_json
¶
Source code in packages/astx/src/astx/base.py
400 401 402 403 404 405 406 407 408 409 | |
to_yaml
¶
Source code in packages/astx/src/astx/base.py
387 388 389 390 391 392 393 394 395 396 397 398 | |
TensorType
¶
TensorType(element_type: DataType | None = None)
Bases: AnyType
Represent the homogeneous N-dimensional tensor abstraction while reusing the canonical buffer/view representation during lowering. attributes: element_type: type: astx.DataType | None
Methods:
-
get_struct– -
to_json– -
to_yaml–
Source code in packages/irx/src/irx/astx/tensor.py
34 35 36 37 38 39 40 41 42 | |
get_struct
¶
get_struct(simplified: bool = False) -> ReprStruct
Source code in packages/astx/src/astx/base.py
685 686 687 688 689 690 691 692 693 694 695 696 | |
to_json
¶
Source code in packages/astx/src/astx/base.py
400 401 402 403 404 405 406 407 408 409 | |
to_yaml
¶
Source code in packages/astx/src/astx/base.py
387 388 389 390 391 392 393 394 395 396 397 398 | |
TensorView
¶
TensorView(
base: AST,
*,
shape: Sequence[int],
strides: Sequence[int] | None = None,
offset_bytes: int = 0,
)
Bases: DataType
Build one shallow tensor view by reusing the base storage and replacing the logical shape, strides, and offset metadata. attributes: base: type: astx.AST shape: type: tuple[int, Ellipsis] strides: type: tuple[int, Ellipsis] | None offset_bytes: type: int type_: type: TensorType
Methods:
-
get_struct– -
to_json– -
to_yaml–
Source code in packages/irx/src/irx/astx/tensor.py
164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 | |
get_struct
¶
get_struct(simplified: bool = False) -> ReprStruct
Source code in packages/irx/src/irx/astx/tensor.py
191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 | |
to_json
¶
Source code in packages/astx/src/astx/base.py
400 401 402 403 404 405 406 407 408 409 | |
to_yaml
¶
Source code in packages/astx/src/astx/base.py
387 388 389 390 391 392 393 394 395 396 397 398 | |