Skip to content

Commit

Permalink
Expose integrated gradient function to enable building custom exporte…
Browse files Browse the repository at this point in the history
…r with it.

PiperOrigin-RevId: 507871940
  • Loading branch information
Graph Learning Team authored and tensorflower-gardener committed Feb 7, 2023
1 parent 44eef67 commit 98e3172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow_gnn/runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@

# Model helpers
chain_first_output = model_utils.chain_first_output
integrated_gradients = attribution.integrated_gradients

# Orchestration
run = orchestration.run
Expand Down

0 comments on commit 98e3172

Please sign in to comment.