pymc.pytensorf.CallableTensor#

class pymc.pytensorf.CallableTensor(tensor)[source]#

Turns a symbolic variable with one input into a function that returns symbolic arguments with the one variable replaced with the input.

Methods

CallableTensor.__init__(tensor)