PyTensor utils#
|
Use |
|
|
|
|
|
|
|
|
|
Get the inputs into PyTensor variables. |
|
Get the continuous inputs into PyTensor variables. |
|
Convert a PyTensor tensor or numpy array to pytensor.config.floatX type. |
|
Convert a pytensor tensor or numpy array to pytensor.tensor.int32 type. |
|
Use constant folding to get constant values of a graph. |
|
Turns a symbolic variable with one input into a function that returns symbolic arguments with the one variable replaced with the input. |
|
Create new outputs and input TensorVariables where the non-shared inputs are joined in a single raveled vector input. |
|
Make shared replacements for all other variables than the ones passed. |
|