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

Method unwrap

tools/Polygraphy/polygraphy/tools/script.py:241–248  ·  view source on GitHub ↗

Returns the underlying string object. Returns: str

(self)

Source from the content-addressed store, hash-verified

239 return hash((self.s, self.safe, self.inline))
240
241 def unwrap(self):
242 """
243 Returns the underlying string object.
244
245 Returns:
246 str
247 """
248 return self.s
249
250 DATA_LOADER_NAME = String("data_loader", safe=True, inline=True)
251

Callers 10

set_data_loaderMethod · 0.80
add_loaderMethod · 0.80
add_runnerMethod · 0.80
append_preimportMethod · 0.80
append_suffixMethod · 0.80
add_to_script_implMethod · 0.80
run_scriptFunction · 0.80
test_invoke_none_argsMethod · 0.80

Calls

no outgoing calls