Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/transformer-debugger
/ append
Method
append
neuron_explainer/models/hooks.py:19–21 ·
view source on GitHub ↗
(self, hook)
Source
from the content-addressed store, hash-verified
17
return
x
18
19
def
append(self, hook):
20
self._hooks.append(hook)
21
return
self
22
23
def
bind(self, **kwargs):
24
for
key, value in kwargs.items():
Callers
15
process
Function · 0.45
create_hf_test_data
Function · 0.45
test_dsts_consistency
Function · 0.45
test_reconstituter_vs_transformer
Function · 0.45
test_read_and_write
Function · 0.45
test_model_context_weights
Function · 0.45
test_pretrained_models_against_reference_data
Function · 0.45
test_autoencoder_hooks
Function · 0.45
test_autoencoder_backward_hooks
Function · 0.45
test_autoencoder_hooks_ablation
Function · 0.45
test_autoencoder_hooks_add_error
Function · 0.45
make_dst_list_by_group_id
Function · 0.45
Calls
no outgoing calls
Tested by
15
create_hf_test_data
Function · 0.36
test_dsts_consistency
Function · 0.36
test_reconstituter_vs_transformer
Function · 0.36
test_read_and_write
Function · 0.36
test_model_context_weights
Function · 0.36
test_pretrained_models_against_reference_data
Function · 0.36
test_autoencoder_hooks
Function · 0.36
test_autoencoder_backward_hooks
Function · 0.36
test_autoencoder_hooks_ablation
Function · 0.36
test_autoencoder_hooks_add_error
Function · 0.36
make_dst_list_by_group_id
Function · 0.36
test_tdb_request_vs_transformer
Function · 0.36