MCPcopy Index your code
hub / github.com/dreamzero0/dreamzero / set_runtime_tensor_shape

Method set_runtime_tensor_shape

groot/control/tensorrt_utils.py:488–489  ·  view source on GitHub ↗
(self, name, shape)

Source from the content-addressed store, hash-verified

486 return self.forward(*args, **inputs)
487
488 def set_runtime_tensor_shape(self, name, shape):
489 self.execution_context.set_input_shape(name, shape)
490
491 def forward(self, *args, **kwargs):
492 return_list = kwargs.pop("return_list", False)

Callers 4

forwardMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected