-
```python3
>>> from sympy import *
>>> A = MatrixSymbol('A', 4, 4)
>>> A[5:0:-1, 5:0:-1].as_explicit()
Matrix([
[A[5, 5], A[5, 4], A[5, 3], A[5, 2], A[5, 1]],
[A[4, 5], A[4, 4], A[4, 3], A[4, …
-
o.p 에만 기여한 명령/expression들을 전체 프로그램에서 제거해서 간소화 해야하는데...
-
I'd like to propose a change similar to #990 but for lists.
The following behavior can lead to bugs and I believe that attempts to access an element outside of a list should throw an exception to p…
-
@AlexImmer, @runame, @edaxberger: As you know, I'm currently working on last-layer Laplace for img2img tasks, e.g. autoencoder, image segmentation. We can't use the current implementation in this libr…
-
stable diffusion webui works just fine, I've got automatic1111 and other forks all working just fine on this machine.
╭─────────────────────────────── Traceback (most recent call last) ────────────…
-
@mchalupa, hi!. I'm working on reducing two semantically equivalent IRs, which share similar syntatical structure. Now I want to slice based those different instructions, and cut off anything irreleva…
XChy updated
11 months ago
-
https://github.com/mchalupa/dg/blob/1d657baa781b9f6105128fd27da968b66ac6910b/include/dg/analysis/NodesWalk.h#L294
Hello,
I have a question on the above line. Why does only the first node of a de…
-
It appears JavaParser is more geared towards parsing. I am wondering whether JavaParser can be used for static program slicing?
If someone already did it using this library, would love to hear tha…
-
I read the weekly reports in this project and want to use the function of program slicing in Android application.Could you tell me how to get this function?Is there API that I can use to directly get …
-
Let's turn on default `check_contents` of index dtype in `csr_array()` while adding a new keyword argument to turn it off. Something like:
```csr_array((data, coords), auto_index_dtype=False)```
…