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

Function engine_get_binding_shape

python/src/infer/pyCore.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186};
187
188Dims engine_get_binding_shape(ICudaEngine& self, std::string const& name)
189{
190 return self.getBindingDimensions(self.getBindingIndex(name.c_str()));
191};
192
193DataType engine_get_binding_dtype(ICudaEngine& self, std::string const& name)
194{

Callers

nothing calls this directly

Calls 3

getBindingIndexMethod · 0.80
c_strMethod · 0.80
getBindingDimensionsMethod · 0.45

Tested by

no test coverage detected