tensors_buffers
¶
Compose the tensor and buffer-view visitor overloads into the public tensor- and-buffer expression mixin.
Classes:
ExpressionTensorBufferVisitorMixin
¶
Bases: ExpressionTensorVisitorMixin, ExpressionBufferViewVisitorMixin
Methods:
-
visit–
visit
¶
visit(node: TensorRelease) -> None
Source code in packages/irx/src/irx/analysis/handlers/_expressions/tensors.py
497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 | |