Quantcast
Channel: Processors
Viewing all 123637 articles
Browse latest View live

Forum Post: RE: AM69A: Converted TensorFlow Version of EfficientDet-D2 (Regular, NOT Lite Version) ONNX and Tried to Compile, But Getting "Number of input dims != 4 not supported for OD networks"

$
0
0
Hi Cat team, Could you please make sure the std onnxrt works fine with the shared model ? I tired running ARM only mode for shared model without TIDL offload and it come to understand that ONNX-RT failed during the execution of the ReduceMax node, which threw an error during dimension validation. Here is a glance of the error log for your reference: 2024-05-08 16:00:30.327132714 [W:onnxruntime:, graph.cc:3480 CleanUnusedInitializersAndNodeArgs] Removing initializer '_v_1556'. It is not used by any node and should be removed from the model. 2024-05-08 16:00:30.803470816 [E:onnxruntime:, sequential_executor.cc:494 ExecuteKernel] Non-zero status code returned while running ReduceMax node. Name:'' Status Message: /onnx/onnxruntime/onnxruntime/core/providers/cpu/reduction/reduction_ops.cc:789 void onnxruntime::ValidateKeepDims(const onnxruntime::TensorShape&, int64_t) keepdims was false. Can't reduce on dim with value of 0 if 'keepdims' is false. Invalid output shape would be produced. input_shape:{0,4} Quoting from our documentation " Before trying any option user should make sure that their inference script is functional with ARM only mode. " https://github.com/TexasInstruments/edgeai-tidl-tools/blob/09_01_06_00/docs/tidl_osr_debug.md#model-compilation-issues This will make sure that model side things are correct (invalid operators, graph cyclicity etc) post this please try to run the model in TIDL Float 32 format make sure you are getting correct output wrt std osrt, and then please share observation specific to model compilation.

Forum Post: RE: TDA4VM: SIngle Camera Mosaic view consists OD, SD, TV

$
0
0
Hi Nikhil, When I have passed as shown below, the application was not freezing but getting a green background as shown in the attached video. in app_create_graph function vx_int32 idx = 0; obj->imgMosaicObj.input_arr[idx++] = obj->scalerObj.output[1].arr; ------------------------------------------------------------ static void update_img_mosaic_defaults(ImgMosaicObj *imgMosaicObj, vx_uint32 in_width, vx_uint32 in_height, vx_int32 numCh) { vx_int32 idx, ch; vx_int32 grid_size = calc_grid_size(numCh); imgMosaicObj->out_width = DISPLAY_WIDTH; imgMosaicObj->out_height = DISPLAY_HEIGHT; imgMosaicObj->num_inputs = 1; tivxImgMosaicParamsSetDefaults(&imgMosaicObj->params); idx = 0; for(ch = 0; ch = imgMosaicObj->out_width) { winWidth = imgMosaicObj->out_width / grid_size; startX = 0; } else { winWidth = in_width; startX = (imgMosaicObj->out_width - (in_width * grid_size)) / 2; } if((in_height * grid_size) >= imgMosaicObj->out_height) { winHeight = imgMosaicObj->out_height / grid_size; startY = 0; } else { winHeight = in_height; startY = (imgMosaicObj->out_height - (in_height * grid_size)) / 2; } imgMosaicObj->params.windows[idx].startX = startX + (winWidth * winX); imgMosaicObj->params.windows[idx].startY = startY + (winHeight * winY); imgMosaicObj->params.windows[idx].width = winWidth; imgMosaicObj->params.windows[idx].height = winHeight; imgMosaicObj->params.windows[idx].input_select = 0; imgMosaicObj->params.windows[idx].channel_select = 0; idx++; } imgMosaicObj->params.num_windows = 4; /* Number of time to clear the output buffer before it gets reused */ imgMosaicObj->params.clear_count = APP_BUFFER_Q_DEPTH; } e2e.ti.com/.../WhatsApp-Video-2024_2D00_05_2D00_10-at-18.03.24.mp4 As the output is not freezing, modified tha application further for 3 win of cam feed and 1 win of seg output, but there is no improvement in the output. It is still freezing with green background as shown in attached image. Regards, Chaitanya Prakash Uppala

Forum Post: RE: PROCESSOR-SDK-AM62X: USE TWO INDEPENDENT DISPLAY

$
0
0
Hi, I recommend you to ask Qt question on Qt forums because now it has more to do with userspace app development as opposed to TI SoC. Regards, Krunal

Forum Post: RE: SN65DP149: Recommended replacement parts

$
0
0
Darren Yes, If they want to use re-timer, then they can use SN65DP149 or DP159. If they want to use re-driver, then they can use TDP158, TDP0604, or DP139. Thanks David

Forum Post: PROCESSOR-SDK-AM62X: [AM62X] How to add custom machine name in Yocto build

$
0
0
Part Number: PROCESSOR-SDK-AM62X HI Ti , Working on AM62X ,SDK_09_02_01_09 . Could you please help me how to configure my custom machine name in yocto build . What are the files are required to change machine name so that image can be built with my custom name . i made below changes yocto_Workspace/tisdk/sources/meta-ti/meta-ti-bsp/conf/machine/am62xx-evm.conf , here i created file am62xx-custom.conf and copied the content of am62xx-evm.conf file MACHINE NAME set as am62xx-custom in build/conf/local.conf Please suggest in any where should i change the machine name ? Thanking you in advance Thanks, Naresh

Forum Post: RE: TDA4VH-Q1: Tresos Dio MCAL configuration (WKUP_GPIO0_69) leads to Det error when used for writing

$
0
0
Hello Tarun, You are right, with SDK9.2 and the respective MCAL modules from Tresos, this bug is fixed! Thanks for your help!

Forum Post: RE: TMS320C5505: TMS320C5509 Linker Command File.

$
0
0
Hi Ming, Having same errors not sure why getting errors when you dont see it on the C55x compiler. I'm using C55x Compiler version Ti V3.3.2.

Forum Post: AM69: What should be the internal interrupt parent and or number for EXTINTN (Ball AN35) for PMIC (TPS6594) INT#?

$
0
0
Part Number: AM69 Hello TI experts, We have a custom HW based on AM69 SOC. We would like to use AM69 SOC's EXTINTN pin (Ball AN35) as a PMIC (TPS6594) interrupt. In order to configure correct EXTINTN interrupt pinctrl in the Linux device tree, what should be interrupt parent/number for this configuration (specifically values of line#16 and line#17 of the below code snippet) ? Any link to the document explaining this would also help. /* PMIC_INT# */ pinctrl_pmic_int: main-system-extint-default-pins { pinctrl-single,pins = ; }; pmic@48 { compatible = "ti,tps6594-q1"; reg = ; system-power-controller; pinctrl-names = "default"; pinctrl-0 = ; interrupt-parent = ; interrupts = ; ti,primary-pmic; .. .. .. }; Thank you. Regards, Parth P

Forum Post: AM625: Peripherals goes into reset state when processor goes into DeepSleep mode

$
0
0
Part Number: AM625 Hi support team. We are using the AM62x processors in our products and are facing the following issues. When SoC goes into DeepSleep mode the RESETSTATz output of the SoC is pulled down and puts the peripheral devices like Ethernet PHY, eMMC, DSI to LVSD bridge, etc. into the RESET state. This behavior creates issues on the SW side when SoC returns from the DeepSleep mode to the Active mode. Is there any way to prevent the RESETSTATz pin from pulling down when the SoC goes into DeepSleep mode? Or maybe there is a way to indicate that SoC is in a DeepSleep mode? As an example maybe some GPIO or Power rail is switched off. I could use this signal to block the Reset signal to peripheral devices when the SoC goes into DeepSleep mode. On our products, we use the RESET schematic similar to the BeaglePlay Single Board Computer (based on the AM62x SoC).

Forum Post: RE: SK-TDA4VM: tiipc-mgr and tiipc-user Build process source code and documentation

$
0
0
Thanks for the info. Could you please elaborate on the use of shmemallocator. I read on the link ( https://software-dl.ti.com/jacinto7/esd/processor-sdk-qnx-jacinto7/09_01_00_06/exports/docs/developer_notes_remote_core_memory_map_updates.html) you shared, bullet no. 3 in introduction section The Shared Memory Allocator resource manager (shmemallocator) make use of shared memory region that need to be in-sync with the remote core usage. What is this sync about? Can you please explain

Forum Post: RE: PROCESSOR-SDK-AM62X: AM62x: rpmsg_char_zerocopy

$
0
0
Hello KC Wong, I am on vacation today but I will check back on Monday. We are planning to test and validate the "Remoteproc CDev" driver on kernel 6.6. The "dma-buf-phys" driver may still work, but I do not plan to validate it at this point in time. Regards, Nick

Forum Post: RE: SK-AM62: Cannot Flash SOC Initialization Binary via Uniflash+UART "XMODEM Send Failed" & "Send Error: Expected ACK"

$
0
0
Quick update with some positive news: I pursued an alternate SOC initialization step as recommended in the EVM setup guide. I copied the Debian RT image to an SD card, loaded that into the board, then followed the "SOC Initialization Using SPL" instructions. Linux booted as expected, and I could see the M4 core started as expected. I was also able to see the startup messages from the M4 core via the UART terminal in CCS. Once I saw this, I proceeded to follow the "Build Hello World example" and "CCS Launch, Load and Run" steps. After following those steps, I was able to successfully run the Hello World FreeRTOS example and see the expected output in the xds110 and UART console. So, it appears after this test my toolchain and board are healthy as best I can tell. I am still at a loss as to why the UART flash process is failing. Perhaps there is a way to flash from inside the Debian OS?

Forum Post: RE: AM623: UDAM memory copy example in Linux

$
0
0
Hi Andreas, Thanks. It should be a little difference for QSPI DAC as it is already a memory mapped space start from 0x60000000, just need a memory to memory copy. the legacy QDMA designed for that, the UDMA is vague to me, and don't know how to use it in Linux and user space.

Forum Post: RE: TDA4VM: how to add MCU_RGMII1 eth1 interface?

$
0
0
Hi, [quote userid="605007" url="~/support/processors-group/processors/f/processors-forum/1357585/tda4vm-how-to-add-mcu_rgmii1-eth1-interface/5190133#5190133"] should we check the tcpdump of the board side? we use the same hardware design as TDA4VM EVB, it should not have rx delay problem. [/quote] You can run tcpdump on Linux A72 terminal with CPSW2G interface. As I have pointed above CPSW Rx has alignment error. It will be due to RGMII Delay Issue. Can you check by configuring mode as "rgmii" instead of rgmii-rxid and remove delay details from mdio node . So that delay at PHY side will be disabled. Best Regards, Sudheer

Forum Post: AM62A7: AM62A DDR reserved-memory

$
0
0
Part Number: AM62A7 TI Engineer: We are currently using ti-processor-sdk-linux-edgeai-am62axx-evm-09_02_00_05. The description related to reserved-memory in the device tree is as follows: reserved-memory { #address-cells = ; #size-cells = ; ranges; /* global cma region */ linux,cma { compatible = "shared-dma-pool"; reusable; size = ; alloc-ranges = ; linux,cma-default; }; secure_tfa_ddr: tfa@9e780000 { reg = ; alignment = ; no-map; }; secure_ddr: optee@9e800000 { reg = ; /* for OP-TEE */ alignment = ; no-map; }; wkup_r5fss0_core0_dma_memory_region: r5f-dma-memory@9c800000 { compatible = "shared-dma-pool"; reg = ; no-map; }; wkup_r5fss0_core0_memory_region: r5f-dma-memory@9c900000 { compatible = "shared-dma-pool"; reg = ; no-map; }; mcu_r5fss0_core0_dma_memory_region: r5f-dma-memory@9b800000 { compatible = "shared-dma-pool"; reg = ; no-map; }; mcu_r5fss0_core0_memory_region: r5f-dma-memory@9b900000 { compatible = "shared-dma-pool"; reg = ; no-map; }; c7x_0_dma_memory_region: c7x-dma-memory@99800000 { compatible = "shared-dma-pool"; reg = ; no-map; }; c7x_0_memory_region: c7x-memory@99900000 { compatible = "shared-dma-pool"; reg = ; no-map; }; edgeai_rtos_ipc_memory_region: edgeai-rtos-ipc-memory-region { reg = ; no-map; }; edgeai_memory_region: edgeai-dma-memory@a1000000 { compatible = "shared-dma-pool"; reg = ; no-map; }; edgeai_shared_region: edgeai_shared-memories { compatible = "dma-heap-carveout"; reg = ; }; edgeai_core_heaps: edgeai-core-heap-memory@ae000000 { compatible = "shared-dma-pool"; reg = ; no-map; }; apps-shared-memory { compatible = "dma-heap-carveout"; reg = ; no-map; }; }; This allocation results in only 3.3G of DDR out of 4G being usable by the APP. AM62A reserved-memory Considering project cost, we are evaluating whether 1G of DDR can be utilized. We need to use a camera and output the video stream to the screen. There are two issues: What are the purposes of the two largest portions of reserved-memory, "linux, cma" and "edgeai_core_heaps"? How can we reduce the space occupied by these two portions? Is there a demo available for replacing DDR with 1G?

Forum Post: RE: SK-AM62A-LP: 'cryptodev': Cannot allocate memory

$
0
0
Hi Bin Liu lsmod : root@am62axx-evm:/opt/edgeai-gst-apps# lsmod Module Size Used by root@am62axx-evm:/opt/edgeai-gst-apps# modprobe : root@am62axx-evm:/opt/edgeai-gst-apps# modprobe cryptodev [ 99.945649] alloc_vmap_area: 6 callbacks suppressed [ 99.945668] vmap allocation for size 57344 failed: use vmalloc= to increase size [ 99.958650] warn_alloc: 72 callbacks suppressed [ 99.958661] modprobe: vmalloc error: size 53248, vm_struct allocation failed, mode:0xcc0(GFP_KERNEL), nodemask=(null),cpuset=/,mems_allowed=0 [ 99.975920] CPU: 1 PID: 1402 Comm: modprobe Tainted: G O 6.1.46-g247b2535b2 #1 [ 99.984520] Hardware name: Texas Instruments AM62A7 SK (DT) [ 99.990078] Call trace: [ 99.992514] dump_backtrace.part.0+0xdc/0xf0 [ 99.996786] show_stack+0x18/0x30 [ 100.000093] dump_stack_lvl+0x68/0x84 [ 100.003752] dump_stack+0x18/0x34 [ 100.007059] warn_alloc+0x114/0x1b0 [ 100.010541] __vmalloc_node_range+0x590/0x6e0 [ 100.014886] module_alloc+0xec/0x100 [ 100.018454] load_module+0xa1c/0x1c80 [ 100.022109] __do_sys_finit_module+0xac/0x104 [ 100.026458] __arm64_sys_finit_module+0x20/0x30 [ 100.030980] invoke_syscall+0x48/0x114 [ 100.034719] el0_svc_common.constprop.0+0xd4/0xfc [ 100.039414] do_el0_svc+0x20/0x30 [ 100.042720] el0_svc+0x28/0xa0 [ 100.045767] el0t_64_sync_handler+0xbc/0x140 [ 100.050027] el0t_64_sync+0x18c/0x190 [ 100.053707] Mem-Info: [ 100.055987] active_anon:136 inactive_anon:14206 isolated_anon:0 [ 100.055987] active_file:10564 inactive_file:47455 isolated_file:0 [ 100.055987] unevictable:0 dirty:8 writeback:0 [ 100.055987] slab_reclaimable:4873 slab_unreclaimable:6289 [ 100.055987] mapped:14661 shmem:2264 pagetables:452 [ 100.055987] sec_pagetables:0 bounce:0 [ 100.055987] kernel_misc_reclaimable:0 [ 100.055987] free:753778 free_pcp:7069 free_cma:146897 [ 100.095385] Node 0 active_anon:544kB inactive_anon:56824kB active_file:42256kB inactive_file:189820kB unevictable:0kB isolated(anon):0kB isolated(file):0kB mapped:58644kB dirty:32kB writeback:0kB shmem:9056kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 10240kB writeback_tmp:0kB kernel_stack:2848kB pagetables:1808kB sec_pagetables:0kB all_unreclaimable? no [ 100.126976] DMA free:1378840kB boost:0kB min:18312kB low:22888kB high:27464kB reserved_highatomic:0KB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:2097148kB managed:1383188kB mlocked:0kB bounce:0kB free_pcp:2112kB local_pcp:0kB free_cma:587588kB [ 100.154225] lowmem_reserve[]: 0 0 1969 1969 [ 100.158421] Normal free:1636272kB boost:0kB min:26740kB low:33424kB high:40108kB reserved_highatomic:0KB active_anon:544kB inactive_anon:56824kB active_file:42256kB inactive_file:189820kB unevictable:0kB writepending:32kB present:2097152kB managed:2016708kB mlocked:0kB bounce:0kB free_pcp:26164kB local_pcp:6360kB free_cma:0kB [ 100.187234] lowmem_reserve[]: 0 0 0 0 [ 100.190906] DMA: 6*4kB (MC) 4*8kB (MC) 6*16kB (MC) 4*32kB (MC) 6*64kB (MC) 5*128kB (MC) 3*256kB (M) 7*512kB (MC) 5*1024kB (MC) 4*2048kB (M) 332*4096kB (MC) = 1378840kB [ 100.205897] Normal: 418*4kB (UM) 219*8kB (UME) 199*16kB (UM) 91*32kB (UME) 48*64kB (UM) 19*128kB (UM) 17*256kB (UM) 8*512kB (UME) 5*1024kB (ME) 1*2048kB (E) 392*4096kB (M) = 1636272kB [ 100.222282] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB [ 100.230972] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=32768kB [ 100.239489] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB [ 100.247918] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=64kB [ 100.256173] 60285 total pagecache pages [ 100.260006] 0 pages in swap cache [ 100.263318] Free swap = 0kB [ 100.266197] Total swap = 0kB [ 100.269066] 1048575 pages RAM [ 100.272031] 0 pages HighMem/MovableOnly [ 100.275863] 198601 pages reserved [ 100.279175] 147456 pages cma reserved [ 100.282833] 0 pages hwpoisoned modprobe: ERROR: could not insert 'cryptodev': Cannot allocate memory Regards, Kim

Forum Post: TDA4VH-Q1: Incorrect inference results under 32-bit quantization

$
0
0
Part Number: TDA4VH-Q1 Hi, We observed that the inference result from our 32-bit quantized model (using tensor_bits=32) didn't match with the result from the fp32 onnx model. No error messages seemed to appear in the log during model quantization. However, we've also found out that the 32-bit quantized model and the original onnx model produced same results after we removed a transpose + softmax + transpose structure from the model. So we speculated that the structure is causing the problem. Below is the structure we found problematic: Below is the complete log from the model conversion script: Remove existing output folder and create a new one ~~~~~~~~~~~~~~~~~ models > 0 ~~~~~~~~~~~~~~~~~ 1 ['metoak-mostereonet-xnet-singlergb'] Running_Model: metoak-mostereonet-xnet-singlergb Running shape inference on model /home/root/metoak-demo/models/xnet_model_convshift_single_rgb_sim.onnx TIDLCompilationProvider ==========delegate_options========== tidl_tools_path : /home/root/tidl_tools artifacts_folder : /home/root/metoak-demo/out/model-artifacts/metoak-mostereonet-xnet-singlergb/ platform : J7 version : 7.2 tensor_bits : 32 debug_level : 1 max_num_subgraphs : 16 deny_list : deny_list:layer_type : deny_list:layer_name : model_type : accuracy_level : 1 advanced_options:calibration_frames : 26 advanced_options:calibration_iterations : 10 advanced_options:output_feature_16bit_names_list : advanced_options:params_16bit_names_list : advanced_options:mixed_precision_factor : -1 advanced_options:quantization_scale_type : 4 advanced_options:high_resolution_optimization : 0 advanced_options:pre_batchnorm_fold : 1 ti_internal_nc_flag : 1601 advanced_options:activation_clipping : 1 advanced_options:weight_clipping : 1 advanced_options:bias_calibration : 1 advanced_options:add_data_convert_ops : 3 advanced_options:channel_wise_quantization : 0 advanced_options:inference_mode : 0 advanced_options:num_cores : 1 ***** WARNING : tensor_bits = 32 -- Compiling for floating point - target execution is not supported for 32 bit compilation !! ***** tidl_tools_path = /home/root/tidl_tools artifacts_folder = /home/root/metoak-demo/out/model-artifacts/metoak-mostereonet-xnet-singlergb/ tidl_tensor_bits = 32 debug_level = 1 num_tidl_subgraphs = 16 tidl_denylist = tidl_denylist_layer_name = tidl_denylist_layer_type = tidl_allowlist_layer_name = model_type = tidl_calibration_accuracy_level = 4 tidl_calibration_options:num_frames_calibration = 26 tidl_calibration_options:bias_calibration_iterations = 10 mixed_precision_factor = -1.000000 model_group_id = 0 power_of_2_quantization = 6 ONNX QDQ Enabled = 0 enable_high_resolution_optimization = 0 pre_batchnorm_fold = 1 add_data_convert_ops = 3 output_feature_16bit_names_list = m_params_16bit_names_list = m_single_core_layers_names_list = reserved_compile_constraints_flag = 1601 ti_internal_reserved_1 = ****** WARNING : Network not identified as Object Detection network : (1) Ignore if network is not Object Detection network (2) If network is Object Detection network, please specify "model_type":"OD" as part of OSRT compilation options****** Supported TIDL layer type --- Cast -- /Cast Supported TIDL layer type --- Sub -- /Sub Supported TIDL layer type --- Mul -- /Mul Supported TIDL layer type --- Reshape -- /Reshape Supported TIDL layer type --- Conv -- /Conv_1 Supported TIDL layer type --- Conv -- /model/feature_extractor/down_0/down_0.0_1/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_0/down_0.1_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_1/down_1.0_1/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_1/down_1.1_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_1/down_1.2_1/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_1/down_1.3_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_2/down_2.0_1/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_2/down_2.1_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_2/down_2.2_1/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_2/down_2.3_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_3/down_3.0_1/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_3/down_3.1_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_3/down_3.2_1/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_3/down_3.3_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_4/down_4.0_1/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_4/down_4.1_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_4/down_4.2_1/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_4/down_4.3_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_4/down_4.4_1/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_4/down_4.5_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_4/down_4.6_1/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_4/down_4.7_1/LeakyRelu Supported TIDL layer type --- ConvTranspose -- /model/feature_extractor/up_3/up_conv/up_conv.0_1/ConvTranspose Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/up_3/up_conv/up_conv.1_1/LeakyRelu Supported TIDL layer type --- Concat -- /model/feature_extractor/up_3_1/Concat Supported TIDL layer type --- Conv -- /model/feature_extractor/up_3/merge_conv/merge_conv.0_1/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/up_3/merge_conv/merge_conv.1_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/up_3/merge_conv/merge_conv.2_1/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/up_3/merge_conv/merge_conv.3_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/up_3/merge_conv/merge_conv.4_1/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/up_3/merge_conv/merge_conv.5_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_24 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_26 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_28 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_30 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_32 Supported TIDL layer type --- Conv -- /Conv Supported TIDL layer type --- Conv -- /model/feature_extractor/down_0/down_0.0/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_0/down_0.1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_1/down_1.0/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_1/down_1.1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_1/down_1.2/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_1/down_1.3/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_2/down_2.0/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_2/down_2.1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_2/down_2.2/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_2/down_2.3/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_3/down_3.0/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_3/down_3.1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_3/down_3.2/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_3/down_3.3/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_4/down_4.0/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_4/down_4.1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_4/down_4.2/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_4/down_4.3/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_4/down_4.4/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_4/down_4.5/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/down_4/down_4.6/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/down_4/down_4.7/LeakyRelu Supported TIDL layer type --- ConvTranspose -- /model/feature_extractor/up_3/up_conv/up_conv.0/ConvTranspose Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/up_3/up_conv/up_conv.1/LeakyRelu Supported TIDL layer type --- Concat -- /model/feature_extractor/up_3/Concat Supported TIDL layer type --- Conv -- /model/feature_extractor/up_3/merge_conv/merge_conv.0/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/up_3/merge_conv/merge_conv.1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/up_3/merge_conv/merge_conv.2/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/up_3/merge_conv/merge_conv.3/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/up_3/merge_conv/merge_conv.4/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/up_3/merge_conv/merge_conv.5/LeakyRelu Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_257 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_33 Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_256 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_31 Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_255 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_29 Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_254 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_27 Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_253 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_25 Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_252 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_23 Supported TIDL layer type --- Concat -- /model/cost_volume/Concat_95 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.0/branches.1.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.0/branches.1.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.0/branches.1.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.0/branches.1.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.0/branches.1.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.0/branches.1.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.0/branches.1.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.0/fuse_layers.2.1/fuse_layers.2.1.0/fuse_layers.2.1.0.0/Conv Supported TIDL layer type --- ConvTranspose -- /model/feature_extractor/up_2/up_conv/up_conv.0_1/ConvTranspose Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/up_2/up_conv/up_conv.1_1/LeakyRelu Supported TIDL layer type --- Concat -- /model/feature_extractor/up_2_1/Concat Supported TIDL layer type --- Conv -- /model/feature_extractor/up_2/merge_conv/merge_conv.0_1/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/up_2/merge_conv/merge_conv.1_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/up_2/merge_conv/merge_conv.2_1/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/up_2/merge_conv/merge_conv.3_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/up_2/merge_conv/merge_conv.4_1/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/up_2/merge_conv/merge_conv.5_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_1 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_3 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_5 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_7 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_9 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_11 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_13 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_15 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_17 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_19 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_21 Supported TIDL layer type --- ConvTranspose -- /model/feature_extractor/up_2/up_conv/up_conv.0/ConvTranspose Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/up_2/up_conv/up_conv.1/LeakyRelu Supported TIDL layer type --- Concat -- /model/feature_extractor/up_2/Concat Supported TIDL layer type --- Conv -- /model/feature_extractor/up_2/merge_conv/merge_conv.0/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/up_2/merge_conv/merge_conv.1/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/up_2/merge_conv/merge_conv.2/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/up_2/merge_conv/merge_conv.3/LeakyRelu Supported TIDL layer type --- Conv -- /model/feature_extractor/up_2/merge_conv/merge_conv.4/Conv Supported TIDL layer type --- LeakyRelu -- /model/feature_extractor/up_2/merge_conv/merge_conv.5/LeakyRelu Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_131 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_22 Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_130 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_20 Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_129 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_18 Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_128 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_16 Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_127 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_14 Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_126 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_12 Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_125 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_10 Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_124 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_8 Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_123 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_6 Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_122 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_4 Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_121 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_2 Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_120 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv Supported TIDL layer type --- Concat -- /model/cost_volume/Concat_47 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.0/branches.0.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.0/branches.0.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.0/branches.0.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.0/branches.0.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.0/branches.0.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.0/branches.0.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.0/branches.0.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.0/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.0/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.0/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.0/Add_2 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_35 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_37 Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_420 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_38 Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_419 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_36 Supported TIDL layer type --- Mul -- /model/cost_volume/Mul_418 Supported TIDL layer type --- Conv -- /model/cost_volume/Conv_34 Supported TIDL layer type --- Concat -- /model/cost_volume/Concat_159 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.0/branches.2.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.0/branches.2.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.0/branches.2.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.0/branches.2.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.0/branches.2.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.0/branches.2.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.0/branches.2.0/relu_2/Relu Supported TIDL layer type --- Add -- /model/aggregation/fusions.0/Add_5 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.0/relu_2/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.1/branches.2.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.1/branches.2.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.1/branches.2.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.1/branches.2.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.1/branches.2.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.1/branches.2.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.1/branches.2.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.1/fuse_layers.1.2/fuse_layers.1.2.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.1/Resize_2 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.0/fuse_layers.0.2/fuse_layers.0.2.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.0/Resize_1 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.0/fuse_layers.0.1/fuse_layers.0.1.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.0/Resize Supported TIDL layer type --- Add -- /model/aggregation/fusions.0/Add Supported TIDL layer type --- Add -- /model/aggregation/fusions.0/Add_3 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.0/relu/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.1/branches.0.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.1/branches.0.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.1/branches.0.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.1/branches.0.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.1/branches.0.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.1/branches.0.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.1/branches.0.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.1/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv Supported TIDL layer type --- Conv -- /model/aggregation/fusions.0/fuse_layers.1.2/fuse_layers.1.2.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.0/Resize_2 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.0/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.0/Add_1 Supported TIDL layer type --- Add -- /model/aggregation/fusions.0/Add_4 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.0/relu_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.1/branches.1.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.1/branches.1.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.1/branches.1.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.1/branches.1.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.1/branches.1.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.1/branches.1.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.1/branches.1.0/relu_2/Relu Supported TIDL layer type --- Add -- /model/aggregation/fusions.1/Add_1 Supported TIDL layer type --- Add -- /model/aggregation/fusions.1/Add_4 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.1/relu_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.2/branches.1.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.2/branches.1.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.2/branches.1.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.2/branches.1.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.2/branches.1.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.2/branches.1.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.2/branches.1.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.2/fuse_layers.2.1/fuse_layers.2.1.0/fuse_layers.2.1.0.0/Conv Supported TIDL layer type --- Conv -- /model/aggregation/fusions.1/fuse_layers.0.2/fuse_layers.0.2.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.1/Resize_1 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.1/fuse_layers.0.1/fuse_layers.0.1.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.1/Resize Supported TIDL layer type --- Add -- /model/aggregation/fusions.1/Add Supported TIDL layer type --- Add -- /model/aggregation/fusions.1/Add_3 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.1/relu/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.2/branches.0.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.2/branches.0.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.2/branches.0.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.2/branches.0.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.2/branches.0.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.2/branches.0.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.2/branches.0.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.2/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.2/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.2/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.2/Add_2 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.1/fuse_layers.2.1/fuse_layers.2.1.0/fuse_layers.2.1.0.0/Conv Supported TIDL layer type --- Conv -- /model/aggregation/fusions.1/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.1/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.1/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.1/Add_2 Supported TIDL layer type --- Add -- /model/aggregation/fusions.1/Add_5 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.1/relu_2/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.2/branches.2.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.2/branches.2.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.2/branches.2.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.2/branches.2.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.2/branches.2.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.2/branches.2.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.2/branches.2.0/relu_2/Relu Supported TIDL layer type --- Add -- /model/aggregation/fusions.2/Add_5 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.2/relu_2/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.3/branches.2.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.3/branches.2.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.3/branches.2.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.3/branches.2.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.3/branches.2.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.3/branches.2.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.3/branches.2.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.3/fuse_layers.1.2/fuse_layers.1.2.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.3/Resize_2 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.2/fuse_layers.0.2/fuse_layers.0.2.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.2/Resize_1 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.2/fuse_layers.0.1/fuse_layers.0.1.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.2/Resize Supported TIDL layer type --- Add -- /model/aggregation/fusions.2/Add Supported TIDL layer type --- Add -- /model/aggregation/fusions.2/Add_3 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.2/relu/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.3/branches.0.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.3/branches.0.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.3/branches.0.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.3/branches.0.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.3/branches.0.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.3/branches.0.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.3/branches.0.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.3/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv Supported TIDL layer type --- Conv -- /model/aggregation/fusions.2/fuse_layers.1.2/fuse_layers.1.2.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.2/Resize_2 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.2/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.2/Add_1 Supported TIDL layer type --- Add -- /model/aggregation/fusions.2/Add_4 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.2/relu_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.3/branches.1.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.3/branches.1.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.3/branches.1.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.3/branches.1.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.3/branches.1.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.3/branches.1.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.3/branches.1.0/relu_2/Relu Supported TIDL layer type --- Add -- /model/aggregation/fusions.3/Add_1 Supported TIDL layer type --- Add -- /model/aggregation/fusions.3/Add_4 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.3/relu_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.4/branches.1.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.4/branches.1.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.4/branches.1.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.4/branches.1.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.4/branches.1.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.4/branches.1.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.4/branches.1.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.4/fuse_layers.2.1/fuse_layers.2.1.0/fuse_layers.2.1.0.0/Conv Supported TIDL layer type --- Conv -- /model/aggregation/fusions.3/fuse_layers.0.2/fuse_layers.0.2.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.3/Resize_1 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.3/fuse_layers.0.1/fuse_layers.0.1.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.3/Resize Supported TIDL layer type --- Add -- /model/aggregation/fusions.3/Add Supported TIDL layer type --- Add -- /model/aggregation/fusions.3/Add_3 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.3/relu/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.4/branches.0.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.4/branches.0.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.4/branches.0.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.4/branches.0.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.4/branches.0.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.4/branches.0.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.4/branches.0.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.4/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.4/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.4/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.4/Add_2 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.3/fuse_layers.2.1/fuse_layers.2.1.0/fuse_layers.2.1.0.0/Conv Supported TIDL layer type --- Conv -- /model/aggregation/fusions.3/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.3/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.3/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.3/Add_2 Supported TIDL layer type --- Add -- /model/aggregation/fusions.3/Add_5 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.3/relu_2/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.4/branches.2.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.4/branches.2.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.4/branches.2.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.4/branches.2.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.4/branches.2.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.4/branches.2.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.4/branches.2.0/relu_2/Relu Supported TIDL layer type --- Add -- /model/aggregation/fusions.4/Add_5 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.4/relu_2/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.5/branches.2.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.5/branches.2.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.5/branches.2.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.5/branches.2.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.5/branches.2.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.5/branches.2.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.5/branches.2.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.5/fuse_layers.1.2/fuse_layers.1.2.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.5/Resize_2 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.4/fuse_layers.0.2/fuse_layers.0.2.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.4/Resize_1 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.4/fuse_layers.0.1/fuse_layers.0.1.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.4/Resize Supported TIDL layer type --- Add -- /model/aggregation/fusions.4/Add Supported TIDL layer type --- Add -- /model/aggregation/fusions.4/Add_3 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.4/relu/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.5/branches.0.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.5/branches.0.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.5/branches.0.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.5/branches.0.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.5/branches.0.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.5/branches.0.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.5/branches.0.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.5/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv Supported TIDL layer type --- Conv -- /model/aggregation/fusions.4/fuse_layers.1.2/fuse_layers.1.2.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.4/Resize_2 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.4/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.4/Add_1 Supported TIDL layer type --- Add -- /model/aggregation/fusions.4/Add_4 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.4/relu_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.5/branches.1.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.5/branches.1.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.5/branches.1.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.5/branches.1.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.5/branches.1.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.5/branches.1.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.5/branches.1.0/relu_2/Relu Supported TIDL layer type --- Add -- /model/aggregation/fusions.5/Add_1 Supported TIDL layer type --- Add -- /model/aggregation/fusions.5/Add_4 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.5/relu_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.6/branches.1.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.6/branches.1.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.6/branches.1.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.6/branches.1.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.6/branches.1.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.6/branches.1.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.6/branches.1.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.6/fuse_layers.2.1/fuse_layers.2.1.0/fuse_layers.2.1.0.0/Conv Supported TIDL layer type --- Conv -- /model/aggregation/fusions.5/fuse_layers.0.2/fuse_layers.0.2.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.5/Resize_1 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.5/fuse_layers.0.1/fuse_layers.0.1.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.5/Resize Supported TIDL layer type --- Add -- /model/aggregation/fusions.5/Add Supported TIDL layer type --- Add -- /model/aggregation/fusions.5/Add_3 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.5/relu/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.6/branches.0.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.6/branches.0.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.6/branches.0.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.6/branches.0.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.6/branches.0.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.6/branches.0.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.6/branches.0.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.6/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.6/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.6/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.6/Add_2 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.5/fuse_layers.2.1/fuse_layers.2.1.0/fuse_layers.2.1.0.0/Conv Supported TIDL layer type --- Conv -- /model/aggregation/fusions.5/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.5/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.5/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.5/Add_2 Supported TIDL layer type --- Add -- /model/aggregation/fusions.5/Add_5 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.5/relu_2/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.6/branches.2.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.6/branches.2.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.6/branches.2.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.6/branches.2.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.6/branches.2.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.6/branches.2.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.6/branches.2.0/relu_2/Relu Supported TIDL layer type --- Add -- /model/aggregation/fusions.6/Add_5 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.6/relu_2/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.7/branches.2.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.7/branches.2.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.7/branches.2.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.7/branches.2.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.7/branches.2.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.7/branches.2.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.7/branches.2.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.7/fuse_layers.1.2/fuse_layers.1.2.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.7/Resize_2 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.6/fuse_layers.0.2/fuse_layers.0.2.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.6/Resize_1 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.6/fuse_layers.0.1/fuse_layers.0.1.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.6/Resize Supported TIDL layer type --- Add -- /model/aggregation/fusions.6/Add Supported TIDL layer type --- Add -- /model/aggregation/fusions.6/Add_3 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.6/relu/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.7/branches.0.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.7/branches.0.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.7/branches.0.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.7/branches.0.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.7/branches.0.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.7/branches.0.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.7/branches.0.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.7/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv Supported TIDL layer type --- Conv -- /model/aggregation/fusions.6/fuse_layers.1.2/fuse_layers.1.2.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.6/Resize_2 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.6/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.6/Add_1 Supported TIDL layer type --- Add -- /model/aggregation/fusions.6/Add_4 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.6/relu_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.7/branches.1.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.7/branches.1.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.7/branches.1.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.7/branches.1.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.7/branches.1.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.7/branches.1.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.7/branches.1.0/relu_2/Relu Supported TIDL layer type --- Add -- /model/aggregation/fusions.7/Add_1 Supported TIDL layer type --- Add -- /model/aggregation/fusions.7/Add_4 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.7/relu_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.8/branches.1.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.8/branches.1.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.8/branches.1.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.8/branches.1.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.8/branches.1.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.8/branches.1.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.8/branches.1.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.8/fuse_layers.2.1/fuse_layers.2.1.0/fuse_layers.2.1.0.0/Conv Supported TIDL layer type --- Conv -- /model/aggregation/fusions.7/fuse_layers.0.2/fuse_layers.0.2.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.7/Resize_1 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.7/fuse_layers.0.1/fuse_layers.0.1.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.7/Resize Supported TIDL layer type --- Add -- /model/aggregation/fusions.7/Add Supported TIDL layer type --- Add -- /model/aggregation/fusions.7/Add_3 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.7/relu/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.8/branches.0.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.8/branches.0.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.8/branches.0.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.8/branches.0.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.8/branches.0.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.8/branches.0.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.8/branches.0.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.8/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.8/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.8/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.8/Add_2 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.7/fuse_layers.2.1/fuse_layers.2.1.0/fuse_layers.2.1.0.0/Conv Supported TIDL layer type --- Conv -- /model/aggregation/fusions.7/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.7/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.7/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.7/Add_2 Supported TIDL layer type --- Add -- /model/aggregation/fusions.7/Add_5 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.7/relu_2/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.8/branches.2.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.8/branches.2.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.8/branches.2.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.8/branches.2.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.8/branches.2.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.8/branches.2.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.8/branches.2.0/relu_2/Relu Supported TIDL layer type --- Add -- /model/aggregation/fusions.8/Add_5 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.8/relu_2/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.9/branches.2.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.9/branches.2.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.9/branches.2.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.9/branches.2.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.9/branches.2.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.9/branches.2.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.9/branches.2.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.9/fuse_layers.0.2/fuse_layers.0.2.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.9/Resize_1 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.8/fuse_layers.1.2/fuse_layers.1.2.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.8/Resize_2 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.8/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.8/Add_1 Supported TIDL layer type --- Add -- /model/aggregation/fusions.8/Add_4 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.8/relu_1/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.9/branches.1.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.9/branches.1.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.9/branches.1.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.9/branches.1.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.9/branches.1.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.9/branches.1.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.9/branches.1.0/relu_2/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.9/fuse_layers.0.1/fuse_layers.0.1.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.9/Resize Supported TIDL layer type --- Conv -- /model/aggregation/fusions.8/fuse_layers.0.2/fuse_layers.0.2.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.8/Resize_1 Supported TIDL layer type --- Conv -- /model/aggregation/fusions.8/fuse_layers.0.1/fuse_layers.0.1.0/Conv Supported TIDL layer type --- Resize -- /model/aggregation/fusions.8/Resize Supported TIDL layer type --- Add -- /model/aggregation/fusions.8/Add Supported TIDL layer type --- Add -- /model/aggregation/fusions.8/Add_3 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.8/relu/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.9/branches.0.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.9/branches.0.0/relu/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.9/branches.0.0/conv2/Conv Supported TIDL layer type --- Relu -- /model/aggregation/fusions.9/branches.0.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/aggregation/fusions.9/branches.0.0/conv3/Conv Supported TIDL layer type --- Add -- /model/aggregation/fusions.9/branches.0.0/Add Supported TIDL layer type --- Relu -- /model/aggregation/fusions.9/branches.0.0/relu_2/Relu Supported TIDL layer type --- Add -- /model/aggregation/fusions.9/Add Supported TIDL layer type --- Add -- /model/aggregation/fusions.9/Add_1 Supported TIDL layer type --- LeakyRelu -- /model/aggregation/fusions.9/relu/LeakyRelu Supported TIDL layer type --- Conv -- /model/aggregation/final_conv.0/Conv Supported TIDL layer type --- Softmax -- /model/disparity_estimations.0/Softmax Supported TIDL layer type --- Conv -- /model/disparity_estimations.0/Conv Supported TIDL layer type --- Resize -- /model/refinement.0/Resize Supported TIDL layer type --- Mul -- /model/refinement.0/Mul Supported TIDL layer type --- Conv -- /model/refinement.0/Conv Supported TIDL layer type --- Concat -- /model/refinement.0/Concat Supported TIDL layer type --- Conv -- /model/refinement.0/conv/Conv Supported TIDL layer type --- Conv -- /model/refinement.0/dilated_blocks/dilated_blocks.0/conv1/Conv Supported TIDL layer type --- Relu -- /model/refinement.0/dilated_blocks/dilated_blocks.0/relu/Relu Supported TIDL layer type --- Conv -- /model/refinement.0/dilated_blocks/dilated_blocks.0/conv2/Conv Supported TIDL layer type --- Add -- /model/refinement.0/dilated_blocks/dilated_blocks.0/Add Supported TIDL layer type --- Relu -- /model/refinement.0/dilated_blocks/dilated_blocks.0/relu_1/Relu Supported TIDL layer type --- Conv -- /model/refinement.0/final_conv/Conv Supported TIDL layer type --- Add -- /model/refinement.0/Add Supported TIDL layer type --- Relu -- /model/refinement.0/Relu Preliminary subgraphs created = 1 Final number of subgraphs created are : 1, - Offloaded Nodes - 562, Total Nodes - 562 SUGGESTION -- [TIDL_Deconv2DLayer] Please change to Upsample/Resize if possible. Upsample/Resize will be more efficient. SUGGESTION -- [TIDL_Deconv2DLayer] Please change to Upsample/Resize if possible. Upsample/Resize will be more efficient. SUGGESTION -- [TIDL_Deconv2DLayer] Please change to Upsample/Resize if possible. Upsample/Resize will be more efficient. SUGGESTION -- [TIDL_Deconv2DLayer] Please change to Upsample/Resize if possible. Upsample/Resize will be more efficient. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. ALLOWLISTING : SoftMax layer : TIDL_RT only supports axis width or height -- file info - tidl_onnxImport.cpp , TIDL_onnxMapSoftmaxBaseParams , 1832 INFORMATION -- [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. Running runtimes graphviz - /home/root/tidl_tools/tidl_graphVisualiser_runtimes.out /home/root/metoak-demo/out/model-artifacts/metoak-mostereonet-xnet-singlergb//allowedNode.txt /home/root/metoak-demo/out/model-artifacts/metoak-mostereonet-xnet-singlergb//tempDir/graphvizInfo.txt /home/root/metoak-demo/out/model-artifacts/metoak-mostereonet-xnet-singlergb//tempDir/runtimes_visualization.svg *** In TIDL_createStateImportFunc *** Compute on node : TIDLExecutionProvider_TIDL_0_0 0, Cast, 1, 1, image1, /Cast_output_0 1, Sub, 2, 1, /Cast_output_0, /Sub_output_0 2, Mul, 2, 1, /Sub_output_0, /Mul_output_0 3, Reshape, 2, 1, /Mul_output_0, /Reshape_output_0 4, Conv, 2, 1, /Reshape_output_0, /Conv_output_0 5, Conv, 3, 1, /Conv_output_0, /model/refinement.0/Conv_output_0 6, Conv, 3, 1, /Conv_output_0, /model/feature_extractor/down_0/down_0.0/Conv_output_0 7, LeakyRelu, 1, 1, /model/feature_extractor/down_0/down_0.0/Conv_output_0, /model/feature_extractor/down_0/down_0.1/LeakyRelu_output_0 8, Conv, 3, 1, /model/feature_extractor/down_0/down_0.1/LeakyRelu_output_0, /model/feature_extractor/down_1/down_1.0/Conv_output_0 9, LeakyRelu, 1, 1, /model/feature_extractor/down_1/down_1.0/Conv_output_0, /model/feature_extractor/down_1/down_1.1/LeakyRelu_output_0 10, Conv, 3, 1, /model/feature_extractor/down_1/down_1.1/LeakyRelu_output_0, /model/feature_extractor/down_1/down_1.2/Conv_output_0 11, LeakyRelu, 1, 1, /model/feature_extractor/down_1/down_1.2/Conv_output_0, /model/feature_extractor/down_1/down_1.3/LeakyRelu_output_0 12, Conv, 3, 1, /model/feature_extractor/down_1/down_1.3/LeakyRelu_output_0, /model/feature_extractor/down_2/down_2.0/Conv_output_0 13, LeakyRelu, 1, 1, /model/feature_extractor/down_2/down_2.0/Conv_output_0, /model/feature_extractor/down_2/down_2.1/LeakyRelu_output_0 14, Conv, 3, 1, /model/feature_extractor/down_2/down_2.1/LeakyRelu_output_0, /model/feature_extractor/down_2/down_2.2/Conv_output_0 15, LeakyRelu, 1, 1, /model/feature_extractor/down_2/down_2.2/Conv_output_0, /model/feature_extractor/down_2/down_2.3/LeakyRelu_output_0 16, Conv, 3, 1, /model/feature_extractor/down_2/down_2.3/LeakyRelu_output_0, /model/feature_extractor/down_3/down_3.0/Conv_output_0 17, LeakyRelu, 1, 1, /model/feature_extractor/down_3/down_3.0/Conv_output_0, /model/feature_extractor/down_3/down_3.1/LeakyRelu_output_0 18, Conv, 3, 1, /model/feature_extractor/down_3/down_3.1/LeakyRelu_output_0, /model/feature_extractor/down_3/down_3.2/Conv_output_0 19, LeakyRelu, 1, 1, /model/feature_extractor/down_3/down_3.2/Conv_output_0, /model/feature_extractor/down_3/down_3.3/LeakyRelu_output_0 20, Conv, 3, 1, /model/feature_extractor/down_3/down_3.3/LeakyRelu_output_0, /model/feature_extractor/down_4/down_4.0/Conv_output_0 21, LeakyRelu, 1, 1, /model/feature_extractor/down_4/down_4.0/Conv_output_0, /model/feature_extractor/down_4/down_4.1/LeakyRelu_output_0 22, Conv, 3, 1, /model/feature_extractor/down_4/down_4.1/LeakyRelu_output_0, /model/feature_extractor/down_4/down_4.2/Conv_output_0 23, LeakyRelu, 1, 1, /model/feature_extractor/down_4/down_4.2/Conv_output_0, /model/feature_extractor/down_4/down_4.3/LeakyRelu_output_0 24, Conv, 3, 1, /model/feature_extractor/down_4/down_4.3/LeakyRelu_output_0, /model/feature_extractor/down_4/down_4.4/Conv_output_0 25, LeakyRelu, 1, 1, /model/feature_extractor/down_4/down_4.4/Conv_output_0, /model/feature_extractor/down_4/down_4.5/LeakyRelu_output_0 26, Conv, 3, 1, /model/feature_extractor/down_4/down_4.5/LeakyRelu_output_0, /model/feature_extractor/down_4/down_4.6/Conv_output_0 27, LeakyRelu, 1, 1, /model/feature_extractor/down_4/down_4.6/Conv_output_0, /model/feature_extractor/down_4/down_4.7/LeakyRelu_output_0 28, ConvTranspose, 3, 1, /model/feature_extractor/down_4/down_4.7/LeakyRelu_output_0, /model/feature_extractor/up_3/up_conv/up_conv.0/ConvTranspose_output_0 29, LeakyRelu, 1, 1, /model/feature_extractor/up_3/up_conv/up_conv.0/ConvTranspose_output_0, /model/feature_extractor/up_3/up_conv/up_conv.1/LeakyRelu_output_0 30, Concat, 2, 1, /model/feature_extractor/up_3/up_conv/up_conv.1/LeakyRelu_output_0, /model/feature_extractor/up_3/Concat_output_0 31, Conv, 3, 1, /model/feature_extractor/up_3/Concat_output_0, /model/feature_extractor/up_3/merge_conv/merge_conv.0/Conv_output_0 32, LeakyRelu, 1, 1, /model/feature_extractor/up_3/merge_conv/merge_conv.0/Conv_output_0, /model/feature_extractor/up_3/merge_conv/merge_conv.1/LeakyRelu_output_0 33, Conv, 3, 1, /model/feature_extractor/up_3/merge_conv/merge_conv.1/LeakyRelu_output_0, /model/feature_extractor/up_3/merge_conv/merge_conv.2/Conv_output_0 34, LeakyRelu, 1, 1, /model/feature_extractor/up_3/merge_conv/merge_conv.2/Conv_output_0, /model/feature_extractor/up_3/merge_conv/merge_conv.3/LeakyRelu_output_0 35, Conv, 3, 1, /model/feature_extractor/up_3/merge_conv/merge_conv.3/LeakyRelu_output_0, /model/feature_extractor/up_3/merge_conv/merge_conv.4/Conv_output_0 36, LeakyRelu, 1, 1, /model/feature_extractor/up_3/merge_conv/merge_conv.4/Conv_output_0, /model/feature_extractor/up_3/merge_conv/merge_conv.5/LeakyRelu_output_0 37, ConvTranspose, 3, 1, /model/feature_extractor/up_3/merge_conv/merge_conv.5/LeakyRelu_output_0, /model/feature_extractor/up_2/up_conv/up_conv.0/ConvTranspose_output_0 38, LeakyRelu, 1, 1, /model/feature_extractor/up_2/up_conv/up_conv.0/ConvTranspose_output_0, /model/feature_extractor/up_2/up_conv/up_conv.1/LeakyRelu_output_0 39, Concat, 2, 1, /model/feature_extractor/up_2/up_conv/up_conv.1/LeakyRelu_output_0, /model/feature_extractor/up_2/Concat_output_0 40, Conv, 3, 1, /model/feature_extractor/up_2/Concat_output_0, /model/feature_extractor/up_2/merge_conv/merge_conv.0/Conv_output_0 41, LeakyRelu, 1, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.0/Conv_output_0, /model/feature_extractor/up_2/merge_conv/merge_conv.1/LeakyRelu_output_0 42, Conv, 3, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.1/LeakyRelu_output_0, /model/feature_extractor/up_2/merge_conv/merge_conv.2/Conv_output_0 43, LeakyRelu, 1, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.2/Conv_output_0, /model/feature_extractor/up_2/merge_conv/merge_conv.3/LeakyRelu_output_0 44, Conv, 3, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.3/LeakyRelu_output_0, /model/feature_extractor/up_2/merge_conv/merge_conv.4/Conv_output_0 45, LeakyRelu, 1, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.4/Conv_output_0, /model/feature_extractor/up_2/merge_conv/merge_conv.5/LeakyRelu_output_0 46, Conv, 2, 1, /Reshape_output_0, /Conv_1_output_0 47, Conv, 3, 1, /Conv_1_output_0, /model/feature_extractor/down_0/down_0.0_1/Conv_output_0 48, LeakyRelu, 1, 1, /model/feature_extractor/down_0/down_0.0_1/Conv_output_0, /model/feature_extractor/down_0/down_0.1_1/LeakyRelu_output_0 49, Conv, 3, 1, /model/feature_extractor/down_0/down_0.1_1/LeakyRelu_output_0, /model/feature_extractor/down_1/down_1.0_1/Conv_output_0 50, LeakyRelu, 1, 1, /model/feature_extractor/down_1/down_1.0_1/Conv_output_0, /model/feature_extractor/down_1/down_1.1_1/LeakyRelu_output_0 51, Conv, 3, 1, /model/feature_extractor/down_1/down_1.1_1/LeakyRelu_output_0, /model/feature_extractor/down_1/down_1.2_1/Conv_output_0 52, LeakyRelu, 1, 1, /model/feature_extractor/down_1/down_1.2_1/Conv_output_0, /model/feature_extractor/down_1/down_1.3_1/LeakyRelu_output_0 53, Conv, 3, 1, /model/feature_extractor/down_1/down_1.3_1/LeakyRelu_output_0, /model/feature_extractor/down_2/down_2.0_1/Conv_output_0 54, LeakyRelu, 1, 1, /model/feature_extractor/down_2/down_2.0_1/Conv_output_0, /model/feature_extractor/down_2/down_2.1_1/LeakyRelu_output_0 55, Conv, 3, 1, /model/feature_extractor/down_2/down_2.1_1/LeakyRelu_output_0, /model/feature_extractor/down_2/down_2.2_1/Conv_output_0 56, LeakyRelu, 1, 1, /model/feature_extractor/down_2/down_2.2_1/Conv_output_0, /model/feature_extractor/down_2/down_2.3_1/LeakyRelu_output_0 57, Conv, 3, 1, /model/feature_extractor/down_2/down_2.3_1/LeakyRelu_output_0, /model/feature_extractor/down_3/down_3.0_1/Conv_output_0 58, LeakyRelu, 1, 1, /model/feature_extractor/down_3/down_3.0_1/Conv_output_0, /model/feature_extractor/down_3/down_3.1_1/LeakyRelu_output_0 59, Conv, 3, 1, /model/feature_extractor/down_3/down_3.1_1/LeakyRelu_output_0, /model/feature_extractor/down_3/down_3.2_1/Conv_output_0 60, LeakyRelu, 1, 1, /model/feature_extractor/down_3/down_3.2_1/Conv_output_0, /model/feature_extractor/down_3/down_3.3_1/LeakyRelu_output_0 61, Conv, 3, 1, /model/feature_extractor/down_3/down_3.3_1/LeakyRelu_output_0, /model/feature_extractor/down_4/down_4.0_1/Conv_output_0 62, LeakyRelu, 1, 1, /model/feature_extractor/down_4/down_4.0_1/Conv_output_0, /model/feature_extractor/down_4/down_4.1_1/LeakyRelu_output_0 63, Conv, 3, 1, /model/feature_extractor/down_4/down_4.1_1/LeakyRelu_output_0, /model/feature_extractor/down_4/down_4.2_1/Conv_output_0 64, LeakyRelu, 1, 1, /model/feature_extractor/down_4/down_4.2_1/Conv_output_0, /model/feature_extractor/down_4/down_4.3_1/LeakyRelu_output_0 65, Conv, 3, 1, /model/feature_extractor/down_4/down_4.3_1/LeakyRelu_output_0, /model/feature_extractor/down_4/down_4.4_1/Conv_output_0 66, LeakyRelu, 1, 1, /model/feature_extractor/down_4/down_4.4_1/Conv_output_0, /model/feature_extractor/down_4/down_4.5_1/LeakyRelu_output_0 67, Conv, 3, 1, /model/feature_extractor/down_4/down_4.5_1/LeakyRelu_output_0, /model/feature_extractor/down_4/down_4.6_1/Conv_output_0 68, LeakyRelu, 1, 1, /model/feature_extractor/down_4/down_4.6_1/Conv_output_0, /model/feature_extractor/down_4/down_4.7_1/LeakyRelu_output_0 69, ConvTranspose, 3, 1, /model/feature_extractor/down_4/down_4.7_1/LeakyRelu_output_0, /model/feature_extractor/up_3/up_conv/up_conv.0_1/ConvTranspose_output_0 70, LeakyRelu, 1, 1, /model/feature_extractor/up_3/up_conv/up_conv.0_1/ConvTranspose_output_0, /model/feature_extractor/up_3/up_conv/up_conv.1_1/LeakyRelu_output_0 71, Concat, 2, 1, /model/feature_extractor/up_3/up_conv/up_conv.1_1/LeakyRelu_output_0, /model/feature_extractor/up_3_1/Concat_output_0 72, Conv, 3, 1, /model/feature_extractor/up_3_1/Concat_output_0, /model/feature_extractor/up_3/merge_conv/merge_conv.0_1/Conv_output_0 73, LeakyRelu, 1, 1, /model/feature_extractor/up_3/merge_conv/merge_conv.0_1/Conv_output_0, /model/feature_extractor/up_3/merge_conv/merge_conv.1_1/LeakyRelu_output_0 74, Conv, 3, 1, /model/feature_extractor/up_3/merge_conv/merge_conv.1_1/LeakyRelu_output_0, /model/feature_extractor/up_3/merge_conv/merge_conv.2_1/Conv_output_0 75, LeakyRelu, 1, 1, /model/feature_extractor/up_3/merge_conv/merge_conv.2_1/Conv_output_0, /model/feature_extractor/up_3/merge_conv/merge_conv.3_1/LeakyRelu_output_0 76, Conv, 3, 1, /model/feature_extractor/up_3/merge_conv/merge_conv.3_1/LeakyRelu_output_0, /model/feature_extractor/up_3/merge_conv/merge_conv.4_1/Conv_output_0 77, LeakyRelu, 1, 1, /model/feature_extractor/up_3/merge_conv/merge_conv.4_1/Conv_output_0, /model/feature_extractor/up_3/merge_conv/merge_conv.5_1/LeakyRelu_output_0 78, ConvTranspose, 3, 1, /model/feature_extractor/up_3/merge_conv/merge_conv.5_1/LeakyRelu_output_0, /model/feature_extractor/up_2/up_conv/up_conv.0_1/ConvTranspose_output_0 79, LeakyRelu, 1, 1, /model/feature_extractor/up_2/up_conv/up_conv.0_1/ConvTranspose_output_0, /model/feature_extractor/up_2/up_conv/up_conv.1_1/LeakyRelu_output_0 80, Concat, 2, 1, /model/feature_extractor/up_2/up_conv/up_conv.1_1/LeakyRelu_output_0, /model/feature_extractor/up_2_1/Concat_output_0 81, Conv, 3, 1, /model/feature_extractor/up_2_1/Concat_output_0, /model/feature_extractor/up_2/merge_conv/merge_conv.0_1/Conv_output_0 82, LeakyRelu, 1, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.0_1/Conv_output_0, /model/feature_extractor/up_2/merge_conv/merge_conv.1_1/LeakyRelu_output_0 83, Conv, 3, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.1_1/LeakyRelu_output_0, /model/feature_extractor/up_2/merge_conv/merge_conv.2_1/Conv_output_0 84, LeakyRelu, 1, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.2_1/Conv_output_0, /model/feature_extractor/up_2/merge_conv/merge_conv.3_1/LeakyRelu_output_0 85, Conv, 3, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.3_1/LeakyRelu_output_0, /model/feature_extractor/up_2/merge_conv/merge_conv.4_1/Conv_output_0 86, LeakyRelu, 1, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.4_1/Conv_output_0, /model/feature_extractor/up_2/merge_conv/merge_conv.5_1/LeakyRelu_output_0 87, Mul, 2, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.5/LeakyRelu_output_0, /model/cost_volume/Mul_120_output_0 88, Conv, 2, 1, /model/cost_volume/Mul_120_output_0, /model/cost_volume/Conv_output_0 89, Conv, 2, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.5_1/LeakyRelu_output_0, /model/cost_volume/Conv_1_output_0 90, Mul, 2, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.5/LeakyRelu_output_0, /model/cost_volume/Mul_121_output_0 91, Conv, 2, 1, /model/cost_volume/Mul_121_output_0, /model/cost_volume/Conv_2_output_0 92, Conv, 2, 1, /model/cost_volume/Conv_1_output_0, /model/cost_volume/Conv_3_output_0 93, Mul, 2, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.5/LeakyRelu_output_0, /model/cost_volume/Mul_122_output_0 94, Conv, 2, 1, /model/cost_volume/Mul_122_output_0, /model/cost_volume/Conv_4_output_0 95, Conv, 2, 1, /model/cost_volume/Conv_3_output_0, /model/cost_volume/Conv_5_output_0 96, Mul, 2, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.5/LeakyRelu_output_0, /model/cost_volume/Mul_123_output_0 97, Conv, 2, 1, /model/cost_volume/Mul_123_output_0, /model/cost_volume/Conv_6_output_0 98, Conv, 2, 1, /model/cost_volume/Conv_5_output_0, /model/cost_volume/Conv_7_output_0 99, Mul, 2, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.5/LeakyRelu_output_0, /model/cost_volume/Mul_124_output_0 100, Conv, 2, 1, /model/cost_volume/Mul_124_output_0, /model/cost_volume/Conv_8_output_0 101, Conv, 2, 1, /model/cost_volume/Conv_7_output_0, /model/cost_volume/Conv_9_output_0 102, Mul, 2, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.5/LeakyRelu_output_0, /model/cost_volume/Mul_125_output_0 103, Conv, 2, 1, /model/cost_volume/Mul_125_output_0, /model/cost_volume/Conv_10_output_0 104, Conv, 2, 1, /model/cost_volume/Conv_9_output_0, /model/cost_volume/Conv_11_output_0 105, Mul, 2, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.5/LeakyRelu_output_0, /model/cost_volume/Mul_126_output_0 106, Conv, 2, 1, /model/cost_volume/Mul_126_output_0, /model/cost_volume/Conv_12_output_0 107, Conv, 2, 1, /model/cost_volume/Conv_11_output_0, /model/cost_volume/Conv_13_output_0 108, Mul, 2, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.5/LeakyRelu_output_0, /model/cost_volume/Mul_127_output_0 109, Conv, 2, 1, /model/cost_volume/Mul_127_output_0, /model/cost_volume/Conv_14_output_0 110, Conv, 2, 1, /model/cost_volume/Conv_13_output_0, /model/cost_volume/Conv_15_output_0 111, Mul, 2, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.5/LeakyRelu_output_0, /model/cost_volume/Mul_128_output_0 112, Conv, 2, 1, /model/cost_volume/Mul_128_output_0, /model/cost_volume/Conv_16_output_0 113, Conv, 2, 1, /model/cost_volume/Conv_15_output_0, /model/cost_volume/Conv_17_output_0 114, Mul, 2, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.5/LeakyRelu_output_0, /model/cost_volume/Mul_129_output_0 115, Conv, 2, 1, /model/cost_volume/Mul_129_output_0, /model/cost_volume/Conv_18_output_0 116, Conv, 2, 1, /model/cost_volume/Conv_17_output_0, /model/cost_volume/Conv_19_output_0 117, Mul, 2, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.5/LeakyRelu_output_0, /model/cost_volume/Mul_130_output_0 118, Conv, 2, 1, /model/cost_volume/Mul_130_output_0, /model/cost_volume/Conv_20_output_0 119, Conv, 2, 1, /model/cost_volume/Conv_19_output_0, /model/cost_volume/Conv_21_output_0 120, Mul, 2, 1, /model/feature_extractor/up_2/merge_conv/merge_conv.5/LeakyRelu_output_0, /model/cost_volume/Mul_131_output_0 121, Conv, 2, 1, /model/cost_volume/Mul_131_output_0, /model/cost_volume/Conv_22_output_0 122, Concat, 12, 1, /model/cost_volume/Conv_output_0, /model/cost_volume/Concat_47_output_0 123, Conv, 3, 1, /model/cost_volume/Concat_47_output_0, /model/aggregation/fusions.0/branches.0.0/conv1/Conv_output_0 124, Relu, 1, 1, /model/aggregation/fusions.0/branches.0.0/conv1/Conv_output_0, /model/aggregation/fusions.0/branches.0.0/relu/Relu_output_0 125, Conv, 3, 1, /model/aggregation/fusions.0/branches.0.0/relu/Relu_output_0, /model/aggregation/fusions.0/branches.0.0/conv2/Conv_output_0 126, Relu, 1, 1, /model/aggregation/fusions.0/branches.0.0/conv2/Conv_output_0, /model/aggregation/fusions.0/branches.0.0/relu_1/Relu_output_0 127, Conv, 3, 1, /model/aggregation/fusions.0/branches.0.0/relu_1/Relu_output_0, /model/aggregation/fusions.0/branches.0.0/conv3/Conv_output_0 128, Add, 2, 1, /model/aggregation/fusions.0/branches.0.0/conv3/Conv_output_0, /model/aggregation/fusions.0/branches.0.0/Add_output_0 129, Relu, 1, 1, /model/aggregation/fusions.0/branches.0.0/Add_output_0, /model/aggregation/fusions.0/branches.0.0/relu_2/Relu_output_0 130, Conv, 3, 1, /model/aggregation/fusions.0/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.0/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv_output_0 131, Mul, 2, 1, /model/feature_extractor/up_3/merge_conv/merge_conv.5/LeakyRelu_output_0, /model/cost_volume/Mul_252_output_0 132, Conv, 2, 1, /model/cost_volume/Mul_252_output_0, /model/cost_volume/Conv_23_output_0 133, Conv, 2, 1, /model/feature_extractor/up_3/merge_conv/merge_conv.5_1/LeakyRelu_output_0, /model/cost_volume/Conv_24_output_0 134, Mul, 2, 1, /model/feature_extractor/up_3/merge_conv/merge_conv.5/LeakyRelu_output_0, /model/cost_volume/Mul_253_output_0 135, Conv, 2, 1, /model/cost_volume/Mul_253_output_0, /model/cost_volume/Conv_25_output_0 136, Conv, 2, 1, /model/cost_volume/Conv_24_output_0, /model/cost_volume/Conv_26_output_0 137, Mul, 2, 1, /model/feature_extractor/up_3/merge_conv/merge_conv.5/LeakyRelu_output_0, /model/cost_volume/Mul_254_output_0 138, Conv, 2, 1, /model/cost_volume/Mul_254_output_0, /model/cost_volume/Conv_27_output_0 139, Conv, 2, 1, /model/cost_volume/Conv_26_output_0, /model/cost_volume/Conv_28_output_0 140, Mul, 2, 1, /model/feature_extractor/up_3/merge_conv/merge_conv.5/LeakyRelu_output_0, /model/cost_volume/Mul_255_output_0 141, Conv, 2, 1, /model/cost_volume/Mul_255_output_0, /model/cost_volume/Conv_29_output_0 142, Conv, 2, 1, /model/cost_volume/Conv_28_output_0, /model/cost_volume/Conv_30_output_0 143, Mul, 2, 1, /model/feature_extractor/up_3/merge_conv/merge_conv.5/LeakyRelu_output_0, /model/cost_volume/Mul_256_output_0 144, Conv, 2, 1, /model/cost_volume/Mul_256_output_0, /model/cost_volume/Conv_31_output_0 145, Conv, 2, 1, /model/cost_volume/Conv_30_output_0, /model/cost_volume/Conv_32_output_0 146, Mul, 2, 1, /model/feature_extractor/up_3/merge_conv/merge_conv.5/LeakyRelu_output_0, /model/cost_volume/Mul_257_output_0 147, Conv, 2, 1, /model/cost_volume/Mul_257_output_0, /model/cost_volume/Conv_33_output_0 148, Concat, 6, 1, /model/cost_volume/Conv_23_output_0, /model/cost_volume/Concat_95_output_0 149, Conv, 3, 1, /model/cost_volume/Concat_95_output_0, /model/aggregation/fusions.0/branches.1.0/conv1/Conv_output_0 150, Relu, 1, 1, /model/aggregation/fusions.0/branches.1.0/conv1/Conv_output_0, /model/aggregation/fusions.0/branches.1.0/relu/Relu_output_0 151, Conv, 3, 1, /model/aggregation/fusions.0/branches.1.0/relu/Relu_output_0, /model/aggregation/fusions.0/branches.1.0/conv2/Conv_output_0 152, Relu, 1, 1, /model/aggregation/fusions.0/branches.1.0/conv2/Conv_output_0, /model/aggregation/fusions.0/branches.1.0/relu_1/Relu_output_0 153, Conv, 3, 1, /model/aggregation/fusions.0/branches.1.0/relu_1/Relu_output_0, /model/aggregation/fusions.0/branches.1.0/conv3/Conv_output_0 154, Add, 2, 1, /model/aggregation/fusions.0/branches.1.0/conv3/Conv_output_0, /model/aggregation/fusions.0/branches.1.0/Add_output_0 155, Relu, 1, 1, /model/aggregation/fusions.0/branches.1.0/Add_output_0, /model/aggregation/fusions.0/branches.1.0/relu_2/Relu_output_0 156, Add, 2, 1, /model/aggregation/fusions.0/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv_output_0, /model/aggregation/fusions.0/Add_1_output_0 157, Mul, 2, 1, /model/feature_extractor/down_4/down_4.7/LeakyRelu_output_0, /model/cost_volume/Mul_418_output_0 158, Conv, 2, 1, /model/cost_volume/Mul_418_output_0, /model/cost_volume/Conv_34_output_0 159, Conv, 2, 1, /model/feature_extractor/down_4/down_4.7_1/LeakyRelu_output_0, /model/cost_volume/Conv_35_output_0 160, Mul, 2, 1, /model/feature_extractor/down_4/down_4.7/LeakyRelu_output_0, /model/cost_volume/Mul_419_output_0 161, Conv, 2, 1, /model/cost_volume/Mul_419_output_0, /model/cost_volume/Conv_36_output_0 162, Conv, 2, 1, /model/cost_volume/Conv_35_output_0, /model/cost_volume/Conv_37_output_0 163, Mul, 2, 1, /model/feature_extractor/down_4/down_4.7/LeakyRelu_output_0, /model/cost_volume/Mul_420_output_0 164, Conv, 2, 1, /model/cost_volume/Mul_420_output_0, /model/cost_volume/Conv_38_output_0 165, Concat, 3, 1, /model/cost_volume/Conv_34_output_0, /model/cost_volume/Concat_159_output_0 166, Conv, 3, 1, /model/cost_volume/Concat_159_output_0, /model/aggregation/fusions.0/branches.2.0/conv1/Conv_output_0 167, Relu, 1, 1, /model/aggregation/fusions.0/branches.2.0/conv1/Conv_output_0, /model/aggregation/fusions.0/branches.2.0/relu/Relu_output_0 168, Conv, 3, 1, /model/aggregation/fusions.0/branches.2.0/relu/Relu_output_0, /model/aggregation/fusions.0/branches.2.0/conv2/Conv_output_0 169, Relu, 1, 1, /model/aggregation/fusions.0/branches.2.0/conv2/Conv_output_0, /model/aggregation/fusions.0/branches.2.0/relu_1/Relu_output_0 170, Conv, 3, 1, /model/aggregation/fusions.0/branches.2.0/relu_1/Relu_output_0, /model/aggregation/fusions.0/branches.2.0/conv3/Conv_output_0 171, Add, 2, 1, /model/aggregation/fusions.0/branches.2.0/conv3/Conv_output_0, /model/aggregation/fusions.0/branches.2.0/Add_output_0 172, Relu, 1, 1, /model/aggregation/fusions.0/branches.2.0/Add_output_0, /model/aggregation/fusions.0/branches.2.0/relu_2/Relu_output_0 173, Conv, 3, 1, /model/aggregation/fusions.0/branches.2.0/relu_2/Relu_output_0, /model/aggregation/fusions.0/fuse_layers.1.2/fuse_layers.1.2.0/Conv_output_0 174, Resize, 3, 1, /model/aggregation/fusions.0/fuse_layers.1.2/fuse_layers.1.2.0/Conv_output_0, /model/aggregation/fusions.0/Resize_2_output_0 175, Add, 2, 1, /model/aggregation/fusions.0/Add_1_output_0, /model/aggregation/fusions.0/Add_4_output_0 176, LeakyRelu, 1, 1, /model/aggregation/fusions.0/Add_4_output_0, /model/aggregation/fusions.0/relu_1/LeakyRelu_output_0 177, Conv, 3, 1, /model/aggregation/fusions.0/relu_1/LeakyRelu_output_0, /model/aggregation/fusions.1/branches.1.0/conv1/Conv_output_0 178, Relu, 1, 1, /model/aggregation/fusions.1/branches.1.0/conv1/Conv_output_0, /model/aggregation/fusions.1/branches.1.0/relu/Relu_output_0 179, Conv, 3, 1, /model/aggregation/fusions.1/branches.1.0/relu/Relu_output_0, /model/aggregation/fusions.1/branches.1.0/conv2/Conv_output_0 180, Relu, 1, 1, /model/aggregation/fusions.1/branches.1.0/conv2/Conv_output_0, /model/aggregation/fusions.1/branches.1.0/relu_1/Relu_output_0 181, Conv, 3, 1, /model/aggregation/fusions.1/branches.1.0/relu_1/Relu_output_0, /model/aggregation/fusions.1/branches.1.0/conv3/Conv_output_0 182, Add, 2, 1, /model/aggregation/fusions.1/branches.1.0/conv3/Conv_output_0, /model/aggregation/fusions.1/branches.1.0/Add_output_0 183, Relu, 1, 1, /model/aggregation/fusions.1/branches.1.0/Add_output_0, /model/aggregation/fusions.1/branches.1.0/relu_2/Relu_output_0 184, Conv, 3, 1, /model/aggregation/fusions.1/branches.1.0/relu_2/Relu_output_0, /model/aggregation/fusions.1/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0 185, Resize, 3, 1, /model/aggregation/fusions.1/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0, /model/aggregation/fusions.1/Resize_output_0 186, Conv, 3, 1, /model/aggregation/fusions.0/branches.1.0/relu_2/Relu_output_0, /model/aggregation/fusions.0/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0 187, Resize, 3, 1, /model/aggregation/fusions.0/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0, /model/aggregation/fusions.0/Resize_output_0 188, Add, 2, 1, /model/aggregation/fusions.0/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.0/Add_output_0 189, Conv, 3, 1, /model/aggregation/fusions.0/branches.2.0/relu_2/Relu_output_0, /model/aggregation/fusions.0/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0 190, Resize, 3, 1, /model/aggregation/fusions.0/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0, /model/aggregation/fusions.0/Resize_1_output_0 191, Add, 2, 1, /model/aggregation/fusions.0/Add_output_0, /model/aggregation/fusions.0/Add_3_output_0 192, LeakyRelu, 1, 1, /model/aggregation/fusions.0/Add_3_output_0, /model/aggregation/fusions.0/relu/LeakyRelu_output_0 193, Conv, 3, 1, /model/aggregation/fusions.0/relu/LeakyRelu_output_0, /model/aggregation/fusions.1/branches.0.0/conv1/Conv_output_0 194, Relu, 1, 1, /model/aggregation/fusions.1/branches.0.0/conv1/Conv_output_0, /model/aggregation/fusions.1/branches.0.0/relu/Relu_output_0 195, Conv, 3, 1, /model/aggregation/fusions.1/branches.0.0/relu/Relu_output_0, /model/aggregation/fusions.1/branches.0.0/conv2/Conv_output_0 196, Relu, 1, 1, /model/aggregation/fusions.1/branches.0.0/conv2/Conv_output_0, /model/aggregation/fusions.1/branches.0.0/relu_1/Relu_output_0 197, Conv, 3, 1, /model/aggregation/fusions.1/branches.0.0/relu_1/Relu_output_0, /model/aggregation/fusions.1/branches.0.0/conv3/Conv_output_0 198, Add, 2, 1, /model/aggregation/fusions.1/branches.0.0/conv3/Conv_output_0, /model/aggregation/fusions.1/branches.0.0/Add_output_0 199, Relu, 1, 1, /model/aggregation/fusions.1/branches.0.0/Add_output_0, /model/aggregation/fusions.1/branches.0.0/relu_2/Relu_output_0 200, Add, 2, 1, /model/aggregation/fusions.1/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.1/Add_output_0 201, Conv, 3, 1, /model/aggregation/fusions.0/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.0/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv_output_0 202, Relu, 1, 1, /model/aggregation/fusions.0/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv_output_0, /model/aggregation/fusions.0/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu_output_0 203, Conv, 3, 1, /model/aggregation/fusions.0/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu_output_0, /model/aggregation/fusions.0/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv_output_0 204, Conv, 3, 1, /model/aggregation/fusions.0/branches.1.0/relu_2/Relu_output_0, /model/aggregation/fusions.0/fuse_layers.2.1/fuse_layers.2.1.0/fuse_layers.2.1.0.0/Conv_output_0 205, Add, 2, 1, /model/aggregation/fusions.0/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv_output_0, /model/aggregation/fusions.0/Add_2_output_0 206, Add, 2, 1, /model/aggregation/fusions.0/Add_2_output_0, /model/aggregation/fusions.0/Add_5_output_0 207, LeakyRelu, 1, 1, /model/aggregation/fusions.0/Add_5_output_0, /model/aggregation/fusions.0/relu_2/LeakyRelu_output_0 208, Conv, 3, 1, /model/aggregation/fusions.0/relu_2/LeakyRelu_output_0, /model/aggregation/fusions.1/branches.2.0/conv1/Conv_output_0 209, Relu, 1, 1, /model/aggregation/fusions.1/branches.2.0/conv1/Conv_output_0, /model/aggregation/fusions.1/branches.2.0/relu/Relu_output_0 210, Conv, 3, 1, /model/aggregation/fusions.1/branches.2.0/relu/Relu_output_0, /model/aggregation/fusions.1/branches.2.0/conv2/Conv_output_0 211, Relu, 1, 1, /model/aggregation/fusions.1/branches.2.0/conv2/Conv_output_0, /model/aggregation/fusions.1/branches.2.0/relu_1/Relu_output_0 212, Conv, 3, 1, /model/aggregation/fusions.1/branches.2.0/relu_1/Relu_output_0, /model/aggregation/fusions.1/branches.2.0/conv3/Conv_output_0 213, Add, 2, 1, /model/aggregation/fusions.1/branches.2.0/conv3/Conv_output_0, /model/aggregation/fusions.1/branches.2.0/Add_output_0 214, Relu, 1, 1, /model/aggregation/fusions.1/branches.2.0/Add_output_0, /model/aggregation/fusions.1/branches.2.0/relu_2/Relu_output_0 215, Conv, 3, 1, /model/aggregation/fusions.1/branches.2.0/relu_2/Relu_output_0, /model/aggregation/fusions.1/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0 216, Resize, 3, 1, /model/aggregation/fusions.1/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0, /model/aggregation/fusions.1/Resize_1_output_0 217, Add, 2, 1, /model/aggregation/fusions.1/Add_output_0, /model/aggregation/fusions.1/Add_3_output_0 218, LeakyRelu, 1, 1, /model/aggregation/fusions.1/Add_3_output_0, /model/aggregation/fusions.1/relu/LeakyRelu_output_0 219, Conv, 3, 1, /model/aggregation/fusions.1/relu/LeakyRelu_output_0, /model/aggregation/fusions.2/branches.0.0/conv1/Conv_output_0 220, Relu, 1, 1, /model/aggregation/fusions.2/branches.0.0/conv1/Conv_output_0, /model/aggregation/fusions.2/branches.0.0/relu/Relu_output_0 221, Conv, 3, 1, /model/aggregation/fusions.2/branches.0.0/relu/Relu_output_0, /model/aggregation/fusions.2/branches.0.0/conv2/Conv_output_0 222, Relu, 1, 1, /model/aggregation/fusions.2/branches.0.0/conv2/Conv_output_0, /model/aggregation/fusions.2/branches.0.0/relu_1/Relu_output_0 223, Conv, 3, 1, /model/aggregation/fusions.2/branches.0.0/relu_1/Relu_output_0, /model/aggregation/fusions.2/branches.0.0/conv3/Conv_output_0 224, Add, 2, 1, /model/aggregation/fusions.2/branches.0.0/conv3/Conv_output_0, /model/aggregation/fusions.2/branches.0.0/Add_output_0 225, Relu, 1, 1, /model/aggregation/fusions.2/branches.0.0/Add_output_0, /model/aggregation/fusions.2/branches.0.0/relu_2/Relu_output_0 226, Conv, 3, 1, /model/aggregation/fusions.2/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.2/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv_output_0 227, Conv, 3, 1, /model/aggregation/fusions.1/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.1/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv_output_0 228, Add, 2, 1, /model/aggregation/fusions.1/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv_output_0, /model/aggregation/fusions.1/Add_1_output_0 229, Conv, 3, 1, /model/aggregation/fusions.1/branches.2.0/relu_2/Relu_output_0, /model/aggregation/fusions.1/fuse_layers.1.2/fuse_layers.1.2.0/Conv_output_0 230, Resize, 3, 1, /model/aggregation/fusions.1/fuse_layers.1.2/fuse_layers.1.2.0/Conv_output_0, /model/aggregation/fusions.1/Resize_2_output_0 231, Add, 2, 1, /model/aggregation/fusions.1/Add_1_output_0, /model/aggregation/fusions.1/Add_4_output_0 232, LeakyRelu, 1, 1, /model/aggregation/fusions.1/Add_4_output_0, /model/aggregation/fusions.1/relu_1/LeakyRelu_output_0 233, Conv, 3, 1, /model/aggregation/fusions.1/relu_1/LeakyRelu_output_0, /model/aggregation/fusions.2/branches.1.0/conv1/Conv_output_0 234, Relu, 1, 1, /model/aggregation/fusions.2/branches.1.0/conv1/Conv_output_0, /model/aggregation/fusions.2/branches.1.0/relu/Relu_output_0 235, Conv, 3, 1, /model/aggregation/fusions.2/branches.1.0/relu/Relu_output_0, /model/aggregation/fusions.2/branches.1.0/conv2/Conv_output_0 236, Relu, 1, 1, /model/aggregation/fusions.2/branches.1.0/conv2/Conv_output_0, /model/aggregation/fusions.2/branches.1.0/relu_1/Relu_output_0 237, Conv, 3, 1, /model/aggregation/fusions.2/branches.1.0/relu_1/Relu_output_0, /model/aggregation/fusions.2/branches.1.0/conv3/Conv_output_0 238, Add, 2, 1, /model/aggregation/fusions.2/branches.1.0/conv3/Conv_output_0, /model/aggregation/fusions.2/branches.1.0/Add_output_0 239, Relu, 1, 1, /model/aggregation/fusions.2/branches.1.0/Add_output_0, /model/aggregation/fusions.2/branches.1.0/relu_2/Relu_output_0 240, Add, 2, 1, /model/aggregation/fusions.2/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv_output_0, /model/aggregation/fusions.2/Add_1_output_0 241, Conv, 3, 1, /model/aggregation/fusions.1/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.1/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv_output_0 242, Relu, 1, 1, /model/aggregation/fusions.1/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv_output_0, /model/aggregation/fusions.1/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu_output_0 243, Conv, 3, 1, /model/aggregation/fusions.1/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu_output_0, /model/aggregation/fusions.1/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv_output_0 244, Conv, 3, 1, /model/aggregation/fusions.1/branches.1.0/relu_2/Relu_output_0, /model/aggregation/fusions.1/fuse_layers.2.1/fuse_layers.2.1.0/fuse_layers.2.1.0.0/Conv_output_0 245, Add, 2, 1, /model/aggregation/fusions.1/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv_output_0, /model/aggregation/fusions.1/Add_2_output_0 246, Add, 2, 1, /model/aggregation/fusions.1/Add_2_output_0, /model/aggregation/fusions.1/Add_5_output_0 247, LeakyRelu, 1, 1, /model/aggregation/fusions.1/Add_5_output_0, /model/aggregation/fusions.1/relu_2/LeakyRelu_output_0 248, Conv, 3, 1, /model/aggregation/fusions.1/relu_2/LeakyRelu_output_0, /model/aggregation/fusions.2/branches.2.0/conv1/Conv_output_0 249, Relu, 1, 1, /model/aggregation/fusions.2/branches.2.0/conv1/Conv_output_0, /model/aggregation/fusions.2/branches.2.0/relu/Relu_output_0 250, Conv, 3, 1, /model/aggregation/fusions.2/branches.2.0/relu/Relu_output_0, /model/aggregation/fusions.2/branches.2.0/conv2/Conv_output_0 251, Relu, 1, 1, /model/aggregation/fusions.2/branches.2.0/conv2/Conv_output_0, /model/aggregation/fusions.2/branches.2.0/relu_1/Relu_output_0 252, Conv, 3, 1, /model/aggregation/fusions.2/branches.2.0/relu_1/Relu_output_0, /model/aggregation/fusions.2/branches.2.0/conv3/Conv_output_0 253, Add, 2, 1, /model/aggregation/fusions.2/branches.2.0/conv3/Conv_output_0, /model/aggregation/fusions.2/branches.2.0/Add_output_0 254, Relu, 1, 1, /model/aggregation/fusions.2/branches.2.0/Add_output_0, /model/aggregation/fusions.2/branches.2.0/relu_2/Relu_output_0 255, Conv, 3, 1, /model/aggregation/fusions.2/branches.2.0/relu_2/Relu_output_0, /model/aggregation/fusions.2/fuse_layers.1.2/fuse_layers.1.2.0/Conv_output_0 256, Resize, 3, 1, /model/aggregation/fusions.2/fuse_layers.1.2/fuse_layers.1.2.0/Conv_output_0, /model/aggregation/fusions.2/Resize_2_output_0 257, Add, 2, 1, /model/aggregation/fusions.2/Add_1_output_0, /model/aggregation/fusions.2/Add_4_output_0 258, LeakyRelu, 1, 1, /model/aggregation/fusions.2/Add_4_output_0, /model/aggregation/fusions.2/relu_1/LeakyRelu_output_0 259, Conv, 3, 1, /model/aggregation/fusions.2/relu_1/LeakyRelu_output_0, /model/aggregation/fusions.3/branches.1.0/conv1/Conv_output_0 260, Relu, 1, 1, /model/aggregation/fusions.3/branches.1.0/conv1/Conv_output_0, /model/aggregation/fusions.3/branches.1.0/relu/Relu_output_0 261, Conv, 3, 1, /model/aggregation/fusions.3/branches.1.0/relu/Relu_output_0, /model/aggregation/fusions.3/branches.1.0/conv2/Conv_output_0 262, Relu, 1, 1, /model/aggregation/fusions.3/branches.1.0/conv2/Conv_output_0, /model/aggregation/fusions.3/branches.1.0/relu_1/Relu_output_0 263, Conv, 3, 1, /model/aggregation/fusions.3/branches.1.0/relu_1/Relu_output_0, /model/aggregation/fusions.3/branches.1.0/conv3/Conv_output_0 264, Add, 2, 1, /model/aggregation/fusions.3/branches.1.0/conv3/Conv_output_0, /model/aggregation/fusions.3/branches.1.0/Add_output_0 265, Relu, 1, 1, /model/aggregation/fusions.3/branches.1.0/Add_output_0, /model/aggregation/fusions.3/branches.1.0/relu_2/Relu_output_0 266, Conv, 3, 1, /model/aggregation/fusions.3/branches.1.0/relu_2/Relu_output_0, /model/aggregation/fusions.3/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0 267, Resize, 3, 1, /model/aggregation/fusions.3/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0, /model/aggregation/fusions.3/Resize_output_0 268, Conv, 3, 1, /model/aggregation/fusions.2/branches.1.0/relu_2/Relu_output_0, /model/aggregation/fusions.2/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0 269, Resize, 3, 1, /model/aggregation/fusions.2/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0, /model/aggregation/fusions.2/Resize_output_0 270, Add, 2, 1, /model/aggregation/fusions.2/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.2/Add_output_0 271, Conv, 3, 1, /model/aggregation/fusions.2/branches.2.0/relu_2/Relu_output_0, /model/aggregation/fusions.2/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0 272, Resize, 3, 1, /model/aggregation/fusions.2/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0, /model/aggregation/fusions.2/Resize_1_output_0 273, Add, 2, 1, /model/aggregation/fusions.2/Add_output_0, /model/aggregation/fusions.2/Add_3_output_0 274, LeakyRelu, 1, 1, /model/aggregation/fusions.2/Add_3_output_0, /model/aggregation/fusions.2/relu/LeakyRelu_output_0 275, Conv, 3, 1, /model/aggregation/fusions.2/relu/LeakyRelu_output_0, /model/aggregation/fusions.3/branches.0.0/conv1/Conv_output_0 276, Relu, 1, 1, /model/aggregation/fusions.3/branches.0.0/conv1/Conv_output_0, /model/aggregation/fusions.3/branches.0.0/relu/Relu_output_0 277, Conv, 3, 1, /model/aggregation/fusions.3/branches.0.0/relu/Relu_output_0, /model/aggregation/fusions.3/branches.0.0/conv2/Conv_output_0 278, Relu, 1, 1, /model/aggregation/fusions.3/branches.0.0/conv2/Conv_output_0, /model/aggregation/fusions.3/branches.0.0/relu_1/Relu_output_0 279, Conv, 3, 1, /model/aggregation/fusions.3/branches.0.0/relu_1/Relu_output_0, /model/aggregation/fusions.3/branches.0.0/conv3/Conv_output_0 280, Add, 2, 1, /model/aggregation/fusions.3/branches.0.0/conv3/Conv_output_0, /model/aggregation/fusions.3/branches.0.0/Add_output_0 281, Relu, 1, 1, /model/aggregation/fusions.3/branches.0.0/Add_output_0, /model/aggregation/fusions.3/branches.0.0/relu_2/Relu_output_0 282, Add, 2, 1, /model/aggregation/fusions.3/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.3/Add_output_0 283, Conv, 3, 1, /model/aggregation/fusions.2/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.2/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv_output_0 284, Relu, 1, 1, /model/aggregation/fusions.2/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv_output_0, /model/aggregation/fusions.2/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu_output_0 285, Conv, 3, 1, /model/aggregation/fusions.2/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu_output_0, /model/aggregation/fusions.2/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv_output_0 286, Conv, 3, 1, /model/aggregation/fusions.2/branches.1.0/relu_2/Relu_output_0, /model/aggregation/fusions.2/fuse_layers.2.1/fuse_layers.2.1.0/fuse_layers.2.1.0.0/Conv_output_0 287, Add, 2, 1, /model/aggregation/fusions.2/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv_output_0, /model/aggregation/fusions.2/Add_2_output_0 288, Add, 2, 1, /model/aggregation/fusions.2/Add_2_output_0, /model/aggregation/fusions.2/Add_5_output_0 289, LeakyRelu, 1, 1, /model/aggregation/fusions.2/Add_5_output_0, /model/aggregation/fusions.2/relu_2/LeakyRelu_output_0 290, Conv, 3, 1, /model/aggregation/fusions.2/relu_2/LeakyRelu_output_0, /model/aggregation/fusions.3/branches.2.0/conv1/Conv_output_0 291, Relu, 1, 1, /model/aggregation/fusions.3/branches.2.0/conv1/Conv_output_0, /model/aggregation/fusions.3/branches.2.0/relu/Relu_output_0 292, Conv, 3, 1, /model/aggregation/fusions.3/branches.2.0/relu/Relu_output_0, /model/aggregation/fusions.3/branches.2.0/conv2/Conv_output_0 293, Relu, 1, 1, /model/aggregation/fusions.3/branches.2.0/conv2/Conv_output_0, /model/aggregation/fusions.3/branches.2.0/relu_1/Relu_output_0 294, Conv, 3, 1, /model/aggregation/fusions.3/branches.2.0/relu_1/Relu_output_0, /model/aggregation/fusions.3/branches.2.0/conv3/Conv_output_0 295, Add, 2, 1, /model/aggregation/fusions.3/branches.2.0/conv3/Conv_output_0, /model/aggregation/fusions.3/branches.2.0/Add_output_0 296, Relu, 1, 1, /model/aggregation/fusions.3/branches.2.0/Add_output_0, /model/aggregation/fusions.3/branches.2.0/relu_2/Relu_output_0 297, Conv, 3, 1, /model/aggregation/fusions.3/branches.2.0/relu_2/Relu_output_0, /model/aggregation/fusions.3/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0 298, Resize, 3, 1, /model/aggregation/fusions.3/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0, /model/aggregation/fusions.3/Resize_1_output_0 299, Add, 2, 1, /model/aggregation/fusions.3/Add_output_0, /model/aggregation/fusions.3/Add_3_output_0 300, LeakyRelu, 1, 1, /model/aggregation/fusions.3/Add_3_output_0, /model/aggregation/fusions.3/relu/LeakyRelu_output_0 301, Conv, 3, 1, /model/aggregation/fusions.3/relu/LeakyRelu_output_0, /model/aggregation/fusions.4/branches.0.0/conv1/Conv_output_0 302, Relu, 1, 1, /model/aggregation/fusions.4/branches.0.0/conv1/Conv_output_0, /model/aggregation/fusions.4/branches.0.0/relu/Relu_output_0 303, Conv, 3, 1, /model/aggregation/fusions.4/branches.0.0/relu/Relu_output_0, /model/aggregation/fusions.4/branches.0.0/conv2/Conv_output_0 304, Relu, 1, 1, /model/aggregation/fusions.4/branches.0.0/conv2/Conv_output_0, /model/aggregation/fusions.4/branches.0.0/relu_1/Relu_output_0 305, Conv, 3, 1, /model/aggregation/fusions.4/branches.0.0/relu_1/Relu_output_0, /model/aggregation/fusions.4/branches.0.0/conv3/Conv_output_0 306, Add, 2, 1, /model/aggregation/fusions.4/branches.0.0/conv3/Conv_output_0, /model/aggregation/fusions.4/branches.0.0/Add_output_0 307, Relu, 1, 1, /model/aggregation/fusions.4/branches.0.0/Add_output_0, /model/aggregation/fusions.4/branches.0.0/relu_2/Relu_output_0 308, Conv, 3, 1, /model/aggregation/fusions.4/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.4/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv_output_0 309, Conv, 3, 1, /model/aggregation/fusions.3/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.3/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv_output_0 310, Add, 2, 1, /model/aggregation/fusions.3/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv_output_0, /model/aggregation/fusions.3/Add_1_output_0 311, Conv, 3, 1, /model/aggregation/fusions.3/branches.2.0/relu_2/Relu_output_0, /model/aggregation/fusions.3/fuse_layers.1.2/fuse_layers.1.2.0/Conv_output_0 312, Resize, 3, 1, /model/aggregation/fusions.3/fuse_layers.1.2/fuse_layers.1.2.0/Conv_output_0, /model/aggregation/fusions.3/Resize_2_output_0 313, Add, 2, 1, /model/aggregation/fusions.3/Add_1_output_0, /model/aggregation/fusions.3/Add_4_output_0 314, LeakyRelu, 1, 1, /model/aggregation/fusions.3/Add_4_output_0, /model/aggregation/fusions.3/relu_1/LeakyRelu_output_0 315, Conv, 3, 1, /model/aggregation/fusions.3/relu_1/LeakyRelu_output_0, /model/aggregation/fusions.4/branches.1.0/conv1/Conv_output_0 316, Relu, 1, 1, /model/aggregation/fusions.4/branches.1.0/conv1/Conv_output_0, /model/aggregation/fusions.4/branches.1.0/relu/Relu_output_0 317, Conv, 3, 1, /model/aggregation/fusions.4/branches.1.0/relu/Relu_output_0, /model/aggregation/fusions.4/branches.1.0/conv2/Conv_output_0 318, Relu, 1, 1, /model/aggregation/fusions.4/branches.1.0/conv2/Conv_output_0, /model/aggregation/fusions.4/branches.1.0/relu_1/Relu_output_0 319, Conv, 3, 1, /model/aggregation/fusions.4/branches.1.0/relu_1/Relu_output_0, /model/aggregation/fusions.4/branches.1.0/conv3/Conv_output_0 320, Add, 2, 1, /model/aggregation/fusions.4/branches.1.0/conv3/Conv_output_0, /model/aggregation/fusions.4/branches.1.0/Add_output_0 321, Relu, 1, 1, /model/aggregation/fusions.4/branches.1.0/Add_output_0, /model/aggregation/fusions.4/branches.1.0/relu_2/Relu_output_0 322, Add, 2, 1, /model/aggregation/fusions.4/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv_output_0, /model/aggregation/fusions.4/Add_1_output_0 323, Conv, 3, 1, /model/aggregation/fusions.3/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.3/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv_output_0 324, Relu, 1, 1, /model/aggregation/fusions.3/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv_output_0, /model/aggregation/fusions.3/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu_output_0 325, Conv, 3, 1, /model/aggregation/fusions.3/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu_output_0, /model/aggregation/fusions.3/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv_output_0 326, Conv, 3, 1, /model/aggregation/fusions.3/branches.1.0/relu_2/Relu_output_0, /model/aggregation/fusions.3/fuse_layers.2.1/fuse_layers.2.1.0/fuse_layers.2.1.0.0/Conv_output_0 327, Add, 2, 1, /model/aggregation/fusions.3/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv_output_0, /model/aggregation/fusions.3/Add_2_output_0 328, Add, 2, 1, /model/aggregation/fusions.3/Add_2_output_0, /model/aggregation/fusions.3/Add_5_output_0 329, LeakyRelu, 1, 1, /model/aggregation/fusions.3/Add_5_output_0, /model/aggregation/fusions.3/relu_2/LeakyRelu_output_0 330, Conv, 3, 1, /model/aggregation/fusions.3/relu_2/LeakyRelu_output_0, /model/aggregation/fusions.4/branches.2.0/conv1/Conv_output_0 331, Relu, 1, 1, /model/aggregation/fusions.4/branches.2.0/conv1/Conv_output_0, /model/aggregation/fusions.4/branches.2.0/relu/Relu_output_0 332, Conv, 3, 1, /model/aggregation/fusions.4/branches.2.0/relu/Relu_output_0, /model/aggregation/fusions.4/branches.2.0/conv2/Conv_output_0 333, Relu, 1, 1, /model/aggregation/fusions.4/branches.2.0/conv2/Conv_output_0, /model/aggregation/fusions.4/branches.2.0/relu_1/Relu_output_0 334, Conv, 3, 1, /model/aggregation/fusions.4/branches.2.0/relu_1/Relu_output_0, /model/aggregation/fusions.4/branches.2.0/conv3/Conv_output_0 335, Add, 2, 1, /model/aggregation/fusions.4/branches.2.0/conv3/Conv_output_0, /model/aggregation/fusions.4/branches.2.0/Add_output_0 336, Relu, 1, 1, /model/aggregation/fusions.4/branches.2.0/Add_output_0, /model/aggregation/fusions.4/branches.2.0/relu_2/Relu_output_0 337, Conv, 3, 1, /model/aggregation/fusions.4/branches.2.0/relu_2/Relu_output_0, /model/aggregation/fusions.4/fuse_layers.1.2/fuse_layers.1.2.0/Conv_output_0 338, Resize, 3, 1, /model/aggregation/fusions.4/fuse_layers.1.2/fuse_layers.1.2.0/Conv_output_0, /model/aggregation/fusions.4/Resize_2_output_0 339, Add, 2, 1, /model/aggregation/fusions.4/Add_1_output_0, /model/aggregation/fusions.4/Add_4_output_0 340, LeakyRelu, 1, 1, /model/aggregation/fusions.4/Add_4_output_0, /model/aggregation/fusions.4/relu_1/LeakyRelu_output_0 341, Conv, 3, 1, /model/aggregation/fusions.4/relu_1/LeakyRelu_output_0, /model/aggregation/fusions.5/branches.1.0/conv1/Conv_output_0 342, Relu, 1, 1, /model/aggregation/fusions.5/branches.1.0/conv1/Conv_output_0, /model/aggregation/fusions.5/branches.1.0/relu/Relu_output_0 343, Conv, 3, 1, /model/aggregation/fusions.5/branches.1.0/relu/Relu_output_0, /model/aggregation/fusions.5/branches.1.0/conv2/Conv_output_0 344, Relu, 1, 1, /model/aggregation/fusions.5/branches.1.0/conv2/Conv_output_0, /model/aggregation/fusions.5/branches.1.0/relu_1/Relu_output_0 345, Conv, 3, 1, /model/aggregation/fusions.5/branches.1.0/relu_1/Relu_output_0, /model/aggregation/fusions.5/branches.1.0/conv3/Conv_output_0 346, Add, 2, 1, /model/aggregation/fusions.5/branches.1.0/conv3/Conv_output_0, /model/aggregation/fusions.5/branches.1.0/Add_output_0 347, Relu, 1, 1, /model/aggregation/fusions.5/branches.1.0/Add_output_0, /model/aggregation/fusions.5/branches.1.0/relu_2/Relu_output_0 348, Conv, 3, 1, /model/aggregation/fusions.5/branches.1.0/relu_2/Relu_output_0, /model/aggregation/fusions.5/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0 349, Resize, 3, 1, /model/aggregation/fusions.5/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0, /model/aggregation/fusions.5/Resize_output_0 350, Conv, 3, 1, /model/aggregation/fusions.4/branches.1.0/relu_2/Relu_output_0, /model/aggregation/fusions.4/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0 351, Resize, 3, 1, /model/aggregation/fusions.4/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0, /model/aggregation/fusions.4/Resize_output_0 352, Add, 2, 1, /model/aggregation/fusions.4/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.4/Add_output_0 353, Conv, 3, 1, /model/aggregation/fusions.4/branches.2.0/relu_2/Relu_output_0, /model/aggregation/fusions.4/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0 354, Resize, 3, 1, /model/aggregation/fusions.4/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0, /model/aggregation/fusions.4/Resize_1_output_0 355, Add, 2, 1, /model/aggregation/fusions.4/Add_output_0, /model/aggregation/fusions.4/Add_3_output_0 356, LeakyRelu, 1, 1, /model/aggregation/fusions.4/Add_3_output_0, /model/aggregation/fusions.4/relu/LeakyRelu_output_0 357, Conv, 3, 1, /model/aggregation/fusions.4/relu/LeakyRelu_output_0, /model/aggregation/fusions.5/branches.0.0/conv1/Conv_output_0 358, Relu, 1, 1, /model/aggregation/fusions.5/branches.0.0/conv1/Conv_output_0, /model/aggregation/fusions.5/branches.0.0/relu/Relu_output_0 359, Conv, 3, 1, /model/aggregation/fusions.5/branches.0.0/relu/Relu_output_0, /model/aggregation/fusions.5/branches.0.0/conv2/Conv_output_0 360, Relu, 1, 1, /model/aggregation/fusions.5/branches.0.0/conv2/Conv_output_0, /model/aggregation/fusions.5/branches.0.0/relu_1/Relu_output_0 361, Conv, 3, 1, /model/aggregation/fusions.5/branches.0.0/relu_1/Relu_output_0, /model/aggregation/fusions.5/branches.0.0/conv3/Conv_output_0 362, Add, 2, 1, /model/aggregation/fusions.5/branches.0.0/conv3/Conv_output_0, /model/aggregation/fusions.5/branches.0.0/Add_output_0 363, Relu, 1, 1, /model/aggregation/fusions.5/branches.0.0/Add_output_0, /model/aggregation/fusions.5/branches.0.0/relu_2/Relu_output_0 364, Add, 2, 1, /model/aggregation/fusions.5/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.5/Add_output_0 365, Conv, 3, 1, /model/aggregation/fusions.4/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.4/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv_output_0 366, Relu, 1, 1, /model/aggregation/fusions.4/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv_output_0, /model/aggregation/fusions.4/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu_output_0 367, Conv, 3, 1, /model/aggregation/fusions.4/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu_output_0, /model/aggregation/fusions.4/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv_output_0 368, Conv, 3, 1, /model/aggregation/fusions.4/branches.1.0/relu_2/Relu_output_0, /model/aggregation/fusions.4/fuse_layers.2.1/fuse_layers.2.1.0/fuse_layers.2.1.0.0/Conv_output_0 369, Add, 2, 1, /model/aggregation/fusions.4/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv_output_0, /model/aggregation/fusions.4/Add_2_output_0 370, Add, 2, 1, /model/aggregation/fusions.4/Add_2_output_0, /model/aggregation/fusions.4/Add_5_output_0 371, LeakyRelu, 1, 1, /model/aggregation/fusions.4/Add_5_output_0, /model/aggregation/fusions.4/relu_2/LeakyRelu_output_0 372, Conv, 3, 1, /model/aggregation/fusions.4/relu_2/LeakyRelu_output_0, /model/aggregation/fusions.5/branches.2.0/conv1/Conv_output_0 373, Relu, 1, 1, /model/aggregation/fusions.5/branches.2.0/conv1/Conv_output_0, /model/aggregation/fusions.5/branches.2.0/relu/Relu_output_0 374, Conv, 3, 1, /model/aggregation/fusions.5/branches.2.0/relu/Relu_output_0, /model/aggregation/fusions.5/branches.2.0/conv2/Conv_output_0 375, Relu, 1, 1, /model/aggregation/fusions.5/branches.2.0/conv2/Conv_output_0, /model/aggregation/fusions.5/branches.2.0/relu_1/Relu_output_0 376, Conv, 3, 1, /model/aggregation/fusions.5/branches.2.0/relu_1/Relu_output_0, /model/aggregation/fusions.5/branches.2.0/conv3/Conv_output_0 377, Add, 2, 1, /model/aggregation/fusions.5/branches.2.0/conv3/Conv_output_0, /model/aggregation/fusions.5/branches.2.0/Add_output_0 378, Relu, 1, 1, /model/aggregation/fusions.5/branches.2.0/Add_output_0, /model/aggregation/fusions.5/branches.2.0/relu_2/Relu_output_0 379, Conv, 3, 1, /model/aggregation/fusions.5/branches.2.0/relu_2/Relu_output_0, /model/aggregation/fusions.5/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0 380, Resize, 3, 1, /model/aggregation/fusions.5/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0, /model/aggregation/fusions.5/Resize_1_output_0 381, Add, 2, 1, /model/aggregation/fusions.5/Add_output_0, /model/aggregation/fusions.5/Add_3_output_0 382, LeakyRelu, 1, 1, /model/aggregation/fusions.5/Add_3_output_0, /model/aggregation/fusions.5/relu/LeakyRelu_output_0 383, Conv, 3, 1, /model/aggregation/fusions.5/relu/LeakyRelu_output_0, /model/aggregation/fusions.6/branches.0.0/conv1/Conv_output_0 384, Relu, 1, 1, /model/aggregation/fusions.6/branches.0.0/conv1/Conv_output_0, /model/aggregation/fusions.6/branches.0.0/relu/Relu_output_0 385, Conv, 3, 1, /model/aggregation/fusions.6/branches.0.0/relu/Relu_output_0, /model/aggregation/fusions.6/branches.0.0/conv2/Conv_output_0 386, Relu, 1, 1, /model/aggregation/fusions.6/branches.0.0/conv2/Conv_output_0, /model/aggregation/fusions.6/branches.0.0/relu_1/Relu_output_0 387, Conv, 3, 1, /model/aggregation/fusions.6/branches.0.0/relu_1/Relu_output_0, /model/aggregation/fusions.6/branches.0.0/conv3/Conv_output_0 388, Add, 2, 1, /model/aggregation/fusions.6/branches.0.0/conv3/Conv_output_0, /model/aggregation/fusions.6/branches.0.0/Add_output_0 389, Relu, 1, 1, /model/aggregation/fusions.6/branches.0.0/Add_output_0, /model/aggregation/fusions.6/branches.0.0/relu_2/Relu_output_0 390, Conv, 3, 1, /model/aggregation/fusions.6/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.6/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv_output_0 391, Conv, 3, 1, /model/aggregation/fusions.5/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.5/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv_output_0 392, Add, 2, 1, /model/aggregation/fusions.5/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv_output_0, /model/aggregation/fusions.5/Add_1_output_0 393, Conv, 3, 1, /model/aggregation/fusions.5/branches.2.0/relu_2/Relu_output_0, /model/aggregation/fusions.5/fuse_layers.1.2/fuse_layers.1.2.0/Conv_output_0 394, Resize, 3, 1, /model/aggregation/fusions.5/fuse_layers.1.2/fuse_layers.1.2.0/Conv_output_0, /model/aggregation/fusions.5/Resize_2_output_0 395, Add, 2, 1, /model/aggregation/fusions.5/Add_1_output_0, /model/aggregation/fusions.5/Add_4_output_0 396, LeakyRelu, 1, 1, /model/aggregation/fusions.5/Add_4_output_0, /model/aggregation/fusions.5/relu_1/LeakyRelu_output_0 397, Conv, 3, 1, /model/aggregation/fusions.5/relu_1/LeakyRelu_output_0, /model/aggregation/fusions.6/branches.1.0/conv1/Conv_output_0 398, Relu, 1, 1, /model/aggregation/fusions.6/branches.1.0/conv1/Conv_output_0, /model/aggregation/fusions.6/branches.1.0/relu/Relu_output_0 399, Conv, 3, 1, /model/aggregation/fusions.6/branches.1.0/relu/Relu_output_0, /model/aggregation/fusions.6/branches.1.0/conv2/Conv_output_0 400, Relu, 1, 1, /model/aggregation/fusions.6/branches.1.0/conv2/Conv_output_0, /model/aggregation/fusions.6/branches.1.0/relu_1/Relu_output_0 401, Conv, 3, 1, /model/aggregation/fusions.6/branches.1.0/relu_1/Relu_output_0, /model/aggregation/fusions.6/branches.1.0/conv3/Conv_output_0 402, Add, 2, 1, /model/aggregation/fusions.6/branches.1.0/conv3/Conv_output_0, /model/aggregation/fusions.6/branches.1.0/Add_output_0 403, Relu, 1, 1, /model/aggregation/fusions.6/branches.1.0/Add_output_0, /model/aggregation/fusions.6/branches.1.0/relu_2/Relu_output_0 404, Add, 2, 1, /model/aggregation/fusions.6/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv_output_0, /model/aggregation/fusions.6/Add_1_output_0 405, Conv, 3, 1, /model/aggregation/fusions.5/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.5/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv_output_0 406, Relu, 1, 1, /model/aggregation/fusions.5/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv_output_0, /model/aggregation/fusions.5/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu_output_0 407, Conv, 3, 1, /model/aggregation/fusions.5/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu_output_0, /model/aggregation/fusions.5/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv_output_0 408, Conv, 3, 1, /model/aggregation/fusions.5/branches.1.0/relu_2/Relu_output_0, /model/aggregation/fusions.5/fuse_layers.2.1/fuse_layers.2.1.0/fuse_layers.2.1.0.0/Conv_output_0 409, Add, 2, 1, /model/aggregation/fusions.5/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv_output_0, /model/aggregation/fusions.5/Add_2_output_0 410, Add, 2, 1, /model/aggregation/fusions.5/Add_2_output_0, /model/aggregation/fusions.5/Add_5_output_0 411, LeakyRelu, 1, 1, /model/aggregation/fusions.5/Add_5_output_0, /model/aggregation/fusions.5/relu_2/LeakyRelu_output_0 412, Conv, 3, 1, /model/aggregation/fusions.5/relu_2/LeakyRelu_output_0, /model/aggregation/fusions.6/branches.2.0/conv1/Conv_output_0 413, Relu, 1, 1, /model/aggregation/fusions.6/branches.2.0/conv1/Conv_output_0, /model/aggregation/fusions.6/branches.2.0/relu/Relu_output_0 414, Conv, 3, 1, /model/aggregation/fusions.6/branches.2.0/relu/Relu_output_0, /model/aggregation/fusions.6/branches.2.0/conv2/Conv_output_0 415, Relu, 1, 1, /model/aggregation/fusions.6/branches.2.0/conv2/Conv_output_0, /model/aggregation/fusions.6/branches.2.0/relu_1/Relu_output_0 416, Conv, 3, 1, /model/aggregation/fusions.6/branches.2.0/relu_1/Relu_output_0, /model/aggregation/fusions.6/branches.2.0/conv3/Conv_output_0 417, Add, 2, 1, /model/aggregation/fusions.6/branches.2.0/conv3/Conv_output_0, /model/aggregation/fusions.6/branches.2.0/Add_output_0 418, Relu, 1, 1, /model/aggregation/fusions.6/branches.2.0/Add_output_0, /model/aggregation/fusions.6/branches.2.0/relu_2/Relu_output_0 419, Conv, 3, 1, /model/aggregation/fusions.6/branches.2.0/relu_2/Relu_output_0, /model/aggregation/fusions.6/fuse_layers.1.2/fuse_layers.1.2.0/Conv_output_0 420, Resize, 3, 1, /model/aggregation/fusions.6/fuse_layers.1.2/fuse_layers.1.2.0/Conv_output_0, /model/aggregation/fusions.6/Resize_2_output_0 421, Add, 2, 1, /model/aggregation/fusions.6/Add_1_output_0, /model/aggregation/fusions.6/Add_4_output_0 422, LeakyRelu, 1, 1, /model/aggregation/fusions.6/Add_4_output_0, /model/aggregation/fusions.6/relu_1/LeakyRelu_output_0 423, Conv, 3, 1, /model/aggregation/fusions.6/relu_1/LeakyRelu_output_0, /model/aggregation/fusions.7/branches.1.0/conv1/Conv_output_0 424, Relu, 1, 1, /model/aggregation/fusions.7/branches.1.0/conv1/Conv_output_0, /model/aggregation/fusions.7/branches.1.0/relu/Relu_output_0 425, Conv, 3, 1, /model/aggregation/fusions.7/branches.1.0/relu/Relu_output_0, /model/aggregation/fusions.7/branches.1.0/conv2/Conv_output_0 426, Relu, 1, 1, /model/aggregation/fusions.7/branches.1.0/conv2/Conv_output_0, /model/aggregation/fusions.7/branches.1.0/relu_1/Relu_output_0 427, Conv, 3, 1, /model/aggregation/fusions.7/branches.1.0/relu_1/Relu_output_0, /model/aggregation/fusions.7/branches.1.0/conv3/Conv_output_0 428, Add, 2, 1, /model/aggregation/fusions.7/branches.1.0/conv3/Conv_output_0, /model/aggregation/fusions.7/branches.1.0/Add_output_0 429, Relu, 1, 1, /model/aggregation/fusions.7/branches.1.0/Add_output_0, /model/aggregation/fusions.7/branches.1.0/relu_2/Relu_output_0 430, Conv, 3, 1, /model/aggregation/fusions.6/branches.1.0/relu_2/Relu_output_0, /model/aggregation/fusions.6/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0 431, Resize, 3, 1, /model/aggregation/fusions.6/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0, /model/aggregation/fusions.6/Resize_output_0 432, Add, 2, 1, /model/aggregation/fusions.6/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.6/Add_output_0 433, Conv, 3, 1, /model/aggregation/fusions.6/branches.2.0/relu_2/Relu_output_0, /model/aggregation/fusions.6/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0 434, Resize, 3, 1, /model/aggregation/fusions.6/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0, /model/aggregation/fusions.6/Resize_1_output_0 435, Add, 2, 1, /model/aggregation/fusions.6/Add_output_0, /model/aggregation/fusions.6/Add_3_output_0 436, LeakyRelu, 1, 1, /model/aggregation/fusions.6/Add_3_output_0, /model/aggregation/fusions.6/relu/LeakyRelu_output_0 437, Conv, 3, 1, /model/aggregation/fusions.6/relu/LeakyRelu_output_0, /model/aggregation/fusions.7/branches.0.0/conv1/Conv_output_0 438, Relu, 1, 1, /model/aggregation/fusions.7/branches.0.0/conv1/Conv_output_0, /model/aggregation/fusions.7/branches.0.0/relu/Relu_output_0 439, Conv, 3, 1, /model/aggregation/fusions.7/branches.0.0/relu/Relu_output_0, /model/aggregation/fusions.7/branches.0.0/conv2/Conv_output_0 440, Relu, 1, 1, /model/aggregation/fusions.7/branches.0.0/conv2/Conv_output_0, /model/aggregation/fusions.7/branches.0.0/relu_1/Relu_output_0 441, Conv, 3, 1, /model/aggregation/fusions.7/branches.0.0/relu_1/Relu_output_0, /model/aggregation/fusions.7/branches.0.0/conv3/Conv_output_0 442, Add, 2, 1, /model/aggregation/fusions.7/branches.0.0/conv3/Conv_output_0, /model/aggregation/fusions.7/branches.0.0/Add_output_0 443, Relu, 1, 1, /model/aggregation/fusions.7/branches.0.0/Add_output_0, /model/aggregation/fusions.7/branches.0.0/relu_2/Relu_output_0 444, Conv, 3, 1, /model/aggregation/fusions.7/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.7/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv_output_0 445, Add, 2, 1, /model/aggregation/fusions.7/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv_output_0, /model/aggregation/fusions.7/Add_1_output_0 446, Conv, 3, 1, /model/aggregation/fusions.6/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.6/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv_output_0 447, Relu, 1, 1, /model/aggregation/fusions.6/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv_output_0, /model/aggregation/fusions.6/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu_output_0 448, Conv, 3, 1, /model/aggregation/fusions.6/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu_output_0, /model/aggregation/fusions.6/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv_output_0 449, Conv, 3, 1, /model/aggregation/fusions.6/branches.1.0/relu_2/Relu_output_0, /model/aggregation/fusions.6/fuse_layers.2.1/fuse_layers.2.1.0/fuse_layers.2.1.0.0/Conv_output_0 450, Add, 2, 1, /model/aggregation/fusions.6/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv_output_0, /model/aggregation/fusions.6/Add_2_output_0 451, Add, 2, 1, /model/aggregation/fusions.6/Add_2_output_0, /model/aggregation/fusions.6/Add_5_output_0 452, LeakyRelu, 1, 1, /model/aggregation/fusions.6/Add_5_output_0, /model/aggregation/fusions.6/relu_2/LeakyRelu_output_0 453, Conv, 3, 1, /model/aggregation/fusions.6/relu_2/LeakyRelu_output_0, /model/aggregation/fusions.7/branches.2.0/conv1/Conv_output_0 454, Relu, 1, 1, /model/aggregation/fusions.7/branches.2.0/conv1/Conv_output_0, /model/aggregation/fusions.7/branches.2.0/relu/Relu_output_0 455, Conv, 3, 1, /model/aggregation/fusions.7/branches.2.0/relu/Relu_output_0, /model/aggregation/fusions.7/branches.2.0/conv2/Conv_output_0 456, Relu, 1, 1, /model/aggregation/fusions.7/branches.2.0/conv2/Conv_output_0, /model/aggregation/fusions.7/branches.2.0/relu_1/Relu_output_0 457, Conv, 3, 1, /model/aggregation/fusions.7/branches.2.0/relu_1/Relu_output_0, /model/aggregation/fusions.7/branches.2.0/conv3/Conv_output_0 458, Add, 2, 1, /model/aggregation/fusions.7/branches.2.0/conv3/Conv_output_0, /model/aggregation/fusions.7/branches.2.0/Add_output_0 459, Relu, 1, 1, /model/aggregation/fusions.7/branches.2.0/Add_output_0, /model/aggregation/fusions.7/branches.2.0/relu_2/Relu_output_0 460, Conv, 3, 1, /model/aggregation/fusions.7/branches.2.0/relu_2/Relu_output_0, /model/aggregation/fusions.7/fuse_layers.1.2/fuse_layers.1.2.0/Conv_output_0 461, Resize, 3, 1, /model/aggregation/fusions.7/fuse_layers.1.2/fuse_layers.1.2.0/Conv_output_0, /model/aggregation/fusions.7/Resize_2_output_0 462, Add, 2, 1, /model/aggregation/fusions.7/Add_1_output_0, /model/aggregation/fusions.7/Add_4_output_0 463, LeakyRelu, 1, 1, /model/aggregation/fusions.7/Add_4_output_0, /model/aggregation/fusions.7/relu_1/LeakyRelu_output_0 464, Conv, 3, 1, /model/aggregation/fusions.7/relu_1/LeakyRelu_output_0, /model/aggregation/fusions.8/branches.1.0/conv1/Conv_output_0 465, Relu, 1, 1, /model/aggregation/fusions.8/branches.1.0/conv1/Conv_output_0, /model/aggregation/fusions.8/branches.1.0/relu/Relu_output_0 466, Conv, 3, 1, /model/aggregation/fusions.8/branches.1.0/relu/Relu_output_0, /model/aggregation/fusions.8/branches.1.0/conv2/Conv_output_0 467, Relu, 1, 1, /model/aggregation/fusions.8/branches.1.0/conv2/Conv_output_0, /model/aggregation/fusions.8/branches.1.0/relu_1/Relu_output_0 468, Conv, 3, 1, /model/aggregation/fusions.8/branches.1.0/relu_1/Relu_output_0, /model/aggregation/fusions.8/branches.1.0/conv3/Conv_output_0 469, Add, 2, 1, /model/aggregation/fusions.8/branches.1.0/conv3/Conv_output_0, /model/aggregation/fusions.8/branches.1.0/Add_output_0 470, Relu, 1, 1, /model/aggregation/fusions.8/branches.1.0/Add_output_0, /model/aggregation/fusions.8/branches.1.0/relu_2/Relu_output_0 471, Conv, 3, 1, /model/aggregation/fusions.8/branches.1.0/relu_2/Relu_output_0, /model/aggregation/fusions.8/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0 472, Resize, 3, 1, /model/aggregation/fusions.8/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0, /model/aggregation/fusions.8/Resize_output_0 473, Conv, 3, 1, /model/aggregation/fusions.7/branches.1.0/relu_2/Relu_output_0, /model/aggregation/fusions.7/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0 474, Resize, 3, 1, /model/aggregation/fusions.7/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0, /model/aggregation/fusions.7/Resize_output_0 475, Add, 2, 1, /model/aggregation/fusions.7/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.7/Add_output_0 476, Conv, 3, 1, /model/aggregation/fusions.7/branches.2.0/relu_2/Relu_output_0, /model/aggregation/fusions.7/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0 477, Resize, 3, 1, /model/aggregation/fusions.7/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0, /model/aggregation/fusions.7/Resize_1_output_0 478, Add, 2, 1, /model/aggregation/fusions.7/Add_output_0, /model/aggregation/fusions.7/Add_3_output_0 479, LeakyRelu, 1, 1, /model/aggregation/fusions.7/Add_3_output_0, /model/aggregation/fusions.7/relu/LeakyRelu_output_0 480, Conv, 3, 1, /model/aggregation/fusions.7/relu/LeakyRelu_output_0, /model/aggregation/fusions.8/branches.0.0/conv1/Conv_output_0 481, Relu, 1, 1, /model/aggregation/fusions.8/branches.0.0/conv1/Conv_output_0, /model/aggregation/fusions.8/branches.0.0/relu/Relu_output_0 482, Conv, 3, 1, /model/aggregation/fusions.8/branches.0.0/relu/Relu_output_0, /model/aggregation/fusions.8/branches.0.0/conv2/Conv_output_0 483, Relu, 1, 1, /model/aggregation/fusions.8/branches.0.0/conv2/Conv_output_0, /model/aggregation/fusions.8/branches.0.0/relu_1/Relu_output_0 484, Conv, 3, 1, /model/aggregation/fusions.8/branches.0.0/relu_1/Relu_output_0, /model/aggregation/fusions.8/branches.0.0/conv3/Conv_output_0 485, Add, 2, 1, /model/aggregation/fusions.8/branches.0.0/conv3/Conv_output_0, /model/aggregation/fusions.8/branches.0.0/Add_output_0 486, Relu, 1, 1, /model/aggregation/fusions.8/branches.0.0/Add_output_0, /model/aggregation/fusions.8/branches.0.0/relu_2/Relu_output_0 487, Add, 2, 1, /model/aggregation/fusions.8/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.8/Add_output_0 488, Conv, 3, 1, /model/aggregation/fusions.7/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.7/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv_output_0 489, Relu, 1, 1, /model/aggregation/fusions.7/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv_output_0, /model/aggregation/fusions.7/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu_output_0 490, Conv, 3, 1, /model/aggregation/fusions.7/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu_output_0, /model/aggregation/fusions.7/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv_output_0 491, Conv, 3, 1, /model/aggregation/fusions.7/branches.1.0/relu_2/Relu_output_0, /model/aggregation/fusions.7/fuse_layers.2.1/fuse_layers.2.1.0/fuse_layers.2.1.0.0/Conv_output_0 492, Add, 2, 1, /model/aggregation/fusions.7/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv_output_0, /model/aggregation/fusions.7/Add_2_output_0 493, Add, 2, 1, /model/aggregation/fusions.7/Add_2_output_0, /model/aggregation/fusions.7/Add_5_output_0 494, LeakyRelu, 1, 1, /model/aggregation/fusions.7/Add_5_output_0, /model/aggregation/fusions.7/relu_2/LeakyRelu_output_0 495, Conv, 3, 1, /model/aggregation/fusions.7/relu_2/LeakyRelu_output_0, /model/aggregation/fusions.8/branches.2.0/conv1/Conv_output_0 496, Relu, 1, 1, /model/aggregation/fusions.8/branches.2.0/conv1/Conv_output_0, /model/aggregation/fusions.8/branches.2.0/relu/Relu_output_0 497, Conv, 3, 1, /model/aggregation/fusions.8/branches.2.0/relu/Relu_output_0, /model/aggregation/fusions.8/branches.2.0/conv2/Conv_output_0 498, Relu, 1, 1, /model/aggregation/fusions.8/branches.2.0/conv2/Conv_output_0, /model/aggregation/fusions.8/branches.2.0/relu_1/Relu_output_0 499, Conv, 3, 1, /model/aggregation/fusions.8/branches.2.0/relu_1/Relu_output_0, /model/aggregation/fusions.8/branches.2.0/conv3/Conv_output_0 500, Add, 2, 1, /model/aggregation/fusions.8/branches.2.0/conv3/Conv_output_0, /model/aggregation/fusions.8/branches.2.0/Add_output_0 501, Relu, 1, 1, /model/aggregation/fusions.8/branches.2.0/Add_output_0, /model/aggregation/fusions.8/branches.2.0/relu_2/Relu_output_0 502, Conv, 3, 1, /model/aggregation/fusions.8/branches.2.0/relu_2/Relu_output_0, /model/aggregation/fusions.8/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0 503, Resize, 3, 1, /model/aggregation/fusions.8/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0, /model/aggregation/fusions.8/Resize_1_output_0 504, Add, 2, 1, /model/aggregation/fusions.8/Add_output_0, /model/aggregation/fusions.8/Add_3_output_0 505, LeakyRelu, 1, 1, /model/aggregation/fusions.8/Add_3_output_0, /model/aggregation/fusions.8/relu/LeakyRelu_output_0 506, Conv, 3, 1, /model/aggregation/fusions.8/relu/LeakyRelu_output_0, /model/aggregation/fusions.9/branches.0.0/conv1/Conv_output_0 507, Relu, 1, 1, /model/aggregation/fusions.9/branches.0.0/conv1/Conv_output_0, /model/aggregation/fusions.9/branches.0.0/relu/Relu_output_0 508, Conv, 3, 1, /model/aggregation/fusions.9/branches.0.0/relu/Relu_output_0, /model/aggregation/fusions.9/branches.0.0/conv2/Conv_output_0 509, Relu, 1, 1, /model/aggregation/fusions.9/branches.0.0/conv2/Conv_output_0, /model/aggregation/fusions.9/branches.0.0/relu_1/Relu_output_0 510, Conv, 3, 1, /model/aggregation/fusions.9/branches.0.0/relu_1/Relu_output_0, /model/aggregation/fusions.9/branches.0.0/conv3/Conv_output_0 511, Add, 2, 1, /model/aggregation/fusions.9/branches.0.0/conv3/Conv_output_0, /model/aggregation/fusions.9/branches.0.0/Add_output_0 512, Relu, 1, 1, /model/aggregation/fusions.9/branches.0.0/Add_output_0, /model/aggregation/fusions.9/branches.0.0/relu_2/Relu_output_0 513, Conv, 3, 1, /model/aggregation/fusions.8/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.8/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv_output_0 514, Add, 2, 1, /model/aggregation/fusions.8/fuse_layers.1.0/fuse_layers.1.0.0/fuse_layers.1.0.0.0/Conv_output_0, /model/aggregation/fusions.8/Add_1_output_0 515, Conv, 3, 1, /model/aggregation/fusions.8/branches.2.0/relu_2/Relu_output_0, /model/aggregation/fusions.8/fuse_layers.1.2/fuse_layers.1.2.0/Conv_output_0 516, Resize, 3, 1, /model/aggregation/fusions.8/fuse_layers.1.2/fuse_layers.1.2.0/Conv_output_0, /model/aggregation/fusions.8/Resize_2_output_0 517, Add, 2, 1, /model/aggregation/fusions.8/Add_1_output_0, /model/aggregation/fusions.8/Add_4_output_0 518, LeakyRelu, 1, 1, /model/aggregation/fusions.8/Add_4_output_0, /model/aggregation/fusions.8/relu_1/LeakyRelu_output_0 519, Conv, 3, 1, /model/aggregation/fusions.8/relu_1/LeakyRelu_output_0, /model/aggregation/fusions.9/branches.1.0/conv1/Conv_output_0 520, Relu, 1, 1, /model/aggregation/fusions.9/branches.1.0/conv1/Conv_output_0, /model/aggregation/fusions.9/branches.1.0/relu/Relu_output_0 521, Conv, 3, 1, /model/aggregation/fusions.9/branches.1.0/relu/Relu_output_0, /model/aggregation/fusions.9/branches.1.0/conv2/Conv_output_0 522, Relu, 1, 1, /model/aggregation/fusions.9/branches.1.0/conv2/Conv_output_0, /model/aggregation/fusions.9/branches.1.0/relu_1/Relu_output_0 523, Conv, 3, 1, /model/aggregation/fusions.9/branches.1.0/relu_1/Relu_output_0, /model/aggregation/fusions.9/branches.1.0/conv3/Conv_output_0 524, Add, 2, 1, /model/aggregation/fusions.9/branches.1.0/conv3/Conv_output_0, /model/aggregation/fusions.9/branches.1.0/Add_output_0 525, Relu, 1, 1, /model/aggregation/fusions.9/branches.1.0/Add_output_0, /model/aggregation/fusions.9/branches.1.0/relu_2/Relu_output_0 526, Conv, 3, 1, /model/aggregation/fusions.9/branches.1.0/relu_2/Relu_output_0, /model/aggregation/fusions.9/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0 527, Resize, 3, 1, /model/aggregation/fusions.9/fuse_layers.0.1/fuse_layers.0.1.0/Conv_output_0, /model/aggregation/fusions.9/Resize_output_0 528, Add, 2, 1, /model/aggregation/fusions.9/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.9/Add_output_0 529, Conv, 3, 1, /model/aggregation/fusions.8/branches.0.0/relu_2/Relu_output_0, /model/aggregation/fusions.8/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv_output_0 530, Relu, 1, 1, /model/aggregation/fusions.8/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.0/Conv_output_0, /model/aggregation/fusions.8/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu_output_0 531, Conv, 3, 1, /model/aggregation/fusions.8/fuse_layers.2.0/fuse_layers.2.0.0/fuse_layers.2.0.0.2/Relu_output_0, /model/aggregation/fusions.8/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv_output_0 532, Conv, 3, 1, /model/aggregation/fusions.8/branches.1.0/relu_2/Relu_output_0, /model/aggregation/fusions.8/fuse_layers.2.1/fuse_layers.2.1.0/fuse_layers.2.1.0.0/Conv_output_0 533, Add, 2, 1, /model/aggregation/fusions.8/fuse_layers.2.0/fuse_layers.2.0.1/fuse_layers.2.0.1.0/Conv_output_0, /model/aggregation/fusions.8/Add_2_output_0 534, Add, 2, 1, /model/aggregation/fusions.8/Add_2_output_0, /model/aggregation/fusions.8/Add_5_output_0 535, LeakyRelu, 1, 1, /model/aggregation/fusions.8/Add_5_output_0, /model/aggregation/fusions.8/relu_2/LeakyRelu_output_0 536, Conv, 3, 1, /model/aggregation/fusions.8/relu_2/LeakyRelu_output_0, /model/aggregation/fusions.9/branches.2.0/conv1/Conv_output_0 537, Relu, 1, 1, /model/aggregation/fusions.9/branches.2.0/conv1/Conv_output_0, /model/aggregation/fusions.9/branches.2.0/relu/Relu_output_0 538, Conv, 3, 1, /model/aggregation/fusions.9/branches.2.0/relu/Relu_output_0, /model/aggregation/fusions.9/branches.2.0/conv2/Conv_output_0 539, Relu, 1, 1, /model/aggregation/fusions.9/branches.2.0/conv2/Conv_output_0, /model/aggregation/fusions.9/branches.2.0/relu_1/Relu_output_0 540, Conv, 3, 1, /model/aggregation/fusions.9/branches.2.0/relu_1/Relu_output_0, /model/aggregation/fusions.9/branches.2.0/conv3/Conv_output_0 541, Add, 2, 1, /model/aggregation/fusions.9/branches.2.0/conv3/Conv_output_0, /model/aggregation/fusions.9/branches.2.0/Add_output_0 542, Relu, 1, 1, /model/aggregation/fusions.9/branches.2.0/Add_output_0, /model/aggregation/fusions.9/branches.2.0/relu_2/Relu_output_0 543, Conv, 3, 1, /model/aggregation/fusions.9/branches.2.0/relu_2/Relu_output_0, /model/aggregation/fusions.9/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0 544, Resize, 3, 1, /model/aggregation/fusions.9/fuse_layers.0.2/fuse_layers.0.2.0/Conv_output_0, /model/aggregation/fusions.9/Resize_1_output_0 545, Add, 2, 1, /model/aggregation/fusions.9/Add_output_0, /model/aggregation/fusions.9/Add_1_output_0 546, LeakyRelu, 1, 1, /model/aggregation/fusions.9/Add_1_output_0, /model/aggregation/fusions.9/relu/LeakyRelu_output_0 547, Conv, 3, 1, /model/aggregation/fusions.9/relu/LeakyRelu_output_0, /model/aggregation/final_conv.0/Conv_output_0 548, Softmax, 1, 1, /model/aggregation/final_conv.0/Conv_output_0, /model/disparity_estimations.0/Softmax 549, Conv, 2, 1, /model/disparity_estimations.0/Softmax, /model/disparity_estimations.0/Conv_output_0 550, Resize, 3, 1, /model/disparity_estimations.0/Conv_output_0, /model/refinement.0/Resize_output_0 551, Mul, 2, 1, /model/refinement.0/Resize_output_0, /model/refinement.0/Mul_output_0 552, Concat, 2, 1, /model/refinement.0/Mul_output_0, /model/refinement.0/Concat_output_0 553, Conv, 3, 1, /model/refinement.0/Concat_output_0, /model/refinement.0/conv/Conv_output_0 554, Conv, 3, 1, /model/refinement.0/conv/Conv_output_0, /model/refinement.0/dilated_blocks/dilated_blocks.0/conv1/Conv_output_0 555, Relu, 1, 1, /model/refinement.0/dilated_blocks/dilated_blocks.0/conv1/Conv_output_0, /model/refinement.0/dilated_blocks/dilated_blocks.0/relu/Relu_output_0 556, Conv, 3, 1, /model/refinement.0/dilated_blocks/dilated_blocks.0/relu/Relu_output_0, /model/refinement.0/dilated_blocks/dilated_blocks.0/conv2/Conv_output_0 557, Add, 2, 1, /model/refinement.0/dilated_blocks/dilated_blocks.0/conv2/Conv_output_0, /model/refinement.0/dilated_blocks/dilated_blocks.0/Add_output_0 558, Relu, 1, 1, /model/refinement.0/dilated_blocks/dilated_blocks.0/Add_output_0, /model/refinement.0/dilated_blocks/dilated_blocks.0/relu_1/Relu_output_0 559, Conv, 3, 1, /model/refinement.0/dilated_blocks/dilated_blocks.0/relu_1/Relu_output_0, /model/refinement.0/final_conv/Conv_output_0 560, Add, 2, 1, /model/refinement.0/Mul_output_0, /model/refinement.0/Add_output_0 561, Relu, 1, 1, /model/refinement.0/Add_output_0, disp5 Input tensor name - image1 Output tensor name - disp5 ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) Graph Domain TO version : 18In TIDL_onnxRtImportInit subgraph_name=disp5 Layer 0, subgraph id disp5, name=disp5 Layer 1, subgraph id disp5, name=image1 In TIDL_runtimesOptimizeNet: LayerIndex = 564, dataIndex = 563 ************** Frame index 1 : Running float import ************* In TIDL_runtimesPostProcessNet In TIDL_runtimesPostProcessNet 1 In TIDL_runtimesPostProcessNet 2 In TIDL_runtimesPostProcessNet 3 SUGGESTION: [TIDL_Deconv2DLayer] /model/feature_extractor/up_3/up_conv/up_conv.0/ConvTranspose Please change to Upsample/Resize if possible. Upsample/Resize will be more efficient. SUGGESTION: [TIDL_Deconv2DLayer] /model/feature_extractor/up_2/up_conv/up_conv.0/ConvTranspose Please change to Upsample/Resize if possible. Upsample/Resize will be more efficient. SUGGESTION: [TIDL_Deconv2DLayer] /model/feature_extractor/up_3/up_conv/up_conv.0_1/ConvTranspose Please change to Upsample/Resize if possible. Upsample/Resize will be more efficient. SUGGESTION: [TIDL_Deconv2DLayer] /model/feature_extractor/up_2/up_conv/up_conv.0_1/ConvTranspose Please change to Upsample/Resize if possible. Upsample/Resize will be more efficient. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.0/Resize_2 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.1/Resize Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.0/Resize Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.0/Resize_1 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.1/Resize_1 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.1/Resize_2 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.2/Resize_2 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.3/Resize Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.2/Resize Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.2/Resize_1 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.3/Resize_1 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.3/Resize_2 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.4/Resize_2 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.5/Resize Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.4/Resize Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.4/Resize_1 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.5/Resize_1 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.5/Resize_2 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.6/Resize_2 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.6/Resize Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.6/Resize_1 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.7/Resize_2 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.8/Resize Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.7/Resize Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.7/Resize_1 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.8/Resize_1 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.8/Resize_2 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.9/Resize Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/aggregation/fusions.9/Resize_1 Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. INFORMATION: [TIDL_ResizeLayer] /model/refinement.0/Resize Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize. **************************************************** ** 34 WARNINGS 0 ERRORS ** **************************************************** In TIDL_runtimesPostProcessNet 4 ************ in TIDL_subgraphRtCreate ************ The soft limit is 2048 The hard limit is 2048 MEM: Init ... !!! MEM: Init ... Done !!! 0.0s: VX_ZONE_INIT:Enabled 0.4s: VX_ZONE_ERROR:Enabled 0.5s: VX_ZONE_WARNING:Enabled 0.2299s: VX_ZONE_INIT:[tivxInit:185] Initialization Done !!! ************ TIDL_subgraphRtCreate done ************ 2024-05-11 08:10:53.093763756 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 ********** Frame Index 1 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/1711950848_02393.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.110962156 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 2 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/0.128483@1697508245_123626.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.128046761 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 3 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_096_2M_20230408_081724_ningxia_yinchuan_0A_0_0@3@rr@1689322344_13431.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当%E5%89%8D输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.144981671 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 4 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_077_2M_20230408_083313_ningxia_yinchuan_0A_0_0@0@rr@1682350048_13320.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.161948708 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 5 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_077_2M_20230408_091641_ningxia_yinchuan_20H_0_0@0@rr@1682376523_65840.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.179642504 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 6 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_077_2M_20230408_082453_ningxia_yinchuan_0C_0_0@0@rr@1682349582_07380.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.196995659 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 7 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_096_2M_20230408_075407_ningxia_yinchuan_0A_0_0@2@rr@1689325150_01638.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.214550531 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 8 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_077_2M_20230408_111638_ningxia_yinchuan_1D_0_4@-2@rr@1682385239_211520.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.236117136 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 9 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_077_2M_20230408_084502_ningxia_yinchuan_1H_0_0@0@rr@1682351192_29180.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.253831601 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 10 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/0.122552@1697509405_159561.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.271223814 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 11 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/0.098384@1697509531_160425.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.288920972 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 12 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_096_2M_20230408_081324_ningxia_yinchuan_0A_0_0@3@rr@1689335860_07586.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.306064653 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 13 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_077_2M_20230408_082453_ningxia_yinchuan_0C_0_0@0@rr@1682349262_03300.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.324538118 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 14 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_077_2M_20230408_083037_ningxia_yinchuan_0C_0_0@0@rr@1682349972_12320.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.341064392 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 15 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/0.112829@1697508365_124475.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.360462076 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 16 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_077_2M_20230408_084502_ningxia_yinchuan_1H_0_0@0@rr@1682351101_27600.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.377315761 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 17 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_096_2M_20230408_075950_ningxia_yinchuan_0A_0_0@2@rr@1689561305_02235.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.396929569 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 18 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_077_2M_20230408_085716_ningxia_yinchuan_5G_0_0@1@rr@1682354307_44600.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.414773381 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 19 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_077_2M_20230408_083037_ningxia_yinchuan_0C_0_0@0@rr@1682349907_11160.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.432333629 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 20 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_096_2M_20230408_075950_ningxia_yinchuan_0A_0_0@2@rr@1689561315_02509.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.449059329 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 21 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_077_2M_20230408_084206_ningxia_yinchuan_0A_0_0@-1@rr@1682351018_26560.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.466708715 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 22 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_077_2M_20230408_111312_ningxia_yinchuan_1D_0_4@-5@rr@1682384912_206000.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.483687722 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 23 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_096_2M_20230408_081324_ningxia_yinchuan_0A_0_0@3@rr@1689335889_07669.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.501567031 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 24 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/1711950805_00457.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.518373538 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ********** Frame Index 25 : Running float inference ********** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_077_2M_20230408_084206_ningxia_yinchuan_0A_0_0@-1@rr@1682351017_26540.bin ~~~~~~~~~~~~~~~~~ infer image ~~~~~~~~~~~~~~~~~ 模型输入节点数量 input size : 1 当前输入节点: image1 image1 : (1, 3, 640, 640) 2024-05-11 08:10:53.536478693 [W:onnxruntime:, execution_frame.cc:835 VerifyOutputSizes] Expected shape from model of {1,1,320,640} does not match actual shape of {1,1,1,1,320,640} for output disp5 Graph Domain TO version : 18 ************ Frame index 26 : Running float inference **************** Save prediction: /home/root/metoak-demo/calib_images_gray_predictions/N2_077_2M_20230408_082453_ningxia_yinchuan_0C_0_0@0@rr@1682349299_03660.bin ************ in TIDL_subgraphRtDelete ************ MEM: Deinit ... !!! MEM: Alloc's: 25 alloc's of 327296221 bytes MEM: Free's : 25 free's of 327296221 bytes MEM: Open's : 0 allocs of 0 bytes MEM: Deinit ... Done !!! Any suggestions on how to resolve this issue? We are looking forward to your reply. Thanks, Mu

Forum Post: RE: TDA4VM: eth0 disconnect after few hours

Forum Post: AM625: interrupt index

$
0
0
Part Number: AM625 Where is the interrupt number comes from? From main_gpio0 is 190-195, and main_gpio1 is 180-185. From TRM, they are below interrupt source. Configured GPIO as below: get the interrupt number 280, what is the 280 represents?

Forum Post: RE: TDA4VM: dfu rootfs

$
0
0
Hi Diwakar Thank you very much for your reply. The screenshot comes from the rootfs used in this rootfs.img, which comes from the TI source package. 1. ti-processor-sdk-rtos-j721e-evm-08_06_00_12-prebuilt/rootfs_media/lib/firmware/ 2. ti-processor-sdk-rtos-j721e-evm-08_06_00_12-prebuilt/rootfs_media/lib/firmware/vision_apps_evm/ The problem appears as shown in the log: U-Boot SPL 2021.01-g62a9e51344 (Mar 03 2023 - 23:01:15 +0000) Model: Texas Instruments K3 J721E SoC Board: J721EX-PM2-SOM rev A SYSFW ABI: 3.1 (firmware rev 0x0008 '8.6.3--v08.06.03 (Chill Capybar') Trying to boot from DFU ####################################################DOWNLOAD ... OK Ctrl+C to exit ... init_env from device 18 not supported! Starting ATF on ARM64 core... NOTICE: BL31: v2.8(release):v2.8-226-g2fcd408bb3-dirty NOTICE: BL31: Built : 22:56:45, Mar 3 2023 I/TC: I/TC: OP-TEE version: 3.20.0 (gcc version 9.2.1 20191025 (GNU Toolchain for the A-profile Architecture 9.24 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: SYSFW ABI: 3.1 (firmware rev 0x0008 '8.6.3--v08.06.03 (Chill Capybar') I/TC: HUK Initialized I/TC: Activated SA2UL device I/TC: Fixing SA2UL firewall owner for GP device I/TC: Enabled firewalls for SA2UL TRNG device I/TC: SA2UL TRNG initialized I/TC: SA2UL Drivers initialized I/TC: Primary CPU switching to normal world boot U-Boot SPL 2021.01-g62a9e51344 (Mar 03 2023 - 22:59:37 +0000) Model: Texas Instruments K3 J721E SoC Board: J721EX-PM2-SOM rev A SYSFW ABI: 3.1 (firmware rev 0x0008 '8.6.3--v08.06.03 (Chill Capybar') Detected: J7X-BASE-CPB rev A Detected: J7X-VSC8514-ETH rev E2 Trying to boot from DFU cdns-usb3-peripheral usb@6000000: Unable to get USB2 phy (ret -61) cdns-usb3-peripheral usb@6000000: Unable to get USB3 phy (ret -22) cdns-usb3-peripheral usb@6000000: DRD version v1 (ID: 0004024e, rev: 00000200) cdns-usb3-peripheral usb@6000000: Initialized ep0 support: cdns-usb3-peripheral usb@6000000: Initialized ep1out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep2out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep3out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep4out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep5out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep6out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep7out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep8out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep9out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep10out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep11out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep12out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep13out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep14out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep15out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep1in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep2in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep3in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep4in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep5in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep6in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep7in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep8in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep9in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep10in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep11in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep12in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep13in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep14in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep15in support: BULK, INT ISO ##########DOWNLOAD ... OK Ctrl+C to exit ... U-Boot 2021.01-g62a9e51344 (Mar 03 2023 - 22:59:37 +0000) SoC: J721E SR1.1 GP Model: Texas Instruments K3 J721E SoC Board: J721EX-PM2-SOM rev A DRAM: 4 GiB Flash: 0 Bytes MMC: sdhci@4f80000: 0, sdhci@4fb0000: 1 Loading Environment from FAT... MMC: no card present mmc_init: -123, time 2002 In: serial@2800000 Out: serial@2800000 Err: serial@2800000 am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 P0 Detected: J7X-BASE-CPB rev A Detected: J7X-VSC8514-ETH rev E2 cdns,sierra serdes@5000000: sierra probed Net: eth0: ethernet@46000000port@1 Hit any key to stop autoboot: 0 MMC: no card present mmc_init: -123, time 2002 SD/MMC found on device 1 MMC: no card present mmc_init: -123, time 2002 MMC: no card present mmc_init: -123, time 2002 MMC: no card present mmc_init: -123, time 2002 MMC: no card present mmc_init: -123, time 2002 MMC: no card present mmc_init: -123, time 2002 libfdt fdt_check_header(): FDT_ERR_BADMAGIC No FDT memory address configured. Please configure the FDT address via "fdt addr " command. Aborting! Bad Linux ARM64 Image magic! => => => env default -f -a ## Resetting to default environment => ## Resetting to default environment => ## Resetting to default environment => ## Resetting to default environment => ## Resetting to default environment => ## Resetting to default environment => setenv mmcdev 0 => setenv bootpart 0 => saveenv Saving Environment to FAT... MMC: no card present mmc_init: -123, time 2002 Failed (1) => setenv dfu_alt_info ${dfu_alt_info_emmc} => gpt write mmc 0 ${partitions} Writing GPT: success! => dfu 0 mmc 0 cdns-usb3-peripheral usb@6000000: Unable to get USB2 phy (ret -61) cdns,sierra serdes@5030000: sierra probed cdns-usb3-peripheral usb@6000000: DRD version v1 (ID: 0004024e, rev: 00000200) cdns-usb3-peripheral usb@6000000: Initialized ep0 support: cdns-usb3-peripheral usb@6000000: Initialized ep1out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep2out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep3out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep4out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep5out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep6out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep7out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep8out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep9out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep10out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep11out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep12out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep13out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep14out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep15out support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep1in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep2in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep3in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep4in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep5in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep6in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep7in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep8in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep9in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep10in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep11in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep12in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep13in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep14in support: BULK, INT ISO cdns-usb3-peripheral usb@6000000: Initialized ep15in support: BULK, INT ISO ###DOWNLOAD ... OK Ctrl+C to exit ... #########DOWNLOAD ... OK Ctrl+C to exit ... ##########DOWNLOAD ... OK Ctrl+C to exit ... ###DOWNLOAD ... OK Ctrl+C to exit ... ##########################################################################################################K Ctrl+C to exit ... => => => => => mmc partconf 0 1 1 1 => => => mmc bootbus 0 2 0 0 => => => => => => => => boot switch to partitions #0, OK mmc0(part 0) is current device SD/MMC found on device 0 Failed to load 'boot.scr' ** Unrecognized filesystem type ** 19079680 bytes read in 109 ms (166.9 MiB/s) 111990 bytes read in 9 ms (11.9 MiB/s) ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 000000008fee1000, end 000000008fffffff ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [ 0.000000] Linux version 5.10.162-g76b3e88d56 (oe-user@oe-host) (aarch64-none-linux-gnu-gcc (GNU Toolc3 [ 0.000000] Machine model: Texas Instruments K3 J721E SoC [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '') [ 0.000000] printk: bootconsole [ns16550a0] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 2 MiB [ 0.000000] OF: reserved mem: initialized node r5f-virtual-eth-queues@ac000000, compatible id shared-dml [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ac200000, size 30 MiB [ 0.000000] OF: reserved mem: initialized node r5f-virtual-eth-buffers@ac200000, compatible id shared-dl [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff] [ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a8ffffff] [ 0.000000] node 0: [mem 0x00000000a9000000-0x00000000a9ffffff] [ 0.000000] node 0: [mem 0x00000000aa000000-0x00000000abbfffff] [ 0.000000] node 0: [mem 0x00000000abc00000-0x00000000abffffff] [ 0.000000] node 0: [mem 0x00000000ac000000-0x00000000adffffff] [ 0.000000] node 0: [mem 0x00000000ae000000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff] [ 0.000000] cma: Reserved 512 MiB at 0x00000000e0000000 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 22 pages/cpu s50392 r8192 d31528 u90112 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: EL2 vector hardening [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] CPU features: detected: Spectre-BHB [ 0.000000] CPU features: detected: ARM erratum 1742098 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47t [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x00000000dc000000-0x00000000e0000000] (64MB) [ 0.000000] Memory: 3271300K/4194304K available (11200K kernel code, 1160K rwdata, 4300K rodata, 1856K ) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 960 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000 [ 0.000000] ITS [mem 0x01820000-0x0182ffff] [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS [ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19 [ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x0000000880030000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000 [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_nss [ 0.000002] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.008424] Console: colour dummy device 80x25 [ 0.012985] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS ) [ 0.023655] pid_max: default: 32768 minimum: 301 [ 0.028413] LSM: Security Framework initializing [ 0.033167] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.040742] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.049551] rcu: Hierarchical SRCU implementation. [ 0.054616] Platform MSI: msi-controller@1820000 domain created [ 0.060858] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.070164] EFI services will not be available. [ 0.074884] smp: Bringing up secondary CPUs ... I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot [ 0.088105] Detected PIPT I-cache on CPU1 [ 0.088128] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [ 0.088139] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000 [ 0.088174] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [ 0.088223] smp: Brought up 1 node, 2 CPUs [ 0.117569] SMP: Total of 2 processors activated. [ 0.122374] CPU features: detected: 32-bit EL0 Support [ 0.127628] CPU features: detected: CRC32 instructions [ 0.141588] CPU: All CPU(s) started at EL2 [ 0.145781] alternatives: patching kernel code [ 0.150792] devtmpfs: initialized [ 0.159666] KASLR disabled due to lack of seed [ 0.164308] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 764504178510000s [ 0.174271] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.187114] pinctrl core: initialized pinctrl subsystem [ 0.192758] DMI not present or invalid. [ 0.196996] NET: Registered protocol family 16 [ 0.202181] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations [ 0.209483] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.217531] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.225834] thermal_sys: Registered thermal governor 'step_wise' [ 0.225836] thermal_sys: Registered thermal governor 'power_allocator' [ 0.232402] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.246035] ASID allocator initialised with 65536 entries [ 0.271357] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.278213] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 0.285059] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.291904] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 0.299356] cryptd: max_cpu_qlen set to 1000 [ 0.305452] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected [ 0.314275] vsys_3v3: supplied by evm_12v0 [ 0.318636] vsys_5v0: supplied by evm_12v0 [ 0.323378] iommu: Default domain type: Translated [ 0.328538] SCSI subsystem initialized [ 0.332696] mc: Linux media interface: v0.10 [ 0.337074] videodev: Linux video capture interface: v2.00 [ 0.342708] pps_core: LinuxPPS API ver. 1 registered [ 0.347779] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.357116] PTP clock support registered [ 0.361137] EDAC MC: Ver: 3.0.0 [ 0.364947] FPGA manager framework [ 0.368456] Advanced Linux Sound Architecture Driver Initialized. [ 0.375045] clocksource: Switched to clocksource arch_sys_counter [ 0.381367] VFS: Disk quotas dquot_6.6.0 [ 0.385397] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.394962] NET: Registered protocol family 2 [ 0.399699] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.408271] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.417026] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.425226] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear) [ 0.433022] TCP: Hash tables configured (established 32768 bind 32768) [ 0.439819] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.446713] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.454108] NET: Registered protocol family 1 [ 0.458814] RPC: Registered named UNIX socket transport module. [ 0.464878] RPC: Registered udp transport module. [ 0.469682] RPC: Registered tcp transport module. [ 0.474485] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.481067] NET: Registered protocol family 44 [ 0.485613] PCI: CLS 0 bytes, default 64 [ 0.489984] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 0.500333] Initialise system trusted keyrings [ 0.504963] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [ 0.513072] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.519338] NFS: Registering the id_resolver key type [ 0.524518] Key type id_resolver registered [ 0.528793] Key type id_legacy registered [ 0.532914] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.539763] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.547404] 9p: Installing v9fs 9p2000 file system support [ 0.572238] Key type asymmetric registered [ 0.576424] Asymmetric key parser 'x509' registered [ 0.581422] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.588981] io scheduler mq-deadline registered [ 0.593606] io scheduler kyber registered [ 0.599379] pinctrl-single 4301c000.pinctrl: 94 pins, size 376 [ 0.605553] pinctrl-single 11c000.pinctrl: 173 pins, size 692 [ 0.614595] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages [ 0.621036] debugfs: Directory '31010000.pat' with parent 'regmap' already present! [ 0.629012] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages [ 0.635432] debugfs: Directory '31011000.pat' with parent 'regmap' already present! [ 0.643377] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages [ 0.649795] debugfs: Directory '31012000.pat' with parent 'regmap' already present! [ 0.657724] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages [ 0.664049] debugfs: Directory '31013000.pat' with parent 'regmap' already present! [ 0.671993] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages [ 0.678318] debugfs: Directory '31014000.pat' with parent 'regmap' already present! [ 0.688034] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 0.696311] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf) [ 0.704524] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq [ 0.711552] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq [ 0.719985] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs [ 0.733274] brd: module loaded [ 0.739685] loop: module loaded [ 0.743415] megasas: 07.714.04.00-rc1 [ 0.749245] tun: Universal TUN/TAP device driver, 1.6 [ 0.754728] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 0.761137] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 0.767211] sky2: driver version 1.30 [ 0.771579] VFIO - User Level meta-driver version: 0.3 [ 0.777363] i2c /dev entries driver [ 0.781877] sdhci: Secure Digital Host Controller Interface driver [ 0.788201] sdhci: Copyright(c) Pierre Ossman [ 0.792944] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.799375] ledtrig-cpu: registered to indicate activity on CPUs [ 0.805714] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.813105] optee: probing for conduit method. I/TC: Reserved shared memory is enabled I/TC: Dynamic shared memory is enabled I/TC: Normal World virtualization support is disabled I/TC: Asynchronous notifications are disabled [ 0.817668] optee: revision 3.20 (8e74d476) [ 0.834067] optee: dynamic shared memory is enabled [ 0.843531] optee: initialized driver [ 0.848702] NET: Registered protocol family 17 [ 0.853327] 9pnet: Installing 9P2000 support [ 0.857723] Key type dns_resolver registered [ 0.862167] Loading compiled-in X.509 certificates [ 0.875918] ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0008 '8.6.3--v08.06.03 (Chill Capybar') [ 0.939318] davinci-mcasp 2ba0000.mcasp: IRQ common not found [ 0.947035] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz [ 0.953124] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz [ 0.959552] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz [ 0.966027] pca953x 3-0020: supply vcc not found, using dummy regulator [ 0.972849] pca953x 3-0020: using no AI [ 0.999907] pca953x 3-0022: supply vcc not found, using dummy regulator [ 1.006706] pca953x 3-0022: using AI [ 1.010981] gpio-480 (CTRL_PM_I2C_OE): hogged as output/high [ 1.016958] gpio-481 (MCASP/TRACE_MUX_S0): hogged as output/low [ 1.023201] gpio-482 (MCASP/TRACE_MUX_S1): hogged as output/high [ 1.029696] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz [ 1.036137] omap_i2c 2010000.i2c: bus 4 rev0.12 at 400 kHz [ 1.045860] omap_i2c 2020000.i2c: bus 5 rev0.12 at 400 kHz [ 1.052165] pca953x 6-0020: supply vcc not found, using dummy regulator [ 1.058988] pca953x 6-0020: using no AI [ 1.083729] omap_i2c 2030000.i2c: bus 6 rev0.12 at 400 kHz [ 1.089813] omap_i2c 2040000.i2c: bus 7 rev0.12 at 100 kHz [ 1.095783] omap_i2c 2050000.i2c: bus 8 rev0.12 at 100 kHz [ 1.102019] pca953x 9-0020: supply vcc not found, using dummy regulator [ 1.108831] pca953x 9-0020: using no AI [ 1.135376] omap_i2c 2060000.i2c: bus 9 rev0.12 at 400 kHz [ 1.141844] ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain cread [ 1.151827] ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created [ 1.160638] ti-sci-intr bus@100000:main-navss:interrupt-controller1: Interrupt Router 213 domain created [ 1.170517] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created [ 1.192111] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 1.199788] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 1.208065] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 1.216341] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 2.235702] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00 [ 2.242126] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.247739] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff]) [ 2.257431] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff] [ 2.264484] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400 [ 2.270623] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bs [ 2.280575] pci 0000:00:00.0: supports D1 [ 2.284669] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 2.290557] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit] [ 2.297584] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 ) [ 2.309540] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.319527] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 2.326297] pci 0000:00:00.0: BAR 7: assigned [mem 0x10400000-0x113fffff 64bit] [ 2.333773] pci 0000:00:00.0: PCI bridge to [bus 01] [ 2.339076] pcieport 0000:00:00.0: PME: Signaling with IRQ 68 [ 2.345436] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 2.353102] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 2.361377] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 2.369657] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 3.380952] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00 [ 3.387370] pci_bus 0001:00: root bus resource [bus 00-ff] [ 3.392976] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010ff) [ 3.402844] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff] [ 3.409888] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400 [ 3.416027] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bs [ 3.425956] pci 0001:00:00.0: supports D1 [ 3.430051] pci 0001:00:00.0: PME# supported from D0 D1 D3hot [ 3.437843] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 3.447822] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01 [ 3.454589] pci 0001:00:00.0: PCI bridge to [bus 01] [ 3.459868] pcieport 0001:00:00.0: PME: Signaling with IRQ 71 [ 3.466224] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges: [ 3.473894] j721e-pcie 2920000.pcie: IO 0x4400001000..0x4400010fff -> 0x0000001000 [ 3.482170] j721e-pcie 2920000.pcie: MEM 0x4400011000..0x4407ffffff -> 0x0000011000 [ 3.490447] j721e-pcie 2920000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.501883] j721e-pcie 2920000.pcie: PCI host bridge to bus 0002:00 [ 4.508302] pci_bus 0002:00: root bus resource [bus 00-ff] [ 4.513908] pci_bus 0002:00: root bus resource [io 0x20000-0x2ffff] (bus address [0x1000-0x10fff]) [ 4.523155] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000) [ 4.533929] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400 [ 4.540068] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bs [ 4.549997] pci 0002:00:00.0: supports D1 [ 4.554091] pci 0002:00:00.0: PME# supported from D0 D1 D3hot [ 4.561875] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 4.571856] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01 [ 4.578622] pci 0002:00:00.0: PCI bridge to [bus 01] [ 4.583898] pcieport 0002:00:00.0: PME: Signaling with IRQ 74 [ 4.590731] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:5 [ 4.600612] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [ 4.607370] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 4.616377] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-1 [ 4.626520] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [ 4.633285] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64 [ 4.641249] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 15, base_baud = 6000000) is a 8250 [ 4.650646] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 33, base_baud = 3000000) is a 8250 [ 4.659392] printk: console [ttyS2] enabled [ 4.659392] printk: console [ttyS2] enabled [ 4.667830] printk: bootconsole [ns16550a0] disabled [ 4.667830] printk: bootconsole [ns16550a0] disabled [ 4.678293] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 34, base_baud = 3000000) is a 8250 [ 4.687269] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 35, base_baud = 3000000) is a 8250 [ 4.698011] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assd [ 4.708525] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assumind [ 4.718677] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assumid [ 4.728914] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assumd [ 4.740072] scsi host0: ufshcd [ 4.749119] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode [ 4.761845] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWA0 [ 4.795048] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 4.797903] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST 2 [ 4.803585] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867 [ 4.814343] cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not0 [ 4.822609] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw vers0 [ 4.833827] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6 [ 4.846525] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 4.855210] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6 [ 4.862075] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 4.870750] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found [ 4.883881] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0 [ 4.894301] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0 [ 5.003945] davinci-mcasp 2ba0000.mcasp: IRQ common not found [ 5.004174] mmc0: CQHCI version 5.10 [ 5.019649] vdd_mmc1: supplied by vsys_3v3 [ 5.024575] pca953x 4-0020: supply vcc not found, using dummy regulator [ 5.031233] pca953x 4-0020: using no AI [ 5.054336] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit [ 5.062872] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100 [ 5.069722] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100 [ 5.076550] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100 [ 5.083378] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100 [ 5.090187] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100 [ 5.100823] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8) [ 5.111455] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16) [ 5.126165] spi-nor spi7.0: mt35xu512aba (65536 Kbytes) [ 5.131415] 8 cmdlinepart partitions found on MTD device 47040000.spi.0 [ 5.138015] Creating 8 MTD partitions on "47040000.spi.0": [ 5.143487] 0x000000000000-0x000000080000 : "ospi.tiboot3" [ 5.149070] mmc0: Command Queue Engine enabled [ 5.151429] 0x000000080000-0x000000280000 : "ospi.tispl" [ 5.153520] mmc0: new HS200 MMC card at address 0001 [ 5.159185] 0x000000280000-0x000000680000 : "ospi.u-boot" [ 5.164010] mmcblk0: mmc0:0001 S0J56X 14.8 GiB [ 5.169549] 0x000000680000-0x0000006c0000 : "ospi.env" [ 5.173785] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB [ 5.179196] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw" [ 5.184822] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB [ 5.190376] 0x0000007c0000-0x000000800000 : "ospi.env.backup" [ 5.201651] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (237:0) [ 5.202011] 0x000000800000-0x000003fc0000 : "ospi.rootfs" [ 5.213215] mmcblk0: p1 [ 5.214763] 0x000003fc0000-0x000004000000 : "ospi.phypattern" [ 5.226086] spi-nor spi8.0: mt25qu512a (65536 Kbytes) [ 5.232344] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode [ 5.279051] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 5.287459] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867 [ 5.295753] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw vers0 [ 5.308602] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 5.315809] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 5.322073] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0 [ 5.332421] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 5.340588] davinci-mcasp 2ba0000.mcasp: IRQ common not found [ 5.355263] mmc1: CQHCI version 5.10 [ 5.359976] debugfs: Directory 'pd:27' with parent 'pm_genpd' already present! [ 5.367229] debugfs: Directory 'pd:26' with parent 'pm_genpd' already present! [ 5.375630] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present! [ 5.382950] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present! [ 5.390254] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present! [ 5.397570] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present! [ 5.405947] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 5.427281] ALSA device list: [ 5.430242] No soundcards found. [ 6.871539] sdhci-am654 4fb0000.mmc: Power on failed [ 6.907118] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit [ 6.921360] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 6.929496] VFS: Mounted root (ext4 filesystem) on device 179:1. [ 6.936356] devtmpfs: mounted [ 6.940125] Freeing unused kernel memory: 1856K [ 6.951115] Run /sbin/init as init process [ 7.014620] systemd[1]: System time before build time, advancing clock. [ 7.040578] NET: Registered protocol family 10 [ 7.045482] Segment Routing with IPv6 [ 7.062218] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SM) [ 7.083946] systemd[1]: Detected architecture arm64. Welcome to Arago 2021.09! [ 7.127492] systemd[1]: Set hostname to . [ 7.136188] random: systemd: uninitialized urandom read (16 bytes read) [ 7.142818] systemd[1]: Initializing machine ID from random generator. [ 7.269893] systemd[1]: /lib/systemd/system/irqbalanced.service:6: Unknown key name 'ConditionCPUs' in . [ 7.291270] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below lega. [ 7.347847] random: systemd: uninitialized urandom read (16 bytes read) [ 7.356110] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 7.379125] random: systemd: uninitialized urandom read (16 bytes read) [ 7.386478] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 7.407753] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 7.431237] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 7.455177] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 7.479168] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 7.495112] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 7.515104] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 7.531107] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 7.556531] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 7.579183] systemd[1]: Reached target RPC Port Mapper. [ OK ] Reached target RPC Port Mapper. [ 7.603074] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 7.623249] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 7.648779] systemd[1]: Condition check resulted in Journal Audit Socket being skipped. [ 7.657106] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 7.679364] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 7.695394] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 7.719332] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 7.739237] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 7.761261] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 7.777181] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 7.801270] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 7.823393] systemd[1]: Mounting Temporary Directory (/tmp)... Mounting Temporary Directory (/tmp)... [ 7.841427] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st…odes for the current kernel... [ 7.871325] systemd[1]: Starting Start psplash boot splash screen... Starting Start psplash boot splash screen... [ 7.897725] systemd[1]: Starting RPC Bind... Starting RPC Bind... [ 7.915256] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 7.927329] systemd[1]: Starting Journal Service... Starting Journal Service... [ 7.950565] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 7.964352] cryptodev: loading out-of-tree module taints kernel. [ 7.972705] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems 7.982740] cryptodev: driver 1.10 loaded. [0m... [ 7.994958] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null) [ 8.005348] systemd[1]: Starting udev Coldplug all Devices... Starting udev Coldplug all Devices... [ 8.030090] systemd[1]: Started RPC Bind. [ OK ] Started RPC Bind. [ 8.047547] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Mounted Huge Pages File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Temporary Directory (/tmp). [ OK ] Started Create list of sta… nodes for the current kernel. [FAILED] Failed to start Start psplash boot splash screen. See 'systemctl status psplash-start.service' for details. [DEPEND] Dependency failed for Star…progress communication helper. [ OK ] Started Load Kernel Modules. [ OK ] Started Remount Root and Kernel File Systems. [ 8.233194] random: systemd-journal: uninitialized urandom read (16 bytes read) [ 8.241132] random: systemd: uninitialized urandom read (16 bytes read) Mounting Kernel Configuration File System.[ 8.254786] random: systemd-journal: uninitialized u) .. Starting Flush Journal to Persistent Storage... [ 8.287654] systemd-journald[184]: Received client request to flush runtime journal. Starting Apply Kernel Variables... Starting Create System Users... [ OK ] Mounted Kernel Configuration File System. [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Started Apply Kernel Variables. [ OK ] Started Create System Users. Starting Create Static Device Nodes in /dev... [ OK ] Started Create Static Device Nodes in /dev. [ OK ] Started udev Coldplug all Devices. [ OK ] Reached target Local File Systems (Pre). Mounting /media/ram... Mounting /var/volatile... Starting udev Wait for Complete Device Initialization... Starting udev Kernel Device Manager... [ OK ] Mounted /media/ram. [ OK ] Mounted /var/volatile. Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems. Starting Rebuild Dynamic Linker Cache... Starting Create Volatile Files and Directories... [ OK ] Started udev Kernel Device Manager. [ OK ] Started Create Volatile Files and Directories. Starting Run pending postinsts... Starting Rebuild Journal Catalog... Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [ OK ] Started Rebuild Journal Catalog. [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Time Set. [ OK ] Reached target System Time Synchronized. [ 9.045911] random: crng init done [ 9.049742] random: 75 urandom warning(s) missed due to ratelimiting [ OK ] Started Load/Save Random Seed. [ 9.137076] ina2xx 5-0040: power monitor ina226 (Rshunt = 10000 uOhm) [ 9.162668] ina2xx 5-0041: power monitor ina226 (Rshunt = 10000 uOhm) [ 9.236558] CAN device driver interface [ 9.252765] ina2xx 5-0042: power monitor ina226 (Rshunt = 10000 uOhm) [ 9.320569] ina2xx 5-0043: power monitor ina226 (Rshunt = 10000 uOhm) [ 9.352112] ina2xx 5-0044: power monitor ina226 (Rshunt = 10000 uOhm) [ 9.396391] ina2xx 5-0045: power monitor ina226 (Rshunt = 5000 uOhm) [ 9.422753] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc [ 9.443123] ina2xx 5-0046: power monitor ina226 (Rshunt = 10000 uOhm) [ 9.468591] img_enc 4200000.video-encoder: encoder registered as /dev/video0 [ 9.482465] ina2xx 5-0047: power monitor ina226 (Rshunt = 10000 uOhm) [ 9.495037] img_dec 4300000.video-decoder: decoder registered as /dev/video1 [ 9.514224] ina2xx 5-0048: power monitor ina226 (Rshunt = 10000 uOhm) [ OK ] Started Rebuild Dynamic Linker Cache. Starting Update is Completed... [ 9.554150] ina2xx 5-0049: power monitor ina226 (Rshunt = 10000 uOhm) [ OK ] Started Update is Completed. [ 9.577564] ina2xx 5-004a: power monitor ina226 (Rshunt = 10000 uOhm) [ 9.577957] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000 [ 9.595599] ina2xx 5-004b: power monitor ina226 (Rshunt = 10000 uOhm) [ 9.611940] ina2xx 5-004c: power monitor ina226 (Rshunt = 10000 uOhm) [ 9.623653] ina2xx 5-004d: power monitor ina226 (Rshunt = 10000 uOhm) [ 9.637047] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode [ 9.639680] ina2xx 5-004e: power monitor ina226 (Rshunt = 10000 uOhm) [ 9.655957] k3-dsp-rproc 4d80800000.dsp: local reset is deasserted for device [ 9.664720] ina2xx 5-004f: power monitor ina226 (Rshunt = 10000 uOhm) [ 9.679862] remoteproc remoteproc0: 4d80800000.dsp is available [ 9.703748] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000 [ 9.712774] remoteproc remoteproc0: powering up 4d80800000.dsp [ 9.718708] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 1334036 [ 9.747925] remoteproc remoteproc0: bad phdr da 0xa8100000 mem 0x8c [ 9.754229] remoteproc remoteproc0: Failed to load program segments: -22 [ 9.768766] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode [ 9.792197] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed st) [ 9.803325] k3-dsp-rproc 4d81800000.dsp: local reset is deasserted for device [ 9.839177] remoteproc remoteproc1: 4d81800000.dsp is available [ 9.860266] pvrsrvkm 4e20000000.gpu: More than one power domain for this GPU, gpu driver manages power s [ 9.870785] platform 41000000.r5f: configured R5F for IPC-only mode [ 9.882383] remoteproc remoteproc1: powering up 4d81800000.dsp [ 9.895102] remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 1334036 [ 9.926507] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000 [ 9.935084] remoteproc remoteproc1: bad phdr da 0xa9100000 mem 0x8c [ 9.941404] remoteproc remoteproc1: Failed to load program segments: -22 [ 9.965524] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1 [ 9.972722] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes [ 9.976631] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000 [ 10.011256] PVR_K: 219: Read BVNC 22.104.208.318 from HW device registers [ 10.134061] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode [ 10.165655] remoteproc remoteproc2: 41000000.r5f is available [ 10.175164] PVR_K: 219: RGX Device registered with BVNC 22.104.208.318 [ 10.216428] remoteproc remoteproc3: 64800000.dsp is available [ 10.271443] remoteproc remoteproc2: attaching to 41000000.r5f [ 10.282050] [drm] Initialized pvr 1.15.6133109 20170530 for 4e20000000.gpu on minor 0 [ 10.350178] platform 41000000.r5f: R5F core initialized in IPC-only mode [ 10.394513] remoteproc remoteproc3: powering up 64800000.dsp [ 10.401152] remoteproc remoteproc3: Booting fw image j7-c71_0-fw, size 12849048 [ 10.414613] remoteproc remoteproc3: unsupported resource 65538 [ 10.422945] remoteproc remoteproc3: bad phdr da 0xb2100000 mem 0x98 [ 10.432928] remoteproc remoteproc3: Failed to load program segments: -22 [ 10.531754] remoteproc2#vdev0buffer: assigned reserved memory node r5f-dma-memory@a0000000 [ 10.665033] virtio_rpmsg_bus virtio0: rpmsg host is online [ 10.682349] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd [ 10.689961] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe [ 10.730636] remoteproc2#vdev0buffer: registered virtio0 (type 7) [ 10.772599] remoteproc remoteproc2: remote processor 41000000.r5f is now attached [ 10.867230] platform 5c00000.r5f: configured R5F for remoteproc mode [ 10.903895] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000 [ 10.955885] remoteproc remoteproc4: 5c00000.r5f is available [ 10.991899] platform 5d00000.r5f: configured R5F for remoteproc mode [ 11.004231] remoteproc remoteproc4: powering up 5c00000.r5f [ 11.009852] remoteproc remoteproc4: Booting fw image j7-main-r5f0_0-fw, size 1424760 [ 11.023697] remoteproc remoteproc4: bad phdr da 0xa2104000 mem 0x1687b70 [ 11.030514] remoteproc remoteproc4: Failed to load program segments: -22 [ 11.071293] m_can_platform 40528000.can: m_can device registered (irq=23, version=32) [ 11.087330] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000 [ 11.097286] m_can_platform 40568000.can: m_can device registered (irq=25, version=32) [ 11.109823] m_can_platform 2701000.can: m_can device registered (irq=55, version=32) [ 11.123337] m_can_platform 2721000.can: m_can device registered (irq=57, version=32) [ 11.127191] remoteproc remoteproc5: 5d00000.r5f is available [ 11.168724] remoteproc remoteproc5: powering up 5d00000.r5f [ 11.174432] remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 302028 Looking forward to your reply. Regards, Barry
Viewing all 123637 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>