↓ 3 callersFunctionsave_graph(net, file_name, graph_name="net", op_only=True, blob_sizes=None, blob_ranges=None)
OpenSelfSup/benchmarks/detection/detection/detectron2/export/shared.py:523
↓ 3 callersFunctiontemp_video(num_frames, height, width, fps, lossless=False, video_codec=None, options=None)
OpenSelfSup/benchmarks/detection/detection/projects/DensePose/tests/test_video_keyframe_dataset.py:34
↓ 2 callersMethod__init__(self, block, layers, num_classes=1000, zero_init_residual=False,
groups=1, width_per_group=6
utils/simclr-converter/resnet_wider.py:103
↓ 2 callersFunction_grouper Group elements of an iterable by chunks of size `n`, e.g. grouper(range(9), 4) -> (0, 1, 2, 3), (4, 5, 6, 7), (8, None, None, None)
OpenSelfSup/benchmarks/detection/detection/projects/DensePose/tests/test_combine_data_loader.py:10