Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/TensorRT-LLM
/ get_current_module
Method
get_current_module
tensorrt_llm/network.py:933–937 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
931
return
932
933
def
get_current_module(self):
934
mod_name =
''
935
if
len(self.call_stack):
936
mod_name = self.call_stack[-1]
937
return
mod_name
938
939
def
get_mod_name(self, mod_obj):
940
name =
''
Callers
1
_set_layer_name
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected