MCPcopy 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
375template <typename T>
376void print(std::ostream& os, T v)
377{
378 os << v;
379}
380
381void print(std::ostream& os, int8_t v)
382{

Callers 15

compareFunction · 0.85
test_print_descriptorMethod · 0.85
test_print_moduleMethod · 0.85
test_print_calibratorMethod · 0.85
test_per_tensor_scaleMethod · 0.85
test_scaled_modeMethod · 0.85
test_from_to_dictMethod · 0.85
test_from_to_yamlMethod · 0.85
test_simple_runMethod · 0.85

Calls

no outgoing calls

Tested by 15

test_print_descriptorMethod · 0.68
test_print_moduleMethod · 0.68
test_print_calibratorMethod · 0.68
test_per_tensor_scaleMethod · 0.68
test_scaled_modeMethod · 0.68
test_from_to_dictMethod · 0.68
test_from_to_yamlMethod · 0.68
test_simple_runMethod · 0.68