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

Function engine_binding_is_input

python/src/infer/pyCore.cpp:183–186  ·  view source on GitHub ↗

For ICudaEngine

Source from the content-addressed store, hash-verified

181
182// For ICudaEngine
183bool engine_binding_is_input(ICudaEngine& self, std::string const& name)
184{
185 return self.bindingIsInput(self.getBindingIndex(name.c_str()));
186};
187
188Dims engine_get_binding_shape(ICudaEngine& self, std::string const& name)
189{

Callers

nothing calls this directly

Calls 3

bindingIsInputMethod · 0.80
getBindingIndexMethod · 0.80
c_strMethod · 0.80

Tested by

no test coverage detected