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

Function default_trtnet

tensorrt_llm/_common.py:109–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107
108
109def default_trtnet():
110 return default_net().trt_network
111
112
113def set_network(network):

Callers 15

flash_attention_opFunction · 0.90
__call__Method · 0.85
activationFunction · 0.85
clipFunction · 0.85
castFunction · 0.85
flipFunction · 0.85
interpolateFunction · 0.85
matmulFunction · 0.85
gemm_swigluFunction · 0.85
constantFunction · 0.85
sliceFunction · 0.85
padFunction · 0.85

Calls 1

default_netFunction · 0.85

Tested by

no test coverage detected