pytensor icon indicating copy to clipboard operation
pytensor copied to clipboard

Simplify Function class

Open ricardoV94 opened this issue 2 years ago • 0 comments

Description

As discussed in https://github.com/pymc-devs/pytensor/issues/222 Function is quite bloated.

Some things we could probably remove because nobody uses them:

  1. Default values for function arguments
  2. output_subset kwarg at call_time

trust_input is useful for speedier evaluations, this should be an explicit kwarg to pytensorf.function and not just a hidden property that power-users know how to change after the function is created

ricardoV94 avatar Dec 13 '23 10:12 ricardoV94