PyTensor utils#
|
Use |
|
|
|
|
|
|
|
|
|
Get the inputs into PyTensor variables |
|
Get the continuous inputs into PyTensor variables |
|
Convert an PyTensor tensor or numpy array to pytensor.config.floatX type. |
|
Convert a pytensor tensor or numpy array to pytensor.tensor.int32 type. |
|
Converts numpy float values to floatX and leaves values of other types unchanged. |
|
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. |
|
Makes shared replacements for all other variables than the ones passed. |
|
Generator variable with possibility to set default value and new generator. |
|
Convert user provided dataset to accepted formats. |