- 25 1月, 2022 5 次提交
- 24 1月, 2022 2 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
- 23 1月, 2022 9 次提交
-
-
由 Brandon T. Willard 提交于
Closes #709
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
- 21 1月, 2022 7 次提交
- 20 1月, 2022 3 次提交
-
-
由 Kaustubh 提交于
-
由 Ricardo 提交于
The rewrite would sometimes return a new graph identical to the original, resulting in divergence.
-
由 Brandon T. Willard 提交于
-
- 19 1月, 2022 2 次提交
-
-
由 kc611 提交于
-
由 Brandon T. Willard 提交于
This means that an `aesara.function`-compiled result, e.g. `func`, will expose the underlying JITed function as `func.fn.jit_fn`.
-
- 18 1月, 2022 5 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
This should retain most backward compatibility.
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
- 13 1月, 2022 7 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
`TensorType` now supports full shape information. The field `TensorType.broadcastable` has been replaced by `TensorType.shape`, which corresponds to the available static shape information. `None`s are used to encode unknown/no static shape information for a dimension.
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
These changes enforce a strict "narrowing"-only conversion policy; i.e. `Type`s can be converted to equal or more specific types.
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
After fixing `Shape`'s broadcastable information, `local_subtensor_remove_broadcastable_index` started replacing all forms of `shape(x)[0]` with `shape(x).dimshuffle(())` when `shape(x).broadcastable == (True,)`, so a lot of the changes in this commit compensate for that difference.
-
由 Brandon T. Willard 提交于
-