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

Function main

scripts/copyright-scan.py:166–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 update(filename, args)
165
166def main():
167 parser = argparse.ArgumentParser(description='TensorRT copyright scan')
168 parser = parse_args(parser)
169 args, _ = parser.parse_known_args()
170
171 exclude_dirs = ["./third_party","./build","./parsers/onnx", "./include"]
172 copyright_scan(args.dir, args.max_depth, args, exclude_dirs)
173
174if __name__ == '__main__':
175 main()

Callers 1

copyright-scan.pyFile · 0.70

Calls 2

copyright_scanFunction · 0.85
parse_argsFunction · 0.70

Tested by

no test coverage detected