MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / insertShapesInference

Function insertShapesInference

samples/common/sampleOptions.cpp:295–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295void insertShapesInference(
296 InferenceOptions::ShapeProfile& shapes, std::string const& name, std::vector<int32_t> const& dims)
297{
298 shapes[name] = dims;
299}
300
301std::string removeSingleQuotationMarks(std::string& str)
302{

Callers 2

getShapesInferenceFunction · 0.85
parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected