Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepseek-ai/DeepSpec
/ TargetForwardResult
Class
TargetForwardResult
scripts/data/prepare_target_cache.py:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
@dataclass(frozen=True)
50
class
TargetForwardResult:
51
target_hidden_states: torch.Tensor
52
target_last_hidden_states: torch.Tensor
53
54
55
def
_get_target_backbone(target_model):
Callers
1
run_target_forward_with_hooks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected