MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / MockAttentionBackend

Class MockAttentionBackend

tests/distributed/chunked_moe.py:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95
96class MockAttentionBackend:
97 def __init__(self):
98 pass
99
100 def init_attention_metadata(self, forward_meta):
101 pass
102
103
104class MockQuantMethod:

Callers 1

setup_model_runnerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected