We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122177c commit 7684ec6Copy full SHA for 7684ec6
docs/source/api/aesaraf.rst
@@ -10,17 +10,16 @@ Aesara utils
10
gradient
11
hessian
12
hessian_diag
13
+ jacobian
14
inputvars
15
cont_inputs
16
floatX
17
intX
18
smartfloatX
- jacobian
19
CallableTensor
20
join_nonshared_inputs
21
make_shared_replacements
22
generator
23
set_at_rng
24
at_rng
25
- take_along_axis
26
pandas_to_array
pymc/aesaraf.py
@@ -81,6 +81,7 @@
81
"set_at_rng",
82
"at_rng",
83
"convert_observed_data",
84
+ "compile_pymc",
85
]
86
87
0 commit comments