tfautograph icon indicating copy to clipboard operation
tfautograph copied to clipboard

export `ag_for`, `ag_if`, and friends.

Open t-kalinowski opened this issue 3 years ago • 0 comments

  • Gives users opportunity to more precisely control which expressions get autographed
  • Allows for refactoring the main entry point autograph(), to work via symbolic substitution like for -> tfautograph::ag_for, would no longer need to modify the function environment or even subclass the returned autographed function.

t-kalinowski avatar Feb 01 '22 14:02 t-kalinowski