Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation lasts long and require huge memory with large input images, error yolov5l6 #434

Closed
hadilou opened this issue Jun 16, 2022 · 18 comments

Comments

@hadilou
Copy link

hadilou commented Jun 16, 2022

Hi,
I have compiled Yolov5 following this issue. I compiled the network for 640x640 and 2048x2048 input sizes. I was able to run the predictions for 640 inputs once, then tried to run the predictions with 2048 images unsuccessfully; I got the error below. After getting this error, any predictions of 640 images resulted in the same error as well. I am using an Inf.6xlarge instance.

`2022-Jun-16 09:33:25.0186 7803:7803 ERROR TDRV:notification_consume_errors Error notifications found on NC:0; action=INFER_ERROR_SUBTYPE_MODEL; error_id=8; error string:Event double set
2022-Jun-16 09:33:25.0186 7803:7803 ERROR TDRV:model_start Ignoring errors found during model load.
2022-Jun-16 09:33:27.0187 7803:7803 ERROR TDRV:exec_consume_infer_status_notifications Missing infer_status notification: (0:0)
2022-Jun-16 09:33:27.0187 7803:7803 ERROR TDRV:exec_consume_infer_status_notifications Missing infer_status notification: (0:1)
2022-Jun-16 09:33:27.0187 7803:7803 ERROR TDRV:exec_consume_infer_status_notifications Missing infer_status notification: (0:2)
2022-Jun-16 09:33:27.0187 7803:7803 ERROR TDRV:exec_consume_infer_status_notifications Missing infer_status notification: (1:0)
2022-Jun-16 09:33:27.0187 7803:7803 ERROR TDRV:exec_consume_infer_status_notifications Missing infer_status notification: (1:1)
2022-Jun-16 09:33:27.0187 7803:7803 ERROR TDRV:exec_consume_infer_status_notifications Missing infer_status notification: (1:2)
2022-Jun-16 09:33:27.0187 7803:7803 ERROR TDRV:exec_consume_infer_status_notifications (FATAL-RT-UNDEFINED-STATE) inference timeout (2000 ms) on Neuron Device 0 NC 0, waiting for execution completion notification
2022-Jun-16 09:33:27.0188 7803:7803 ERROR NMGR:dlr_infer Inference completed with err: 5
Traceback (most recent call last):
File "/home/ubuntu/aws_neuron/infer.py", line 183, in
benchmark()
File "/home/ubuntu/aws_neuron/infer.py", line 150, in benchmark
models = [load_model() for _ in range(n_cores)]
File "/home/ubuntu/aws_neuron/infer.py", line 150, in
models = [load_model() for _ in range(n_cores)]
File "/home/ubuntu/aws_neuron/infer.py", line 115, in load_model
model(image)
File "/home/ubuntu/anaconda3/envs/myenv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1110, in _call_impl
return forward_call(*input, **kwargs)
RuntimeError: The following operation failed in the TorchScript interpreter.
Traceback of TorchScript, serialized code (most recent call last):
File "code/torch/torch_neuron/convert.py", line 11, in forward
_NeuronGraph_0 = getattr(self, "_NeuronGraph#0")
model = _NeuronGraph_0.model
_0 = ops.neuron.forward_v2_1([argument_1], model)
~~~~~~~~~~~~~~~~~~~~~~~ <--- HERE
return _0

Traceback of TorchScript, original code (most recent call last):
/home/ec2-user/anaconda3/envs/aws_neuron_pytorch_p36/lib/python3.6/site-packages/torch_neuron/decorators.py(373): forward
/home/ec2-user/anaconda3/envs/aws_neuron_pytorch_p36/lib/python3.6/site-packages/torch/nn/modules/module.py(1090): _slow_forward
/home/ec2-user/anaconda3/envs/aws_neuron_pytorch_p36/lib/python3.6/site-packages/torch/nn/modules/module.py(1102): _call_impl
/home/ec2-user/anaconda3/envs/aws_neuron_pytorch_p36/lib/python3.6/site-packages/torch_neuron/graph.py(546): call
/home/ec2-user/anaconda3/envs/aws_neuron_pytorch_p36/lib/python3.6/site-packages/torch_neuron/graph.py(205): run_op
/home/ec2-user/anaconda3/envs/aws_neuron_pytorch_p36/lib/python3.6/site-packages/torch_neuron/graph.py(194): call
/home/ec2-user/anaconda3/envs/aws_neuron_pytorch_p36/lib/python3.6/site-packages/torch_neuron/convert.py(217): forward
/home/ec2-user/anaconda3/envs/aws_neuron_pytorch_p36/lib/python3.6/site-packages/torch/nn/modules/module.py(1090): _slow_forward
/home/ec2-user/anaconda3/envs/aws_neuron_pytorch_p36/lib/python3.6/site-packages/torch/nn/modules/module.py(1102): _call_impl
/home/ec2-user/anaconda3/envs/aws_neuron_pytorch_p36/lib/python3.6/site-packages/torch/jit/_trace.py(965): trace_module
/home/ec2-user/anaconda3/envs/aws_neuron_pytorch_p36/lib/python3.6/site-packages/torch/jit/_trace.py(750): trace
/home/ec2-user/anaconda3/envs/aws_neuron_pytorch_p36/lib/python3.6/site-packages/torch_neuron/convert.py(183): trace
aws_neuron/convert.py(19):
RuntimeError: Failed to execute the model status=5 message=Timeout Exceeded`

This is what my compilation code looks like

model_neuron = torch.neuron.trace(model, example_inputs=[fake_image], verbose="Debug", # debug compiler_workdir="./neuron_work_dir/", dynamic_batch_size = True, compiler_args=['--neuroncore-pipeline-cores', str(1)])

Any help is much more appreciated.

@jeffhataws
Copy link
Contributor

Thanks for reporting the issue. We will take a look.

@hadilou
Copy link
Author

hadilou commented Jun 17, 2022

@jeffhataws for your information, I am using Deep Learning AMI (Ubuntu 18.04) Version 61.0;

apt list | grep neuron outputs the following

aws-neuron-dkms/unknown,now 2.3.11.0 amd64 [installed]
aws-neuron-k8-plugin/unknown 1.9.2.0 amd64
aws-neuron-k8-scheduler/unknown 1.9.2.0 amd64
aws-neuron-runtime/unknown 1.6.24.0 amd64
aws-neuron-runtime-base/unknown,now 1.6.21.0 amd64 [residual-config]
aws-neuron-tools/unknown,now 2.1.4.0 amd64 [installed]
neuron/bionic 7.5-1 amd64
neuron-dev/bionic 7.5-1 amd64
python3-neuron/bionic 7.5-1 amd64
tensorflow-model-server-neuron/unknown 2.8.0.2.3.0.0 all [upgradable from: 1.15.0.2.3.0.0]

conda list torch

# Name                    Version                   Build  Channel
torch                     1.11.0+cu113             pypi_0    pypi
torch-neuron              1.11.0.2.3.0.0           pypi_0    pypi
torchaudio                0.11.0+cu113             pypi_0    pypi
torchvision               0.12.0+cu113             pypi_0    pypi

@jeffhataws
Copy link
Contributor

@hadilou , I tried Deep Learning AMI (Ubuntu 18.04) Version 61.1 and was able to compile and infer 2048x2048 yolov5 using the preinstalled versions and scripts from #253

(aws_neuron_pytorch_p36) ubuntu@ip-172-31-19-96:~/github253_updated_neuron$ apt list | grep aws-neuron
aws-neuron-dkms/unknown 2.3.11.0 amd64 [upgradable from: 2.2.8.0]
aws-neuron-k8-plugin/unknown 1.9.2.0 amd64
aws-neuron-k8-scheduler/unknown 1.9.2.0 amd64
aws-neuron-runtime/unknown 1.6.24.0 amd64
aws-neuron-runtime-base/unknown,now 1.6.21.0 amd64 [installed]
aws-neuron-tools/unknown,now 2.1.4.0 amd64 [installed]

(aws_neuron_pytorch_p36) ubuntu@ip-172-31-19-96:~/github253$ pip list | grep -e neuron -e torch
neuron-cc                     1.11.4.0+97f99abe4
torch                         1.10.1
torch-neuron                  1.10.1.2.2.0.0
torchvision                   0.11.2

Setup:

pip install -r https://raw.githubusercontent.com/ultralytics/yolov5/master/requirements.txt
git clone https://github.com/ultralytics/yolov5

Compilation script:

import torch
import torch_neuron
from torchvision import models

model = torch.hub.load('ultralytics/yolov5', 'yolov5s', force_reload=True)

fake_image = torch.zeros([1, 3, 2048, 2048], dtype=torch.float32)
try:
    torch.neuron.analyze_model(model, example_inputs=[fake_image])
except Exception:
    torch.neuron.analyze_model(model, example_inputs=[fake_image])

model_neuron = torch.neuron.trace(model,
                                example_inputs=[fake_image])

model_neuron.save("model_converted_2k.pt")

Inference script:

import torch
import torch_neuron
import numpy as np
import cv2

im = cv2.imread('yolov5/data/images/bus.jpg')
img0 = im.copy()
im = cv2.resize(im, (2048, 2048), interpolation = cv2.INTER_AREA)
# Convert
im = im.transpose((2, 0, 1))[::-1]  # HWC to CHW, BGR to RGB
im = np.ascontiguousarray(im)
# Convert into torch
im = torch.from_numpy(im)
im = im.float()  # uint8 to fp16/32
im /= 255  # 0 - 255 to 0.0 - 1.0
if len(im.shape) == 3:
    im = im[None]  # expand for batch dim

# Load the compiled model
model = torch.jit.load('model_converted_2k.pt')
# Inference
pred = model(im)
print(pred)

I will try to run with your versions of Neuron packages and see if there's a difference.

In the meantime, please try "sudo rmmod neuron; sudo modprobe neuron" and rerun to see if that helps.

@jeffhataws
Copy link
Contributor

@hadilou,

I am still unable to reproduce the error after updating to latest packages like you have (except for torch/torchvision, which I don't have cu113 versions), and using the scripts above.

(pytorch_venv) ubuntu@ip-172-31-19-96:~/github253_updated_neuron$ pip list | grep -e neuron -e torch
neuron-cc               1.11.4.0+97f99abe4
torch                   1.11.0
torch-neuron            1.11.0.2.3.0.0
torchvision             0.12.0
(pytorch_venv) ubuntu@ip-172-31-19-96:~/github253_updated_neuron$ apt list | grep aws-neuron
aws-neuron-dkms/unknown,now 2.3.11.0 amd64 [installed]
aws-neuron-k8-plugin/unknown 1.9.2.0 amd64
aws-neuron-k8-scheduler/unknown 1.9.2.0 amd64
aws-neuron-runtime/unknown 1.6.24.0 amd64
aws-neuron-runtime-base/unknown,now 1.6.21.0 amd64 [installed]
aws-neuron-tools/unknown,now 2.1.4.0 amd64 [installed]

If you are able to reproduce the error with the scripts above, and if you are able to, please send the compiled model file "model_converted_2k.pt" to [email protected] . Please also send us the instance id of your instance.

Thanks.

@hadilou
Copy link
Author

hadilou commented Jun 23, 2022

Hi @jeffhataws . Thank you for the replies. I will get back to you next week.
Meanwhile, could you elaborate on how long and how much memory the compilation took? In my case, it took roughty 3 hours on a c5.24xlarge. I could not run it on a c5.18.xlarge.

@jeffhataws
Copy link
Contributor

jeffhataws commented Jun 23, 2022

I timed the compilation script for 2048x2048 image size and see only ~5 minutes on inf1.6xlarge:

real 5m23.163s
user 9m10.069s
sys 1m18.306s

If I use the trace options you have above (verbose="Debug", dynamic_batch_size = True, etc) the time went up a little:

real 6m46.196s
user 16m21.459s
sys 3m42.523s

On c5.4xlarge, I see the following time for compilation with 2048x2048 image size and no additional trace options (memory usage during compilation goes up to about 4.6GB resident memory):

real 9m1.348s
user 7m40.675s
sys 1m4.386s

Perhaps you can check the model size you have. I see: "YOLOv5s summary: 213 layers, 7225885 parameters, 0 gradients"

@hadilou
Copy link
Author

hadilou commented Jun 26, 2022

I believe I am using yolov5l6 . It has 476 layers, 76126356 paramaters, 0 gradients.
Wondering if you can reproduce the results you mentioned above with this current version.

@jeffhataws
Copy link
Contributor

Thanks @hadilou . With yolov5l6 I was able to compile (151 minutes on c5n.18xlarge) and also reproduced the failure that you see ("inference timeout") on inf1.6xlarge. We will take a look.

@hadilou
Copy link
Author

hadilou commented Jun 29, 2022

Thanks @hadilou . With yolov5l6 I was able to compile (151 minutes on c5n.18xlarge) and also reproduced the failure that you see ("inference timeout") on inf1.6xlarge. We will take a look.

Nice, will be waiting. Thanks

@jeffhataws
Copy link
Contributor

Hi @hadilou ,

Thanks for filing the issue. We have identified the problem and will fix it in a future release of Neuron SDK. In the meantime, to unblock you for the current production version of Neuron SDK, please disable inplace updates with the following version of compile code which enables successful compilation and inference:

import torch
import torch_neuron

model = torch.hub.load('ultralytics/yolov5', 'yolov5l6', force_reload=True)

# Configure to use non-inplace operations for Neuron
for m in model.modules():
    if hasattr(m, 'inplace'):
        m.inplace = False

fake_image = torch.zeros([1, 3, 2048, 2048], dtype=torch.float32)
model(fake_image) # The model must execute once because yolov5 configures anchor points on the initial run
model_neuron = torch_neuron.trace(model, example_inputs=[fake_image], compiler_workdir='compiler-output')

model_neuron.save("model_converted_2k.pt")

Please let us know if it works for you.

@hadilou
Copy link
Author

hadilou commented Aug 1, 2022

Hi @jeffhataws

Thanks for the update. I will try it out this week and let you know if it works for me.
Regards

@hadilou
Copy link
Author

hadilou commented Aug 5, 2022

I can confirm this solve the issue together with the thread 435. Closing this issue. Thanks @jeffhataws

@hadilou hadilou closed this as completed Aug 5, 2022
@hadilou hadilou changed the title _NeuronGraph_0 = getattr(self, "_NeuronGraph#0") operation failed in "code/__torch__/torch_neuron/convert.py", line 11, in forward Compilation last long and require huge memory with 2048 images; ("inference timeout") error yolov5l6 Aug 5, 2022
@hadilou hadilou changed the title Compilation last long and require huge memory with 2048 images; ("inference timeout") error yolov5l6 Compilation lasts long and require huge memory with 2048 images; ("inference timeout") error yolov5l6 Aug 5, 2022
@hadilou hadilou changed the title Compilation lasts long and require huge memory with 2048 images; ("inference timeout") error yolov5l6 Compilation lasts long and require huge memory with 2k images; ("inference timeout") error yolov5l6 Aug 5, 2022
@hadilou hadilou reopened this Aug 25, 2022
@hadilou
Copy link
Author

hadilou commented Aug 25, 2022

Hi @jeffhataws
I would like to share some updates regarding compiling and working with Yolov5l6 model. My application requires different image size specially very large ones. So far, I am able to achieve as high as 3.5X the speed of a gpu based instance while lowering the cost to as low as 65%. This is great and I need more. The network was compiled for 2048X2048 images. However, I would like to compile for 7680X7680 images as well. It has been unsuccessful so far despite the compute resource I've put into it.

Below is an the message for 7680X7680 input images with 16 neuron cores and 1 batch size on c5.24xLarge instance.

Downloading: "https://github.com/ultralytics/yolov5/archive/master.zip" to /home/ubuntu/.cache/torch/hub/master.zip
YOLOv5 🚀 2022-8-25 Python-3.7.12 torch-1.11.0+cu102 CPU

Fusing layers...
Model summary: 476 layers, 76126356 parameters, 0 gradients
Adding AutoShape...
/home/ubuntu/.cache/torch/hub/ultralytics_yolov5_master/models/yolo.py:63: TracerWarning: Converting a tensor to a Python boolean might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means that the trace might not generalize to other inputs!
  if self.onnx_dynamic or self.grid[i].shape[2:4] != x[i].shape[2:4]:
/home/ubuntu/.cache/torch/hub/ultralytics_yolov5_master/models/yolo.py:63: TracerWarning: Converting a tensor to a Python boolean might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means that the trace might not generalize to other inputs!
  if self.onnx_dynamic or self.grid[i].shape[2:4] != x[i].shape[2:4]:
INFO:Neuron:All operators are compiled by neuron-cc (this does not guarantee that neuron-cc will successfully compile)
All operators are compiled by neuron-cc (this does not guarantee that neuron-cc will successfully compile)
INFO:Neuron:Number of arithmetic operators (pre-compilation) before = 401, fused = 401, percent fused = 100.0%
Number of arithmetic operators (pre-compilation) before = 401, fused = 401, percent fused = 100.0%
INFO:Neuron:Number of neuron graph operations 3363 did not match traced graph 3324 - using heuristic matching of hierarchical information
Number of neuron graph operations 3363 did not match traced graph 3324 - using heuristic matching of hierarchical information
/home/ubuntu/anaconda3/envs/yolov5/lib/python3.7/site-packages/torch_neuron/ops/prim.py:27: UserWarning: Use of index_put_ on expanded tensors is deprecated. Please clone() the tensor before performing this operation. This also applies to advanced indexing e.g. tensor[indices] = tensor (Triggered internally at  ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:557.)
  tensor[tensor == float("-inf")] = -3.0e+38
/home/ubuntu/anaconda3/envs/yolov5/lib/python3.7/site-packages/torch_neuron/ops/prim.py:27: UserWarning: Use of masked_fill_ on expanded tensors is deprecated. Please clone() the tensor before performing this operation. This also applies to advanced indexing e.g. tensor[mask] = scalar (Triggered internally at  ../aten/src/ATen/native/TensorAdvancedIndexing.cpp:1398.)
  tensor[tensor == float("-inf")] = -3.0e+38
INFO:Neuron:Compiler args type is <class 'list'> value is ['--neuroncore-pipeline-cores', '16']
Compiler args type is <class 'list'> value is ['--neuroncore-pipeline-cores', '16']
INFO:Neuron:Compiling function _NeuronGraph$1441 with neuron-cc
Compiling function _NeuronGraph$1441 with neuron-cc
INFO:Neuron:Compiling with command line: '/home/ubuntu/anaconda3/envs/yolov5/bin/neuron-cc compile /home/ubuntu/aws_neuron/compiler-output/0/graph_def.pb --framework TENSORFLOW --pipeline compile SaveTemps --output /home/ubuntu/aws_neuron/compiler-output/0/graph_def.neff --io-config {"inputs": {"tensor.1:0": [[1, 3, 7680, 7680], "float32"]}, "outputs": ["DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_cat_4/concat:0"]} --neuroncore-pipeline-cores 16 --verbose 1'
Compiling with command line: '/home/ubuntu/anaconda3/envs/yolov5/bin/neuron-cc compile /home/ubuntu/aws_neuron/compiler-output/0/graph_def.pb --framework TENSORFLOW --pipeline compile SaveTemps --output /home/ubuntu/aws_neuron/compiler-output/0/graph_def.neff --io-config {"inputs": {"tensor.1:0": [[1, 3, 7680, 7680], "float32"]}, "outputs": ["DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_cat_4/concat:0"]} --neuroncore-pipeline-cores 16 --verbose 1'
08/25/2022 01:55:51 PM INFO 65636 [root]: /home/ubuntu/anaconda3/envs/yolov5/bin/neuron-cc compile /home/ubuntu/aws_neuron/compiler-output/0/graph_def.pb --framework TENSORFLOW --pipeline compile SaveTemps --output /home/ubuntu/aws_neuron/compiler-output/0/graph_def.neff --io-config '{"inputs": {"tensor.1:0": [[1, 3, 7680, 7680], "float32"]}, "outputs": ["DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_cat_4/concat:0"]}' --neuroncore-pipeline-cores 16 --verbose 1
08/25/2022 01:55:52 PM INFO 65636 [root]: Intermediate files stored in /home/ubuntu/aws_neuron/compiler-output/0, output in /home/ubuntu/aws_neuron/compiler-output/0
08/25/2022 01:55:52 PM INFO 65636 [pipeline.custom.0]: Running pipeline custom.0
08/25/2022 01:55:52 PM INFO 65636 [pipeline.custom.0]: Starting job pipeline.compile.0
08/25/2022 01:55:52 PM INFO 65636 [pipeline.compile.0]: Running pipeline compile.0
08/25/2022 01:55:52 PM INFO 65636 [pipeline.compile.0]: Starting job job.Frontend.4
08/25/2022 01:55:52 PM INFO 65636 [job.Frontend.4]: Replay this job by calling: /home/ubuntu/anaconda3/envs/yolov5/bin/neuron-cc compile --framework TENSORFLOW --state '{"model": ["/home/ubuntu/aws_neuron/compiler-output/0/graph_def.pb"], "state_dir": "/home/ubuntu/aws_neuron/compiler-output/0", "state_id": "root"}' --pipeline Frontend --framework TENSORFLOW --io-config '{"inputs": {"tensor.1:0": [[1, 3, 7680, 7680], "float32"]}, "outputs": ["DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_cat_4/concat:0"]}'
08/25/2022 01:55:57 PM INFO 65636 [job.Frontend.4]: IR signature: 82748adac0ec6541f6b05de5620da65dde08d7f014d5d7cb6eedebbc9ce175f0 for graph_def.pb
08/25/2022 01:55:57 PM INFO 65636 [job.Frontend.4]: total padded opcount is 15824624025600
08/25/2022 01:55:57 PM INFO 65636 [job.Frontend.4]: Finished Jellyfish import
08/25/2022 01:55:57 PM INFO 65636 [job.Frontend.4]: Start tensorization
[13:56:02] /opt/brazil-pkg-cache/packages/DmlcTvm/DmlcTvm-1.11.1.0/AL2_x86_64/generic-flavor/src/src/relay/pass/coloring/cgraph_painter.cc:82:
Coloring: number graph parts=1
Coloring: number sbuf rows=128
Coloring: number sbuf bytes=76800
Coloring: static weights=0

[13:56:02] /opt/brazil-pkg-cache/packages/DmlcTvm/DmlcTvm-1.11.1.0/AL2_x86_64/generic-flavor/src/src/relay/pass/coloring/cgraph_painter.cc:192:
Coloring: Total cycles=7912312012800
Coloring: Total const bytes per part=1418993
Coloring: Byte threshold = 72960

[13:56:02] /opt/brazil-pkg-cache/packages/DmlcTvm/DmlcTvm-1.11.1.0/AL2_x86_64/generic-flavor/src/src/relay/pass/coloring/cgraph_stats.cc:157:

Coloring: Total number of cycles: 7,912,312,012,800. Average number of cycles per partition: 7,912,312,012,800
 Color         #Clocks   Weights    MaxIfmap   #Conv2D    #Dense   #OtherOps
     07,912,312,012,800 1,418,993           0       138         0         903
Coloring: Total nubmer of cycles = 7,912,312,012,800
Coloring: Largest number of cycles in part = 7,912,312,012,800, Ratio worst/best avg = 1



[13:56:02] /opt/brazil-pkg-cache/packages/DmlcTvm/DmlcTvm-1.11.1.0/AL2_x86_64/generic-flavor/src/src/relay/pass/coloring/cgraph_painter.cc:757:
           Color  Hash
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Conv_10/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Conv_10/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Conv_10/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Conv_10/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Conv_10/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Conv_10/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Conv_4/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Conv_4/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Conv_4/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Conv_4/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Conv_4/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Conv_4/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Conv_6/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Conv_6/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Conv_6/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Conv_6/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Conv_6/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Conv_6/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_3/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_3/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_3/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_3/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_4/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_4/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_4/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_4/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_5/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_5/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_5/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/Sequential_5/Bottleneck_5/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_100/aten_cat/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Conv_10/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Conv_10/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Conv_10/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Conv_10/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Conv_10/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Conv_10/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Conv_4/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Conv_4/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Conv_4/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Conv_4/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Conv_4/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Conv_4/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Conv_6/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Conv_6/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Conv_6/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Conv_6/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Conv_6/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Conv_6/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_3/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_3/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_3/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_3/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_3/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_4/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_4/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_4/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_4/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_4/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_5/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_5/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_5/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_5/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/Sequential_5/Bottleneck_5/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_70/aten_cat/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Conv_10/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Conv_10/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Conv_10/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Conv_10/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Conv_10/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Conv_10/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Conv_4/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Conv_4/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Conv_4/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Conv_4/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Conv_4/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Conv_4/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Conv_6/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Conv_6/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Conv_6/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Conv_6/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Conv_6/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Conv_6/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_10/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_10/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_10/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_10/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_10/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_10/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_10/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_10/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_10/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_10/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_10/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_10/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_10/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_10/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_11/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_11/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_11/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_11/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_11/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_11/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_11/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_11/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_11/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_11/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_11/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_11/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_11/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_11/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_6/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_6/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_6/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_6/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_6/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_6/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_6/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_6/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_6/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_6/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_6/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_6/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_6/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_6/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_7/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_7/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_7/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_7/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_7/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_7/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_7/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_7/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_7/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_7/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_7/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_7/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_7/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_7/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_8/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_8/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_8/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_8/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_8/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_8/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_8/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_8/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_8/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_8/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_8/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_8/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_8/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_8/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_9/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_9/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_9/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_9/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_9/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_9/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_9/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_9/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_9/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_9/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_9/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_9/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_9/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/Sequential_5/Bottleneck_9/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_72/aten_cat/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Conv_10/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Conv_10/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Conv_10/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Conv_10/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Conv_10/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Conv_10/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Conv_4/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Conv_4/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Conv_4/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Conv_4/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Conv_4/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Conv_4/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Conv_6/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Conv_6/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Conv_6/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Conv_6/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Conv_6/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Conv_6/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_10/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_10/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_10/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_10/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_10/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_10/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_10/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_10/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_10/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_10/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_10/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_10/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_10/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_10/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_11/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_11/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_11/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_11/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_11/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_11/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_11/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_11/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_11/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_11/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_11/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_11/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_11/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_11/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_12/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_12/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_12/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_12/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_12/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_12/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_12/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_12/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_12/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_12/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_12/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_12/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_12/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_12/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_13/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_13/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_13/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_13/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_13/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_13/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_13/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_13/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_13/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_13/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_13/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_13/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_13/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_13/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_14/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_14/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_14/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_14/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_14/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_14/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_14/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_14/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_14/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_14/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_14/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_14/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_14/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_14/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_15/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_15/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_15/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_15/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_15/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_15/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_15/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_15/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_15/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_15/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_15/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_15/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_15/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_15/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_16/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_16/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_16/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_16/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_16/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_16/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_16/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_16/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_16/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_16/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_16/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_16/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_16/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_16/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_17/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_17/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_17/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_17/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_17/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_17/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_17/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_17/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_17/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_17/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_17/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_17/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_17/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_17/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_9/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_9/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_9/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_9/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_9/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_9/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_9/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_9/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_9/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_9/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_9/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_9/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_9/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/Sequential_5/Bottleneck_9/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_74/aten_cat/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Conv_10/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Conv_10/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Conv_10/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Conv_10/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Conv_10/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Conv_10/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Conv_4/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Conv_4/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Conv_4/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Conv_4/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Conv_4/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Conv_4/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Conv_6/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Conv_6/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Conv_6/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Conv_6/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Conv_6/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Conv_6/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_3/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_3/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_3/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_3/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_3/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_4/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_4/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_4/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_4/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_4/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_5/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_5/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_5/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_5/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/Sequential_5/Bottleneck_5/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_76/aten_cat/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Conv_10/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Conv_10/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Conv_10/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Conv_10/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Conv_10/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Conv_10/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Conv_4/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Conv_4/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Conv_4/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Conv_4/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Conv_4/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Conv_4/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Conv_6/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Conv_6/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Conv_6/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Conv_6/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Conv_6/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Conv_6/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_3/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_3/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_3/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_3/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_3/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_4/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_4/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_4/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_4/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_4/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_5/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_5/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_5/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_5/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/Sequential_5/Bottleneck_5/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_78/aten_cat/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Conv_10/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Conv_10/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Conv_10/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Conv_10/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Conv_10/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Conv_10/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Conv_4/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Conv_4/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Conv_4/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Conv_4/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Conv_4/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Conv_4/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Conv_6/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Conv_6/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Conv_6/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Conv_6/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Conv_6/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Conv_6/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_3/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_3/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_3/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_3/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_4/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_4/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_4/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_4/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_5/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_5/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_5/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/Sequential_5/Bottleneck_5/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_83/aten_cat/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Conv_10/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Conv_10/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Conv_10/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Conv_10/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Conv_10/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Conv_10/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Conv_4/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Conv_4/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Conv_4/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Conv_4/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Conv_4/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Conv_4/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Conv_6/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Conv_6/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Conv_6/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Conv_6/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Conv_6/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Conv_6/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_3/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_3/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_3/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_3/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_4/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_4/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_4/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_4/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_5/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_5/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_5/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/Sequential_5/Bottleneck_5/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_87/aten_cat/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Conv_10/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Conv_10/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Conv_10/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Conv_10/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Conv_10/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Conv_10/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Conv_4/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Conv_4/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Conv_4/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Conv_4/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Conv_4/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Conv_4/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Conv_6/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Conv_6/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Conv_6/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Conv_6/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Conv_6/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Conv_6/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_3/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_3/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_3/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_3/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_4/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_4/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_4/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_4/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_5/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_5/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_5/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/Sequential_5/Bottleneck_5/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_91/aten_cat/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Conv_10/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Conv_10/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Conv_10/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Conv_10/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Conv_10/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Conv_10/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Conv_4/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Conv_4/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Conv_4/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Conv_4/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Conv_4/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Conv_4/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Conv_6/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Conv_6/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Conv_6/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Conv_6/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Conv_6/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Conv_6/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_3/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_3/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_3/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_3/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_4/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_4/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_4/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_4/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_5/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_5/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_5/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/Sequential_5/Bottleneck_5/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_94/aten_cat/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Conv_10/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Conv_10/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Conv_10/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Conv_10/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Conv_10/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Conv_10/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Conv_4/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Conv_4/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Conv_4/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Conv_4/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Conv_4/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Conv_4/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Conv_6/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Conv_6/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Conv_6/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Conv_6/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Conv_6/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Conv_6/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_3/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_3/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_3/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_3/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_3/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_3/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_4/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_4/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_4/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_4/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_4/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_4/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_5/Conv_2/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_5/Conv_2/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_5/Conv_2/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_5/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_5/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/Sequential_5/Bottleneck_5/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/C3_97/aten_cat/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Concat_82/aten_cat/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Concat_86/aten_cat/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Concat_90/aten_cat/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Concat_93/aten_cat/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Concat_96/aten_cat/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Concat_99/aten_cat/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_68/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_68/Conv2d_2/aten__convolution/Conv2D:0
        cpu0:cpu  DetectMultiBackend_16/DetectionModel_1/Conv_68/Conv2d_2/aten__convolution/Pad:0
        cpu0:cpu  DetectMultiBackend_16/DetectionModel_1/Conv_68/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_68/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_68/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_68/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_69/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_69/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_69/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_69/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_69/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_69/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_69/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_71/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_71/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_71/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_71/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_71/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_71/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_71/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_73/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_73/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_73/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_73/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_73/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_73/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_73/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_75/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_75/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_75/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_75/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_75/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_75/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_75/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_77/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_77/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_77/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_77/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_77/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_77/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_77/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_80/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_80/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_80/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_80/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_80/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_80/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_84/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_84/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_84/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_84/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_84/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_84/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_88/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_88/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_88/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_88/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_88/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_88/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_92/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_92/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_92/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_92/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_92/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_92/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_92/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_95/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_95/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_95/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_95/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_95/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_95/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_95/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_98/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_98/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_98/Conv2d_2/aten__convolution/Pad:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_98/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_98/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_98/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Conv_98/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/Conv2d_123/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/Conv2d_123/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/Conv2d_123/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/Conv2d_123/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/Conv2d_180/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/Conv2d_180/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/Conv2d_180/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/Conv2d_180/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/Conv2d_66/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/Conv2d_66/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/Conv2d_66/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/Conv2d_66/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/Conv2d_8/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/Conv2d_8/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/Conv2d_8/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/Conv2d_8/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_add/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_add_1/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_add_2/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_add_3/add:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_cat/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_cat_1/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_cat_2/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_cat_3/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_cat_4/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_mul/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_mul_1/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_mul_10/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_mul_11/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_mul_12/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_mul_13/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_mul_14/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_mul_15/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_mul_2/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_mul_3/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_mul_4/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_mul_5/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_mul_6/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_mul_7/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_mul_8/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_mul_9/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_permute/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_permute_1/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_permute_2/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_permute_3/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_pow/Pow:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_pow_1/Pow:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_pow_2/Pow:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_pow_3/Pow:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_sigmoid/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_sigmoid_1/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_sigmoid_2/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_sigmoid_3/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes/split:0DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes/split:1DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes/split:2
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes/split:0_internal_relay_copy0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes/split:1_internal_relay_copy1
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes/split:2_internal_relay_copy2
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes_1/split:0DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes_1/split:1DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes_1/split:2
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes_1/split:0_internal_relay_copy3
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes_1/split:1_internal_relay_copy4
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes_1/split:2_internal_relay_copy5
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes_2/split:0DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes_2/split:1DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes_2/split:2
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes_2/split:0_internal_relay_copy6
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes_2/split:1_internal_relay_copy7
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes_2/split:2_internal_relay_copy8
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes_3/split:0DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes_3/split:1DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes_3/split:2
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes_3/split:0_internal_relay_copy9
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes_3/split:1_internal_relay_copy10
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_split_with_sizes_3/split:2_internal_relay_copy11
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_view/Reshape:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_view_1/Reshape:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_view_2/Reshape:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_view_3/Reshape:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_view_4/Reshape:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_view_5/Reshape:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_view_6/Reshape:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_view_7/Reshape:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/Conv_10/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/Conv_10/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/Conv_10/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/Conv_10/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/Conv_10/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/Conv_10/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/Conv_3/Conv2d_2/aten__convolution/BiasAdd:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/Conv_3/Conv2d_2/aten__convolution/Conv2D:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/Conv_3/Conv2d_2/aten__convolution/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/Conv_3/Conv2d_2/aten__convolution/transpose_2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/Conv_3/SiLU_3/aten_silu/Sigmoid:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/Conv_3/SiLU_3/aten_silu/mul:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_4/aten_max_pool2d/MaxPool2d:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_4/aten_max_pool2d/PadV2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_4/aten_max_pool2d/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_4/aten_max_pool2d/transpose_1:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_5/aten_max_pool2d/MaxPool2d:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_5/aten_max_pool2d/PadV2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_5/aten_max_pool2d/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_5/aten_max_pool2d/transpose_1:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_6/aten_max_pool2d/MaxPool2d:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_6/aten_max_pool2d/PadV2:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_6/aten_max_pool2d/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_6/aten_max_pool2d/transpose_1:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/SPPF_79/aten_cat/concat:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Upsample_81/aten_upsample_nearest2d/ResizeNearestNeighbor:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Upsample_81/aten_upsample_nearest2d/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Upsample_81/aten_upsample_nearest2d/transpose_1:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Upsample_85/aten_upsample_nearest2d/ResizeNearestNeighbor:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Upsample_85/aten_upsample_nearest2d/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Upsample_85/aten_upsample_nearest2d/transpose_1:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Upsample_89/aten_upsample_nearest2d/ResizeNearestNeighbor:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Upsample_89/aten_upsample_nearest2d/transpose:0
     tonga0:tpb0  DetectMultiBackend_16/DetectionModel_1/Upsample_89/aten_upsample_nearest2d/transpose_1:0
     tonga0:tpb0  add0:0
     tonga0:tpb0  add1:0
     tonga0:tpb0  add2:0
     tonga0:tpb0  concatenate0:0
        cpu0:cpu  copy0:0
     tonga0:tpb0  copy10:0
     tonga0:tpb0  copy11:0
     tonga0:tpb0  copy12:0
     tonga0:tpb0  copy13:0
     tonga0:tpb0  copy14:0
     tonga0:tpb0  copy15:0
     tonga0:tpb0  copy16:0
     tonga0:tpb0  copy17:0
     tonga0:tpb0  copy18:0
     tonga0:tpb0  copy19:0
     tonga0:tpb0  copy1:0
     tonga0:tpb0  copy20:0
     tonga0:tpb0  copy21:0
     tonga0:tpb0  copy22:0
     tonga0:tpb0  copy23:0
     tonga0:tpb0  copy24:0
     tonga0:tpb0  copy25:0
     tonga0:tpb0  copy26:0
     tonga0:tpb0  copy27:0
     tonga0:tpb0  copy28:0
     tonga0:tpb0  copy29:0
     tonga0:tpb0  copy2:0
     tonga0:tpb0  copy30:0
     tonga0:tpb0  copy31:0
     tonga0:tpb0  copy32:0
     tonga0:tpb0  copy33:0
     tonga0:tpb0  copy34:0
     tonga0:tpb0  copy35:0
     tonga0:tpb0  copy36:0
     tonga0:tpb0  copy37:0
     tonga0:tpb0  copy38:0
     tonga0:tpb0  copy39:0
     tonga0:tpb0  copy3:0
     tonga0:tpb0  copy40:0
     tonga0:tpb0  copy41:0
     tonga0:tpb0  copy42:0
     tonga0:tpb0  copy43:0
     tonga0:tpb0  copy44:0
     tonga0:tpb0  copy45:0
     tonga0:tpb0  copy46:0
     tonga0:tpb0  copy47:0
     tonga0:tpb0  copy48:0
     tonga0:tpb0  copy49:0
     tonga0:tpb0  copy4:0
     tonga0:tpb0  copy50:0
     tonga0:tpb0  copy51:0
     tonga0:tpb0  copy52:0
     tonga0:tpb0  copy53:0
     tonga0:tpb0  copy54:0
     tonga0:tpb0  copy5:0
     tonga0:tpb0  copy6:0
     tonga0:tpb0  copy7:0
     tonga0:tpb0  copy8:0
     tonga0:tpb0  copy9:0
     tonga0:tpb0  nn.conv2d0:0
     tonga0:tpb0  nn.conv2d1:0
     tonga0:tpb0  nn.conv2d2:0
     tonga0:tpb0  nn.conv2d3:0
        cpu0:cpu  nn.pad0:0
        cpu0:cpu  strided_slice0:0
        cpu0:cpu  strided_slice1:0
     tonga0:tpb0  strided_slice2:0
        cpu0:cpu  strided_slice3:0
     tonga0:tpb0  strided_slice4:0
        cpu0:cpu  strided_slice5:0
        cpu0:cpu  strided_slice6:0
     tonga0:tpb0  strided_slice7:0
        cpu0:cpu  strided_slice8:0
     tonga0:tpb0  strided_slice9:0
        cpu0:cpu  transpose0:0

           Color  Target
     tonga0:tpb0  tonga
        cpu0:cpu  llvm -mcpu=skylake-avx512
     cpu1000:cpu  llvm


08/25/2022 01:56:05 PM INFO 65636 [job.Frontend.4]: IR signature: 904309c924424f393d4e17be60a761b7e0c22391a7446258475607daf3c75ddf for relay_graph_post_opt_unit_level.txt
08/25/2022 01:56:05 PM INFO 65636 [root/Tensorizer/All]: Enter time region
08/25/2022 01:56:05 PM INFO 65636 [Tensorizer]: Tensorizer options:  --fp32-cast=all  --disable-bitcasted-transpose  --disable-expensive-checks  --disable-max-stride-tiling  --enable-replication  --max-local-tensor-tile-size-in-bytes=16384  --tensor-layout-p-order=0  --tensor-layout-b-order=1  --enable-advanced-delinearization  --weight-coalescing-threshold=512  --disable-shifted-fusion  --enable-bir-converter=enable
08/25/2022 01:56:05 PM INFO 65636 [sg00/Tensorizer/RelayPasses]: Enter time region
08/25/2022 01:56:06 PM INFO 65636 [sg00/Tensorizer/RelayPasses]: Exit time region: delta=0.930s
08/25/2022 01:56:06 PM INFO 65636 [sg00/Tensorizer/IRBuilder]: Enter time region
08/25/2022 01:56:07 PM INFO 65636 [sg00/Tensorizer/IRBuilder]: Exit time region: delta=1.285s
08/25/2022 01:56:07 PM WARNING 65636 [py.warnings]: /home/ubuntu/anaconda3/envs/yolov5/bin/neuron-cc:8: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
  sys.exit(main())

08/25/2022 01:56:07 PM INFO 65636 [Tensorizer]: Tensorizer options:  --fp32-cast=all  --disable-bitcasted-transpose  --disable-expensive-checks  --disable-max-stride-tiling  --enable-replication  --max-local-tensor-tile-size-in-bytes=16384  --tensor-layout-p-order=0  --tensor-layout-b-order=1  --enable-advanced-delinearization  --weight-coalescing-threshold=512  --disable-shifted-fusion  --enable-bir-converter=enable
08/25/2022 01:56:07 PM INFO 65636 [Tensorizer]: Generate: 1 statements from relay. Start optimizations ...
08/25/2022 01:56:07 PM INFO 65636 [Statistics]: Weights total number of bytes: 363257472
08/25/2022 01:56:07 PM INFO 65636 [Statistics]: RelayIF total number of bytes: 708526272.0
08/25/2022 01:56:07 PM INFO 65636 [Statistics]: RelayOF total number of bytes: 102816000.0
08/25/2022 01:56:07 PM INFO 65636 [Statistics]: Weights total number of bytes: 363257472.0
08/25/2022 01:56:07 PM INFO 65636 [sg00/Tensorizer/DoNothing]: Enter time region
08/25/2022 01:56:07 PM INFO 65636 [DoNothing]: Finished (changed=False)
08/25/2022 01:56:07 PM INFO 65636 [sg00/Tensorizer/DoNothing]: Exit time region: delta=0.213s
08/25/2022 01:56:07 PM INFO 65636 [sg00/Tensorizer/MutateDataType]: Enter time region
08/25/2022 01:56:07 PM INFO 65636 [MutateDataType]: Finished (changed=False)
08/25/2022 01:56:07 PM INFO 65636 [sg00/Tensorizer/MutateDataType]: Exit time region: delta=0.213s
08/25/2022 01:56:07 PM INFO 65636 [sg00/Tensorizer/ResolveEqualPredicates]: Enter time region
08/25/2022 01:56:08 PM INFO 65636 [ResolveEqualPredicates]: Finished (changed=False)
08/25/2022 01:56:08 PM INFO 65636 [sg00/Tensorizer/ResolveEqualPredicates]: Exit time region: delta=0.210s
08/25/2022 01:56:08 PM INFO 65636 [sg00/Tensorizer/EliminateDivs]: Enter time region
08/25/2022 01:56:08 PM INFO 65636 [EliminateDivs]: Finished (changed=False)
08/25/2022 01:56:08 PM INFO 65636 [sg00/Tensorizer/EliminateDivs]: Exit time region: delta=0.213s
08/25/2022 01:56:08 PM INFO 65636 [sg00/Tensorizer/SimplifyPredicates]: Enter time region
08/25/2022 01:56:09 PM INFO 65636 [SimplifyPredicates]: Finished (changed=True #instances=39767541451200)
08/25/2022 01:56:09 PM INFO 65636 [sg00/Tensorizer/SimplifyPredicates]: Exit time region: delta=0.808s
08/25/2022 01:56:09 PM INFO 65636 [sg00/Tensorizer/Simplifier]: Enter time region
08/25/2022 01:56:09 PM INFO 65636 [Simplifier]: Finished (changed=True #instances=39767519419200)
08/25/2022 01:56:09 PM INFO 65636 [sg00/Tensorizer/Simplifier]: Exit time region: delta=0.644s
08/25/2022 01:56:09 PM INFO 65636 [sg00/Tensorizer/TCTransform]: Enter time region
08/25/2022 01:56:10 PM INFO 65636 [TCTransform]: Finished (changed=True #instances=31855207406400)
08/25/2022 01:56:10 PM INFO 65636 [sg00/Tensorizer/TCTransform]: Exit time region: delta=0.256s
08/25/2022 01:56:10 PM INFO 65636 [sg00/Tensorizer/CommuteConcat]: Enter time region
08/25/2022 01:56:10 PM INFO 65636 [CommuteConcat]: Finished (changed=False)
08/25/2022 01:56:10 PM INFO 65636 [sg00/Tensorizer/CommuteConcat]: Exit time region: delta=0.216s
08/25/2022 01:56:10 PM INFO 65636 [sg00/Tensorizer/LoopFusion]: Enter time region
08/25/2022 01:56:12 PM INFO 65636 [LoopFusion]: Finished (changed=True #instances=69067324094400)
08/25/2022 01:56:12 PM INFO 65636 [sg00/Tensorizer/LoopFusion]: Exit time region: delta=1.985s
08/25/2022 01:56:12 PM INFO 65636 [sg00/Tensorizer/Simplifier]: Enter time region
08/25/2022 01:56:12 PM INFO 65636 [Simplifier]: Finished (changed=False)
08/25/2022 01:56:12 PM INFO 65636 [sg00/Tensorizer/Simplifier]: Exit time region: delta=0.163s
08/25/2022 01:56:12 PM INFO 65636 [sg00/Tensorizer/DelinearIndices]: Enter time region
08/25/2022 01:56:12 PM INFO 65636 [DelinearIndices]: Finished (changed=True #instances=69067324094400)
08/25/2022 01:56:12 PM INFO 65636 [sg00/Tensorizer/DelinearIndices]: Exit time region: delta=0.333s
08/25/2022 01:56:12 PM INFO 65636 [sg00/Tensorizer/Delinearization]: Enter time region
08/25/2022 01:56:12 PM INFO 65636 [Delinearization]: Finished (changed=True #instances=69067324094400)
08/25/2022 01:56:13 PM INFO 65636 [sg00/Tensorizer/Delinearization]: Exit time region: delta=0.149s
08/25/2022 01:56:13 PM INFO 65636 [sg00/Tensorizer/DeadStoreElimination]: Enter time region
08/25/2022 01:56:15 PM INFO 65636 [DeadStoreElimination]: Finished (changed=False)
08/25/2022 01:56:15 PM INFO 65636 [sg00/Tensorizer/DeadStoreElimination]: Exit time region: delta=2.205s
08/25/2022 01:56:15 PM INFO 65636 [sg00/Tensorizer/Simplifier]: Enter time region
08/25/2022 01:56:15 PM INFO 65636 [Simplifier]: Finished (changed=False)
08/25/2022 01:56:15 PM INFO 65636 [sg00/Tensorizer/Simplifier]: Exit time region: delta=0.176s
08/25/2022 01:56:15 PM INFO 65636 [sg00/Tensorizer/LICM]: Enter time region
08/25/2022 01:56:15 PM INFO 65636 [LICM]: Finished (changed=True #instances=23806180137600)
08/25/2022 01:56:15 PM INFO 65636 [sg00/Tensorizer/LICM]: Exit time region: delta=0.078s
08/25/2022 01:56:15 PM INFO 65636 [sg00/Tensorizer/DelinearIndices]: Enter time region
08/25/2022 01:56:15 PM INFO 65636 [DelinearIndices]: Finished (changed=True #instances=23806180137600)
08/25/2022 01:56:15 PM INFO 65636 [sg00/Tensorizer/DelinearIndices]: Exit time region: delta=0.248s
08/25/2022 01:56:15 PM INFO 65636 [sg00/Tensorizer/Delinearization]: Enter time region
08/25/2022 01:56:15 PM INFO 65636 [Delinearization]: Finished (changed=True #instances=23806180137600)
08/25/2022 01:56:15 PM INFO 65636 [sg00/Tensorizer/Delinearization]: Exit time region: delta=0.124s
08/25/2022 01:56:15 PM INFO 65636 [sg00/Tensorizer/LoopFusion]: Enter time region
08/25/2022 01:56:19 PM INFO 65636 [LoopFusion]: Finished (changed=True #instances=23806077321600)
08/25/2022 01:56:19 PM INFO 65636 [sg00/Tensorizer/LoopFusion]: Exit time region: delta=3.793s
08/25/2022 01:56:19 PM INFO 65636 [sg00/Tensorizer/LICM]: Enter time region
08/25/2022 01:56:19 PM INFO 65636 [LICM]: Finished (changed=False)
08/25/2022 01:56:19 PM INFO 65636 [sg00/Tensorizer/LICM]: Exit time region: delta=0.055s
08/25/2022 01:56:19 PM INFO 65636 [sg00/Tensorizer/Simplifier]: Enter time region
08/25/2022 01:56:19 PM INFO 65636 [Simplifier]: Finished (changed=False)
08/25/2022 01:56:19 PM INFO 65636 [sg00/Tensorizer/Simplifier]: Exit time region: delta=0.163s
08/25/2022 01:56:19 PM INFO 65636 [sg00/Tensorizer/ValueNumbering]: Enter time region
08/25/2022 01:56:20 PM INFO 65636 [ValueNumbering]: Finished (changed=False)
08/25/2022 01:56:20 PM INFO 65636 [sg00/Tensorizer/ValueNumbering]: Exit time region: delta=0.156s
08/25/2022 01:56:20 PM INFO 65636 [sg00/Tensorizer/LICM]: Enter time region
08/25/2022 01:56:20 PM INFO 65636 [LICM]: Finished (changed=False)
08/25/2022 01:56:20 PM INFO 65636 [sg00/Tensorizer/LICM]: Exit time region: delta=0.064s
08/25/2022 01:56:20 PM INFO 65636 [sg00/Tensorizer/MemcpyElimination]: Enter time region
08/25/2022 01:56:20 PM INFO 65636 [MemcpyElimination]: Finished (changed=False)
08/25/2022 01:56:20 PM INFO 65636 [sg00/Tensorizer/MemcpyElimination]: Exit time region: delta=0.075s
08/25/2022 01:56:20 PM INFO 65636 [sg00/Tensorizer/PadElimination]: Enter time region
08/25/2022 01:56:20 PM INFO 65636 [PadElimination]: Finished (changed=False)
08/25/2022 01:56:20 PM INFO 65636 [sg00/Tensorizer/PadElimination]: Exit time region: delta=0.057s
08/25/2022 01:56:20 PM INFO 65636 [sg00/Tensorizer/DelinearIndices]: Enter time region
08/25/2022 01:56:20 PM INFO 65636 [DelinearIndices]: Finished (changed=True #instances=23806077321600)
08/25/2022 01:56:20 PM INFO 65636 [sg00/Tensorizer/DelinearIndices]: Exit time region: delta=0.115s
08/25/2022 01:56:20 PM INFO 65636 [sg00/Tensorizer/Delinearization]: Enter time region
08/25/2022 01:56:20 PM INFO 65636 [Delinearization]: Finished (changed=True #instances=23806077321600)
08/25/2022 01:56:20 PM INFO 65636 [sg00/Tensorizer/Delinearization]: Exit time region: delta=0.127s
08/25/2022 01:56:20 PM INFO 65636 [sg00/Tensorizer/LoopFusion]: Enter time region
08/25/2022 01:56:23 PM INFO 65636 [LoopFusion]: Finished (changed=False)
08/25/2022 01:56:23 PM INFO 65636 [sg00/Tensorizer/LoopFusion]: Exit time region: delta=2.848s
08/25/2022 01:56:23 PM INFO 65636 [sg00/Tensorizer/Simplifier]: Enter time region
08/25/2022 01:56:23 PM INFO 65636 [Simplifier]: Finished (changed=False)
08/25/2022 01:56:23 PM INFO 65636 [sg00/Tensorizer/Simplifier]: Exit time region: delta=0.164s
08/25/2022 01:56:23 PM INFO 65636 [sg00/Tensorizer/LICM]: Enter time region
08/25/2022 01:56:23 PM INFO 65636 [LICM]: Finished (changed=False)
08/25/2022 01:56:23 PM INFO 65636 [sg00/Tensorizer/LICM]: Exit time region: delta=0.055s
08/25/2022 01:56:23 PM INFO 65636 [sg00/Tensorizer/ValueNumbering]: Enter time region
08/25/2022 01:56:23 PM INFO 65636 [ValueNumbering]: Finished (changed=False)
08/25/2022 01:56:23 PM INFO 65636 [sg00/Tensorizer/ValueNumbering]: Exit time region: delta=0.097s
08/25/2022 01:56:23 PM INFO 65636 [sg00/Tensorizer/TCTransform]: Enter time region
08/25/2022 01:56:23 PM INFO 65636 [TCTransform]: Finished (changed=False)
08/25/2022 01:56:23 PM INFO 65636 [sg00/Tensorizer/TCTransform]: Exit time region: delta=0.058s
08/25/2022 01:56:23 PM INFO 65636 [sg00/Tensorizer/RecognizeOpIdiom]: Enter time region
08/25/2022 01:56:23 PM INFO 65636 [RecognizeOpIdiom]: Finished (changed=False)
08/25/2022 01:56:23 PM INFO 65636 [sg00/Tensorizer/RecognizeOpIdiom]: Exit time region: delta=0.091s
08/25/2022 01:56:23 PM INFO 65636 [sg00/Tensorizer/DeadCodeElimination]: Enter time region
08/25/2022 01:56:23 PM INFO 65636 [DeadCodeElimination]: Finished (changed=False)
08/25/2022 01:56:23 PM INFO 65636 [sg00/Tensorizer/DeadCodeElimination]: Exit time region: delta=0.059s
08/25/2022 01:56:23 PM INFO 65636 [Tensorizer]: After optimization: 1 statements
08/25/2022 01:56:23 PM INFO 65636 [sg00/Tensorizer/AutoCastFP32]: Enter time region
08/25/2022 01:56:24 PM INFO 65636 [AutoCastFP32]: Finished (changed=True #instances=23908024612800)
08/25/2022 01:56:24 PM INFO 65636 [sg00/Tensorizer/AutoCastFP32]: Exit time region: delta=0.081s
08/25/2022 01:56:24 PM INFO 65636 [sg00/Tensorizer/LoopFusion]: Enter time region
08/25/2022 01:56:27 PM INFO 65636 [LoopFusion]: Finished (changed=False)
08/25/2022 01:56:27 PM INFO 65636 [sg00/Tensorizer/LoopFusion]: Exit time region: delta=3.014s
08/25/2022 01:56:27 PM INFO 65636 [sg00/Tensorizer/Simplifier]: Enter time region
08/25/2022 01:56:27 PM INFO 65636 [Simplifier]: Finished (changed=False)
08/25/2022 01:56:27 PM INFO 65636 [sg00/Tensorizer/Simplifier]: Exit time region: delta=0.292s
08/25/2022 01:56:27 PM INFO 65636 [sg00/Tensorizer/Delinearization]: Enter time region
08/25/2022 01:56:27 PM INFO 65636 [Delinearization]: Finished (changed=True #instances=23908024612800)
08/25/2022 01:56:27 PM INFO 65636 [sg00/Tensorizer/Delinearization]: Exit time region: delta=0.140s
08/25/2022 01:56:27 PM INFO 65636 [sg00/Tensorizer/ResolveAccessConflict]: Enter time region
08/25/2022 01:56:27 PM INFO 65636 [ResolveAccessConflict]: Finished (changed=False)
08/25/2022 01:56:27 PM INFO 65636 [sg00/Tensorizer/ResolveAccessConflict]: Exit time region: delta=0.137s
08/25/2022 01:56:27 PM INFO 65636 [sg00/Tensorizer/TransformLayout]: Enter time region
08/25/2022 01:56:27 PM INFO 65636 [TransformLayout]: Finished (changed=True #instances=23908374619200)
08/25/2022 01:56:27 PM INFO 65636 [sg00/Tensorizer/TransformLayout]: Exit time region: delta=0.194s
08/25/2022 01:56:27 PM INFO 65636 [sg00/Tensorizer/PartitionLocalityOpt]: Enter time region
08/25/2022 01:56:27 PM INFO 65636 [PartitionLocalityOpt]: Finished (changed=True #instances=23908374619200)
08/25/2022 01:56:27 PM INFO 65636 [sg00/Tensorizer/PartitionLocalityOpt]: Exit time region: delta=0.124s
08/25/2022 01:56:27 PM INFO 65636 [sg00/Tensorizer/FlattenPartitionAxes]: Enter time region
08/25/2022 01:56:28 PM INFO 65636 [FlattenPartitionAxes]: Finished (changed=True #instances=23908374619200)
08/25/2022 01:56:28 PM INFO 65636 [sg00/Tensorizer/FlattenPartitionAxes]: Exit time region: delta=0.074s
08/25/2022 01:56:28 PM INFO 65636 [sg00/Tensorizer/TongaSizeTiling]: Enter time region
08/25/2022 01:56:32 PM INFO 65636 [TongaSizeTiling]: Finished (changed=True #instances=1999920)
08/25/2022 01:56:32 PM INFO 65636 [sg00/Tensorizer/TongaSizeTiling]: Exit time region: delta=4.514s
08/25/2022 01:56:32 PM INFO 65636 [sg00/Tensorizer/TilingProfiler]: Enter time region
08/25/2022 01:56:32 PM INFO 65636 [TilingProfiler]: Finished (changed=False)
08/25/2022 01:56:32 PM INFO 65636 [sg00/Tensorizer/TilingProfiler]: Exit time region: delta=0.107s
08/25/2022 01:56:32 PM INFO 65636 [sg00/Tensorizer/FlattenMacroLoop]: Enter time region
08/25/2022 01:56:33 PM INFO 65636 [FlattenMacroLoop]: Finished (changed=True #instances=1999920)
08/25/2022 01:56:33 PM INFO 65636 [sg00/Tensorizer/FlattenMacroLoop]: Exit time region: delta=0.394s
08/25/2022 01:56:33 PM INFO 65636 [sg00/Tensorizer/RetileSIMDMacro]: Enter time region
08/25/2022 01:56:33 PM INFO 65636 [RetileSIMDMacro]: Finished (changed=False)
08/25/2022 01:56:33 PM INFO 65636 [sg00/Tensorizer/RetileSIMDMacro]: Exit time region: delta=0.096s
08/25/2022 01:56:33 PM INFO 65636 [sg00/Tensorizer/InferTongaTensor]: Enter time region
08/25/2022 01:56:33 PM INFO 65636 [InferTongaTensor]: Finished (changed=True #instances=1999920)
08/25/2022 01:56:33 PM INFO 65636 [sg00/Tensorizer/InferTongaTensor]: Exit time region: delta=0.593s
08/25/2022 01:56:33 PM INFO 65636 [sg00/Tensorizer/TongaSimplifier]: Enter time region
08/25/2022 01:56:34 PM INFO 65636 [TongaSimplifier]: Finished (changed=False)
08/25/2022 01:56:34 PM INFO 65636 [sg00/Tensorizer/TongaSimplifier]: Exit time region: delta=0.130s
08/25/2022 01:56:34 PM INFO 65636 [sg00/Tensorizer/LICM]: Enter time region
08/25/2022 01:56:34 PM INFO 65636 [LICM]: Finished (changed=True #instances=1999920)
08/25/2022 01:56:34 PM INFO 65636 [sg00/Tensorizer/LICM]: Exit time region: delta=0.109s
08/25/2022 01:56:34 PM INFO 65636 [sg00/Tensorizer/RewriteReplicationMatmul]: Enter time region
08/25/2022 01:56:34 PM INFO 65636 [RewriteReplicationMatmul]: Finished (changed=True #instances=2122800)
08/25/2022 01:56:34 PM INFO 65636 [sg00/Tensorizer/RewriteReplicationMatmul]: Exit time region: delta=0.115s
08/25/2022 01:56:34 PM INFO 65636 [sg00/Tensorizer/FlattenMacroLoop]: Enter time region
08/25/2022 01:56:34 PM INFO 65636 [FlattenMacroLoop]: Finished (changed=True #instances=2122800)
08/25/2022 01:56:34 PM INFO 65636 [sg00/Tensorizer/FlattenMacroLoop]: Exit time region: delta=0.158s
08/25/2022 01:56:34 PM INFO 65636 [sg00/Tensorizer/SimplifyPredicates]: Enter time region
08/25/2022 01:56:35 PM INFO 65636 [SimplifyPredicates]: Finished (changed=True #instances=2122800)
08/25/2022 01:56:35 PM INFO 65636 [sg00/Tensorizer/SimplifyPredicates]: Exit time region: delta=0.553s
08/25/2022 01:56:35 PM INFO 65636 [sg00/Tensorizer/DataLocalityOpt]: Enter time region
08/25/2022 01:56:41 PM INFO 65636 [DataLocalityOpt]: Finished (changed=True #instances=2242701)
08/25/2022 01:56:41 PM INFO 65636 [sg00/Tensorizer/DataLocalityOpt]: Exit time region: delta=6.757s
08/25/2022 01:56:41 PM INFO 65636 [sg00/Tensorizer/TongaSimplifier]: Enter time region
08/25/2022 01:56:42 PM INFO 65636 [TongaSimplifier]: Finished (changed=False)
08/25/2022 01:56:42 PM INFO 65636 [sg00/Tensorizer/TongaSimplifier]: Exit time region: delta=0.222s
08/25/2022 01:56:42 PM INFO 65636 [sg00/Tensorizer/LegalizeTongaMacro]: Enter time region
08/25/2022 01:56:42 PM INFO 65636 [LegalizeTongaMacro]: Finished (changed=True #instances=2243021)
08/25/2022 01:56:42 PM INFO 65636 [sg00/Tensorizer/LegalizeTongaMacro]: Exit time region: delta=0.299s
08/25/2022 01:56:42 PM INFO 65636 [sg00/Tensorizer/TongaSimplifier]: Enter time region
08/25/2022 01:56:42 PM INFO 65636 [TongaSimplifier]: Finished (changed=False)
08/25/2022 01:56:42 PM INFO 65636 [sg00/Tensorizer/TongaSimplifier]: Exit time region: delta=0.222s
08/25/2022 01:56:42 PM INFO 65636 [sg00/Tensorizer/PerfectLoopNest]: Enter time region
08/25/2022 01:56:42 PM INFO 65636 [PerfectLoopNest]: Finished (changed=False)
08/25/2022 01:56:42 PM INFO 65636 [sg00/Tensorizer/PerfectLoopNest]: Exit time region: delta=0.193s
08/25/2022 01:56:42 PM INFO 65636 [sg00/Tensorizer/FlattenMacroLoop]: Enter time region
08/25/2022 01:56:43 PM INFO 65636 [FlattenMacroLoop]: Finished (changed=True #instances=2243021)
08/25/2022 01:56:43 PM INFO 65636 [sg00/Tensorizer/FlattenMacroLoop]: Exit time region: delta=0.415s
08/25/2022 01:56:43 PM INFO 65636 [sg00/Tensorizer/RewriteWeights]: Enter time region
08/25/2022 01:56:46 PM INFO 65636 [RewriteWeights]: Finished (changed=True #instances=2243021)
08/25/2022 01:56:46 PM INFO 65636 [sg00/Tensorizer/RewriteWeights]: Exit time region: delta=3.048s
08/25/2022 01:56:46 PM INFO 65636 [sg00/Tensorizer/ReshapeWeights]: Enter time region
08/25/2022 01:56:46 PM INFO 65636 [ReshapeWeights]: Finished (changed=True #instances=2243021)
08/25/2022 01:56:46 PM INFO 65636 [sg00/Tensorizer/ReshapeWeights]: Exit time region: delta=0.253s
08/25/2022 01:56:46 PM INFO 65636 [sg00/Tensorizer/FlattenMacroLoop]: Enter time region
08/25/2022 01:56:46 PM INFO 65636 [FlattenMacroLoop]: Finished (changed=False)
08/25/2022 01:56:46 PM INFO 65636 [sg00/Tensorizer/FlattenMacroLoop]: Exit time region: delta=0.213s
08/25/2022 01:56:46 PM INFO 65636 [sg00/Tensorizer/SimplifyPredicates]: Enter time region
08/25/2022 01:56:47 PM INFO 65636 [SimplifyPredicates]: Finished (changed=True #instances=2243021)
08/25/2022 01:56:47 PM INFO 65636 [sg00/Tensorizer/SimplifyPredicates]: Exit time region: delta=0.769s
08/25/2022 01:56:47 PM INFO 65636 [sg00/Tensorizer/InferInitValue]: Enter time region
08/25/2022 01:56:49 PM INFO 65636 [InferInitValue]: Finished (changed=True #instances=2243021)
08/25/2022 01:56:49 PM INFO 65636 [sg00/Tensorizer/InferInitValue]: Exit time region: delta=2.167s
08/25/2022 01:56:49 PM INFO 65636 [sg00/Tensorizer/SplitUnionSets]: Enter time region
08/25/2022 01:56:49 PM INFO 65636 [SplitUnionSets]: Finished (changed=True #instances=2260941)
08/25/2022 01:56:49 PM INFO 65636 [sg00/Tensorizer/SplitUnionSets]: Exit time region: delta=0.303s
08/25/2022 01:56:49 PM INFO 65636 [sg00/Tensorizer/TongaSimplifier]: Enter time region
08/25/2022 01:56:50 PM INFO 65636 [TongaSimplifier]: Finished (changed=True #instances=2260941)
08/25/2022 01:56:50 PM INFO 65636 [sg00/Tensorizer/TongaSimplifier]: Exit time region: delta=0.525s
08/25/2022 01:56:50 PM INFO 65636 [sg00/Tensorizer/SimplifyTongaTensor]: Enter time region
08/25/2022 01:56:51 PM INFO 65636 [SimplifyTongaTensor]: Finished (changed=True #instances=2260941)
08/25/2022 01:56:51 PM INFO 65636 [sg00/Tensorizer/SimplifyTongaTensor]: Exit time region: delta=0.674s
08/25/2022 01:56:51 PM INFO 65636 [sg00/Tensorizer/LegalizeTongaStore]: Enter time region
08/25/2022 01:56:51 PM INFO 65636 [LegalizeTongaStore]: Finished (changed=False)
08/25/2022 01:56:51 PM INFO 65636 [sg00/Tensorizer/LegalizeTongaStore]: Exit time region: delta=0.248s
08/25/2022 01:56:51 PM INFO 65636 [sg00/Tensorizer/LICM]: Enter time region
08/25/2022 01:56:51 PM INFO 65636 [LICM]: Finished (changed=False)
08/25/2022 01:56:51 PM INFO 65636 [sg00/Tensorizer/LICM]: Exit time region: delta=0.202s
08/25/2022 01:56:51 PM INFO 65636 [sg00/Tensorizer/TongaISel]: Enter time region
08/25/2022 01:56:52 PM INFO 65636 [TongaISel]: Finished (changed=True #instances=3145613)
08/25/2022 01:56:52 PM INFO 65636 [sg00/Tensorizer/TongaISel]: Exit time region: delta=0.801s
08/25/2022 01:56:52 PM INFO 65636 [sg00/Tensorizer/TongaAffineLoopXform]: Enter time region
08/25/2022 01:56:52 PM INFO 65636 [TongaAffineLoopXform]: Finished (changed=True #instances=3145613)
08/25/2022 01:56:52 PM INFO 65636 [sg00/Tensorizer/TongaAffineLoopXform]: Exit time region: delta=0.237s
08/25/2022 01:56:52 PM INFO 65636 [sg00/Tensorizer/TongaLoopFusion]: Enter time region
08/25/2022 01:56:56 PM INFO 65636 [TongaLoopFusion]: Finished (changed=True #instances=3145613)
08/25/2022 01:56:56 PM INFO 65636 [sg00/Tensorizer/TongaLoopFusion]: Exit time region: delta=3.402s
08/25/2022 01:56:56 PM INFO 65636 [sg00/Tensorizer/TongaLICM]: Enter time region
08/25/2022 01:56:56 PM INFO 65636 [TongaLICM]: Finished (changed=False)
08/25/2022 01:56:56 PM INFO 65636 [sg00/Tensorizer/TongaLICM]: Exit time region: delta=0.219s
08/25/2022 01:56:56 PM INFO 65636 [sg00/Tensorizer/FactorizeBlkDims]: Enter time region
08/25/2022 01:56:57 PM INFO 65636 [FactorizeBlkDims]: Finished (changed=True #instances=3145613)
08/25/2022 01:56:57 PM INFO 65636 [sg00/Tensorizer/FactorizeBlkDims]: Exit time region: delta=1.222s
08/25/2022 01:56:57 PM INFO 65636 [sg00/Tensorizer/TongaInstComb]: Enter time region
08/25/2022 01:56:59 PM INFO 65636 [TongaInstComb]: Finished (changed=True #instances=2659917)
08/25/2022 01:56:59 PM INFO 65636 [sg00/Tensorizer/TongaInstComb]: Exit time region: delta=2.295s
08/25/2022 01:56:59 PM INFO 65636 [sg00/Tensorizer/TongaValueNumbering]: Enter time region
08/25/2022 01:57:00 PM INFO 65636 [TongaValueNumbering]: Finished (changed=False)
08/25/2022 01:57:00 PM INFO 65636 [sg00/Tensorizer/TongaValueNumbering]: Exit time region: delta=0.333s
08/25/2022 01:57:00 PM INFO 65636 [sg00/Tensorizer/LowerTranspose]: Enter time region
08/25/2022 01:57:00 PM INFO 65636 [LowerTranspose]: Finished (changed=True #instances=2690518)
08/25/2022 01:57:00 PM INFO 65636 [sg00/Tensorizer/LowerTranspose]: Exit time region: delta=0.231s
08/25/2022 01:57:00 PM INFO 65636 [sg00/Tensorizer/LegalizeTongaType]: Enter time region
08/25/2022 01:57:00 PM INFO 65636 [LegalizeTongaType]: Finished (changed=True #instances=2753894)
08/25/2022 01:57:00 PM INFO 65636 [sg00/Tensorizer/LegalizeTongaType]: Exit time region: delta=0.280s
08/25/2022 01:57:00 PM INFO 65636 [sg00/Tensorizer/PartialLoopFusion]: Enter time region
08/25/2022 01:57:07 PM INFO 65636 [PartialLoopFusion]: Finished (changed=True #instances=2754358)
08/25/2022 01:57:07 PM INFO 65636 [sg00/Tensorizer/PartialLoopFusion]: Exit time region: delta=6.731s
08/25/2022 01:57:07 PM INFO 65636 [sg00/Tensorizer/ShortenLifeInterval]: Enter time region
08/25/2022 01:57:08 PM INFO 65636 [ShortenLifeInterval]: Finished (changed=True #instances=2754358)
08/25/2022 01:57:08 PM INFO 65636 [sg00/Tensorizer/ShortenLifeInterval]: Exit time region: delta=0.771s
08/25/2022 01:57:08 PM INFO 65636 [sg00/Tensorizer/GlobalBatchOpt]: Enter time region
08/25/2022 01:57:08 PM INFO 65636 [GlobalBatchOpt]: Finished (changed=False)
08/25/2022 01:57:08 PM INFO 65636 [sg00/Tensorizer/GlobalBatchOpt]: Exit time region: delta=0.226s
08/25/2022 01:57:08 PM INFO 65636 [sg00/Tensorizer/SpillPSum]: Enter time region
08/25/2022 01:57:09 PM INFO 65636 [SpillPSum]: Finished (changed=False)
08/25/2022 01:57:09 PM INFO 65636 [sg00/Tensorizer/SpillPSum]: Exit time region: delta=0.735s
08/25/2022 01:57:09 PM INFO 65636 [sg00/Tensorizer/LegalizeTongaType]: Enter time region
08/25/2022 01:57:09 PM INFO 65636 [LegalizeTongaType]: Finished (changed=False)
08/25/2022 01:57:09 PM INFO 65636 [sg00/Tensorizer/LegalizeTongaType]: Exit time region: delta=0.231s
08/25/2022 01:57:09 PM INFO 65636 [sg00/Tensorizer/InferPSumTensor]: Enter time region
08/25/2022 01:57:12 PM INFO 65636 [InferPSumTensor]: Finished (changed=True #instances=2754358)
08/25/2022 01:57:12 PM INFO 65636 [sg00/Tensorizer/InferPSumTensor]: Exit time region: delta=2.646s
08/25/2022 01:57:12 PM INFO 65636 [sg00/Tensorizer/WeightCoalescing]: Enter time region
08/25/2022 01:57:12 PM INFO 65636 [WeightCoalescing]: Finished (changed=True #instances=2754215)
08/25/2022 01:57:12 PM INFO 65636 [sg00/Tensorizer/WeightCoalescing]: Exit time region: delta=0.302s
08/25/2022 01:57:12 PM INFO 65636 [sg00/Tensorizer/LowerPartitionTile]: Enter time region
08/25/2022 01:57:13 PM INFO 65636 [LowerPartitionTile]: Finished (changed=True #instances=4556116)
08/25/2022 01:57:13 PM INFO 65636 [sg00/Tensorizer/LowerPartitionTile]: Exit time region: delta=1.262s
08/25/2022 01:57:13 PM INFO 65636 [sg00/Tensorizer/BroadcastWeights]: Enter time region
08/25/2022 01:57:14 PM INFO 65636 [BroadcastWeights]: Finished (changed=False)
08/25/2022 01:57:14 PM INFO 65636 [sg00/Tensorizer/BroadcastWeights]: Exit time region: delta=0.283s
08/25/2022 01:57:14 PM INFO 65636 [sg00/Tensorizer/TensorInitialization]: Enter time region
08/25/2022 01:57:14 PM INFO 65636 [TensorInitialization]: Finished (changed=False)
08/25/2022 01:57:14 PM INFO 65636 [sg00/Tensorizer/TensorInitialization]: Exit time region: delta=0.285s
08/25/2022 01:57:14 PM INFO 65636 [sg00/Tensorizer/LegalizeTongaAccess]: Enter time region
08/25/2022 01:57:14 PM INFO 65636 [LegalizeTongaAccess]: Finished (changed=True #instances=4586716)
08/25/2022 01:57:14 PM INFO 65636 [sg00/Tensorizer/LegalizeTongaAccess]: Exit time region: delta=0.632s
08/25/2022 01:57:14 PM INFO 65636 [sg00/Tensorizer/TongaAffineLoopXform]: Enter time region
08/25/2022 01:57:15 PM INFO 65636 [TongaAffineLoopXform]: Finished (changed=False)
08/25/2022 01:57:15 PM INFO 65636 [sg00/Tensorizer/TongaAffineLoopXform]: Exit time region: delta=0.289s
08/25/2022 01:57:15 PM INFO 65636 [sg00/Tensorizer/RelaxPredicates]: Enter time region
08/25/2022 01:57:15 PM INFO 65636 [RelaxPredicates]: Finished (changed=False)
08/25/2022 01:57:15 PM INFO 65636 [sg00/Tensorizer/RelaxPredicates]: Exit time region: delta=0.295s
08/25/2022 01:57:15 PM INFO 65636 [sg00/Tensorizer/TensorInitialization]: Enter time region
08/25/2022 01:57:15 PM INFO 65636 [TensorInitialization]: Finished (changed=False)
08/25/2022 01:57:15 PM INFO 65636 [sg00/Tensorizer/TensorInitialization]: Exit time region: delta=0.286s
08/25/2022 01:57:15 PM INFO 65636 [sg00/Tensorizer/ExpandISAMacro]: Enter time region
08/25/2022 01:57:16 PM INFO 65636 [ExpandISAMacro]: Finished (changed=True #instances=4771036)
08/25/2022 01:57:16 PM INFO 65636 [sg00/Tensorizer/ExpandISAMacro]: Exit time region: delta=0.315s
08/25/2022 01:57:16 PM INFO 65636 [sg00/Tensorizer/LegalizePartitionTile]: Enter time region
08/25/2022 01:57:16 PM INFO 65636 [LegalizePartitionTile]: Finished (changed=True #instances=4801636)
08/25/2022 01:57:16 PM INFO 65636 [sg00/Tensorizer/LegalizePartitionTile]: Exit time region: delta=0.301s
08/25/2022 01:57:16 PM INFO 65636 [sg00/Tensorizer/SimplifyTongaTensor]: Enter time region
08/25/2022 01:57:17 PM INFO 65636 [SimplifyTongaTensor]: Finished (changed=True #instances=4801636)
08/25/2022 01:57:17 PM INFO 65636 [sg00/Tensorizer/SimplifyTongaTensor]: Exit time region: delta=0.854s
08/25/2022 01:57:17 PM INFO 65636 [sg00/Tensorizer/LinearizeFreeDim]: Enter time region
08/25/2022 01:57:17 PM INFO 65636 [LinearizeFreeDim]: Finished (changed=True #instances=4801636)
08/25/2022 01:57:17 PM INFO 65636 [sg00/Tensorizer/LinearizeFreeDim]: Exit time region: delta=0.306s
08/25/2022 01:57:17 PM INFO 65636 [sg00/Tensorizer/DataStreaming]: Enter time region
08/25/2022 01:57:18 PM INFO 65636 [DataStreaming]: Finished (changed=True #instances=4801636)
08/25/2022 01:57:18 PM INFO 65636 [sg00/Tensorizer/DataStreaming]: Exit time region: delta=0.444s
08/25/2022 01:57:18 PM INFO 65636 [sg00/Tensorizer/MemoryAllocator]: Enter time region
08/25/2022 01:57:20 PM INFO 65636 [MemoryAllocator]: Finished (changed=False)
08/25/2022 01:57:20 PM INFO 65636 [sg00/Tensorizer/MemoryAllocator]: Exit time region: delta=2.049s
08/25/2022 01:57:20 PM INFO 65636 [sg00/Tensorizer/VDNSPrep]: Enter time region
08/25/2022 01:57:21 PM INFO 65636 [VDNSPrep]: Finished (changed=True #instances=4827876)
08/25/2022 01:57:21 PM INFO 65636 [sg00/Tensorizer/VDNSPrep]: Exit time region: delta=0.338s
08/25/2022 01:57:21 PM INFO 65636 [sg00/Tensorizer/LegalizeTongaAccess]: Enter time region
08/25/2022 01:57:22 PM INFO 65636 [LegalizeTongaAccess]: Finished (changed=True #instances=4827876)
08/25/2022 01:57:22 PM INFO 65636 [sg00/Tensorizer/LegalizeTongaAccess]: Exit time region: delta=1.087s
08/25/2022 01:57:22 PM INFO 65636 [sg00/Tensorizer/ExpandISAMacro]: Enter time region
08/25/2022 01:57:22 PM INFO 65636 [ExpandISAMacro]: Finished (changed=False)
08/25/2022 01:57:22 PM INFO 65636 [sg00/Tensorizer/ExpandISAMacro]: Exit time region: delta=0.344s
08/25/2022 01:57:22 PM INFO 65636 [sg00/Tensorizer/LegalizePartitionTile]: Enter time region
08/25/2022 01:57:22 PM INFO 65636 [LegalizePartitionTile]: Finished (changed=False)
08/25/2022 01:57:22 PM INFO 65636 [sg00/Tensorizer/LegalizePartitionTile]: Exit time region: delta=0.322s
08/25/2022 01:57:22 PM INFO 65636 [sg00/Tensorizer/StaticProfiler]: Enter time region
08/25/2022 01:57:23 PM INFO 65636 [StaticProfiler]: Finished (changed=False)
08/25/2022 01:57:23 PM INFO 65636 [sg00/Tensorizer/StaticProfiler]: Exit time region: delta=0.394s
08/25/2022 01:57:23 PM INFO 65636 [sg00/Tensorizer/LowerAPIndices]: Enter time region
08/25/2022 01:57:24 PM INFO 65636 [LowerAPIndices]: Finished (changed=True #instances=9920492)
08/25/2022 01:57:24 PM INFO 65636 [sg00/Tensorizer/LowerAPIndices]: Exit time region: delta=0.999s
08/25/2022 01:57:24 PM INFO 65636 [sg00/Tensorizer/LowerMisc]: Enter time region
08/25/2022 01:57:24 PM INFO 65636 [LowerMisc]: Finished (changed=False)
08/25/2022 01:57:24 PM INFO 65636 [sg00/Tensorizer/LowerMisc]: Exit time region: delta=0.214s
08/25/2022 01:57:24 PM INFO 65636 [sg00/Tensorizer/BirCodeGenLoop]: Enter time region
08/25/2022 01:57:25 PM INFO 65636 [BirCodeGenLoop]: Finished (changed=False)
08/25/2022 01:57:25 PM INFO 65636 [sg00/Tensorizer/BirCodeGenLoop]: Exit time region: delta=0.595s
08/25/2022 01:57:26 PM INFO 65636 [Tensorizer]: IR signature: 7314d0222b8e7506f196c68819f3a4bbd3c009dbc35d0cc34dba9789b1695021 for sg00/Tensorizer
08/25/2022 01:57:26 PM INFO 65636 [Tensorizer]: Weights total number of bytes: 182389072
08/25/2022 01:57:26 PM INFO 65636 [Tensorizer]: Finalize
08/25/2022 01:57:26 PM INFO 65636 [Statistics]: --- Penguin Statistics ---
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  AffinePredicateResolution  Number of const tensor evaluated from predicate values
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  AutoCastTCInputs  Tensor shrink for matmult down-cast (in bytes
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  BroadcastWeights  Number of matmults inserted to broadcast weights
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  CommuteConcat     Number of concat operand commuted
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  CommuteConcat     Number of concat operand distributed
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:            87680  DTypeMutator      Number of bytes statically casted in weight tensor
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              131  DTypeMutator      Number of load whose tensor type mutated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:               16  DTypeMutator      Number of operator whose dst type is mutated for legalization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:               21  DataLocalityOpt   Number of deferred flush inserted for DMA write
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              217  DataLocalityOpt   Number of delinearized weight by rewriting
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  DataLocalityOpt   Number of prefetch failed due to isl codegen
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              299  DataLocalityOpt   Number of prefetch inserted
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  DataLocalityOpt   Number of tranposes skipped because of illegal partition address
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  DataLocalityOpt   Number of transpose inserted for DMA write
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  DeadStoreElimination  Number of bytes eliminated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  DeadStoreElimination  Number of iteration eliminated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  DeadStoreElimination  Number of loops eliminated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  DeadStoreElimination  Number of strided axes
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  DeadStoreElimination  Number of tensors eliminated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              184  DelinearizationBase  Number of loops tiled by delinearization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              797  DelinearizationBase  Number of tensors delinearized
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  DotTransform      Number of times a transformation rollback due to transformation crash
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  EliminateDivs     Number of axes tiled to eliminate div/mod
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  EliminateDivs     Number of div/mod with offset
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  ExpandISAMacro    Number of per-partition bytes copy for tensor-tensor legalization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                4  ExpandISAMacro    Number of sbatomload/sbatomstore expand
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  ExpandISAMacro    Number of total per-partition bytes copy/cast for legalization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:             1345  FlattenMacroLoop  Number of axes coalesced
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              480  FlattenMacroLoop  Number of tensors reshaped
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  GlobalLayoutOpt   Number of BFTransposes inserted
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  GlobalLayoutOpt   Number of PFTransposes inserted
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  GlobalLayoutOpt   Number of PFTransposes inserted for IO tensors
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  GlobalLayoutOpt   Number of dmas needed for transpose
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  InferNonLocalTensor  num of non-local tensors infered
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  InferPSumTensor   Number of bytes copied to psum per-partition
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              163  InferPSumTensor   Number of instructions whose result inferred into PSUM
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  InferPSumTensor   Number of psum copy instructions inserted
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:      51265305600  InferPSumTensor   Number of total bytes inferred into PSUM
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  InferStaticWeight  Number of bytes allocated as static allocation
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              288  InferTongaTensor  Number of local tensor inferred
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:               10  InferTongaTensor  Number of tensors that can not be inferred as local because of the non-compatible access pattern
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  InferTongaTensor  Number of tensors that cannot be inferred as local because their size cannot fit in
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:        308448000  InferTongaTensor  Total Number of bytes of non-compatible tensors
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  InferTongaTensor  Total Number of bytes of tensors with large tile size
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:      53599551360  InferTongaTensor  Total number of bytes of local tensors
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  IntegerSetWrapper  Number of times compute_quota exceed
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  IslSimplifier     Number of iteration eliminated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  IslSimplifier     Number of loops eliminated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:               16  IslSimplifier     Number of predicate eliminated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  IslSimplifier     Number of strided axes
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  LayoutAnalysis    Number of loopnests (DAGs) whose tensors layout are not propagated but re-calculated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  LegalizeTongaAccess  Number of per-partition bytes copy for Activation legalization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  LegalizeTongaAccess  Number of per-partition bytes copy for MatMul legalization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  LegalizeTongaAccess  Number of per-partition bytes copy for SBAtomLoad SB address legalization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  LegalizeTongaAccess  Number of per-partition bytes copy for SBAtomLoad legalization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  LegalizeTongaAccess  Number of per-partition bytes copy for SBAtomSave SB address legalization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  LegalizeTongaAccess  Number of per-partition bytes copy for SBAtomSave legalization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  LegalizeTongaAccess  Number of per-partition bytes copy for TensorScalarPtr legalization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  LegalizeTongaAccess  Number of per-partition bytes copy for TensorTensor legalization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  LegalizeTongaAccess  Number of tensor reshaped to legalize the ptr operand of the tensorscalarptr
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  LegalizeTongaAccess  Number of total per-partition bytes copy/cast for legalization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  LegalizeTongaMacro  Explicit psum copy because of too many partitions
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:        243765120  LegalizeTongaType  Number of bytes copy/cast at the producer instructions
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:        243765120  LegalizeTongaType  Number of bytes copy/cast for legalization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  LinearScanAllocator  Number of bytes allocated in psumbuffer
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  LinearScanAllocator  Number of bytes allocated in statebuffer
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  LinearScanAllocator  PSumbuffer utilization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  LinearScanAllocator  Statebuffer utilization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              814  LoopFusion        Number of loops fused
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                6  LoopFusion        Number of trivial copy eliminated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  LowerPartitionTile  Number of broadcast buffer shrink
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              123  LowerPartitionTile  Number of matmult instruction lowered
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              520  LowerPartitionTile  Number of tonga instruction (except matmult) lowered
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  LowerTranspose    Number of lossless transpose generated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  LowerTranspose    Number of lossless transpose with bitcast generated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                1  LowerTranspose    Number of lossy transpose generated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  MPDLoopFusion     Missed loop fusions
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  MatMultCombiner   Number of matmul fused among contract axes
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  MatMultCombiner   Number of matmul fused among rows
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  MatMultCombiner   Number of matmul operand copy
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  MatMultCombiner   Number of matmul operand extend inplace
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  MatMultCombiner   Number of matmul operand extend inplace
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  MatMultCombiner   Number of weight fused for matmul fusion
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:       3596313600  MemcpyElimination  Number of bytes copied by memcpy
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  MemcpyElimination  Number of bytes eliminated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  MemcpyElimination  Number of cast inserted
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  MemcpyElimination  Number of failure in access folding
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  MemcpyElimination  Number of memcopy eliminated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  MemcpyElimination  Number of quasi affine expr generated during addr rewrite
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  MemcpyElimination  Number of simple dag moved
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  MemoryProfiler    Estimated peak psum utilization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  MemoryProfiler    Estimated peak statebuffer utilization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              881  ModDivDelinear    Number of loops tiled by delinearization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  ModDivDelinear    Number of tensors delinearized
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  ModuloAllocation  Number of dma for prefetch buffer moved
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  ModuloAllocation  Number of parallel loops generated by modulo buffer allocation
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  PadElimination    Number of padding eliminated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  PartialLoopFusion  Number of instruction rematerialized
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              283  PartialLoopFusion  Number of loops fused
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  PartialLoopFusion  Number of loops fused with loop-carried dependencies
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  PolyhedralInterfereGraph  Number of inplace replacement pairs identified
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              149  PreScheduler      Number of instruction moved to shorten live-interval
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  PrefetchAllocation  Number of inputs/weights prefetched
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  RecognizeOpIdiom  Number of channel-wise prelu inferred
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  RecognizeOpIdiom  Number of gelu (tanh approximated) inferred
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  RecognizeOpIdiom  Number of gelu inferred
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  RecognizeOpIdiom  Number of mish inferred
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  RecognizeOpIdiom  Number of prelu inferred
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  RecognizeOpIdiom  Number of rsqrt inferred
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  RecognizeOpIdiom  Number of softplus inferred
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  Recompute         Number of bytes recomputed
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  Recompute         Number of flops recomputed
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  RelaxPredicates   Number of predicates dropped
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:    7912312012800  RelayFE           Number of MAC count in relay
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:     399358446144  RelayFE           Number of total read bytes of FMAP and weight in relay
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              281  ReshapeWeights    Number of weights being reshaped into 2-D array
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  ResolveAccessConflict  Number of dag splitted to resolve access conflict
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  ResolvePredicates  Number of subdomain generated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  RetileSIMDMacro   Number of SIMD macro retiled to match size of psum
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                4  RewriteReplicationMatmul  Number of replication access generated for matmul
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  RewriteReplicationMatmul  Number of software replication generated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  SimplifyTensorBase  Number of dead stores deleted
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              326  SimplifyTensorBase  Number of tensors simplified
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  SimplifyTensorBase  Number of tensors splitted
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              266  SimplifyTensorBase  Number of tensors squeezed
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  SpillPSum         Number of total per-partition bytes spilled from psum to sb
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  SplitAccGrp       Number of accumulation groups splitted
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  SplitFreeDim      Number of tensors whose blocks are further split
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              115  SplitUnionSets    Number of subdomain generated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:        3574.8519  StaticProfiler    Arithmetic intensity
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:       15977.4093  StaticProfiler    Arithmetic intensity if we only load/store I/O tensors
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:        3124.0152  StaticProfiler    Average dma length per-partition
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:        3115.9130  StaticProfiler    Average dma length per-partition (exclude weights)
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:          84.3543  StaticProfiler    Average partition utilization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:          87.5463  StaticProfiler    Average pe (systolic array) utilization
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:            28800  StaticProfiler    Biggest tensor tile size in StateBuffer/PSum
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:           0.4320  StaticProfiler    Matmul compute efficiency: (Relay MAC counts/128/64/2) / (Total elements per partition)
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:   15867036416640  StaticProfiler    Number of arithmetic computation
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:      10799813760  StaticProfiler    Number of arithmetic computation by activation
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  StaticProfiler    Number of arithmetic computation by gettensorptr
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:   15830931671040  StaticProfiler    Number of arithmetic computation by matmul
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  StaticProfiler    Number of arithmetic computation by reciprocal
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:       1707171840  StaticProfiler    Number of arithmetic computation by tensorreduce
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:         14688000  StaticProfiler    Number of arithmetic computation by tensorscalar
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:      10766745600  StaticProfiler    Number of arithmetic computation by tensorscalarptr
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:      12816326400  StaticProfiler    Number of arithmetic computation by tensortensor
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:       6047089920  StaticProfiler    Number of bytes moved by tensor copy and shuffle
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:         15882192  StaticProfiler    Number of bytes of weights in partition 0
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:       4438515752  StaticProfiler    Number of bytes transfer between ddr and local memory
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:            35728  StaticProfiler    Number of dma whose length is smaller than 512 bytes
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:            35720  StaticProfiler    Number of dma whose length is smaller than 512 bytes (exclude weights)
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:          3006448  StaticProfiler    Number of matmul instructions
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:          5303524  StaticProfiler    Number of total dynamic instances of tonga instructions (number of instructions after unroll)
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:          84.1706  StaticProfiler    Utilized psum size / Max psum size
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:          22.3744  StaticProfiler    io tensor size / ddr transfer size
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:          22.3744  StaticProfiler    io tensor size / ddr transfer size ignoring nonlocal tensors
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  TensorInitialization  Number of explicit initialization inserted
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  TilingForNewLayout  Number of inherit tiles
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  TilingForNewLayout  Number of instructions after tiling
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  TilingForNewLayout  Number of places global layout clobbered
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:         139.2739  TilingProfiler    Average partition utilization calculated after tiling
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:         315.1582  TilingProfiler    Average pe (systolic array) utilization calculated after tiling
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:            69120  TilingProfiler    Largest number of instructions for a single tonga macro
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:            30600  TilingProfiler    Number of instructions from pf transposes after tiling
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                1  TilingProfiler    Number of pf transposes
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:          1999920  TilingProfiler    Number of total instructions after tiling
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:        207870660  TilingProfiler    Number of utilized partitions
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                8  TongaCpyElim      Number of failure in access folding
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              168  TongaCpyElim      Number of tensor copy/cast eliminated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                4  TongaInstComb     Number of bias_add combined to activation
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  TongaInstComb     Number of result of boolean computation shrink
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                4  TongaInstComb     Number of scale combined to activation
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  TongaInstComb     Number of tensorscalar fold into tensorscalarptr
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                3  TongaInstComb     Number of tensortensor add replace by psum accumulation
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  TongaInstComb     Number of transpose pairs folded
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                9  TongaInstComb     Number of trivial access pattern eliminated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  TongaLICM         Number of instruction hoisted
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  TongaLICM         Number of instruction sunk
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  TongaLayoutGroupAnalysis  Number of loopnests (DAGs) whose tensors layout are not propagated but re-calculated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              162  TongaLoopFusion   Number of loops fused
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  TongaLoopFusion   Number of matmul fused for psum locality
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              136  TongaSizeTiling   Number of inherit tiles
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  TongaSizeTiling   Number of instructions after tiling
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                6  TongaSizeTiling   Number of places global layout clobbered
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  TongaValueNumbering  Number of instructions deleted
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  TongaValueNumbering  Number of tensors deleted
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  TransformLayoutPass  Number of static layout transforms on input/outputs
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                1  TransformLayoutPass  Number of transpose inserted
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  TransformLayoutPass  Number of transpose insertions failed because of predicates
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  TransformLayoutPass  Number of unknown transpose inserted
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                2  VDNSPrep          Number of tensor rewritten for virtual node splitting
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  ValueNumbering    Number of instructions deleted
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  ValueNumbering    Number of tensors deleted
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  Vectorizer        Number of instruction vectorized
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              156  WeightCoalescing  Number of empty loopnest eliminated
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:              156  WeightCoalescing  Number of load instruction merged
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:        359861200  WeightRewriter    Number of bytes re-written for weights
08/25/2022 01:57:26 PM INFO 65636 [Statistics]:                0  WeightRewriter    Number of bytes reused for weight rewrite
08/25/2022 01:57:27 PM INFO 65636 [root/Tensorizer/All]: Exit time region: delta=82.440s
08/25/2022 01:57:27 PM INFO 65636 [job.Frontend.4]: INFO: NN has cpu nodes, writing cpu.so
08/25/2022 01:57:27 PM INFO 65636 [job.Frontend.4]: IR signature: 4710137878f4d3833d450b1f2afdbe6f81424167bc4c66673ffdf9eef077e781 for cpu.so
08/25/2022 01:57:27 PM INFO 65636 [job.Frontend.4]: IR signature: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 for cpu.params
08/25/2022 01:57:29 PM INFO 65636 [job.Frontend.4]: wrote bir.json
08/25/2022 01:57:29 PM INFO 65636 [job.Frontend.4]: wrote tensor_map.json
08/25/2022 01:57:29 PM INFO 65636 [job.Frontend.4]: End tensorization
08/25/2022 01:57:29 PM INFO 65636 [job.Frontend.4]: Job finished
08/25/2022 01:57:29 PM INFO 65636 [pipeline.compile.0]: Finished job job.Frontend.4
08/25/2022 01:57:29 PM INFO 65636 [pipeline.compile.0]: Starting job job.HHChecker.0
08/25/2022 01:57:29 PM INFO 65636 [job.HHChecker.0]: Replay this job by calling: /home/ubuntu/anaconda3/envs/yolov5/bin/neuron-cc compile --framework TENSORFLOW --state '{"model": ["/home/ubuntu/aws_neuron/compiler-output/0/graph_def.pb"], "tensormap": "tensor_map.json", "bir": "bir.json", "state_dir": "/home/ubuntu/aws_neuron/compiler-output/0/sg00", "state_id": "sg00"}' --pipeline HHChecker
08/25/2022 01:57:29 PM INFO 65636 [job.HHChecker.0]: Job finished
08/25/2022 01:57:29 PM INFO 65636 [pipeline.compile.0]: Finished job job.HHChecker.0
08/25/2022 01:57:29 PM INFO 65636 [pipeline.compile.0]: Starting job job.WalrusDriver.3
08/25/2022 01:57:29 PM INFO 65636 [job.WalrusDriver.3]: Replay this job by calling: /home/ubuntu/anaconda3/envs/yolov5/bin/neuron-cc compile --framework TENSORFLOW --state '{"model": ["/home/ubuntu/aws_neuron/compiler-output/0/graph_def.pb"], "tensormap": "tensor_map.json", "bir": "bir.json", "state_dir": "/home/ubuntu/aws_neuron/compiler-output/0/sg00", "state_id": "sg00"}' --pipeline WalrusDriver
08/25/2022 01:57:29 PM INFO 65636 [job.WalrusDriver.3]: /home/ubuntu/anaconda3/envs/yolov5/lib/python3.7/site-packages/neuroncc/starfish/bin/walrus_driver --optlevel 2 --allocator coloring --verbose 20 -o walrus_bir.out.json -i bir.json --min_split_size 10240 --skip_split_vns  --no_split_dram --max-partitions 16 --policy 2 --auxflag 0 --interleave none --internal-hyper-parameters /opt/ml/input/config/hyperparameters.json --tuning 2 --numcores 16 --enable_partitioner --unified-walrus-and-stargazer --tensor-map tensor_map.json --act-root-json /home/ubuntu/anaconda3/envs/yolov5/lib/python3.7/site-packages/neuroncc/pwp/pwp_bin_with_ln/act_info.json
08/25/2022 01:57:29 PM INFO [WalrusDriver]: max_allowed_parallelism=96
08/25/2022 01:57:29 PM INFO [WalrusDriver]: Running walrus pass: unroll
08/25/2022 01:57:29 PM INFO [WalrusDriver]: Input has 1 module(s), 1 function(s), 979 memory location(s), 1 block(s), and 212 instruction(s).0dependence edges.  PSUM: 299 SBUF: 528 DRAM: 152
08/25/2022 01:57:29 PM INFO [WalrusDriver]: INFO (Unroll) Start unrolling at Thu Aug 25 13:57:29 2022
08/25/2022 01:58:16 PM INFO [WalrusDriver]: INFO (Unroll) DONE unrolling Thu Aug 25 13:57:29 2022
08/25/2022 01:58:16 PM INFO [WalrusDriver]: Instruction count after Unroll:
08/25/2022 01:58:16 PM INFO [WalrusDriver]: Total count: 4769346
08/25/2022 01:58:16 PM INFO [WalrusDriver]: Matmult: 3001764
08/25/2022 01:58:16 PM INFO [WalrusDriver]: TensorTensor: 467820
08/25/2022 01:58:16 PM INFO [WalrusDriver]: Activation: 397260
08/25/2022 01:58:16 PM INFO [WalrusDriver]: TensorScalarPtr: 381240
08/25/2022 01:58:16 PM INFO [WalrusDriver]: Load: 202028
08/25/2022 01:58:16 PM INFO [WalrusDriver]: TensorCopy: 191735
08/25/2022 01:58:16 PM INFO [WalrusDriver]: Memset: 61442
08/25/2022 01:58:16 PM INFO [WalrusDriver]: Save: 44757
08/25/2022 01:58:16 PM INFO [WalrusDriver]: TensorScalar: 16020
08/25/2022 01:58:16 PM INFO [WalrusDriver]: Pool: 5280
08/25/2022 01:58:16 PM INFO [WalrusDriver]: ru_maxrss:  15066mb (delta=12866mb)
08/25/2022 01:58:16 PM INFO [WalrusDriver]: Walrus pass: unroll succeeded!
08/25/2022 01:58:17 PM INFO [WalrusDriver]: Output has 1 module(s), 1 function(s), 1499226 memory location(s), 1 block(s), and 4769346 instruction(s).0dependence edges.  PSUM: 856950 SBUF: 642118 DRAM: 158
08/25/2022 01:58:17 PM INFO [WalrusDriver]: Running walrus pass: birverifier
08/25/2022 01:58:18 PM INFO [WalrusDriver]: Input has 1 module(s), 1 function(s), 1499226 memory location(s), 1 block(s), and 4769346 instruction(s).0dependence edges.  PSUM: 856950 SBUF: 642118 DRAM: 158
08/25/2022 01:58:26 PM INFO [WalrusDriver]: ru_maxrss:  15066mb (delta=0mb)
08/25/2022 01:58:26 PM INFO [WalrusDriver]: Walrus pass: birverifier succeeded!
08/25/2022 01:58:27 PM INFO [WalrusDriver]: Output has 1 module(s), 1 function(s), 1499226 memory location(s), 1 block(s), and 4769346 instruction(s).0dependence edges.  PSUM: 856950 SBUF: 642118 DRAM: 158
08/25/2022 01:58:27 PM INFO [WalrusDriver]: Running walrus pass: vn_splitter
08/25/2022 01:58:28 PM INFO [WalrusDriver]: Input has 1 module(s), 1 function(s), 1499226 memory location(s), 1 block(s), and 4769346 instruction(s).0dependence edges.  PSUM: 856950 SBUF: 642118 DRAM: 158
08/25/2022 01:58:28 PM INFO [WalrusDriver]: INFO (VNSplitter) Collected all the internal vnodes: size = 14
08/25/2022 01:58:28 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) analyze vn = DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_sigmoid/Sigmoid:0, (max_duplication_factor = 2, max_unsplit_size = 98304, min_split_size = 10240)
08/25/2022 01:58:28 PM INFO [WalrusDriver]: INFO (VNSplitter): Not splitting VN DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_sigmoid/Sigmoid:0 because it's DRAM only.
08/25/2022 01:58:28 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) analyze vn = DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_sigmoid_1/Sigmoid:0, (max_duplication_factor = 2, max_unsplit_size = 98304, min_split_size = 10240)
08/25/2022 01:58:28 PM INFO [WalrusDriver]: INFO (VNSplitter): Not splitting VN DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_sigmoid_1/Sigmoid:0 because it's DRAM only.
08/25/2022 01:58:28 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) analyze vn = DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_sigmoid_2/Sigmoid:0, (max_duplication_factor = 2, max_unsplit_size = 98304, min_split_size = 10240)
08/25/2022 01:58:28 PM INFO [WalrusDriver]: INFO (VNSplitter): Not splitting VN DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_sigmoid_2/Sigmoid:0 because it's DRAM only.
08/25/2022 01:58:28 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) analyze vn = DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_cat_4/concat:0_transpose_4851, (max_duplication_factor = 2, max_unsplit_size = 98304, min_split_size = 10240)
08/25/2022 01:58:28 PM INFO [WalrusDriver]: INFO (VNSplitter): Not splitting VN DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_cat_4/concat:0_transpose_4851 because it's DRAM only.
08/25/2022 01:58:28 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) analyze vn = DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_sigmoid_3/Sigmoid:0, (max_duplication_factor = 2, max_unsplit_size = 98304, min_split_size = 10240)
08/25/2022 01:58:28 PM INFO [WalrusDriver]: INFO (VNSplitter): Not splitting VN DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_sigmoid_3/Sigmoid:0 because it's DRAM only.
08/25/2022 01:58:28 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) analyze vn = DetectMultiBackend_16/DetectionModel_1/SPPF_79/Conv_10/Conv2d_2/aten__convolution/transpose:0, (max_duplication_factor = 2, max_unsplit_size = 98304, min_split_size = 10240)
08/25/2022 01:58:28 PM INFO [WalrusDriver]: INFO (VNSplitter): Not splitting VN DetectMultiBackend_16/DetectionModel_1/SPPF_79/Conv_10/Conv2d_2/aten__convolution/transpose:0 because it's DRAM only.
08/25/2022 01:58:28 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) analyze vn = DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_5/aten_max_pool2d/transpose:0-vdns-5587_i0, (max_duplication_factor = 2, max_unsplit_size = 98304, min_split_size = 10240)
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) vn DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_5/aten_max_pool2d/transpose:0-vdns-5587_i0 has 80 writers and 440 readers [shape=(7372800 partitions, 2 bytes)].
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter): Node DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_5/aten_max_pool2d/transpose:0-vdns-5587_i0 not split due to 2.2 duplication factor [shape=(7372800 partitions, 2 bytes)].
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) analyze vn = DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_5/aten_max_pool2d/transpose:0-vdns-5587_i1, (max_duplication_factor = 2, max_unsplit_size = 98304, min_split_size = 10240)
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) vn DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_5/aten_max_pool2d/transpose:0-vdns-5587_i1 has 80 writers and 440 readers [shape=(7372800 partitions, 2 bytes)].
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter): Node DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_5/aten_max_pool2d/transpose:0-vdns-5587_i1 not split due to 2.2 duplication factor [shape=(7372800 partitions, 2 bytes)].
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) analyze vn = DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_5/aten_max_pool2d/transpose:0-vdns-5587_i2, (max_duplication_factor = 2, max_unsplit_size = 98304, min_split_size = 10240)
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) vn DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_5/aten_max_pool2d/transpose:0-vdns-5587_i2 has 80 writers and 440 readers [shape=(7372800 partitions, 2 bytes)].
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter): Node DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_5/aten_max_pool2d/transpose:0-vdns-5587_i2 not split due to 2.2 duplication factor [shape=(7372800 partitions, 2 bytes)].
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) analyze vn = DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_5/aten_max_pool2d/transpose:0-vdns-5587_i3, (max_duplication_factor = 2, max_unsplit_size = 98304, min_split_size = 10240)
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) vn DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_5/aten_max_pool2d/transpose:0-vdns-5587_i3 has 80 writers and 440 readers [shape=(7372800 partitions, 2 bytes)].
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter): Node DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_5/aten_max_pool2d/transpose:0-vdns-5587_i3 not split due to 2.2 duplication factor [shape=(7372800 partitions, 2 bytes)].
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) analyze vn = DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_6/aten_max_pool2d/transpose:0-vdns-5588_i0, (max_duplication_factor = 2, max_unsplit_size = 98304, min_split_size = 10240)
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) vn DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_6/aten_max_pool2d/transpose:0-vdns-5588_i0 has 80 writers and 440 readers [shape=(7372800 partitions, 2 bytes)].
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter): Node DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_6/aten_max_pool2d/transpose:0-vdns-5588_i0 not split due to 2.2 duplication factor [shape=(7372800 partitions, 2 bytes)].
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) analyze vn = DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_6/aten_max_pool2d/transpose:0-vdns-5588_i1, (max_duplication_factor = 2, max_unsplit_size = 98304, min_split_size = 10240)
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) vn DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_6/aten_max_pool2d/transpose:0-vdns-5588_i1 has 80 writers and 440 readers [shape=(7372800 partitions, 2 bytes)].
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter): Node DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_6/aten_max_pool2d/transpose:0-vdns-5588_i1 not split due to 2.2 duplication factor [shape=(7372800 partitions, 2 bytes)].
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) analyze vn = DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_6/aten_max_pool2d/transpose:0-vdns-5588_i2, (max_duplication_factor = 2, max_unsplit_size = 98304, min_split_size = 10240)
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) vn DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_6/aten_max_pool2d/transpose:0-vdns-5588_i2 has 80 writers and 440 readers [shape=(7372800 partitions, 2 bytes)].
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter): Node DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_6/aten_max_pool2d/transpose:0-vdns-5588_i2 not split due to 2.2 duplication factor [shape=(7372800 partitions, 2 bytes)].
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) analyze vn = DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_6/aten_max_pool2d/transpose:0-vdns-5588_i3, (max_duplication_factor = 2, max_unsplit_size = 98304, min_split_size = 10240)
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter::analyze) vn DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_6/aten_max_pool2d/transpose:0-vdns-5588_i3 has 80 writers and 440 readers [shape=(7372800 partitions, 2 bytes)].
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter): Node DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_6/aten_max_pool2d/transpose:0-vdns-5588_i3 not split due to 2.2 duplication factor [shape=(7372800 partitions, 2 bytes)].
08/25/2022 01:58:29 PM INFO [WalrusDriver]: INFO (VNSplitter) Done with analyze and splitting: total dead nodes = 0
08/25/2022 01:58:44 PM INFO [WalrusDriver]: INFO (ShrinkDN): shrinkDN identity_local_11989_i0
08/25/2022 01:58:47 PM INFO [WalrusDriver]: INFO (ShrinkDN): Shrunk 1 nodes. Total savings 242 bytes/partition
08/25/2022 01:58:49 PM INFO [WalrusDriver]: number of penguin non-local-tensor caused reload left 13310
08/25/2022 01:58:49 PM INFO [WalrusDriver]: number of penguin non-local-tensor caused spill left 0
08/25/2022 01:58:49 PM INFO [WalrusDriver]: INFO (VNSplitter) Time: 0.883 seconds
08/25/2022 01:58:49 PM INFO [WalrusDriver]: INFO (VerticalFusion) Time: 10.65 seconds
08/25/2022 01:58:49 PM INFO [WalrusDriver]: INFO (ShrinkDN) Time: 7.507 seconds
08/25/2022 01:58:49 PM INFO [WalrusDriver]: INFO (LowerAC) Time: -0.001 seconds
08/25/2022 01:58:49 PM INFO [WalrusDriver]: ru_maxrss:  15174mb (delta=108mb)
08/25/2022 01:58:49 PM INFO [WalrusDriver]: Walrus pass: vn_splitter succeeded!
08/25/2022 01:58:50 PM INFO [WalrusDriver]: Output has 1 module(s), 1 function(s), 1499226 memory location(s), 1 block(s), and 4769346 instruction(s).0dependence edges.  PSUM: 856950 SBUF: 642118 DRAM: 158
08/25/2022 01:58:50 PM INFO [WalrusDriver]: Running walrus pass: lower_ac
08/25/2022 01:58:51 PM INFO [WalrusDriver]: Input has 1 module(s), 1 function(s), 1499226 memory location(s), 1 block(s), and 4769346 instruction(s).0dependence edges.  PSUM: 856950 SBUF: 642118 DRAM: 158
08/25/2022 01:58:55 PM INFO [WalrusDriver]: INFO (LowerAC) Lowered 202028 loads, 44757 saves, 0 copies.
08/25/2022 01:58:55 PM INFO [WalrusDriver]: ru_maxrss:  15194mb (delta=20mb)
08/25/2022 01:58:55 PM INFO [WalrusDriver]: Walrus pass: lower_ac succeeded!
08/25/2022 01:58:56 PM INFO [WalrusDriver]: Output has 1 module(s), 1 function(s), 1499226 memory location(s), 1 block(s), and 4769346 instruction(s).0dependence edges.  PSUM: 856950 SBUF: 642118 DRAM: 158
08/25/2022 01:58:56 PM INFO [WalrusDriver]: Running walrus pass: pre_sched
08/25/2022 01:58:57 PM INFO [WalrusDriver]: Input has 1 module(s), 1 function(s), 1499226 memory location(s), 1 block(s), and 4769346 instruction(s).0dependence edges.  PSUM: 856950 SBUF: 642118 DRAM: 158
08/25/2022 01:58:57 PM INFO [TheWalrusPreScheduler]: Start PRE scheduling 2 cores:  16 at: Thu Aug 25 13:58:57 2022
08/25/2022 02:00:21 PM INFO [TheWalrusPreScheduler]: Start DCE Thu Aug 25 14:00:21 2022
08/25/2022 02:00:27 PM INFO [TheWalrusPreScheduler]: End DCE Thu Aug 25 14:00:27 2022
08/25/2022 02:02:26 PM INFO [TheWalrusPreScheduler]: End build flow dependencies Thu Aug 25 14:02:26 2022
08/25/2022 02:02:26 PM INFO [TheWalrusPreScheduler]: Start remove useless insts Thu Aug 25 14:02:26 2022
08/25/2022 02:02:27 PM INFO [TheWalrusPreScheduler]: End remove useless insts Thu Aug 25 14:02:27 2022
cycle detected in mloc graph.
DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_6/aten_max_pool2d/transpose:0-vdns-5588_i2 <-- DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_6/aten_max_pool2d/transpose:0-vdns-5588_nostride_12828_i228 <--DetectMultiBackend_16/DetectionModel_1/SPPF_79/MaxPool2d_6/aten_max_pool2d/transpose:0-vdns-5588_i2.
INFO:Neuron:Compile command returned: 1
Compile command returned: 1
WARNING:Neuron:torch.neuron.trace failed on _NeuronGraph$1441; falling back to native python function call
torch.neuron.trace failed on _NeuronGraph$1441; falling back to native python function call
ERROR:Neuron:neuron-cc failed with the following command line call:
/home/ubuntu/anaconda3/envs/yolov5/bin/neuron-cc compile /home/ubuntu/aws_neuron/compiler-output/0/graph_def.pb --framework TENSORFLOW --pipeline compile SaveTemps --output /home/ubuntu/aws_neuron/compiler-output/0/graph_def.neff --io-config '{"inputs": {"tensor.1:0": [[1, 3, 7680, 7680], "float32"]}, "outputs": ["DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_cat_4/concat:0"]}' --neuroncore-pipeline-cores 16 --verbose 1
Traceback (most recent call last):
  File "/home/ubuntu/anaconda3/envs/yolov5/lib/python3.7/site-packages/torch_neuron/convert.py", line 382, in op_converter
    item, inputs, compiler_workdir=sg_workdir, **kwargs)
  File "/home/ubuntu/anaconda3/envs/yolov5/lib/python3.7/site-packages/torch_neuron/decorators.py", line 220, in trace
    'neuron-cc failed with the following command line call:\n{}'.format(command))
subprocess.SubprocessError: neuron-cc failed with the following command line call:
/home/ubuntu/anaconda3/envs/yolov5/bin/neuron-cc compile /home/ubuntu/aws_neuron/compiler-output/0/graph_def.pb --framework TENSORFLOW --pipeline compile SaveTemps --output /home/ubuntu/aws_neuron/compiler-output/0/graph_def.neff --io-config '{"inputs": {"tensor.1:0": [[1, 3, 7680, 7680], "float32"]}, "outputs": ["DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_cat_4/concat:0"]}' --neuroncore-pipeline-cores 16 --verbose 1
neuron-cc failed with the following command line call:
/home/ubuntu/anaconda3/envs/yolov5/bin/neuron-cc compile /home/ubuntu/aws_neuron/compiler-output/0/graph_def.pb --framework TENSORFLOW --pipeline compile SaveTemps --output /home/ubuntu/aws_neuron/compiler-output/0/graph_def.neff --io-config '{"inputs": {"tensor.1:0": [[1, 3, 7680, 7680], "float32"]}, "outputs": ["DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_cat_4/concat:0"]}' --neuroncore-pipeline-cores 16 --verbose 1
Traceback (most recent call last):
  File "/home/ubuntu/anaconda3/envs/yolov5/lib/python3.7/site-packages/torch_neuron/convert.py", line 382, in op_converter
    item, inputs, compiler_workdir=sg_workdir, **kwargs)
  File "/home/ubuntu/anaconda3/envs/yolov5/lib/python3.7/site-packages/torch_neuron/decorators.py", line 220, in trace
    'neuron-cc failed with the following command line call:\n{}'.format(command))
subprocess.SubprocessError: neuron-cc failed with the following command line call:
/home/ubuntu/anaconda3/envs/yolov5/bin/neuron-cc compile /home/ubuntu/aws_neuron/compiler-output/0/graph_def.pb --framework TENSORFLOW --pipeline compile SaveTemps --output /home/ubuntu/aws_neuron/compiler-output/0/graph_def.neff --io-config '{"inputs": {"tensor.1:0": [[1, 3, 7680, 7680], "float32"]}, "outputs": ["DetectMultiBackend_16/DetectionModel_1/Detect_101/aten_cat_4/concat:0"]}' --neuroncore-pipeline-cores 16 --verbose 1
INFO:Neuron:Number of arithmetic operators (post-compilation) before = 401, compiled = 0, percent compiled = 0.0%
Number of arithmetic operators (post-compilation) before = 401, compiled = 0, percent compiled = 0.0%
INFO:Neuron:The neuron partitioner created 1 sub-graphs
The neuron partitioner created 1 sub-graphs
INFO:Neuron:Neuron successfully compiled 0 sub-graphs, Total fused subgraphs = 1, Percent of model sub-graphs successfully compiled = 0.0%
Neuron successfully compiled 0 sub-graphs, Total fused subgraphs = 1, Percent of model sub-graphs successfully compiled = 0.0%
INFO:Neuron:Compiled these operators (and operator counts) to Neuron:
Compiled these operators (and operator counts) to Neuron:
INFO:Neuron:Not compiled operators (and operator counts) to Neuron:
Not compiled operators (and operator counts) to Neuron:
INFO:Neuron: => aten::Int: 16 [supported]
 => aten::Int: 16 [supported]
INFO:Neuron: => aten::_convolution: 135 [supported]
 => aten::_convolution: 135 [supported]
INFO:Neuron: => aten::add: 28 [supported]
 => aten::add: 28 [supported]
INFO:Neuron: => aten::cat: 23 [supported]
 => aten::cat: 23 [supported]
INFO:Neuron: => aten::contiguous: 4 [supported]
 => aten::contiguous: 4 [supported]
INFO:Neuron: => aten::max_pool2d: 3 [supported]
 => aten::max_pool2d: 3 [supported]
INFO:Neuron: => aten::mul: 16 [supported]
 => aten::mul: 16 [supported]
INFO:Neuron: => aten::permute: 4 [supported]
 => aten::permute: 4 [supported]
INFO:Neuron: => aten::pow: 4 [supported]
 => aten::pow: 4 [supported]
INFO:Neuron: => aten::select: 4 [supported]
 => aten::select: 4 [supported]
INFO:Neuron: => aten::sigmoid: 4 [supported]
 => aten::sigmoid: 4 [supported]
INFO:Neuron: => aten::silu: 131 [supported]
 => aten::silu: 131 [supported]
INFO:Neuron: => aten::size: 12 [supported]
 => aten::size: 12 [supported]
INFO:Neuron: => aten::split_with_sizes: 4 [supported]
 => aten::split_with_sizes: 4 [supported]
INFO:Neuron: => aten::to: 1 [supported]
 => aten::to: 1 [supported]
INFO:Neuron: => aten::type_as: 1 [supported]
 => aten::type_as: 1 [supported]
INFO:Neuron: => aten::upsample_nearest2d: 3 [supported]
 => aten::upsample_nearest2d: 3 [supported]
INFO:Neuron: => aten::view: 8 [supported]
 => aten::view: 8 [supported]
Traceback (most recent call last):
  File "convert.py", line 88, in <module>
    main(args)
  File "convert.py", line 74, in main
    compiler_workdir='compiler-output')
  File "/home/ubuntu/anaconda3/envs/yolov5/lib/python3.7/site-packages/torch_neuron/convert.py", line 184, in trace
    cu.stats_post_compiler(neuron_graph)
  File "/home/ubuntu/anaconda3/envs/yolov5/lib/python3.7/site-packages/torch_neuron/convert.py", line 493, in stats_post_compiler
    "No operations were successfully partitioned and compiled to neuron for this model - aborting trace!")
RuntimeError: No operations were successfully partitioned and compiled to neuron for this model - aborting trace!

Envs:
pip list | grep -e neuron -e torch

neuron-cc               1.11.7.0+aec18907e
torch                   1.11.0
torch-neuron            1.11.0.2.3.0.0
torchvision             0.12.0

conda list torch*

# Name                    Version                   Build  Channel
torch                     1.11.0                   pypi_0    pypi
torch-neuron              1.11.0.2.3.0.0           pypi_0    pypi
torchvision               0.12.0                   pypi_0    pypi

My guess is that the error is related to the memory requirement of the compiler but it would be nice if you can have a look at it. Last, I was able to compile the network for 3840X3840 images.

Thanks :)

@hadilou hadilou changed the title Compilation lasts long and require huge memory with 2k images; ("inference timeout") error yolov5l6 Compilation lasts long and require huge memory with large input images, error yolov5l6 Aug 25, 2022
@aws-owinop
Copy link

Hi @hadilou,

The fix for this issue will be added to an upcoming Neuron release. We will update this issue once it is available.

Regards,
Paul.

@hadilou
Copy link
Author

hadilou commented Sep 1, 2022

Thank you @aws-owinop .
Looking forward to it.

Regards,
Kayode

@hadilou
Copy link
Author

hadilou commented Sep 29, 2022

any news on this?
@aws-owinop

@shebbur-aws
Copy link
Contributor

Hi hadilou,

Thank you for your patience. As mentioned before, the fix for this will be in the upcoming release. We will update this issue once it is available.

Thanks.

@awsrjh
Copy link
Contributor

awsrjh commented Nov 28, 2022

Hi

we have released a fix for this in our latest release :

https://awsdocs-neuron.readthedocs-hosted.com/en/latest/release-notes/index.html#neuron-2-5-0-11-23-2022

@awsrjh awsrjh closed this as completed Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants