Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/TensorRT-LLM
/ full
Method
full
tensorrt_llm/llmapi/utils.py:386–387 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
384
return
self._sync_q
385
386
def
full(self) -> bool:
387
return
len(self._q) == self._q.maxlen
388
389
def
empty(self) -> bool:
390
return
not self._q
Callers
15
_matmul_ogs
Function · 0.45
_p_matmul_ogs
Function · 0.45
get_topmask_and_fullmask
Function · 0.45
_swiglu
Function · 0.45
ref.py
File · 0.45
test_gpt_attention
Method · 0.45
test_plugin_no_cache
Method · 0.45
_attn
Method · 0.45
test_gpt_attention_smoothquant
Method · 0.45
allclose
Method · 0.45
test_phi
Method · 0.45
test_llama
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_gpt_attention
Method · 0.36
test_plugin_no_cache
Method · 0.36
_attn
Method · 0.36
test_gpt_attention_smoothquant
Method · 0.36
allclose
Method · 0.36
test_phi
Method · 0.36
test_llama
Method · 0.36
test_gpt_float32
Method · 0.36
test_gpt_plugin
Method · 0.36
_test_moe_base
Method · 0.36
load_test_cases
Method · 0.36
setUp
Method · 0.36