Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ print
Function
print
samples/common/sampleUtils.cpp:376–379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
374
375
template <typename T>
376
void print(std::ostream& os, T v)
377
{
378
os << v;
379
}
380
381
void print(std::ostream& os, int8_t v)
382
{
Callers
15
compare
Function · 0.85
test_print_descriptor
Method · 0.85
test_print_tensor_quantizer
Method · 0.85
test_print_module
Method · 0.85
test_print_calibrator
Method · 0.85
test_per_channel_scale
Method · 0.85
test_per_tensor_scale
Method · 0.85
test_per_channel_scale
Method · 0.85
test_scaled_mode
Method · 0.85
test_from_to_dict
Method · 0.85
test_from_to_yaml
Method · 0.85
test_simple_run
Method · 0.85
Calls
no outgoing calls
Tested by
15
test_print_descriptor
Method · 0.68
test_print_tensor_quantizer
Method · 0.68
test_print_module
Method · 0.68
test_print_calibrator
Method · 0.68
test_per_channel_scale
Method · 0.68
test_per_tensor_scale
Method · 0.68
test_per_channel_scale
Method · 0.68
test_scaled_mode
Method · 0.68
test_from_to_dict
Method · 0.68
test_from_to_yaml
Method · 0.68
test_simple_run
Method · 0.68
test_per_channel_scale
Method · 0.68