MCPcopy
hub / github.com/NVIDIA/TensorRT-LLM / match

Method match

tensorrt_llm/graph_rewriting.py:210–211  ·  view source on GitHub ↗
(self, layer: Layer)

Source from the content-addressed store, hash-verified

208 self._separate_match_rewrite = separate_match_rewrite
209
210 def match(self, layer: Layer) -> bool:
211 raise NotImplementedError()
212
213 def rewrite(self, layer: Layer) -> None:
214 raise NotImplementedError()

Callers 15

get_project_infoFunction · 0.45
extract_meta_infoFunction · 0.45
highlightScalarFunction · 0.45
highlightYamlFunction · 0.45
get_all_lora_weightsFunction · 0.45
parse.pyFile · 0.45
is_urlFunction · 0.45
_get_fb_dit_nameFunction · 0.45
get_trtllm_nameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected