Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/NVIDIA/TensorRT-LLM
/ expr
Method
expr
tensorrt_llm/python_plugin.py:115–116 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
113
114
@property
115
def
expr(self):
116
return
self._expr
117
118
@expr.setter
119
def
expr(self, expr: Union[
"DimensionExpr"
, trt.IDimensionExpr, int, Type[None]]):
Callers
nothing calls this directly
Calls
1
make_expr
Function · 0.85
Tested by
no test coverage detected