program(1.0) [buildInfo = dict, tensor>({{"coremlc-component-MIL", "3520.4.1"}, {"coremlc-version", "3520.5.1"}, {"coremltools-component-torch", "2.12.1"}, {"coremltools-source-dialect", "TorchScript"}, {"coremltools-version", "9.0"}})] { func main(tensor guidance_scale, tensor padding_mask, tensor speech_condition, tensor t, tensor text_condition, tensor x) { tensor var_9 = const()[name = tensor("op_9"), val = tensor(2)]; tensor xt_interleave_0 = const()[name = tensor("xt_interleave_0"), val = tensor(false)]; tensor x_to_fp16_dtype_0 = const()[name = tensor("x_to_fp16_dtype_0"), val = tensor("fp16")]; tensor text_condition_to_fp16_dtype_0 = const()[name = tensor("text_condition_to_fp16_dtype_0"), val = tensor("fp16")]; tensor speech_condition_to_fp16_dtype_0 = const()[name = tensor("speech_condition_to_fp16_dtype_0"), val = tensor("fp16")]; tensor speech_condition_to_fp16 = cast(dtype = speech_condition_to_fp16_dtype_0, x = speech_condition)[name = tensor("cast_135")]; tensor text_condition_to_fp16 = cast(dtype = text_condition_to_fp16_dtype_0, x = text_condition)[name = tensor("cast_136")]; tensor x_to_fp16 = cast(dtype = x_to_fp16_dtype_0, x = x)[name = tensor("cast_137")]; tensor xt_cast_fp16 = concat(axis = var_9, interleave = xt_interleave_0, values = (x_to_fp16, text_condition_to_fp16, speech_condition_to_fp16))[name = tensor("xt_cast_fp16")]; tensor var_14 = const()[name = tensor("op_14"), val = tensor([0, 2, 1])]; tensor input_7_axes_0 = const()[name = tensor("input_7_axes_0"), val = tensor([2])]; tensor var_15_cast_fp16 = transpose(perm = var_14, x = xt_cast_fp16)[name = tensor("transpose_321")]; tensor input_7_cast_fp16 = expand_dims(axes = input_7_axes_0, x = var_15_cast_fp16)[name = tensor("input_7_cast_fp16")]; tensor var_22 = const()[name = tensor("op_22"), val = tensor([1, 1, 1, 1024])]; tensor padding_mask_to_fp16_dtype_0 = const()[name = tensor("padding_mask_to_fp16_dtype_0"), val = tensor("fp16")]; tensor padding_mask_to_fp16 = cast(dtype = padding_mask_to_fp16_dtype_0, x = padding_mask)[name = tensor("cast_134")]; tensor mask_cast_fp16 = reshape(shape = var_22, x = padding_mask_to_fp16)[name = tensor("mask_cast_fp16")]; tensor var_41 = const()[name = tensor("op_41"), val = tensor(-1)]; tensor var_51 = const()[name = tensor("op_51"), val = tensor(1)]; tensor var_71 = const()[name = tensor("op_71"), val = tensor([1, 1, 1, 1])]; tensor t_to_fp16_dtype_0 = const()[name = tensor("t_to_fp16_dtype_0"), val = tensor("fp16")]; tensor t_to_fp16 = cast(dtype = t_to_fp16_dtype_0, x = t)[name = tensor("cast_133")]; tensor var_72_cast_fp16 = reshape(shape = var_71, x = t_to_fp16)[name = tensor("op_72_cast_fp16")]; tensor core_freqs_to_fp16 = const()[name = tensor("core_freqs_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(64)))]; tensor targs_cast_fp16 = mul(x = var_72_cast_fp16, y = core_freqs_to_fp16)[name = tensor("targs_cast_fp16")]; tensor var_74_cast_fp16 = cos(x = targs_cast_fp16)[name = tensor("op_74_cast_fp16")]; tensor var_75_cast_fp16 = sin(x = targs_cast_fp16)[name = tensor("op_75_cast_fp16")]; tensor te_interleave_0 = const()[name = tensor("te_interleave_0"), val = tensor(false)]; tensor te_cast_fp16 = concat(axis = var_51, interleave = te_interleave_0, values = (var_74_cast_fp16, var_75_cast_fp16))[name = tensor("te_cast_fp16")]; tensor var_78 = const()[name = tensor("op_78"), val = tensor([1, 1, 1, 1])]; tensor guidance_scale_to_fp16_dtype_0 = const()[name = tensor("guidance_scale_to_fp16_dtype_0"), val = tensor("fp16")]; tensor guidance_scale_to_fp16 = cast(dtype = guidance_scale_to_fp16_dtype_0, x = guidance_scale)[name = tensor("cast_132")]; tensor var_79_cast_fp16 = reshape(shape = var_78, x = guidance_scale_to_fp16)[name = tensor("op_79_cast_fp16")]; tensor gargs_cast_fp16 = mul(x = var_79_cast_fp16, y = core_freqs_to_fp16)[name = tensor("gargs_cast_fp16")]; tensor var_81_cast_fp16 = cos(x = gargs_cast_fp16)[name = tensor("op_81_cast_fp16")]; tensor var_82_cast_fp16 = sin(x = gargs_cast_fp16)[name = tensor("op_82_cast_fp16")]; tensor input_1_interleave_0 = const()[name = tensor("input_1_interleave_0"), val = tensor(false)]; tensor input_1_cast_fp16 = concat(axis = var_51, interleave = input_1_interleave_0, values = (var_81_cast_fp16, var_82_cast_fp16))[name = tensor("input_1_cast_fp16")]; tensor var_90_pad_type_0 = const()[name = tensor("op_90_pad_type_0"), val = tensor("valid")]; tensor var_90_strides_0 = const()[name = tensor("op_90_strides_0"), val = tensor([1, 1])]; tensor var_90_pad_0 = const()[name = tensor("op_90_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_90_dilations_0 = const()[name = tensor("op_90_dilations_0"), val = tensor([1, 1])]; tensor var_90_groups_0 = const()[name = tensor("op_90_groups_0"), val = tensor(1)]; tensor core_guid_proj_weight_to_fp16 = const()[name = tensor("core_guid_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(320)))]; tensor var_90_cast_fp16 = conv(dilations = var_90_dilations_0, groups = var_90_groups_0, pad = var_90_pad_0, pad_type = var_90_pad_type_0, strides = var_90_strides_0, weight = core_guid_proj_weight_to_fp16, x = input_1_cast_fp16)[name = tensor("op_90_cast_fp16")]; tensor input_3_cast_fp16 = add(x = te_cast_fp16, y = var_90_cast_fp16)[name = tensor("input_3_cast_fp16")]; tensor x_3_pad_type_0 = const()[name = tensor("x_3_pad_type_0"), val = tensor("valid")]; tensor x_3_strides_0 = const()[name = tensor("x_3_strides_0"), val = tensor([1, 1])]; tensor x_3_pad_0 = const()[name = tensor("x_3_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_3_dilations_0 = const()[name = tensor("x_3_dilations_0"), val = tensor([1, 1])]; tensor x_3_groups_0 = const()[name = tensor("x_3_groups_0"), val = tensor(1)]; tensor core_time_lin1_weight_to_fp16 = const()[name = tensor("core_time_lin1_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(74112)))]; tensor core_time_lin1_bias_to_fp16 = const()[name = tensor("core_time_lin1_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(221632)))]; tensor x_3_cast_fp16 = conv(bias = core_time_lin1_bias_to_fp16, dilations = x_3_dilations_0, groups = x_3_groups_0, pad = x_3_pad_0, pad_type = x_3_pad_type_0, strides = x_3_strides_0, weight = core_time_lin1_weight_to_fp16, x = input_3_cast_fp16)[name = tensor("x_3_cast_fp16")]; tensor var_99_to_fp16 = const()[name = tensor("op_99_to_fp16"), val = tensor(0x1p+0)]; tensor x_5_cast_fp16 = sub(x = x_3_cast_fp16, y = var_99_to_fp16)[name = tensor("x_5_cast_fp16")]; tensor var_101_cast_fp16 = relu(x = x_5_cast_fp16)[name = tensor("op_101_cast_fp16")]; tensor var_102_cast_fp16 = abs(x = x_5_cast_fp16)[name = tensor("op_102_cast_fp16")]; tensor const_0_promoted_to_fp16 = const()[name = tensor("const_0_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_103_cast_fp16 = mul(x = var_102_cast_fp16, y = const_0_promoted_to_fp16)[name = tensor("op_103_cast_fp16")]; tensor var_104_cast_fp16 = exp(x = var_103_cast_fp16)[name = tensor("op_104_cast_fp16")]; tensor var_105_epsilon_0 = const()[name = tensor("op_105_epsilon_0"), val = tensor(0x1p+0)]; tensor var_105_cast_fp16 = log(epsilon = var_105_epsilon_0, x = var_104_cast_fp16)[name = tensor("op_105_cast_fp16")]; tensor var_106_cast_fp16 = add(x = var_101_cast_fp16, y = var_105_cast_fp16)[name = tensor("op_106_cast_fp16")]; tensor var_107_to_fp16 = const()[name = tensor("op_107_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_108_cast_fp16 = mul(x = x_3_cast_fp16, y = var_107_to_fp16)[name = tensor("op_108_cast_fp16")]; tensor var_109_cast_fp16 = sub(x = var_106_cast_fp16, y = var_108_cast_fp16)[name = tensor("op_109_cast_fp16")]; tensor var_110_to_fp16 = const()[name = tensor("op_110_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_5_cast_fp16 = sub(x = var_109_cast_fp16, y = var_110_to_fp16)[name = tensor("input_5_cast_fp16")]; tensor x_7_pad_type_0 = const()[name = tensor("x_7_pad_type_0"), val = tensor("valid")]; tensor x_7_strides_0 = const()[name = tensor("x_7_strides_0"), val = tensor([1, 1])]; tensor x_7_pad_0 = const()[name = tensor("x_7_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_7_dilations_0 = const()[name = tensor("x_7_dilations_0"), val = tensor([1, 1])]; tensor x_7_groups_0 = const()[name = tensor("x_7_groups_0"), val = tensor(1)]; tensor core_time_lin2_weight_to_fp16 = const()[name = tensor("core_time_lin2_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(222464)))]; tensor core_time_lin2_bias_to_fp16 = const()[name = tensor("core_time_lin2_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(369984)))]; tensor x_7_cast_fp16 = conv(bias = core_time_lin2_bias_to_fp16, dilations = x_7_dilations_0, groups = x_7_groups_0, pad = x_7_pad_0, pad_type = x_7_pad_type_0, strides = x_7_strides_0, weight = core_time_lin2_weight_to_fp16, x = input_5_cast_fp16)[name = tensor("x_7_cast_fp16")]; tensor var_119_to_fp16 = const()[name = tensor("op_119_to_fp16"), val = tensor(-0x1.f4p+9)]; tensor attn_bias_1_cast_fp16 = mul(x = mask_cast_fp16, y = var_119_to_fp16)[name = tensor("attn_bias_1_cast_fp16")]; tensor var_46_to_fp16 = const()[name = tensor("op_46_to_fp16"), val = tensor(0x1p+0)]; tensor conv_keep_1_cast_fp16 = sub(x = var_46_to_fp16, y = mask_cast_fp16)[name = tensor("conv_keep_1_cast_fp16")]; tensor attn_bias_3_begin_0 = const()[name = tensor("attn_bias_3_begin_0"), val = tensor([0, 0, 0, 0])]; tensor attn_bias_3_end_0 = const()[name = tensor("attn_bias_3_end_0"), val = tensor([1, 1, 1, 1024])]; tensor attn_bias_3_end_mask_0 = const()[name = tensor("attn_bias_3_end_mask_0"), val = tensor([true, true, true, true])]; tensor attn_bias_3_stride_0 = const()[name = tensor("attn_bias_3_stride_0"), val = tensor([1, 1, 1, 2])]; tensor attn_bias_3_cast_fp16 = slice_by_index(begin = attn_bias_3_begin_0, end = attn_bias_3_end_0, end_mask = attn_bias_3_end_mask_0, stride = attn_bias_3_stride_0, x = attn_bias_1_cast_fp16)[name = tensor("attn_bias_3_cast_fp16")]; tensor conv_keep_3_begin_0 = const()[name = tensor("conv_keep_3_begin_0"), val = tensor([0, 0, 0, 0])]; tensor conv_keep_3_end_0 = const()[name = tensor("conv_keep_3_end_0"), val = tensor([1, 1, 1, 1024])]; tensor conv_keep_3_end_mask_0 = const()[name = tensor("conv_keep_3_end_mask_0"), val = tensor([true, true, true, true])]; tensor conv_keep_3_stride_0 = const()[name = tensor("conv_keep_3_stride_0"), val = tensor([1, 1, 1, 2])]; tensor conv_keep_3_cast_fp16 = slice_by_index(begin = conv_keep_3_begin_0, end = conv_keep_3_end_0, end_mask = conv_keep_3_end_mask_0, stride = conv_keep_3_stride_0, x = conv_keep_1_cast_fp16)[name = tensor("conv_keep_3_cast_fp16")]; tensor attn_bias_begin_0 = const()[name = tensor("attn_bias_begin_0"), val = tensor([0, 0, 0, 0])]; tensor attn_bias_end_0 = const()[name = tensor("attn_bias_end_0"), val = tensor([1, 1, 1, 1024])]; tensor attn_bias_end_mask_0 = const()[name = tensor("attn_bias_end_mask_0"), val = tensor([true, true, true, true])]; tensor attn_bias_stride_0 = const()[name = tensor("attn_bias_stride_0"), val = tensor([1, 1, 1, 4])]; tensor attn_bias_cast_fp16 = slice_by_index(begin = attn_bias_begin_0, end = attn_bias_end_0, end_mask = attn_bias_end_mask_0, stride = attn_bias_stride_0, x = attn_bias_1_cast_fp16)[name = tensor("attn_bias_cast_fp16")]; tensor conv_keep_begin_0 = const()[name = tensor("conv_keep_begin_0"), val = tensor([0, 0, 0, 0])]; tensor conv_keep_end_0 = const()[name = tensor("conv_keep_end_0"), val = tensor([1, 1, 1, 1024])]; tensor conv_keep_end_mask_0 = const()[name = tensor("conv_keep_end_mask_0"), val = tensor([true, true, true, true])]; tensor conv_keep_stride_0 = const()[name = tensor("conv_keep_stride_0"), val = tensor([1, 1, 1, 4])]; tensor conv_keep_cast_fp16 = slice_by_index(begin = conv_keep_begin_0, end = conv_keep_end_0, end_mask = conv_keep_end_mask_0, stride = conv_keep_stride_0, x = conv_keep_1_cast_fp16)[name = tensor("conv_keep_cast_fp16")]; tensor input_11_pad_type_0 = const()[name = tensor("input_11_pad_type_0"), val = tensor("valid")]; tensor input_11_strides_0 = const()[name = tensor("input_11_strides_0"), val = tensor([1, 1])]; tensor input_11_pad_0 = const()[name = tensor("input_11_pad_0"), val = tensor([0, 0, 0, 0])]; tensor input_11_dilations_0 = const()[name = tensor("input_11_dilations_0"), val = tensor([1, 1])]; tensor input_11_groups_0 = const()[name = tensor("input_11_groups_0"), val = tensor(1)]; tensor core_in_proj_weight_to_fp16 = const()[name = tensor("core_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(370432)))]; tensor core_in_proj_bias_to_fp16 = const()[name = tensor("core_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(677696)))]; tensor input_11_cast_fp16 = conv(bias = core_in_proj_bias_to_fp16, dilations = input_11_dilations_0, groups = input_11_groups_0, pad = input_11_pad_0, pad_type = input_11_pad_type_0, strides = input_11_strides_0, weight = core_in_proj_weight_to_fp16, x = input_7_cast_fp16)[name = tensor("input_11_cast_fp16")]; tensor var_138_to_fp16 = const()[name = tensor("op_138_to_fp16"), val = tensor(0x1p+0)]; tensor x_9_cast_fp16 = sub(x = x_7_cast_fp16, y = var_138_to_fp16)[name = tensor("x_9_cast_fp16")]; tensor var_140_cast_fp16 = relu(x = x_9_cast_fp16)[name = tensor("op_140_cast_fp16")]; tensor var_141_cast_fp16 = abs(x = x_9_cast_fp16)[name = tensor("op_141_cast_fp16")]; tensor const_1_promoted_to_fp16 = const()[name = tensor("const_1_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_142_cast_fp16 = mul(x = var_141_cast_fp16, y = const_1_promoted_to_fp16)[name = tensor("op_142_cast_fp16")]; tensor var_143_cast_fp16 = exp(x = var_142_cast_fp16)[name = tensor("op_143_cast_fp16")]; tensor var_144_epsilon_0 = const()[name = tensor("op_144_epsilon_0"), val = tensor(0x1p+0)]; tensor var_144_cast_fp16 = log(epsilon = var_144_epsilon_0, x = var_143_cast_fp16)[name = tensor("op_144_cast_fp16")]; tensor var_145_cast_fp16 = add(x = var_140_cast_fp16, y = var_144_cast_fp16)[name = tensor("op_145_cast_fp16")]; tensor var_146_to_fp16 = const()[name = tensor("op_146_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_147_cast_fp16 = mul(x = x_7_cast_fp16, y = var_146_to_fp16)[name = tensor("op_147_cast_fp16")]; tensor var_148_cast_fp16 = sub(x = var_145_cast_fp16, y = var_147_cast_fp16)[name = tensor("op_148_cast_fp16")]; tensor var_149_to_fp16 = const()[name = tensor("op_149_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_9_cast_fp16 = sub(x = var_148_cast_fp16, y = var_149_to_fp16)[name = tensor("input_9_cast_fp16")]; tensor time_emb_1_pad_type_0 = const()[name = tensor("time_emb_1_pad_type_0"), val = tensor("valid")]; tensor time_emb_1_strides_0 = const()[name = tensor("time_emb_1_strides_0"), val = tensor([1, 1])]; tensor time_emb_1_pad_0 = const()[name = tensor("time_emb_1_pad_0"), val = tensor([0, 0, 0, 0])]; tensor time_emb_1_dilations_0 = const()[name = tensor("time_emb_1_dilations_0"), val = tensor([1, 1])]; tensor time_emb_1_groups_0 = const()[name = tensor("time_emb_1_groups_0"), val = tensor(1)]; tensor core_stacks_0_time_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_time_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(678784)))]; tensor core_stacks_0_time_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_time_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(875456)))]; tensor time_emb_1_cast_fp16 = conv(bias = core_stacks_0_time_proj_bias_to_fp16, dilations = time_emb_1_dilations_0, groups = time_emb_1_groups_0, pad = time_emb_1_pad_0, pad_type = time_emb_1_pad_type_0, strides = time_emb_1_strides_0, weight = core_stacks_0_time_proj_weight_to_fp16, x = input_9_cast_fp16)[name = tensor("time_emb_1_cast_fp16")]; tensor proj_1_pad_type_0 = const()[name = tensor("proj_1_pad_type_0"), val = tensor("valid")]; tensor proj_1_strides_0 = const()[name = tensor("proj_1_strides_0"), val = tensor([1, 1])]; tensor proj_1_pad_0 = const()[name = tensor("proj_1_pad_0"), val = tensor([0, 0, 0, 0])]; tensor proj_1_dilations_0 = const()[name = tensor("proj_1_dilations_0"), val = tensor([1, 1])]; tensor proj_1_groups_0 = const()[name = tensor("proj_1_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_0_self_attn_weights_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_self_attn_weights_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(876544)))]; tensor core_stacks_0_layers_0_self_attn_weights_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_self_attn_weights_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(1269824)))]; tensor proj_1_cast_fp16 = conv(bias = core_stacks_0_layers_0_self_attn_weights_in_proj_bias_to_fp16, dilations = proj_1_dilations_0, groups = proj_1_groups_0, pad = proj_1_pad_0, pad_type = proj_1_pad_type_0, strides = proj_1_strides_0, weight = core_stacks_0_layers_0_self_attn_weights_in_proj_weight_to_fp16, x = input_11_cast_fp16)[name = tensor("proj_1_cast_fp16")]; tensor var_179_begin_0 = const()[name = tensor("op_179_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_179_end_0 = const()[name = tensor("op_179_end_0"), val = tensor([1, 128, 1, 1024])]; tensor var_179_end_mask_0 = const()[name = tensor("op_179_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_179_cast_fp16 = slice_by_index(begin = var_179_begin_0, end = var_179_end_0, end_mask = var_179_end_mask_0, x = proj_1_cast_fp16)[name = tensor("op_179_cast_fp16")]; tensor var_180 = const()[name = tensor("op_180"), val = tensor([4, 32, 1, 1024])]; tensor var_181_cast_fp16 = reshape(shape = var_180, x = var_179_cast_fp16)[name = tensor("op_181_cast_fp16")]; tensor var_183_begin_0 = const()[name = tensor("op_183_begin_0"), val = tensor([0, 128, 0, 0])]; tensor var_183_end_0 = const()[name = tensor("op_183_end_0"), val = tensor([1, 256, 1, 1024])]; tensor var_183_end_mask_0 = const()[name = tensor("op_183_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_183_cast_fp16 = slice_by_index(begin = var_183_begin_0, end = var_183_end_0, end_mask = var_183_end_mask_0, x = proj_1_cast_fp16)[name = tensor("op_183_cast_fp16")]; tensor var_184 = const()[name = tensor("op_184"), val = tensor([4, 32, 1, 1024])]; tensor var_185_cast_fp16 = reshape(shape = var_184, x = var_183_cast_fp16)[name = tensor("op_185_cast_fp16")]; tensor var_187_begin_0 = const()[name = tensor("op_187_begin_0"), val = tensor([0, 256, 0, 0])]; tensor var_187_end_0 = const()[name = tensor("op_187_end_0"), val = tensor([1, 384, 1, 1024])]; tensor var_187_end_mask_0 = const()[name = tensor("op_187_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_187_cast_fp16 = slice_by_index(begin = var_187_begin_0, end = var_187_end_0, end_mask = var_187_end_mask_0, x = proj_1_cast_fp16)[name = tensor("op_187_cast_fp16")]; tensor var_188 = const()[name = tensor("op_188"), val = tensor([4, 32, 1, 1024])]; tensor pt_1_cast_fp16 = reshape(shape = var_188, x = var_187_cast_fp16)[name = tensor("pt_1_cast_fp16")]; tensor transpose_0_perm_0 = const()[name = tensor("transpose_0_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_4 = const()[name = tensor("concat_4"), val = tensor([4, 1024, 32])]; tensor transpose_0_cast_fp16 = transpose(perm = transpose_0_perm_0, x = var_181_cast_fp16)[name = tensor("transpose_320")]; tensor reshape_0_cast_fp16 = reshape(shape = concat_4, x = transpose_0_cast_fp16)[name = tensor("reshape_0_cast_fp16")]; tensor transpose_1_perm_0 = const()[name = tensor("transpose_1_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_5 = const()[name = tensor("concat_5"), val = tensor([4, 32, 1024])]; tensor transpose_1_cast_fp16 = transpose(perm = transpose_1_perm_0, x = var_185_cast_fp16)[name = tensor("transpose_319")]; tensor reshape_1_cast_fp16 = reshape(shape = concat_5, x = transpose_1_cast_fp16)[name = tensor("reshape_1_cast_fp16")]; tensor matmul_0_transpose_x_0 = const()[name = tensor("matmul_0_transpose_x_0"), val = tensor(false)]; tensor matmul_0_transpose_y_0 = const()[name = tensor("matmul_0_transpose_y_0"), val = tensor(false)]; tensor matmul_0_cast_fp16 = matmul(transpose_x = matmul_0_transpose_x_0, transpose_y = matmul_0_transpose_y_0, x = reshape_0_cast_fp16, y = reshape_1_cast_fp16)[name = tensor("matmul_0_cast_fp16")]; tensor concat_9 = const()[name = tensor("concat_9"), val = tensor([4, 1, 1024, 1024])]; tensor reshape_2_cast_fp16 = reshape(shape = concat_9, x = matmul_0_cast_fp16)[name = tensor("reshape_2_cast_fp16")]; tensor attn_scores_1_perm_0 = const()[name = tensor("attn_scores_1_perm_0"), val = tensor([0, 2, 1, 3])]; tensor var_192 = const()[name = tensor("op_192"), val = tensor([0, 1, 3, 2])]; tensor core_pos_basis_1024_to_fp16 = const()[name = tensor("core_pos_basis_1024_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(1270656)))]; tensor var_193_cast_fp16 = transpose(perm = var_192, x = pt_1_cast_fp16)[name = tensor("transpose_317")]; tensor var_194_cast_fp16 = mul(x = var_193_cast_fp16, y = core_pos_basis_1024_to_fp16)[name = tensor("op_194_cast_fp16")]; tensor pos_scores_1_axes_0 = const()[name = tensor("pos_scores_1_axes_0"), val = tensor([1])]; tensor pos_scores_1_keep_dims_0 = const()[name = tensor("pos_scores_1_keep_dims_0"), val = tensor(true)]; tensor pos_scores_1_cast_fp16 = reduce_sum(axes = pos_scores_1_axes_0, keep_dims = pos_scores_1_keep_dims_0, x = var_194_cast_fp16)[name = tensor("pos_scores_1_cast_fp16")]; tensor var_197 = const()[name = tensor("op_197"), val = tensor([4, 1024, 1, 1024])]; tensor var_198_cast_fp16 = reshape(shape = var_197, x = pos_scores_1_cast_fp16)[name = tensor("op_198_cast_fp16")]; tensor attn_scores_1_cast_fp16 = transpose(perm = attn_scores_1_perm_0, x = reshape_2_cast_fp16)[name = tensor("transpose_318")]; tensor attn_scores_3_cast_fp16 = add(x = attn_scores_1_cast_fp16, y = var_198_cast_fp16)[name = tensor("attn_scores_3_cast_fp16")]; tensor attn_scores_5_cast_fp16 = add(x = attn_scores_3_cast_fp16, y = attn_bias_1_cast_fp16)[name = tensor("attn_scores_5_cast_fp16")]; tensor attn_weights_1_cast_fp16 = softmax(axis = var_41, x = attn_scores_5_cast_fp16)[name = tensor("attn_weights_1_cast_fp16")]; tensor input_13_cast_fp16 = add(x = input_11_cast_fp16, y = time_emb_1_cast_fp16)[name = tensor("input_13_cast_fp16")]; tensor x_11_pad_type_0 = const()[name = tensor("x_11_pad_type_0"), val = tensor("valid")]; tensor x_11_strides_0 = const()[name = tensor("x_11_strides_0"), val = tensor([1, 1])]; tensor x_11_pad_0 = const()[name = tensor("x_11_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_11_dilations_0 = const()[name = tensor("x_11_dilations_0"), val = tensor([1, 1])]; tensor x_11_groups_0 = const()[name = tensor("x_11_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_0_feed_forward1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_feed_forward1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(68379584)))]; tensor core_stacks_0_layers_0_feed_forward1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_feed_forward1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(69559296)))]; tensor x_11_cast_fp16 = conv(bias = core_stacks_0_layers_0_feed_forward1_in_proj_bias_to_fp16, dilations = x_11_dilations_0, groups = x_11_groups_0, pad = x_11_pad_0, pad_type = x_11_pad_type_0, strides = x_11_strides_0, weight = core_stacks_0_layers_0_feed_forward1_in_proj_weight_to_fp16, x = input_13_cast_fp16)[name = tensor("x_11_cast_fp16")]; tensor var_212_to_fp16 = const()[name = tensor("op_212_to_fp16"), val = tensor(0x1p+2)]; tensor x_13_cast_fp16 = sub(x = x_11_cast_fp16, y = var_212_to_fp16)[name = tensor("x_13_cast_fp16")]; tensor var_214_cast_fp16 = relu(x = x_13_cast_fp16)[name = tensor("op_214_cast_fp16")]; tensor var_215_cast_fp16 = abs(x = x_13_cast_fp16)[name = tensor("op_215_cast_fp16")]; tensor const_2_promoted_to_fp16 = const()[name = tensor("const_2_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_216_cast_fp16 = mul(x = var_215_cast_fp16, y = const_2_promoted_to_fp16)[name = tensor("op_216_cast_fp16")]; tensor var_217_cast_fp16 = exp(x = var_216_cast_fp16)[name = tensor("op_217_cast_fp16")]; tensor var_218_epsilon_0 = const()[name = tensor("op_218_epsilon_0"), val = tensor(0x1p+0)]; tensor var_218_cast_fp16 = log(epsilon = var_218_epsilon_0, x = var_217_cast_fp16)[name = tensor("op_218_cast_fp16")]; tensor var_219_cast_fp16 = add(x = var_214_cast_fp16, y = var_218_cast_fp16)[name = tensor("op_219_cast_fp16")]; tensor var_220_to_fp16 = const()[name = tensor("op_220_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_221_cast_fp16 = mul(x = x_11_cast_fp16, y = var_220_to_fp16)[name = tensor("op_221_cast_fp16")]; tensor var_222_cast_fp16 = sub(x = var_219_cast_fp16, y = var_221_cast_fp16)[name = tensor("op_222_cast_fp16")]; tensor var_223_to_fp16 = const()[name = tensor("op_223_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_15_cast_fp16 = sub(x = var_222_cast_fp16, y = var_223_to_fp16)[name = tensor("input_15_cast_fp16")]; tensor var_231_pad_type_0 = const()[name = tensor("op_231_pad_type_0"), val = tensor("valid")]; tensor var_231_strides_0 = const()[name = tensor("op_231_strides_0"), val = tensor([1, 1])]; tensor var_231_pad_0 = const()[name = tensor("op_231_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_231_dilations_0 = const()[name = tensor("op_231_dilations_0"), val = tensor([1, 1])]; tensor var_231_groups_0 = const()[name = tensor("op_231_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_0_feed_forward1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_feed_forward1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(69561664)))]; tensor core_stacks_0_layers_0_feed_forward1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_feed_forward1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(70741376)))]; tensor var_231_cast_fp16 = conv(bias = core_stacks_0_layers_0_feed_forward1_out_proj_bias_to_fp16, dilations = var_231_dilations_0, groups = var_231_groups_0, pad = var_231_pad_0, pad_type = var_231_pad_type_0, strides = var_231_strides_0, weight = core_stacks_0_layers_0_feed_forward1_out_proj_weight_to_fp16, x = input_15_cast_fp16)[name = tensor("op_231_cast_fp16")]; tensor input_17_cast_fp16 = add(x = input_13_cast_fp16, y = var_231_cast_fp16)[name = tensor("input_17_cast_fp16")]; tensor var_233_begin_0 = const()[name = tensor("op_233_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_233_end_0 = const()[name = tensor("op_233_end_0"), val = tensor([1, 1024, 1, 1024])]; tensor var_233_end_mask_0 = const()[name = tensor("op_233_end_mask_0"), val = tensor([false, true, true, true])]; tensor var_233_cast_fp16 = slice_by_index(begin = var_233_begin_0, end = var_233_end_0, end_mask = var_233_end_mask_0, x = attn_weights_1_cast_fp16)[name = tensor("op_233_cast_fp16")]; tensor x_15_pad_type_0 = const()[name = tensor("x_15_pad_type_0"), val = tensor("valid")]; tensor x_15_strides_0 = const()[name = tensor("x_15_strides_0"), val = tensor([1, 1])]; tensor x_15_pad_0 = const()[name = tensor("x_15_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_15_dilations_0 = const()[name = tensor("x_15_dilations_0"), val = tensor([1, 1])]; tensor x_15_groups_0 = const()[name = tensor("x_15_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_0_nonlin_attention_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_nonlin_attention_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(70742464)))]; tensor core_stacks_0_layers_0_nonlin_attention_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_nonlin_attention_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(71922176)))]; tensor x_15_cast_fp16 = conv(bias = core_stacks_0_layers_0_nonlin_attention_in_proj_bias_to_fp16, dilations = x_15_dilations_0, groups = x_15_groups_0, pad = x_15_pad_0, pad_type = x_15_pad_type_0, strides = x_15_strides_0, weight = core_stacks_0_layers_0_nonlin_attention_in_proj_weight_to_fp16, x = input_17_cast_fp16)[name = tensor("x_15_cast_fp16")]; tensor var_244_begin_0 = const()[name = tensor("op_244_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_244_end_0 = const()[name = tensor("op_244_end_0"), val = tensor([1, 384, 1, 1024])]; tensor var_244_end_mask_0 = const()[name = tensor("op_244_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_244_cast_fp16 = slice_by_index(begin = var_244_begin_0, end = var_244_end_0, end_mask = var_244_end_mask_0, x = x_15_cast_fp16)[name = tensor("op_244_cast_fp16")]; tensor s_gate_1_cast_fp16 = tanh(x = var_244_cast_fp16)[name = tensor("s_gate_1_cast_fp16")]; tensor var_247_begin_0 = const()[name = tensor("op_247_begin_0"), val = tensor([0, 384, 0, 0])]; tensor var_247_end_0 = const()[name = tensor("op_247_end_0"), val = tensor([1, 768, 1, 1024])]; tensor var_247_end_mask_0 = const()[name = tensor("op_247_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_247_cast_fp16 = slice_by_index(begin = var_247_begin_0, end = var_247_end_0, end_mask = var_247_end_mask_0, x = x_15_cast_fp16)[name = tensor("op_247_cast_fp16")]; tensor var_248_cast_fp16 = mul(x = var_247_cast_fp16, y = s_gate_1_cast_fp16)[name = tensor("op_248_cast_fp16")]; tensor y_1_begin_0 = const()[name = tensor("y_1_begin_0"), val = tensor([0, 768, 0, 0])]; tensor y_1_end_0 = const()[name = tensor("y_1_end_0"), val = tensor([1, 1152, 1, 1024])]; tensor y_1_end_mask_0 = const()[name = tensor("y_1_end_mask_0"), val = tensor([true, true, true, true])]; tensor y_1_cast_fp16 = slice_by_index(begin = y_1_begin_0, end = y_1_end_0, end_mask = y_1_end_mask_0, x = x_15_cast_fp16)[name = tensor("y_1_cast_fp16")]; tensor transpose_2_perm_0 = const()[name = tensor("transpose_2_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_14 = const()[name = tensor("concat_14"), val = tensor([1, 1024, 1024])]; tensor transpose_2_cast_fp16 = transpose(perm = transpose_2_perm_0, x = var_233_cast_fp16)[name = tensor("transpose_316")]; tensor reshape_3_cast_fp16 = reshape(shape = concat_14, x = transpose_2_cast_fp16)[name = tensor("reshape_3_cast_fp16")]; tensor transpose_3_perm_0 = const()[name = tensor("transpose_3_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_15 = const()[name = tensor("concat_15"), val = tensor([1, 1024, 384])]; tensor transpose_3_cast_fp16 = transpose(perm = transpose_3_perm_0, x = var_248_cast_fp16)[name = tensor("transpose_315")]; tensor reshape_4_cast_fp16 = reshape(shape = concat_15, x = transpose_3_cast_fp16)[name = tensor("reshape_4_cast_fp16")]; tensor matmul_1_transpose_x_0 = const()[name = tensor("matmul_1_transpose_x_0"), val = tensor(false)]; tensor matmul_1_transpose_y_0 = const()[name = tensor("matmul_1_transpose_y_0"), val = tensor(false)]; tensor matmul_1_cast_fp16 = matmul(transpose_x = matmul_1_transpose_x_0, transpose_y = matmul_1_transpose_y_0, x = reshape_3_cast_fp16, y = reshape_4_cast_fp16)[name = tensor("matmul_1_cast_fp16")]; tensor concat_19 = const()[name = tensor("concat_19"), val = tensor([1, 1, 1024, 384])]; tensor reshape_5_cast_fp16 = reshape(shape = concat_19, x = matmul_1_cast_fp16)[name = tensor("reshape_5_cast_fp16")]; tensor v_1_perm_0 = const()[name = tensor("v_1_perm_0"), val = tensor([0, 3, 1, 2])]; tensor v_1_cast_fp16 = transpose(perm = v_1_perm_0, x = reshape_5_cast_fp16)[name = tensor("transpose_314")]; tensor input_19_cast_fp16 = mul(x = v_1_cast_fp16, y = y_1_cast_fp16)[name = tensor("input_19_cast_fp16")]; tensor var_260_pad_type_0 = const()[name = tensor("op_260_pad_type_0"), val = tensor("valid")]; tensor var_260_strides_0 = const()[name = tensor("op_260_strides_0"), val = tensor([1, 1])]; tensor var_260_pad_0 = const()[name = tensor("op_260_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_260_dilations_0 = const()[name = tensor("op_260_dilations_0"), val = tensor([1, 1])]; tensor var_260_groups_0 = const()[name = tensor("op_260_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_0_nonlin_attention_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_nonlin_attention_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(71924544)))]; tensor core_stacks_0_layers_0_nonlin_attention_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_nonlin_attention_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(72317824)))]; tensor var_260_cast_fp16 = conv(bias = core_stacks_0_layers_0_nonlin_attention_out_proj_bias_to_fp16, dilations = var_260_dilations_0, groups = var_260_groups_0, pad = var_260_pad_0, pad_type = var_260_pad_type_0, strides = var_260_strides_0, weight = core_stacks_0_layers_0_nonlin_attention_out_proj_weight_to_fp16, x = input_19_cast_fp16)[name = tensor("op_260_cast_fp16")]; tensor x_17_cast_fp16 = add(x = input_17_cast_fp16, y = var_260_cast_fp16)[name = tensor("x_17_cast_fp16")]; tensor var_271_pad_type_0 = const()[name = tensor("op_271_pad_type_0"), val = tensor("valid")]; tensor var_271_strides_0 = const()[name = tensor("op_271_strides_0"), val = tensor([1, 1])]; tensor var_271_pad_0 = const()[name = tensor("op_271_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_271_dilations_0 = const()[name = tensor("op_271_dilations_0"), val = tensor([1, 1])]; tensor var_271_groups_0 = const()[name = tensor("op_271_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_0_self_attn1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_self_attn1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(72318912)))]; tensor core_stacks_0_layers_0_self_attn1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_self_attn1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(72368128)))]; tensor var_271_cast_fp16 = conv(bias = core_stacks_0_layers_0_self_attn1_in_proj_bias_to_fp16, dilations = var_271_dilations_0, groups = var_271_groups_0, pad = var_271_pad_0, pad_type = var_271_pad_type_0, strides = var_271_strides_0, weight = core_stacks_0_layers_0_self_attn1_in_proj_weight_to_fp16, x = x_17_cast_fp16)[name = tensor("op_271_cast_fp16")]; tensor var_272 = const()[name = tensor("op_272"), val = tensor([4, 12, 1, 1024])]; tensor var_273_cast_fp16 = reshape(shape = var_272, x = var_271_cast_fp16)[name = tensor("op_273_cast_fp16")]; tensor transpose_4_perm_0 = const()[name = tensor("transpose_4_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_24 = const()[name = tensor("concat_24"), val = tensor([4, 1024, 1024])]; tensor transpose_4_cast_fp16 = transpose(perm = transpose_4_perm_0, x = attn_weights_1_cast_fp16)[name = tensor("transpose_313")]; tensor reshape_6_cast_fp16 = reshape(shape = concat_24, x = transpose_4_cast_fp16)[name = tensor("reshape_6_cast_fp16")]; tensor transpose_5_perm_0 = const()[name = tensor("transpose_5_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_25 = const()[name = tensor("concat_25"), val = tensor([4, 1024, 12])]; tensor transpose_5_cast_fp16 = transpose(perm = transpose_5_perm_0, x = var_273_cast_fp16)[name = tensor("transpose_312")]; tensor reshape_7_cast_fp16 = reshape(shape = concat_25, x = transpose_5_cast_fp16)[name = tensor("reshape_7_cast_fp16")]; tensor matmul_2_transpose_x_0 = const()[name = tensor("matmul_2_transpose_x_0"), val = tensor(false)]; tensor matmul_2_transpose_y_0 = const()[name = tensor("matmul_2_transpose_y_0"), val = tensor(false)]; tensor matmul_2_cast_fp16 = matmul(transpose_x = matmul_2_transpose_x_0, transpose_y = matmul_2_transpose_y_0, x = reshape_6_cast_fp16, y = reshape_7_cast_fp16)[name = tensor("matmul_2_cast_fp16")]; tensor concat_29 = const()[name = tensor("concat_29"), val = tensor([4, 1, 1024, 12])]; tensor reshape_8_cast_fp16 = reshape(shape = concat_29, x = matmul_2_cast_fp16)[name = tensor("reshape_8_cast_fp16")]; tensor out_1_perm_0 = const()[name = tensor("out_1_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_276 = const()[name = tensor("op_276"), val = tensor([1, 48, 1, 1024])]; tensor out_1_cast_fp16 = transpose(perm = out_1_perm_0, x = reshape_8_cast_fp16)[name = tensor("transpose_311")]; tensor input_21_cast_fp16 = reshape(shape = var_276, x = out_1_cast_fp16)[name = tensor("input_21_cast_fp16")]; tensor var_284_pad_type_0 = const()[name = tensor("op_284_pad_type_0"), val = tensor("valid")]; tensor var_284_strides_0 = const()[name = tensor("op_284_strides_0"), val = tensor([1, 1])]; tensor var_284_pad_0 = const()[name = tensor("op_284_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_284_dilations_0 = const()[name = tensor("op_284_dilations_0"), val = tensor([1, 1])]; tensor var_284_groups_0 = const()[name = tensor("op_284_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_0_self_attn1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_self_attn1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(72368320)))]; tensor core_stacks_0_layers_0_self_attn1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_self_attn1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(72417536)))]; tensor var_284_cast_fp16 = conv(bias = core_stacks_0_layers_0_self_attn1_out_proj_bias_to_fp16, dilations = var_284_dilations_0, groups = var_284_groups_0, pad = var_284_pad_0, pad_type = var_284_pad_type_0, strides = var_284_strides_0, weight = core_stacks_0_layers_0_self_attn1_out_proj_weight_to_fp16, x = input_21_cast_fp16)[name = tensor("op_284_cast_fp16")]; tensor x_19_cast_fp16 = add(x = x_17_cast_fp16, y = var_284_cast_fp16)[name = tensor("x_19_cast_fp16")]; tensor x_21_cast_fp16 = add(x = x_19_cast_fp16, y = time_emb_1_cast_fp16)[name = tensor("x_21_cast_fp16")]; tensor x_23_pad_type_0 = const()[name = tensor("x_23_pad_type_0"), val = tensor("valid")]; tensor x_23_strides_0 = const()[name = tensor("x_23_strides_0"), val = tensor([1, 1])]; tensor x_23_pad_0 = const()[name = tensor("x_23_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_23_dilations_0 = const()[name = tensor("x_23_dilations_0"), val = tensor([1, 1])]; tensor x_23_groups_0 = const()[name = tensor("x_23_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_0_conv_module1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_conv_module1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(72418624)))]; tensor core_stacks_0_layers_0_conv_module1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_conv_module1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(73467264)))]; tensor x_23_cast_fp16 = conv(bias = core_stacks_0_layers_0_conv_module1_in_proj_bias_to_fp16, dilations = x_23_dilations_0, groups = x_23_groups_0, pad = x_23_pad_0, pad_type = x_23_pad_type_0, strides = x_23_strides_0, weight = core_stacks_0_layers_0_conv_module1_in_proj_weight_to_fp16, x = x_21_cast_fp16)[name = tensor("x_23_cast_fp16")]; tensor var_302_begin_0 = const()[name = tensor("op_302_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_302_end_0 = const()[name = tensor("op_302_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_302_end_mask_0 = const()[name = tensor("op_302_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_302_cast_fp16 = slice_by_index(begin = var_302_begin_0, end = var_302_end_0, end_mask = var_302_end_mask_0, x = x_23_cast_fp16)[name = tensor("op_302_cast_fp16")]; tensor var_304_begin_0 = const()[name = tensor("op_304_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_304_end_0 = const()[name = tensor("op_304_end_0"), val = tensor([1, 1024, 1, 1024])]; tensor var_304_end_mask_0 = const()[name = tensor("op_304_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_304_cast_fp16 = slice_by_index(begin = var_304_begin_0, end = var_304_end_0, end_mask = var_304_end_mask_0, x = x_23_cast_fp16)[name = tensor("op_304_cast_fp16")]; tensor var_305_cast_fp16 = sigmoid(x = var_304_cast_fp16)[name = tensor("op_305_cast_fp16")]; tensor x_25_cast_fp16 = mul(x = var_302_cast_fp16, y = var_305_cast_fp16)[name = tensor("x_25_cast_fp16")]; tensor input_23_cast_fp16 = mul(x = x_25_cast_fp16, y = conv_keep_1_cast_fp16)[name = tensor("input_23_cast_fp16")]; tensor var_314_pad_type_0 = const()[name = tensor("op_314_pad_type_0"), val = tensor("custom")]; tensor var_314_pad_0 = const()[name = tensor("op_314_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_314_groups_0 = const()[name = tensor("op_314_groups_0"), val = tensor(512)]; tensor var_314_strides_0 = const()[name = tensor("op_314_strides_0"), val = tensor([1, 1])]; tensor var_314_dilations_0 = const()[name = tensor("op_314_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_0_layers_0_conv_module1_dw_a_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_conv_module1_dw_a_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(73469376)))]; tensor core_stacks_0_layers_0_conv_module1_dw_a_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_conv_module1_dw_a_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(73484800)))]; tensor var_314_cast_fp16 = conv(bias = core_stacks_0_layers_0_conv_module1_dw_a_bias_to_fp16, dilations = var_314_dilations_0, groups = var_314_groups_0, pad = var_314_pad_0, pad_type = var_314_pad_type_0, strides = var_314_strides_0, weight = core_stacks_0_layers_0_conv_module1_dw_a_weight_to_fp16, x = input_23_cast_fp16)[name = tensor("op_314_cast_fp16")]; tensor var_315_begin_0 = const()[name = tensor("op_315_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_315_end_0 = const()[name = tensor("op_315_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_315_end_mask_0 = const()[name = tensor("op_315_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_315_cast_fp16 = slice_by_index(begin = var_315_begin_0, end = var_315_end_0, end_mask = var_315_end_mask_0, x = var_314_cast_fp16)[name = tensor("op_315_cast_fp16")]; tensor var_321_pad_type_0 = const()[name = tensor("op_321_pad_type_0"), val = tensor("custom")]; tensor var_321_pad_0 = const()[name = tensor("op_321_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_321_groups_0 = const()[name = tensor("op_321_groups_0"), val = tensor(512)]; tensor var_321_strides_0 = const()[name = tensor("op_321_strides_0"), val = tensor([1, 1])]; tensor var_321_dilations_0 = const()[name = tensor("op_321_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_0_layers_0_conv_module1_dw_b_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_conv_module1_dw_b_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(73485888)))]; tensor var_321_cast_fp16 = conv(dilations = var_321_dilations_0, groups = var_321_groups_0, pad = var_321_pad_0, pad_type = var_321_pad_type_0, strides = var_321_strides_0, weight = core_stacks_0_layers_0_conv_module1_dw_b_weight_to_fp16, x = input_23_cast_fp16)[name = tensor("op_321_cast_fp16")]; tensor var_325_begin_0 = const()[name = tensor("op_325_begin_0"), val = tensor([0, 0, 0, 15])]; tensor var_325_end_0 = const()[name = tensor("op_325_end_0"), val = tensor([1, 512, 1, 1039])]; tensor var_325_end_mask_0 = const()[name = tensor("op_325_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_325_cast_fp16 = slice_by_index(begin = var_325_begin_0, end = var_325_end_0, end_mask = var_325_end_mask_0, x = var_321_cast_fp16)[name = tensor("op_325_cast_fp16")]; tensor var_326_cast_fp16 = add(x = var_315_cast_fp16, y = var_325_cast_fp16)[name = tensor("op_326_cast_fp16")]; tensor var_332_pad_type_0 = const()[name = tensor("op_332_pad_type_0"), val = tensor("custom")]; tensor var_332_pad_0 = const()[name = tensor("op_332_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_332_groups_0 = const()[name = tensor("op_332_groups_0"), val = tensor(512)]; tensor var_332_strides_0 = const()[name = tensor("op_332_strides_0"), val = tensor([1, 1])]; tensor var_332_dilations_0 = const()[name = tensor("op_332_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_0_layers_0_conv_module1_dw_c_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_conv_module1_dw_c_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(73501312)))]; tensor var_332_cast_fp16 = conv(dilations = var_332_dilations_0, groups = var_332_groups_0, pad = var_332_pad_0, pad_type = var_332_pad_type_0, strides = var_332_strides_0, weight = core_stacks_0_layers_0_conv_module1_dw_c_weight_to_fp16, x = input_23_cast_fp16)[name = tensor("op_332_cast_fp16")]; tensor var_336_begin_0 = const()[name = tensor("op_336_begin_0"), val = tensor([0, 0, 0, 30])]; tensor var_336_end_0 = const()[name = tensor("op_336_end_0"), val = tensor([1, 512, 1, 1])]; tensor var_336_end_mask_0 = const()[name = tensor("op_336_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_336_cast_fp16 = slice_by_index(begin = var_336_begin_0, end = var_336_end_0, end_mask = var_336_end_mask_0, x = var_332_cast_fp16)[name = tensor("op_336_cast_fp16")]; tensor x_27_cast_fp16 = add(x = var_326_cast_fp16, y = var_336_cast_fp16)[name = tensor("x_27_cast_fp16")]; tensor var_338_to_fp16 = const()[name = tensor("op_338_to_fp16"), val = tensor(0x1p+0)]; tensor x_29_cast_fp16 = sub(x = x_27_cast_fp16, y = var_338_to_fp16)[name = tensor("x_29_cast_fp16")]; tensor var_340_cast_fp16 = relu(x = x_29_cast_fp16)[name = tensor("op_340_cast_fp16")]; tensor var_341_cast_fp16 = abs(x = x_29_cast_fp16)[name = tensor("op_341_cast_fp16")]; tensor const_5_promoted_to_fp16 = const()[name = tensor("const_5_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_342_cast_fp16 = mul(x = var_341_cast_fp16, y = const_5_promoted_to_fp16)[name = tensor("op_342_cast_fp16")]; tensor var_343_cast_fp16 = exp(x = var_342_cast_fp16)[name = tensor("op_343_cast_fp16")]; tensor var_344_epsilon_0 = const()[name = tensor("op_344_epsilon_0"), val = tensor(0x1p+0)]; tensor var_344_cast_fp16 = log(epsilon = var_344_epsilon_0, x = var_343_cast_fp16)[name = tensor("op_344_cast_fp16")]; tensor var_345_cast_fp16 = add(x = var_340_cast_fp16, y = var_344_cast_fp16)[name = tensor("op_345_cast_fp16")]; tensor var_346_to_fp16 = const()[name = tensor("op_346_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_347_cast_fp16 = mul(x = x_27_cast_fp16, y = var_346_to_fp16)[name = tensor("op_347_cast_fp16")]; tensor var_348_cast_fp16 = sub(x = var_345_cast_fp16, y = var_347_cast_fp16)[name = tensor("op_348_cast_fp16")]; tensor var_349_to_fp16 = const()[name = tensor("op_349_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_25_cast_fp16 = sub(x = var_348_cast_fp16, y = var_349_to_fp16)[name = tensor("input_25_cast_fp16")]; tensor var_357_pad_type_0 = const()[name = tensor("op_357_pad_type_0"), val = tensor("valid")]; tensor var_357_strides_0 = const()[name = tensor("op_357_strides_0"), val = tensor([1, 1])]; tensor var_357_pad_0 = const()[name = tensor("op_357_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_357_dilations_0 = const()[name = tensor("op_357_dilations_0"), val = tensor([1, 1])]; tensor var_357_groups_0 = const()[name = tensor("op_357_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_0_conv_module1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_conv_module1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(73502400)))]; tensor core_stacks_0_layers_0_conv_module1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_conv_module1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(74026752)))]; tensor var_357_cast_fp16 = conv(bias = core_stacks_0_layers_0_conv_module1_out_proj_bias_to_fp16, dilations = var_357_dilations_0, groups = var_357_groups_0, pad = var_357_pad_0, pad_type = var_357_pad_type_0, strides = var_357_strides_0, weight = core_stacks_0_layers_0_conv_module1_out_proj_weight_to_fp16, x = input_25_cast_fp16)[name = tensor("op_357_cast_fp16")]; tensor input_27_cast_fp16 = add(x = x_21_cast_fp16, y = var_357_cast_fp16)[name = tensor("input_27_cast_fp16")]; tensor x_31_pad_type_0 = const()[name = tensor("x_31_pad_type_0"), val = tensor("valid")]; tensor x_31_strides_0 = const()[name = tensor("x_31_strides_0"), val = tensor([1, 1])]; tensor x_31_pad_0 = const()[name = tensor("x_31_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_31_dilations_0 = const()[name = tensor("x_31_dilations_0"), val = tensor([1, 1])]; tensor x_31_groups_0 = const()[name = tensor("x_31_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_0_feed_forward2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_feed_forward2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(74027840)))]; tensor core_stacks_0_layers_0_feed_forward2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_feed_forward2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(75600768)))]; tensor x_31_cast_fp16 = conv(bias = core_stacks_0_layers_0_feed_forward2_in_proj_bias_to_fp16, dilations = x_31_dilations_0, groups = x_31_groups_0, pad = x_31_pad_0, pad_type = x_31_pad_type_0, strides = x_31_strides_0, weight = core_stacks_0_layers_0_feed_forward2_in_proj_weight_to_fp16, x = input_27_cast_fp16)[name = tensor("x_31_cast_fp16")]; tensor var_368_to_fp16 = const()[name = tensor("op_368_to_fp16"), val = tensor(0x1p+2)]; tensor x_33_cast_fp16 = sub(x = x_31_cast_fp16, y = var_368_to_fp16)[name = tensor("x_33_cast_fp16")]; tensor var_370_cast_fp16 = relu(x = x_33_cast_fp16)[name = tensor("op_370_cast_fp16")]; tensor var_371_cast_fp16 = abs(x = x_33_cast_fp16)[name = tensor("op_371_cast_fp16")]; tensor const_6_promoted_to_fp16 = const()[name = tensor("const_6_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_372_cast_fp16 = mul(x = var_371_cast_fp16, y = const_6_promoted_to_fp16)[name = tensor("op_372_cast_fp16")]; tensor var_373_cast_fp16 = exp(x = var_372_cast_fp16)[name = tensor("op_373_cast_fp16")]; tensor var_374_epsilon_0 = const()[name = tensor("op_374_epsilon_0"), val = tensor(0x1p+0)]; tensor var_374_cast_fp16 = log(epsilon = var_374_epsilon_0, x = var_373_cast_fp16)[name = tensor("op_374_cast_fp16")]; tensor var_375_cast_fp16 = add(x = var_370_cast_fp16, y = var_374_cast_fp16)[name = tensor("op_375_cast_fp16")]; tensor var_376_to_fp16 = const()[name = tensor("op_376_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_377_cast_fp16 = mul(x = x_31_cast_fp16, y = var_376_to_fp16)[name = tensor("op_377_cast_fp16")]; tensor var_378_cast_fp16 = sub(x = var_375_cast_fp16, y = var_377_cast_fp16)[name = tensor("op_378_cast_fp16")]; tensor var_379_to_fp16 = const()[name = tensor("op_379_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_29_cast_fp16 = sub(x = var_378_cast_fp16, y = var_379_to_fp16)[name = tensor("input_29_cast_fp16")]; tensor var_387_pad_type_0 = const()[name = tensor("op_387_pad_type_0"), val = tensor("valid")]; tensor var_387_strides_0 = const()[name = tensor("op_387_strides_0"), val = tensor([1, 1])]; tensor var_387_pad_0 = const()[name = tensor("op_387_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_387_dilations_0 = const()[name = tensor("op_387_dilations_0"), val = tensor([1, 1])]; tensor var_387_groups_0 = const()[name = tensor("op_387_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_0_feed_forward2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_feed_forward2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(75603904)))]; tensor core_stacks_0_layers_0_feed_forward2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_feed_forward2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(77176832)))]; tensor var_387_cast_fp16 = conv(bias = core_stacks_0_layers_0_feed_forward2_out_proj_bias_to_fp16, dilations = var_387_dilations_0, groups = var_387_groups_0, pad = var_387_pad_0, pad_type = var_387_pad_type_0, strides = var_387_strides_0, weight = core_stacks_0_layers_0_feed_forward2_out_proj_weight_to_fp16, x = input_29_cast_fp16)[name = tensor("op_387_cast_fp16")]; tensor src_1_cast_fp16 = add(x = input_27_cast_fp16, y = var_387_cast_fp16)[name = tensor("src_1_cast_fp16")]; tensor var_390_cast_fp16 = sub(x = src_1_cast_fp16, y = input_11_cast_fp16)[name = tensor("op_390_cast_fp16")]; tensor core_stacks_0_layers_0_bypass_mid_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_bypass_mid_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(77177920)))]; tensor var_391_cast_fp16 = mul(x = var_390_cast_fp16, y = core_stacks_0_layers_0_bypass_mid_bypass_scale_to_fp16)[name = tensor("op_391_cast_fp16")]; tensor x_35_cast_fp16 = add(x = input_11_cast_fp16, y = var_391_cast_fp16)[name = tensor("x_35_cast_fp16")]; tensor var_402_pad_type_0 = const()[name = tensor("op_402_pad_type_0"), val = tensor("valid")]; tensor var_402_strides_0 = const()[name = tensor("op_402_strides_0"), val = tensor([1, 1])]; tensor var_402_pad_0 = const()[name = tensor("op_402_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_402_dilations_0 = const()[name = tensor("op_402_dilations_0"), val = tensor([1, 1])]; tensor var_402_groups_0 = const()[name = tensor("op_402_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_0_self_attn2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_self_attn2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(77179008)))]; tensor core_stacks_0_layers_0_self_attn2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_self_attn2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(77228224)))]; tensor var_402_cast_fp16 = conv(bias = core_stacks_0_layers_0_self_attn2_in_proj_bias_to_fp16, dilations = var_402_dilations_0, groups = var_402_groups_0, pad = var_402_pad_0, pad_type = var_402_pad_type_0, strides = var_402_strides_0, weight = core_stacks_0_layers_0_self_attn2_in_proj_weight_to_fp16, x = x_35_cast_fp16)[name = tensor("op_402_cast_fp16")]; tensor var_403 = const()[name = tensor("op_403"), val = tensor([4, 12, 1, 1024])]; tensor var_404_cast_fp16 = reshape(shape = var_403, x = var_402_cast_fp16)[name = tensor("op_404_cast_fp16")]; tensor transpose_7_perm_0 = const()[name = tensor("transpose_7_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_35 = const()[name = tensor("concat_35"), val = tensor([4, 1024, 12])]; tensor transpose_7_cast_fp16 = transpose(perm = transpose_7_perm_0, x = var_404_cast_fp16)[name = tensor("transpose_310")]; tensor reshape_10_cast_fp16 = reshape(shape = concat_35, x = transpose_7_cast_fp16)[name = tensor("reshape_10_cast_fp16")]; tensor matmul_3_transpose_x_0 = const()[name = tensor("matmul_3_transpose_x_0"), val = tensor(false)]; tensor matmul_3_transpose_y_0 = const()[name = tensor("matmul_3_transpose_y_0"), val = tensor(false)]; tensor matmul_3_cast_fp16 = matmul(transpose_x = matmul_3_transpose_x_0, transpose_y = matmul_3_transpose_y_0, x = reshape_6_cast_fp16, y = reshape_10_cast_fp16)[name = tensor("matmul_3_cast_fp16")]; tensor concat_39 = const()[name = tensor("concat_39"), val = tensor([4, 1, 1024, 12])]; tensor reshape_11_cast_fp16 = reshape(shape = concat_39, x = matmul_3_cast_fp16)[name = tensor("reshape_11_cast_fp16")]; tensor out_3_perm_0 = const()[name = tensor("out_3_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_407 = const()[name = tensor("op_407"), val = tensor([1, 48, 1, 1024])]; tensor out_3_cast_fp16 = transpose(perm = out_3_perm_0, x = reshape_11_cast_fp16)[name = tensor("transpose_309")]; tensor input_31_cast_fp16 = reshape(shape = var_407, x = out_3_cast_fp16)[name = tensor("input_31_cast_fp16")]; tensor var_415_pad_type_0 = const()[name = tensor("op_415_pad_type_0"), val = tensor("valid")]; tensor var_415_strides_0 = const()[name = tensor("op_415_strides_0"), val = tensor([1, 1])]; tensor var_415_pad_0 = const()[name = tensor("op_415_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_415_dilations_0 = const()[name = tensor("op_415_dilations_0"), val = tensor([1, 1])]; tensor var_415_groups_0 = const()[name = tensor("op_415_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_0_self_attn2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_self_attn2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(77228416)))]; tensor core_stacks_0_layers_0_self_attn2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_self_attn2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(77277632)))]; tensor var_415_cast_fp16 = conv(bias = core_stacks_0_layers_0_self_attn2_out_proj_bias_to_fp16, dilations = var_415_dilations_0, groups = var_415_groups_0, pad = var_415_pad_0, pad_type = var_415_pad_type_0, strides = var_415_strides_0, weight = core_stacks_0_layers_0_self_attn2_out_proj_weight_to_fp16, x = input_31_cast_fp16)[name = tensor("op_415_cast_fp16")]; tensor x_37_cast_fp16 = add(x = x_35_cast_fp16, y = var_415_cast_fp16)[name = tensor("x_37_cast_fp16")]; tensor x_39_cast_fp16 = add(x = x_37_cast_fp16, y = time_emb_1_cast_fp16)[name = tensor("x_39_cast_fp16")]; tensor x_41_pad_type_0 = const()[name = tensor("x_41_pad_type_0"), val = tensor("valid")]; tensor x_41_strides_0 = const()[name = tensor("x_41_strides_0"), val = tensor([1, 1])]; tensor x_41_pad_0 = const()[name = tensor("x_41_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_41_dilations_0 = const()[name = tensor("x_41_dilations_0"), val = tensor([1, 1])]; tensor x_41_groups_0 = const()[name = tensor("x_41_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_0_conv_module2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_conv_module2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(77278720)))]; tensor core_stacks_0_layers_0_conv_module2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_conv_module2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(78327360)))]; tensor x_41_cast_fp16 = conv(bias = core_stacks_0_layers_0_conv_module2_in_proj_bias_to_fp16, dilations = x_41_dilations_0, groups = x_41_groups_0, pad = x_41_pad_0, pad_type = x_41_pad_type_0, strides = x_41_strides_0, weight = core_stacks_0_layers_0_conv_module2_in_proj_weight_to_fp16, x = x_39_cast_fp16)[name = tensor("x_41_cast_fp16")]; tensor var_433_begin_0 = const()[name = tensor("op_433_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_433_end_0 = const()[name = tensor("op_433_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_433_end_mask_0 = const()[name = tensor("op_433_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_433_cast_fp16 = slice_by_index(begin = var_433_begin_0, end = var_433_end_0, end_mask = var_433_end_mask_0, x = x_41_cast_fp16)[name = tensor("op_433_cast_fp16")]; tensor var_435_begin_0 = const()[name = tensor("op_435_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_435_end_0 = const()[name = tensor("op_435_end_0"), val = tensor([1, 1024, 1, 1024])]; tensor var_435_end_mask_0 = const()[name = tensor("op_435_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_435_cast_fp16 = slice_by_index(begin = var_435_begin_0, end = var_435_end_0, end_mask = var_435_end_mask_0, x = x_41_cast_fp16)[name = tensor("op_435_cast_fp16")]; tensor var_436_cast_fp16 = sigmoid(x = var_435_cast_fp16)[name = tensor("op_436_cast_fp16")]; tensor x_43_cast_fp16 = mul(x = var_433_cast_fp16, y = var_436_cast_fp16)[name = tensor("x_43_cast_fp16")]; tensor input_33_cast_fp16 = mul(x = x_43_cast_fp16, y = conv_keep_1_cast_fp16)[name = tensor("input_33_cast_fp16")]; tensor var_445_pad_type_0 = const()[name = tensor("op_445_pad_type_0"), val = tensor("custom")]; tensor var_445_pad_0 = const()[name = tensor("op_445_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_445_groups_0 = const()[name = tensor("op_445_groups_0"), val = tensor(512)]; tensor var_445_strides_0 = const()[name = tensor("op_445_strides_0"), val = tensor([1, 1])]; tensor var_445_dilations_0 = const()[name = tensor("op_445_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_0_layers_0_conv_module2_dw_a_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_conv_module2_dw_a_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(78329472)))]; tensor core_stacks_0_layers_0_conv_module2_dw_a_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_conv_module2_dw_a_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(78344896)))]; tensor var_445_cast_fp16 = conv(bias = core_stacks_0_layers_0_conv_module2_dw_a_bias_to_fp16, dilations = var_445_dilations_0, groups = var_445_groups_0, pad = var_445_pad_0, pad_type = var_445_pad_type_0, strides = var_445_strides_0, weight = core_stacks_0_layers_0_conv_module2_dw_a_weight_to_fp16, x = input_33_cast_fp16)[name = tensor("op_445_cast_fp16")]; tensor var_446_begin_0 = const()[name = tensor("op_446_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_446_end_0 = const()[name = tensor("op_446_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_446_end_mask_0 = const()[name = tensor("op_446_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_446_cast_fp16 = slice_by_index(begin = var_446_begin_0, end = var_446_end_0, end_mask = var_446_end_mask_0, x = var_445_cast_fp16)[name = tensor("op_446_cast_fp16")]; tensor var_452_pad_type_0 = const()[name = tensor("op_452_pad_type_0"), val = tensor("custom")]; tensor var_452_pad_0 = const()[name = tensor("op_452_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_452_groups_0 = const()[name = tensor("op_452_groups_0"), val = tensor(512)]; tensor var_452_strides_0 = const()[name = tensor("op_452_strides_0"), val = tensor([1, 1])]; tensor var_452_dilations_0 = const()[name = tensor("op_452_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_0_layers_0_conv_module2_dw_b_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_conv_module2_dw_b_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(78345984)))]; tensor var_452_cast_fp16 = conv(dilations = var_452_dilations_0, groups = var_452_groups_0, pad = var_452_pad_0, pad_type = var_452_pad_type_0, strides = var_452_strides_0, weight = core_stacks_0_layers_0_conv_module2_dw_b_weight_to_fp16, x = input_33_cast_fp16)[name = tensor("op_452_cast_fp16")]; tensor var_456_begin_0 = const()[name = tensor("op_456_begin_0"), val = tensor([0, 0, 0, 15])]; tensor var_456_end_0 = const()[name = tensor("op_456_end_0"), val = tensor([1, 512, 1, 1039])]; tensor var_456_end_mask_0 = const()[name = tensor("op_456_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_456_cast_fp16 = slice_by_index(begin = var_456_begin_0, end = var_456_end_0, end_mask = var_456_end_mask_0, x = var_452_cast_fp16)[name = tensor("op_456_cast_fp16")]; tensor var_457_cast_fp16 = add(x = var_446_cast_fp16, y = var_456_cast_fp16)[name = tensor("op_457_cast_fp16")]; tensor var_463_pad_type_0 = const()[name = tensor("op_463_pad_type_0"), val = tensor("custom")]; tensor var_463_pad_0 = const()[name = tensor("op_463_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_463_groups_0 = const()[name = tensor("op_463_groups_0"), val = tensor(512)]; tensor var_463_strides_0 = const()[name = tensor("op_463_strides_0"), val = tensor([1, 1])]; tensor var_463_dilations_0 = const()[name = tensor("op_463_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_0_layers_0_conv_module2_dw_c_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_conv_module2_dw_c_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(78361408)))]; tensor var_463_cast_fp16 = conv(dilations = var_463_dilations_0, groups = var_463_groups_0, pad = var_463_pad_0, pad_type = var_463_pad_type_0, strides = var_463_strides_0, weight = core_stacks_0_layers_0_conv_module2_dw_c_weight_to_fp16, x = input_33_cast_fp16)[name = tensor("op_463_cast_fp16")]; tensor var_467_begin_0 = const()[name = tensor("op_467_begin_0"), val = tensor([0, 0, 0, 30])]; tensor var_467_end_0 = const()[name = tensor("op_467_end_0"), val = tensor([1, 512, 1, 1])]; tensor var_467_end_mask_0 = const()[name = tensor("op_467_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_467_cast_fp16 = slice_by_index(begin = var_467_begin_0, end = var_467_end_0, end_mask = var_467_end_mask_0, x = var_463_cast_fp16)[name = tensor("op_467_cast_fp16")]; tensor x_45_cast_fp16 = add(x = var_457_cast_fp16, y = var_467_cast_fp16)[name = tensor("x_45_cast_fp16")]; tensor var_469_to_fp16 = const()[name = tensor("op_469_to_fp16"), val = tensor(0x1p+0)]; tensor x_47_cast_fp16 = sub(x = x_45_cast_fp16, y = var_469_to_fp16)[name = tensor("x_47_cast_fp16")]; tensor var_471_cast_fp16 = relu(x = x_47_cast_fp16)[name = tensor("op_471_cast_fp16")]; tensor var_472_cast_fp16 = abs(x = x_47_cast_fp16)[name = tensor("op_472_cast_fp16")]; tensor const_9_promoted_to_fp16 = const()[name = tensor("const_9_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_473_cast_fp16 = mul(x = var_472_cast_fp16, y = const_9_promoted_to_fp16)[name = tensor("op_473_cast_fp16")]; tensor var_474_cast_fp16 = exp(x = var_473_cast_fp16)[name = tensor("op_474_cast_fp16")]; tensor var_475_epsilon_0 = const()[name = tensor("op_475_epsilon_0"), val = tensor(0x1p+0)]; tensor var_475_cast_fp16 = log(epsilon = var_475_epsilon_0, x = var_474_cast_fp16)[name = tensor("op_475_cast_fp16")]; tensor var_476_cast_fp16 = add(x = var_471_cast_fp16, y = var_475_cast_fp16)[name = tensor("op_476_cast_fp16")]; tensor var_477_to_fp16 = const()[name = tensor("op_477_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_478_cast_fp16 = mul(x = x_45_cast_fp16, y = var_477_to_fp16)[name = tensor("op_478_cast_fp16")]; tensor var_479_cast_fp16 = sub(x = var_476_cast_fp16, y = var_478_cast_fp16)[name = tensor("op_479_cast_fp16")]; tensor var_480_to_fp16 = const()[name = tensor("op_480_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_35_cast_fp16 = sub(x = var_479_cast_fp16, y = var_480_to_fp16)[name = tensor("input_35_cast_fp16")]; tensor var_488_pad_type_0 = const()[name = tensor("op_488_pad_type_0"), val = tensor("valid")]; tensor var_488_strides_0 = const()[name = tensor("op_488_strides_0"), val = tensor([1, 1])]; tensor var_488_pad_0 = const()[name = tensor("op_488_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_488_dilations_0 = const()[name = tensor("op_488_dilations_0"), val = tensor([1, 1])]; tensor var_488_groups_0 = const()[name = tensor("op_488_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_0_conv_module2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_conv_module2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(78362496)))]; tensor core_stacks_0_layers_0_conv_module2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_conv_module2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(78886848)))]; tensor var_488_cast_fp16 = conv(bias = core_stacks_0_layers_0_conv_module2_out_proj_bias_to_fp16, dilations = var_488_dilations_0, groups = var_488_groups_0, pad = var_488_pad_0, pad_type = var_488_pad_type_0, strides = var_488_strides_0, weight = core_stacks_0_layers_0_conv_module2_out_proj_weight_to_fp16, x = input_35_cast_fp16)[name = tensor("op_488_cast_fp16")]; tensor input_37_cast_fp16 = add(x = x_39_cast_fp16, y = var_488_cast_fp16)[name = tensor("input_37_cast_fp16")]; tensor x_49_pad_type_0 = const()[name = tensor("x_49_pad_type_0"), val = tensor("valid")]; tensor x_49_strides_0 = const()[name = tensor("x_49_strides_0"), val = tensor([1, 1])]; tensor x_49_pad_0 = const()[name = tensor("x_49_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_49_dilations_0 = const()[name = tensor("x_49_dilations_0"), val = tensor([1, 1])]; tensor x_49_groups_0 = const()[name = tensor("x_49_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_0_feed_forward3_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_feed_forward3_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(78887936)))]; tensor core_stacks_0_layers_0_feed_forward3_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_feed_forward3_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(80854080)))]; tensor x_49_cast_fp16 = conv(bias = core_stacks_0_layers_0_feed_forward3_in_proj_bias_to_fp16, dilations = x_49_dilations_0, groups = x_49_groups_0, pad = x_49_pad_0, pad_type = x_49_pad_type_0, strides = x_49_strides_0, weight = core_stacks_0_layers_0_feed_forward3_in_proj_weight_to_fp16, x = input_37_cast_fp16)[name = tensor("x_49_cast_fp16")]; tensor var_499_to_fp16 = const()[name = tensor("op_499_to_fp16"), val = tensor(0x1p+2)]; tensor x_51_cast_fp16 = sub(x = x_49_cast_fp16, y = var_499_to_fp16)[name = tensor("x_51_cast_fp16")]; tensor var_501_cast_fp16 = relu(x = x_51_cast_fp16)[name = tensor("op_501_cast_fp16")]; tensor var_502_cast_fp16 = abs(x = x_51_cast_fp16)[name = tensor("op_502_cast_fp16")]; tensor const_10_promoted_to_fp16 = const()[name = tensor("const_10_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_503_cast_fp16 = mul(x = var_502_cast_fp16, y = const_10_promoted_to_fp16)[name = tensor("op_503_cast_fp16")]; tensor var_504_cast_fp16 = exp(x = var_503_cast_fp16)[name = tensor("op_504_cast_fp16")]; tensor var_505_epsilon_0 = const()[name = tensor("op_505_epsilon_0"), val = tensor(0x1p+0)]; tensor var_505_cast_fp16 = log(epsilon = var_505_epsilon_0, x = var_504_cast_fp16)[name = tensor("op_505_cast_fp16")]; tensor var_506_cast_fp16 = add(x = var_501_cast_fp16, y = var_505_cast_fp16)[name = tensor("op_506_cast_fp16")]; tensor var_507_to_fp16 = const()[name = tensor("op_507_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_508_cast_fp16 = mul(x = x_49_cast_fp16, y = var_507_to_fp16)[name = tensor("op_508_cast_fp16")]; tensor var_509_cast_fp16 = sub(x = var_506_cast_fp16, y = var_508_cast_fp16)[name = tensor("op_509_cast_fp16")]; tensor var_510_to_fp16 = const()[name = tensor("op_510_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_39_cast_fp16 = sub(x = var_509_cast_fp16, y = var_510_to_fp16)[name = tensor("input_39_cast_fp16")]; tensor var_518_pad_type_0 = const()[name = tensor("op_518_pad_type_0"), val = tensor("valid")]; tensor var_518_strides_0 = const()[name = tensor("op_518_strides_0"), val = tensor([1, 1])]; tensor var_518_pad_0 = const()[name = tensor("op_518_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_518_dilations_0 = const()[name = tensor("op_518_dilations_0"), val = tensor([1, 1])]; tensor var_518_groups_0 = const()[name = tensor("op_518_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_0_feed_forward3_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_feed_forward3_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(80857984)))]; tensor core_stacks_0_layers_0_feed_forward3_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_feed_forward3_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(82824128)))]; tensor var_518_cast_fp16 = conv(bias = core_stacks_0_layers_0_feed_forward3_out_proj_bias_to_fp16, dilations = var_518_dilations_0, groups = var_518_groups_0, pad = var_518_pad_0, pad_type = var_518_pad_type_0, strides = var_518_strides_0, weight = core_stacks_0_layers_0_feed_forward3_out_proj_weight_to_fp16, x = input_39_cast_fp16)[name = tensor("op_518_cast_fp16")]; tensor x_53_cast_fp16 = add(x = input_37_cast_fp16, y = var_518_cast_fp16)[name = tensor("x_53_cast_fp16")]; tensor core_stacks_0_layers_0_norm_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(82825216)))]; tensor d_1_cast_fp16 = sub(x = x_53_cast_fp16, y = core_stacks_0_layers_0_norm_bias_to_fp16)[name = tensor("d_1_cast_fp16")]; tensor var_523_cast_fp16 = mul(x = d_1_cast_fp16, y = d_1_cast_fp16)[name = tensor("op_523_cast_fp16")]; tensor var_525_axes_0 = const()[name = tensor("op_525_axes_0"), val = tensor([1])]; tensor var_525_keep_dims_0 = const()[name = tensor("op_525_keep_dims_0"), val = tensor(true)]; tensor var_525_cast_fp16 = reduce_mean(axes = var_525_axes_0, keep_dims = var_525_keep_dims_0, x = var_523_cast_fp16)[name = tensor("op_525_cast_fp16")]; tensor scales_1_epsilon_0 = const()[name = tensor("scales_1_epsilon_0"), val = tensor(0x1.197998p-40)]; tensor scales_1_cast_fp16 = rsqrt(epsilon = scales_1_epsilon_0, x = var_525_cast_fp16)[name = tensor("scales_1_cast_fp16")]; tensor var_527_cast_fp16 = mul(x = x_53_cast_fp16, y = scales_1_cast_fp16)[name = tensor("op_527_cast_fp16")]; tensor core_stacks_0_layers_0_norm_scale_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_norm_scale_to_fp16"), val = tensor(0x1.51p+0)]; tensor src_3_cast_fp16 = mul(x = var_527_cast_fp16, y = core_stacks_0_layers_0_norm_scale_to_fp16)[name = tensor("src_3_cast_fp16")]; tensor var_530_cast_fp16 = sub(x = src_3_cast_fp16, y = input_11_cast_fp16)[name = tensor("op_530_cast_fp16")]; tensor core_stacks_0_layers_0_bypass_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_0_layers_0_bypass_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(82826304)))]; tensor var_531_cast_fp16 = mul(x = var_530_cast_fp16, y = core_stacks_0_layers_0_bypass_bypass_scale_to_fp16)[name = tensor("op_531_cast_fp16")]; tensor input_41_cast_fp16 = add(x = input_11_cast_fp16, y = var_531_cast_fp16)[name = tensor("input_41_cast_fp16")]; tensor proj_3_pad_type_0 = const()[name = tensor("proj_3_pad_type_0"), val = tensor("valid")]; tensor proj_3_strides_0 = const()[name = tensor("proj_3_strides_0"), val = tensor([1, 1])]; tensor proj_3_pad_0 = const()[name = tensor("proj_3_pad_0"), val = tensor([0, 0, 0, 0])]; tensor proj_3_dilations_0 = const()[name = tensor("proj_3_dilations_0"), val = tensor([1, 1])]; tensor proj_3_groups_0 = const()[name = tensor("proj_3_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_1_self_attn_weights_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_self_attn_weights_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(82827392)))]; tensor core_stacks_0_layers_1_self_attn_weights_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_self_attn_weights_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(83220672)))]; tensor proj_3_cast_fp16 = conv(bias = core_stacks_0_layers_1_self_attn_weights_in_proj_bias_to_fp16, dilations = proj_3_dilations_0, groups = proj_3_groups_0, pad = proj_3_pad_0, pad_type = proj_3_pad_type_0, strides = proj_3_strides_0, weight = core_stacks_0_layers_1_self_attn_weights_in_proj_weight_to_fp16, x = input_41_cast_fp16)[name = tensor("proj_3_cast_fp16")]; tensor var_554_begin_0 = const()[name = tensor("op_554_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_554_end_0 = const()[name = tensor("op_554_end_0"), val = tensor([1, 128, 1, 1024])]; tensor var_554_end_mask_0 = const()[name = tensor("op_554_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_554_cast_fp16 = slice_by_index(begin = var_554_begin_0, end = var_554_end_0, end_mask = var_554_end_mask_0, x = proj_3_cast_fp16)[name = tensor("op_554_cast_fp16")]; tensor var_555 = const()[name = tensor("op_555"), val = tensor([4, 32, 1, 1024])]; tensor var_556_cast_fp16 = reshape(shape = var_555, x = var_554_cast_fp16)[name = tensor("op_556_cast_fp16")]; tensor var_558_begin_0 = const()[name = tensor("op_558_begin_0"), val = tensor([0, 128, 0, 0])]; tensor var_558_end_0 = const()[name = tensor("op_558_end_0"), val = tensor([1, 256, 1, 1024])]; tensor var_558_end_mask_0 = const()[name = tensor("op_558_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_558_cast_fp16 = slice_by_index(begin = var_558_begin_0, end = var_558_end_0, end_mask = var_558_end_mask_0, x = proj_3_cast_fp16)[name = tensor("op_558_cast_fp16")]; tensor var_559 = const()[name = tensor("op_559"), val = tensor([4, 32, 1, 1024])]; tensor var_560_cast_fp16 = reshape(shape = var_559, x = var_558_cast_fp16)[name = tensor("op_560_cast_fp16")]; tensor var_562_begin_0 = const()[name = tensor("op_562_begin_0"), val = tensor([0, 256, 0, 0])]; tensor var_562_end_0 = const()[name = tensor("op_562_end_0"), val = tensor([1, 384, 1, 1024])]; tensor var_562_end_mask_0 = const()[name = tensor("op_562_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_562_cast_fp16 = slice_by_index(begin = var_562_begin_0, end = var_562_end_0, end_mask = var_562_end_mask_0, x = proj_3_cast_fp16)[name = tensor("op_562_cast_fp16")]; tensor var_563 = const()[name = tensor("op_563"), val = tensor([4, 32, 1, 1024])]; tensor pt_3_cast_fp16 = reshape(shape = var_563, x = var_562_cast_fp16)[name = tensor("pt_3_cast_fp16")]; tensor transpose_8_perm_0 = const()[name = tensor("transpose_8_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_44 = const()[name = tensor("concat_44"), val = tensor([4, 1024, 32])]; tensor transpose_8_cast_fp16 = transpose(perm = transpose_8_perm_0, x = var_556_cast_fp16)[name = tensor("transpose_308")]; tensor reshape_12_cast_fp16 = reshape(shape = concat_44, x = transpose_8_cast_fp16)[name = tensor("reshape_12_cast_fp16")]; tensor transpose_9_perm_0 = const()[name = tensor("transpose_9_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_45 = const()[name = tensor("concat_45"), val = tensor([4, 32, 1024])]; tensor transpose_9_cast_fp16 = transpose(perm = transpose_9_perm_0, x = var_560_cast_fp16)[name = tensor("transpose_307")]; tensor reshape_13_cast_fp16 = reshape(shape = concat_45, x = transpose_9_cast_fp16)[name = tensor("reshape_13_cast_fp16")]; tensor matmul_4_transpose_x_0 = const()[name = tensor("matmul_4_transpose_x_0"), val = tensor(false)]; tensor matmul_4_transpose_y_0 = const()[name = tensor("matmul_4_transpose_y_0"), val = tensor(false)]; tensor matmul_4_cast_fp16 = matmul(transpose_x = matmul_4_transpose_x_0, transpose_y = matmul_4_transpose_y_0, x = reshape_12_cast_fp16, y = reshape_13_cast_fp16)[name = tensor("matmul_4_cast_fp16")]; tensor concat_49 = const()[name = tensor("concat_49"), val = tensor([4, 1, 1024, 1024])]; tensor reshape_14_cast_fp16 = reshape(shape = concat_49, x = matmul_4_cast_fp16)[name = tensor("reshape_14_cast_fp16")]; tensor attn_scores_7_perm_0 = const()[name = tensor("attn_scores_7_perm_0"), val = tensor([0, 2, 1, 3])]; tensor var_567 = const()[name = tensor("op_567"), val = tensor([0, 1, 3, 2])]; tensor var_568_cast_fp16 = transpose(perm = var_567, x = pt_3_cast_fp16)[name = tensor("transpose_305")]; tensor var_569_cast_fp16 = mul(x = var_568_cast_fp16, y = core_pos_basis_1024_to_fp16)[name = tensor("op_569_cast_fp16")]; tensor pos_scores_3_axes_0 = const()[name = tensor("pos_scores_3_axes_0"), val = tensor([1])]; tensor pos_scores_3_keep_dims_0 = const()[name = tensor("pos_scores_3_keep_dims_0"), val = tensor(true)]; tensor pos_scores_3_cast_fp16 = reduce_sum(axes = pos_scores_3_axes_0, keep_dims = pos_scores_3_keep_dims_0, x = var_569_cast_fp16)[name = tensor("pos_scores_3_cast_fp16")]; tensor var_572 = const()[name = tensor("op_572"), val = tensor([4, 1024, 1, 1024])]; tensor var_573_cast_fp16 = reshape(shape = var_572, x = pos_scores_3_cast_fp16)[name = tensor("op_573_cast_fp16")]; tensor attn_scores_7_cast_fp16 = transpose(perm = attn_scores_7_perm_0, x = reshape_14_cast_fp16)[name = tensor("transpose_306")]; tensor attn_scores_9_cast_fp16 = add(x = attn_scores_7_cast_fp16, y = var_573_cast_fp16)[name = tensor("attn_scores_9_cast_fp16")]; tensor attn_scores_11_cast_fp16 = add(x = attn_scores_9_cast_fp16, y = attn_bias_1_cast_fp16)[name = tensor("attn_scores_11_cast_fp16")]; tensor attn_weights_3_cast_fp16 = softmax(axis = var_41, x = attn_scores_11_cast_fp16)[name = tensor("attn_weights_3_cast_fp16")]; tensor input_43_cast_fp16 = add(x = input_41_cast_fp16, y = time_emb_1_cast_fp16)[name = tensor("input_43_cast_fp16")]; tensor x_55_pad_type_0 = const()[name = tensor("x_55_pad_type_0"), val = tensor("valid")]; tensor x_55_strides_0 = const()[name = tensor("x_55_strides_0"), val = tensor([1, 1])]; tensor x_55_pad_0 = const()[name = tensor("x_55_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_55_dilations_0 = const()[name = tensor("x_55_dilations_0"), val = tensor([1, 1])]; tensor x_55_groups_0 = const()[name = tensor("x_55_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_1_feed_forward1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_feed_forward1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(83221504)))]; tensor core_stacks_0_layers_1_feed_forward1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_feed_forward1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(84401216)))]; tensor x_55_cast_fp16 = conv(bias = core_stacks_0_layers_1_feed_forward1_in_proj_bias_to_fp16, dilations = x_55_dilations_0, groups = x_55_groups_0, pad = x_55_pad_0, pad_type = x_55_pad_type_0, strides = x_55_strides_0, weight = core_stacks_0_layers_1_feed_forward1_in_proj_weight_to_fp16, x = input_43_cast_fp16)[name = tensor("x_55_cast_fp16")]; tensor var_587_to_fp16 = const()[name = tensor("op_587_to_fp16"), val = tensor(0x1p+2)]; tensor x_57_cast_fp16 = sub(x = x_55_cast_fp16, y = var_587_to_fp16)[name = tensor("x_57_cast_fp16")]; tensor var_589_cast_fp16 = relu(x = x_57_cast_fp16)[name = tensor("op_589_cast_fp16")]; tensor var_590_cast_fp16 = abs(x = x_57_cast_fp16)[name = tensor("op_590_cast_fp16")]; tensor const_11_promoted_to_fp16 = const()[name = tensor("const_11_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_591_cast_fp16 = mul(x = var_590_cast_fp16, y = const_11_promoted_to_fp16)[name = tensor("op_591_cast_fp16")]; tensor var_592_cast_fp16 = exp(x = var_591_cast_fp16)[name = tensor("op_592_cast_fp16")]; tensor var_593_epsilon_0 = const()[name = tensor("op_593_epsilon_0"), val = tensor(0x1p+0)]; tensor var_593_cast_fp16 = log(epsilon = var_593_epsilon_0, x = var_592_cast_fp16)[name = tensor("op_593_cast_fp16")]; tensor var_594_cast_fp16 = add(x = var_589_cast_fp16, y = var_593_cast_fp16)[name = tensor("op_594_cast_fp16")]; tensor var_595_to_fp16 = const()[name = tensor("op_595_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_596_cast_fp16 = mul(x = x_55_cast_fp16, y = var_595_to_fp16)[name = tensor("op_596_cast_fp16")]; tensor var_597_cast_fp16 = sub(x = var_594_cast_fp16, y = var_596_cast_fp16)[name = tensor("op_597_cast_fp16")]; tensor var_598_to_fp16 = const()[name = tensor("op_598_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_45_cast_fp16 = sub(x = var_597_cast_fp16, y = var_598_to_fp16)[name = tensor("input_45_cast_fp16")]; tensor var_606_pad_type_0 = const()[name = tensor("op_606_pad_type_0"), val = tensor("valid")]; tensor var_606_strides_0 = const()[name = tensor("op_606_strides_0"), val = tensor([1, 1])]; tensor var_606_pad_0 = const()[name = tensor("op_606_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_606_dilations_0 = const()[name = tensor("op_606_dilations_0"), val = tensor([1, 1])]; tensor var_606_groups_0 = const()[name = tensor("op_606_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_1_feed_forward1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_feed_forward1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(84403584)))]; tensor core_stacks_0_layers_1_feed_forward1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_feed_forward1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(85583296)))]; tensor var_606_cast_fp16 = conv(bias = core_stacks_0_layers_1_feed_forward1_out_proj_bias_to_fp16, dilations = var_606_dilations_0, groups = var_606_groups_0, pad = var_606_pad_0, pad_type = var_606_pad_type_0, strides = var_606_strides_0, weight = core_stacks_0_layers_1_feed_forward1_out_proj_weight_to_fp16, x = input_45_cast_fp16)[name = tensor("op_606_cast_fp16")]; tensor input_47_cast_fp16 = add(x = input_43_cast_fp16, y = var_606_cast_fp16)[name = tensor("input_47_cast_fp16")]; tensor var_608_begin_0 = const()[name = tensor("op_608_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_608_end_0 = const()[name = tensor("op_608_end_0"), val = tensor([1, 1024, 1, 1024])]; tensor var_608_end_mask_0 = const()[name = tensor("op_608_end_mask_0"), val = tensor([false, true, true, true])]; tensor var_608_cast_fp16 = slice_by_index(begin = var_608_begin_0, end = var_608_end_0, end_mask = var_608_end_mask_0, x = attn_weights_3_cast_fp16)[name = tensor("op_608_cast_fp16")]; tensor x_59_pad_type_0 = const()[name = tensor("x_59_pad_type_0"), val = tensor("valid")]; tensor x_59_strides_0 = const()[name = tensor("x_59_strides_0"), val = tensor([1, 1])]; tensor x_59_pad_0 = const()[name = tensor("x_59_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_59_dilations_0 = const()[name = tensor("x_59_dilations_0"), val = tensor([1, 1])]; tensor x_59_groups_0 = const()[name = tensor("x_59_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_1_nonlin_attention_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_nonlin_attention_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(85584384)))]; tensor core_stacks_0_layers_1_nonlin_attention_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_nonlin_attention_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(86764096)))]; tensor x_59_cast_fp16 = conv(bias = core_stacks_0_layers_1_nonlin_attention_in_proj_bias_to_fp16, dilations = x_59_dilations_0, groups = x_59_groups_0, pad = x_59_pad_0, pad_type = x_59_pad_type_0, strides = x_59_strides_0, weight = core_stacks_0_layers_1_nonlin_attention_in_proj_weight_to_fp16, x = input_47_cast_fp16)[name = tensor("x_59_cast_fp16")]; tensor var_619_begin_0 = const()[name = tensor("op_619_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_619_end_0 = const()[name = tensor("op_619_end_0"), val = tensor([1, 384, 1, 1024])]; tensor var_619_end_mask_0 = const()[name = tensor("op_619_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_619_cast_fp16 = slice_by_index(begin = var_619_begin_0, end = var_619_end_0, end_mask = var_619_end_mask_0, x = x_59_cast_fp16)[name = tensor("op_619_cast_fp16")]; tensor s_gate_3_cast_fp16 = tanh(x = var_619_cast_fp16)[name = tensor("s_gate_3_cast_fp16")]; tensor var_622_begin_0 = const()[name = tensor("op_622_begin_0"), val = tensor([0, 384, 0, 0])]; tensor var_622_end_0 = const()[name = tensor("op_622_end_0"), val = tensor([1, 768, 1, 1024])]; tensor var_622_end_mask_0 = const()[name = tensor("op_622_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_622_cast_fp16 = slice_by_index(begin = var_622_begin_0, end = var_622_end_0, end_mask = var_622_end_mask_0, x = x_59_cast_fp16)[name = tensor("op_622_cast_fp16")]; tensor var_623_cast_fp16 = mul(x = var_622_cast_fp16, y = s_gate_3_cast_fp16)[name = tensor("op_623_cast_fp16")]; tensor y_3_begin_0 = const()[name = tensor("y_3_begin_0"), val = tensor([0, 768, 0, 0])]; tensor y_3_end_0 = const()[name = tensor("y_3_end_0"), val = tensor([1, 1152, 1, 1024])]; tensor y_3_end_mask_0 = const()[name = tensor("y_3_end_mask_0"), val = tensor([true, true, true, true])]; tensor y_3_cast_fp16 = slice_by_index(begin = y_3_begin_0, end = y_3_end_0, end_mask = y_3_end_mask_0, x = x_59_cast_fp16)[name = tensor("y_3_cast_fp16")]; tensor transpose_10_perm_0 = const()[name = tensor("transpose_10_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_54 = const()[name = tensor("concat_54"), val = tensor([1, 1024, 1024])]; tensor transpose_10_cast_fp16 = transpose(perm = transpose_10_perm_0, x = var_608_cast_fp16)[name = tensor("transpose_304")]; tensor reshape_15_cast_fp16 = reshape(shape = concat_54, x = transpose_10_cast_fp16)[name = tensor("reshape_15_cast_fp16")]; tensor transpose_11_perm_0 = const()[name = tensor("transpose_11_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_55 = const()[name = tensor("concat_55"), val = tensor([1, 1024, 384])]; tensor transpose_11_cast_fp16 = transpose(perm = transpose_11_perm_0, x = var_623_cast_fp16)[name = tensor("transpose_303")]; tensor reshape_16_cast_fp16 = reshape(shape = concat_55, x = transpose_11_cast_fp16)[name = tensor("reshape_16_cast_fp16")]; tensor matmul_5_transpose_x_0 = const()[name = tensor("matmul_5_transpose_x_0"), val = tensor(false)]; tensor matmul_5_transpose_y_0 = const()[name = tensor("matmul_5_transpose_y_0"), val = tensor(false)]; tensor matmul_5_cast_fp16 = matmul(transpose_x = matmul_5_transpose_x_0, transpose_y = matmul_5_transpose_y_0, x = reshape_15_cast_fp16, y = reshape_16_cast_fp16)[name = tensor("matmul_5_cast_fp16")]; tensor concat_59 = const()[name = tensor("concat_59"), val = tensor([1, 1, 1024, 384])]; tensor reshape_17_cast_fp16 = reshape(shape = concat_59, x = matmul_5_cast_fp16)[name = tensor("reshape_17_cast_fp16")]; tensor v_3_perm_0 = const()[name = tensor("v_3_perm_0"), val = tensor([0, 3, 1, 2])]; tensor v_3_cast_fp16 = transpose(perm = v_3_perm_0, x = reshape_17_cast_fp16)[name = tensor("transpose_302")]; tensor input_49_cast_fp16 = mul(x = v_3_cast_fp16, y = y_3_cast_fp16)[name = tensor("input_49_cast_fp16")]; tensor var_635_pad_type_0 = const()[name = tensor("op_635_pad_type_0"), val = tensor("valid")]; tensor var_635_strides_0 = const()[name = tensor("op_635_strides_0"), val = tensor([1, 1])]; tensor var_635_pad_0 = const()[name = tensor("op_635_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_635_dilations_0 = const()[name = tensor("op_635_dilations_0"), val = tensor([1, 1])]; tensor var_635_groups_0 = const()[name = tensor("op_635_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_1_nonlin_attention_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_nonlin_attention_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(86766464)))]; tensor core_stacks_0_layers_1_nonlin_attention_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_nonlin_attention_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(87159744)))]; tensor var_635_cast_fp16 = conv(bias = core_stacks_0_layers_1_nonlin_attention_out_proj_bias_to_fp16, dilations = var_635_dilations_0, groups = var_635_groups_0, pad = var_635_pad_0, pad_type = var_635_pad_type_0, strides = var_635_strides_0, weight = core_stacks_0_layers_1_nonlin_attention_out_proj_weight_to_fp16, x = input_49_cast_fp16)[name = tensor("op_635_cast_fp16")]; tensor x_61_cast_fp16 = add(x = input_47_cast_fp16, y = var_635_cast_fp16)[name = tensor("x_61_cast_fp16")]; tensor var_646_pad_type_0 = const()[name = tensor("op_646_pad_type_0"), val = tensor("valid")]; tensor var_646_strides_0 = const()[name = tensor("op_646_strides_0"), val = tensor([1, 1])]; tensor var_646_pad_0 = const()[name = tensor("op_646_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_646_dilations_0 = const()[name = tensor("op_646_dilations_0"), val = tensor([1, 1])]; tensor var_646_groups_0 = const()[name = tensor("op_646_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_1_self_attn1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_self_attn1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(87160832)))]; tensor core_stacks_0_layers_1_self_attn1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_self_attn1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(87210048)))]; tensor var_646_cast_fp16 = conv(bias = core_stacks_0_layers_1_self_attn1_in_proj_bias_to_fp16, dilations = var_646_dilations_0, groups = var_646_groups_0, pad = var_646_pad_0, pad_type = var_646_pad_type_0, strides = var_646_strides_0, weight = core_stacks_0_layers_1_self_attn1_in_proj_weight_to_fp16, x = x_61_cast_fp16)[name = tensor("op_646_cast_fp16")]; tensor var_647 = const()[name = tensor("op_647"), val = tensor([4, 12, 1, 1024])]; tensor var_648_cast_fp16 = reshape(shape = var_647, x = var_646_cast_fp16)[name = tensor("op_648_cast_fp16")]; tensor transpose_12_perm_0 = const()[name = tensor("transpose_12_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_64 = const()[name = tensor("concat_64"), val = tensor([4, 1024, 1024])]; tensor transpose_12_cast_fp16 = transpose(perm = transpose_12_perm_0, x = attn_weights_3_cast_fp16)[name = tensor("transpose_301")]; tensor reshape_18_cast_fp16 = reshape(shape = concat_64, x = transpose_12_cast_fp16)[name = tensor("reshape_18_cast_fp16")]; tensor transpose_13_perm_0 = const()[name = tensor("transpose_13_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_65 = const()[name = tensor("concat_65"), val = tensor([4, 1024, 12])]; tensor transpose_13_cast_fp16 = transpose(perm = transpose_13_perm_0, x = var_648_cast_fp16)[name = tensor("transpose_300")]; tensor reshape_19_cast_fp16 = reshape(shape = concat_65, x = transpose_13_cast_fp16)[name = tensor("reshape_19_cast_fp16")]; tensor matmul_6_transpose_x_0 = const()[name = tensor("matmul_6_transpose_x_0"), val = tensor(false)]; tensor matmul_6_transpose_y_0 = const()[name = tensor("matmul_6_transpose_y_0"), val = tensor(false)]; tensor matmul_6_cast_fp16 = matmul(transpose_x = matmul_6_transpose_x_0, transpose_y = matmul_6_transpose_y_0, x = reshape_18_cast_fp16, y = reshape_19_cast_fp16)[name = tensor("matmul_6_cast_fp16")]; tensor concat_69 = const()[name = tensor("concat_69"), val = tensor([4, 1, 1024, 12])]; tensor reshape_20_cast_fp16 = reshape(shape = concat_69, x = matmul_6_cast_fp16)[name = tensor("reshape_20_cast_fp16")]; tensor out_5_perm_0 = const()[name = tensor("out_5_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_651 = const()[name = tensor("op_651"), val = tensor([1, 48, 1, 1024])]; tensor out_5_cast_fp16 = transpose(perm = out_5_perm_0, x = reshape_20_cast_fp16)[name = tensor("transpose_299")]; tensor input_51_cast_fp16 = reshape(shape = var_651, x = out_5_cast_fp16)[name = tensor("input_51_cast_fp16")]; tensor var_659_pad_type_0 = const()[name = tensor("op_659_pad_type_0"), val = tensor("valid")]; tensor var_659_strides_0 = const()[name = tensor("op_659_strides_0"), val = tensor([1, 1])]; tensor var_659_pad_0 = const()[name = tensor("op_659_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_659_dilations_0 = const()[name = tensor("op_659_dilations_0"), val = tensor([1, 1])]; tensor var_659_groups_0 = const()[name = tensor("op_659_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_1_self_attn1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_self_attn1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(87210240)))]; tensor core_stacks_0_layers_1_self_attn1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_self_attn1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(87259456)))]; tensor var_659_cast_fp16 = conv(bias = core_stacks_0_layers_1_self_attn1_out_proj_bias_to_fp16, dilations = var_659_dilations_0, groups = var_659_groups_0, pad = var_659_pad_0, pad_type = var_659_pad_type_0, strides = var_659_strides_0, weight = core_stacks_0_layers_1_self_attn1_out_proj_weight_to_fp16, x = input_51_cast_fp16)[name = tensor("op_659_cast_fp16")]; tensor x_63_cast_fp16 = add(x = x_61_cast_fp16, y = var_659_cast_fp16)[name = tensor("x_63_cast_fp16")]; tensor x_65_cast_fp16 = add(x = x_63_cast_fp16, y = time_emb_1_cast_fp16)[name = tensor("x_65_cast_fp16")]; tensor x_67_pad_type_0 = const()[name = tensor("x_67_pad_type_0"), val = tensor("valid")]; tensor x_67_strides_0 = const()[name = tensor("x_67_strides_0"), val = tensor([1, 1])]; tensor x_67_pad_0 = const()[name = tensor("x_67_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_67_dilations_0 = const()[name = tensor("x_67_dilations_0"), val = tensor([1, 1])]; tensor x_67_groups_0 = const()[name = tensor("x_67_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_1_conv_module1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_conv_module1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(87260544)))]; tensor core_stacks_0_layers_1_conv_module1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_conv_module1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(88309184)))]; tensor x_67_cast_fp16 = conv(bias = core_stacks_0_layers_1_conv_module1_in_proj_bias_to_fp16, dilations = x_67_dilations_0, groups = x_67_groups_0, pad = x_67_pad_0, pad_type = x_67_pad_type_0, strides = x_67_strides_0, weight = core_stacks_0_layers_1_conv_module1_in_proj_weight_to_fp16, x = x_65_cast_fp16)[name = tensor("x_67_cast_fp16")]; tensor var_677_begin_0 = const()[name = tensor("op_677_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_677_end_0 = const()[name = tensor("op_677_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_677_end_mask_0 = const()[name = tensor("op_677_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_677_cast_fp16 = slice_by_index(begin = var_677_begin_0, end = var_677_end_0, end_mask = var_677_end_mask_0, x = x_67_cast_fp16)[name = tensor("op_677_cast_fp16")]; tensor var_679_begin_0 = const()[name = tensor("op_679_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_679_end_0 = const()[name = tensor("op_679_end_0"), val = tensor([1, 1024, 1, 1024])]; tensor var_679_end_mask_0 = const()[name = tensor("op_679_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_679_cast_fp16 = slice_by_index(begin = var_679_begin_0, end = var_679_end_0, end_mask = var_679_end_mask_0, x = x_67_cast_fp16)[name = tensor("op_679_cast_fp16")]; tensor var_680_cast_fp16 = sigmoid(x = var_679_cast_fp16)[name = tensor("op_680_cast_fp16")]; tensor x_69_cast_fp16 = mul(x = var_677_cast_fp16, y = var_680_cast_fp16)[name = tensor("x_69_cast_fp16")]; tensor input_53_cast_fp16 = mul(x = x_69_cast_fp16, y = conv_keep_1_cast_fp16)[name = tensor("input_53_cast_fp16")]; tensor var_689_pad_type_0 = const()[name = tensor("op_689_pad_type_0"), val = tensor("custom")]; tensor var_689_pad_0 = const()[name = tensor("op_689_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_689_groups_0 = const()[name = tensor("op_689_groups_0"), val = tensor(512)]; tensor var_689_strides_0 = const()[name = tensor("op_689_strides_0"), val = tensor([1, 1])]; tensor var_689_dilations_0 = const()[name = tensor("op_689_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_0_layers_1_conv_module1_dw_a_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_conv_module1_dw_a_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(88311296)))]; tensor core_stacks_0_layers_1_conv_module1_dw_a_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_conv_module1_dw_a_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(88326720)))]; tensor var_689_cast_fp16 = conv(bias = core_stacks_0_layers_1_conv_module1_dw_a_bias_to_fp16, dilations = var_689_dilations_0, groups = var_689_groups_0, pad = var_689_pad_0, pad_type = var_689_pad_type_0, strides = var_689_strides_0, weight = core_stacks_0_layers_1_conv_module1_dw_a_weight_to_fp16, x = input_53_cast_fp16)[name = tensor("op_689_cast_fp16")]; tensor var_690_begin_0 = const()[name = tensor("op_690_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_690_end_0 = const()[name = tensor("op_690_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_690_end_mask_0 = const()[name = tensor("op_690_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_690_cast_fp16 = slice_by_index(begin = var_690_begin_0, end = var_690_end_0, end_mask = var_690_end_mask_0, x = var_689_cast_fp16)[name = tensor("op_690_cast_fp16")]; tensor var_696_pad_type_0 = const()[name = tensor("op_696_pad_type_0"), val = tensor("custom")]; tensor var_696_pad_0 = const()[name = tensor("op_696_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_696_groups_0 = const()[name = tensor("op_696_groups_0"), val = tensor(512)]; tensor var_696_strides_0 = const()[name = tensor("op_696_strides_0"), val = tensor([1, 1])]; tensor var_696_dilations_0 = const()[name = tensor("op_696_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_0_layers_1_conv_module1_dw_b_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_conv_module1_dw_b_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(88327808)))]; tensor var_696_cast_fp16 = conv(dilations = var_696_dilations_0, groups = var_696_groups_0, pad = var_696_pad_0, pad_type = var_696_pad_type_0, strides = var_696_strides_0, weight = core_stacks_0_layers_1_conv_module1_dw_b_weight_to_fp16, x = input_53_cast_fp16)[name = tensor("op_696_cast_fp16")]; tensor var_700_begin_0 = const()[name = tensor("op_700_begin_0"), val = tensor([0, 0, 0, 15])]; tensor var_700_end_0 = const()[name = tensor("op_700_end_0"), val = tensor([1, 512, 1, 1039])]; tensor var_700_end_mask_0 = const()[name = tensor("op_700_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_700_cast_fp16 = slice_by_index(begin = var_700_begin_0, end = var_700_end_0, end_mask = var_700_end_mask_0, x = var_696_cast_fp16)[name = tensor("op_700_cast_fp16")]; tensor var_701_cast_fp16 = add(x = var_690_cast_fp16, y = var_700_cast_fp16)[name = tensor("op_701_cast_fp16")]; tensor var_707_pad_type_0 = const()[name = tensor("op_707_pad_type_0"), val = tensor("custom")]; tensor var_707_pad_0 = const()[name = tensor("op_707_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_707_groups_0 = const()[name = tensor("op_707_groups_0"), val = tensor(512)]; tensor var_707_strides_0 = const()[name = tensor("op_707_strides_0"), val = tensor([1, 1])]; tensor var_707_dilations_0 = const()[name = tensor("op_707_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_0_layers_1_conv_module1_dw_c_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_conv_module1_dw_c_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(88343232)))]; tensor var_707_cast_fp16 = conv(dilations = var_707_dilations_0, groups = var_707_groups_0, pad = var_707_pad_0, pad_type = var_707_pad_type_0, strides = var_707_strides_0, weight = core_stacks_0_layers_1_conv_module1_dw_c_weight_to_fp16, x = input_53_cast_fp16)[name = tensor("op_707_cast_fp16")]; tensor var_711_begin_0 = const()[name = tensor("op_711_begin_0"), val = tensor([0, 0, 0, 30])]; tensor var_711_end_0 = const()[name = tensor("op_711_end_0"), val = tensor([1, 512, 1, 1])]; tensor var_711_end_mask_0 = const()[name = tensor("op_711_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_711_cast_fp16 = slice_by_index(begin = var_711_begin_0, end = var_711_end_0, end_mask = var_711_end_mask_0, x = var_707_cast_fp16)[name = tensor("op_711_cast_fp16")]; tensor x_71_cast_fp16 = add(x = var_701_cast_fp16, y = var_711_cast_fp16)[name = tensor("x_71_cast_fp16")]; tensor var_713_to_fp16 = const()[name = tensor("op_713_to_fp16"), val = tensor(0x1p+0)]; tensor x_73_cast_fp16 = sub(x = x_71_cast_fp16, y = var_713_to_fp16)[name = tensor("x_73_cast_fp16")]; tensor var_715_cast_fp16 = relu(x = x_73_cast_fp16)[name = tensor("op_715_cast_fp16")]; tensor var_716_cast_fp16 = abs(x = x_73_cast_fp16)[name = tensor("op_716_cast_fp16")]; tensor const_14_promoted_to_fp16 = const()[name = tensor("const_14_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_717_cast_fp16 = mul(x = var_716_cast_fp16, y = const_14_promoted_to_fp16)[name = tensor("op_717_cast_fp16")]; tensor var_718_cast_fp16 = exp(x = var_717_cast_fp16)[name = tensor("op_718_cast_fp16")]; tensor var_719_epsilon_0 = const()[name = tensor("op_719_epsilon_0"), val = tensor(0x1p+0)]; tensor var_719_cast_fp16 = log(epsilon = var_719_epsilon_0, x = var_718_cast_fp16)[name = tensor("op_719_cast_fp16")]; tensor var_720_cast_fp16 = add(x = var_715_cast_fp16, y = var_719_cast_fp16)[name = tensor("op_720_cast_fp16")]; tensor var_721_to_fp16 = const()[name = tensor("op_721_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_722_cast_fp16 = mul(x = x_71_cast_fp16, y = var_721_to_fp16)[name = tensor("op_722_cast_fp16")]; tensor var_723_cast_fp16 = sub(x = var_720_cast_fp16, y = var_722_cast_fp16)[name = tensor("op_723_cast_fp16")]; tensor var_724_to_fp16 = const()[name = tensor("op_724_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_55_cast_fp16 = sub(x = var_723_cast_fp16, y = var_724_to_fp16)[name = tensor("input_55_cast_fp16")]; tensor var_732_pad_type_0 = const()[name = tensor("op_732_pad_type_0"), val = tensor("valid")]; tensor var_732_strides_0 = const()[name = tensor("op_732_strides_0"), val = tensor([1, 1])]; tensor var_732_pad_0 = const()[name = tensor("op_732_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_732_dilations_0 = const()[name = tensor("op_732_dilations_0"), val = tensor([1, 1])]; tensor var_732_groups_0 = const()[name = tensor("op_732_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_1_conv_module1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_conv_module1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(88344320)))]; tensor core_stacks_0_layers_1_conv_module1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_conv_module1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(88868672)))]; tensor var_732_cast_fp16 = conv(bias = core_stacks_0_layers_1_conv_module1_out_proj_bias_to_fp16, dilations = var_732_dilations_0, groups = var_732_groups_0, pad = var_732_pad_0, pad_type = var_732_pad_type_0, strides = var_732_strides_0, weight = core_stacks_0_layers_1_conv_module1_out_proj_weight_to_fp16, x = input_55_cast_fp16)[name = tensor("op_732_cast_fp16")]; tensor input_57_cast_fp16 = add(x = x_65_cast_fp16, y = var_732_cast_fp16)[name = tensor("input_57_cast_fp16")]; tensor x_75_pad_type_0 = const()[name = tensor("x_75_pad_type_0"), val = tensor("valid")]; tensor x_75_strides_0 = const()[name = tensor("x_75_strides_0"), val = tensor([1, 1])]; tensor x_75_pad_0 = const()[name = tensor("x_75_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_75_dilations_0 = const()[name = tensor("x_75_dilations_0"), val = tensor([1, 1])]; tensor x_75_groups_0 = const()[name = tensor("x_75_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_1_feed_forward2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_feed_forward2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(88869760)))]; tensor core_stacks_0_layers_1_feed_forward2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_feed_forward2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(90442688)))]; tensor x_75_cast_fp16 = conv(bias = core_stacks_0_layers_1_feed_forward2_in_proj_bias_to_fp16, dilations = x_75_dilations_0, groups = x_75_groups_0, pad = x_75_pad_0, pad_type = x_75_pad_type_0, strides = x_75_strides_0, weight = core_stacks_0_layers_1_feed_forward2_in_proj_weight_to_fp16, x = input_57_cast_fp16)[name = tensor("x_75_cast_fp16")]; tensor var_743_to_fp16 = const()[name = tensor("op_743_to_fp16"), val = tensor(0x1p+2)]; tensor x_77_cast_fp16 = sub(x = x_75_cast_fp16, y = var_743_to_fp16)[name = tensor("x_77_cast_fp16")]; tensor var_745_cast_fp16 = relu(x = x_77_cast_fp16)[name = tensor("op_745_cast_fp16")]; tensor var_746_cast_fp16 = abs(x = x_77_cast_fp16)[name = tensor("op_746_cast_fp16")]; tensor const_15_promoted_to_fp16 = const()[name = tensor("const_15_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_747_cast_fp16 = mul(x = var_746_cast_fp16, y = const_15_promoted_to_fp16)[name = tensor("op_747_cast_fp16")]; tensor var_748_cast_fp16 = exp(x = var_747_cast_fp16)[name = tensor("op_748_cast_fp16")]; tensor var_749_epsilon_0 = const()[name = tensor("op_749_epsilon_0"), val = tensor(0x1p+0)]; tensor var_749_cast_fp16 = log(epsilon = var_749_epsilon_0, x = var_748_cast_fp16)[name = tensor("op_749_cast_fp16")]; tensor var_750_cast_fp16 = add(x = var_745_cast_fp16, y = var_749_cast_fp16)[name = tensor("op_750_cast_fp16")]; tensor var_751_to_fp16 = const()[name = tensor("op_751_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_752_cast_fp16 = mul(x = x_75_cast_fp16, y = var_751_to_fp16)[name = tensor("op_752_cast_fp16")]; tensor var_753_cast_fp16 = sub(x = var_750_cast_fp16, y = var_752_cast_fp16)[name = tensor("op_753_cast_fp16")]; tensor var_754_to_fp16 = const()[name = tensor("op_754_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_59_cast_fp16 = sub(x = var_753_cast_fp16, y = var_754_to_fp16)[name = tensor("input_59_cast_fp16")]; tensor var_762_pad_type_0 = const()[name = tensor("op_762_pad_type_0"), val = tensor("valid")]; tensor var_762_strides_0 = const()[name = tensor("op_762_strides_0"), val = tensor([1, 1])]; tensor var_762_pad_0 = const()[name = tensor("op_762_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_762_dilations_0 = const()[name = tensor("op_762_dilations_0"), val = tensor([1, 1])]; tensor var_762_groups_0 = const()[name = tensor("op_762_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_1_feed_forward2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_feed_forward2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(90445824)))]; tensor core_stacks_0_layers_1_feed_forward2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_feed_forward2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(92018752)))]; tensor var_762_cast_fp16 = conv(bias = core_stacks_0_layers_1_feed_forward2_out_proj_bias_to_fp16, dilations = var_762_dilations_0, groups = var_762_groups_0, pad = var_762_pad_0, pad_type = var_762_pad_type_0, strides = var_762_strides_0, weight = core_stacks_0_layers_1_feed_forward2_out_proj_weight_to_fp16, x = input_59_cast_fp16)[name = tensor("op_762_cast_fp16")]; tensor src_5_cast_fp16 = add(x = input_57_cast_fp16, y = var_762_cast_fp16)[name = tensor("src_5_cast_fp16")]; tensor var_765_cast_fp16 = sub(x = src_5_cast_fp16, y = input_41_cast_fp16)[name = tensor("op_765_cast_fp16")]; tensor core_stacks_0_layers_1_bypass_mid_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_bypass_mid_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(92019840)))]; tensor var_766_cast_fp16 = mul(x = var_765_cast_fp16, y = core_stacks_0_layers_1_bypass_mid_bypass_scale_to_fp16)[name = tensor("op_766_cast_fp16")]; tensor x_79_cast_fp16 = add(x = input_41_cast_fp16, y = var_766_cast_fp16)[name = tensor("x_79_cast_fp16")]; tensor var_777_pad_type_0 = const()[name = tensor("op_777_pad_type_0"), val = tensor("valid")]; tensor var_777_strides_0 = const()[name = tensor("op_777_strides_0"), val = tensor([1, 1])]; tensor var_777_pad_0 = const()[name = tensor("op_777_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_777_dilations_0 = const()[name = tensor("op_777_dilations_0"), val = tensor([1, 1])]; tensor var_777_groups_0 = const()[name = tensor("op_777_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_1_self_attn2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_self_attn2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(92020928)))]; tensor core_stacks_0_layers_1_self_attn2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_self_attn2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(92070144)))]; tensor var_777_cast_fp16 = conv(bias = core_stacks_0_layers_1_self_attn2_in_proj_bias_to_fp16, dilations = var_777_dilations_0, groups = var_777_groups_0, pad = var_777_pad_0, pad_type = var_777_pad_type_0, strides = var_777_strides_0, weight = core_stacks_0_layers_1_self_attn2_in_proj_weight_to_fp16, x = x_79_cast_fp16)[name = tensor("op_777_cast_fp16")]; tensor var_778 = const()[name = tensor("op_778"), val = tensor([4, 12, 1, 1024])]; tensor var_779_cast_fp16 = reshape(shape = var_778, x = var_777_cast_fp16)[name = tensor("op_779_cast_fp16")]; tensor transpose_15_perm_0 = const()[name = tensor("transpose_15_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_75 = const()[name = tensor("concat_75"), val = tensor([4, 1024, 12])]; tensor transpose_15_cast_fp16 = transpose(perm = transpose_15_perm_0, x = var_779_cast_fp16)[name = tensor("transpose_298")]; tensor reshape_22_cast_fp16 = reshape(shape = concat_75, x = transpose_15_cast_fp16)[name = tensor("reshape_22_cast_fp16")]; tensor matmul_7_transpose_x_0 = const()[name = tensor("matmul_7_transpose_x_0"), val = tensor(false)]; tensor matmul_7_transpose_y_0 = const()[name = tensor("matmul_7_transpose_y_0"), val = tensor(false)]; tensor matmul_7_cast_fp16 = matmul(transpose_x = matmul_7_transpose_x_0, transpose_y = matmul_7_transpose_y_0, x = reshape_18_cast_fp16, y = reshape_22_cast_fp16)[name = tensor("matmul_7_cast_fp16")]; tensor concat_79 = const()[name = tensor("concat_79"), val = tensor([4, 1, 1024, 12])]; tensor reshape_23_cast_fp16 = reshape(shape = concat_79, x = matmul_7_cast_fp16)[name = tensor("reshape_23_cast_fp16")]; tensor out_7_perm_0 = const()[name = tensor("out_7_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_782 = const()[name = tensor("op_782"), val = tensor([1, 48, 1, 1024])]; tensor out_7_cast_fp16 = transpose(perm = out_7_perm_0, x = reshape_23_cast_fp16)[name = tensor("transpose_297")]; tensor input_61_cast_fp16 = reshape(shape = var_782, x = out_7_cast_fp16)[name = tensor("input_61_cast_fp16")]; tensor var_790_pad_type_0 = const()[name = tensor("op_790_pad_type_0"), val = tensor("valid")]; tensor var_790_strides_0 = const()[name = tensor("op_790_strides_0"), val = tensor([1, 1])]; tensor var_790_pad_0 = const()[name = tensor("op_790_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_790_dilations_0 = const()[name = tensor("op_790_dilations_0"), val = tensor([1, 1])]; tensor var_790_groups_0 = const()[name = tensor("op_790_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_1_self_attn2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_self_attn2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(92070336)))]; tensor core_stacks_0_layers_1_self_attn2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_self_attn2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(92119552)))]; tensor var_790_cast_fp16 = conv(bias = core_stacks_0_layers_1_self_attn2_out_proj_bias_to_fp16, dilations = var_790_dilations_0, groups = var_790_groups_0, pad = var_790_pad_0, pad_type = var_790_pad_type_0, strides = var_790_strides_0, weight = core_stacks_0_layers_1_self_attn2_out_proj_weight_to_fp16, x = input_61_cast_fp16)[name = tensor("op_790_cast_fp16")]; tensor x_81_cast_fp16 = add(x = x_79_cast_fp16, y = var_790_cast_fp16)[name = tensor("x_81_cast_fp16")]; tensor x_83_cast_fp16 = add(x = x_81_cast_fp16, y = time_emb_1_cast_fp16)[name = tensor("x_83_cast_fp16")]; tensor x_85_pad_type_0 = const()[name = tensor("x_85_pad_type_0"), val = tensor("valid")]; tensor x_85_strides_0 = const()[name = tensor("x_85_strides_0"), val = tensor([1, 1])]; tensor x_85_pad_0 = const()[name = tensor("x_85_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_85_dilations_0 = const()[name = tensor("x_85_dilations_0"), val = tensor([1, 1])]; tensor x_85_groups_0 = const()[name = tensor("x_85_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_1_conv_module2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_conv_module2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(92120640)))]; tensor core_stacks_0_layers_1_conv_module2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_conv_module2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(93169280)))]; tensor x_85_cast_fp16 = conv(bias = core_stacks_0_layers_1_conv_module2_in_proj_bias_to_fp16, dilations = x_85_dilations_0, groups = x_85_groups_0, pad = x_85_pad_0, pad_type = x_85_pad_type_0, strides = x_85_strides_0, weight = core_stacks_0_layers_1_conv_module2_in_proj_weight_to_fp16, x = x_83_cast_fp16)[name = tensor("x_85_cast_fp16")]; tensor var_808_begin_0 = const()[name = tensor("op_808_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_808_end_0 = const()[name = tensor("op_808_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_808_end_mask_0 = const()[name = tensor("op_808_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_808_cast_fp16 = slice_by_index(begin = var_808_begin_0, end = var_808_end_0, end_mask = var_808_end_mask_0, x = x_85_cast_fp16)[name = tensor("op_808_cast_fp16")]; tensor var_810_begin_0 = const()[name = tensor("op_810_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_810_end_0 = const()[name = tensor("op_810_end_0"), val = tensor([1, 1024, 1, 1024])]; tensor var_810_end_mask_0 = const()[name = tensor("op_810_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_810_cast_fp16 = slice_by_index(begin = var_810_begin_0, end = var_810_end_0, end_mask = var_810_end_mask_0, x = x_85_cast_fp16)[name = tensor("op_810_cast_fp16")]; tensor var_811_cast_fp16 = sigmoid(x = var_810_cast_fp16)[name = tensor("op_811_cast_fp16")]; tensor x_87_cast_fp16 = mul(x = var_808_cast_fp16, y = var_811_cast_fp16)[name = tensor("x_87_cast_fp16")]; tensor input_63_cast_fp16 = mul(x = x_87_cast_fp16, y = conv_keep_1_cast_fp16)[name = tensor("input_63_cast_fp16")]; tensor var_820_pad_type_0 = const()[name = tensor("op_820_pad_type_0"), val = tensor("custom")]; tensor var_820_pad_0 = const()[name = tensor("op_820_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_820_groups_0 = const()[name = tensor("op_820_groups_0"), val = tensor(512)]; tensor var_820_strides_0 = const()[name = tensor("op_820_strides_0"), val = tensor([1, 1])]; tensor var_820_dilations_0 = const()[name = tensor("op_820_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_0_layers_1_conv_module2_dw_a_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_conv_module2_dw_a_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(93171392)))]; tensor core_stacks_0_layers_1_conv_module2_dw_a_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_conv_module2_dw_a_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(93186816)))]; tensor var_820_cast_fp16 = conv(bias = core_stacks_0_layers_1_conv_module2_dw_a_bias_to_fp16, dilations = var_820_dilations_0, groups = var_820_groups_0, pad = var_820_pad_0, pad_type = var_820_pad_type_0, strides = var_820_strides_0, weight = core_stacks_0_layers_1_conv_module2_dw_a_weight_to_fp16, x = input_63_cast_fp16)[name = tensor("op_820_cast_fp16")]; tensor var_821_begin_0 = const()[name = tensor("op_821_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_821_end_0 = const()[name = tensor("op_821_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_821_end_mask_0 = const()[name = tensor("op_821_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_821_cast_fp16 = slice_by_index(begin = var_821_begin_0, end = var_821_end_0, end_mask = var_821_end_mask_0, x = var_820_cast_fp16)[name = tensor("op_821_cast_fp16")]; tensor var_827_pad_type_0 = const()[name = tensor("op_827_pad_type_0"), val = tensor("custom")]; tensor var_827_pad_0 = const()[name = tensor("op_827_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_827_groups_0 = const()[name = tensor("op_827_groups_0"), val = tensor(512)]; tensor var_827_strides_0 = const()[name = tensor("op_827_strides_0"), val = tensor([1, 1])]; tensor var_827_dilations_0 = const()[name = tensor("op_827_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_0_layers_1_conv_module2_dw_b_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_conv_module2_dw_b_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(93187904)))]; tensor var_827_cast_fp16 = conv(dilations = var_827_dilations_0, groups = var_827_groups_0, pad = var_827_pad_0, pad_type = var_827_pad_type_0, strides = var_827_strides_0, weight = core_stacks_0_layers_1_conv_module2_dw_b_weight_to_fp16, x = input_63_cast_fp16)[name = tensor("op_827_cast_fp16")]; tensor var_831_begin_0 = const()[name = tensor("op_831_begin_0"), val = tensor([0, 0, 0, 15])]; tensor var_831_end_0 = const()[name = tensor("op_831_end_0"), val = tensor([1, 512, 1, 1039])]; tensor var_831_end_mask_0 = const()[name = tensor("op_831_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_831_cast_fp16 = slice_by_index(begin = var_831_begin_0, end = var_831_end_0, end_mask = var_831_end_mask_0, x = var_827_cast_fp16)[name = tensor("op_831_cast_fp16")]; tensor var_832_cast_fp16 = add(x = var_821_cast_fp16, y = var_831_cast_fp16)[name = tensor("op_832_cast_fp16")]; tensor var_838_pad_type_0 = const()[name = tensor("op_838_pad_type_0"), val = tensor("custom")]; tensor var_838_pad_0 = const()[name = tensor("op_838_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_838_groups_0 = const()[name = tensor("op_838_groups_0"), val = tensor(512)]; tensor var_838_strides_0 = const()[name = tensor("op_838_strides_0"), val = tensor([1, 1])]; tensor var_838_dilations_0 = const()[name = tensor("op_838_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_0_layers_1_conv_module2_dw_c_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_conv_module2_dw_c_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(93203328)))]; tensor var_838_cast_fp16 = conv(dilations = var_838_dilations_0, groups = var_838_groups_0, pad = var_838_pad_0, pad_type = var_838_pad_type_0, strides = var_838_strides_0, weight = core_stacks_0_layers_1_conv_module2_dw_c_weight_to_fp16, x = input_63_cast_fp16)[name = tensor("op_838_cast_fp16")]; tensor var_842_begin_0 = const()[name = tensor("op_842_begin_0"), val = tensor([0, 0, 0, 30])]; tensor var_842_end_0 = const()[name = tensor("op_842_end_0"), val = tensor([1, 512, 1, 1])]; tensor var_842_end_mask_0 = const()[name = tensor("op_842_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_842_cast_fp16 = slice_by_index(begin = var_842_begin_0, end = var_842_end_0, end_mask = var_842_end_mask_0, x = var_838_cast_fp16)[name = tensor("op_842_cast_fp16")]; tensor x_89_cast_fp16 = add(x = var_832_cast_fp16, y = var_842_cast_fp16)[name = tensor("x_89_cast_fp16")]; tensor var_844_to_fp16 = const()[name = tensor("op_844_to_fp16"), val = tensor(0x1p+0)]; tensor x_91_cast_fp16 = sub(x = x_89_cast_fp16, y = var_844_to_fp16)[name = tensor("x_91_cast_fp16")]; tensor var_846_cast_fp16 = relu(x = x_91_cast_fp16)[name = tensor("op_846_cast_fp16")]; tensor var_847_cast_fp16 = abs(x = x_91_cast_fp16)[name = tensor("op_847_cast_fp16")]; tensor const_18_promoted_to_fp16 = const()[name = tensor("const_18_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_848_cast_fp16 = mul(x = var_847_cast_fp16, y = const_18_promoted_to_fp16)[name = tensor("op_848_cast_fp16")]; tensor var_849_cast_fp16 = exp(x = var_848_cast_fp16)[name = tensor("op_849_cast_fp16")]; tensor var_850_epsilon_0 = const()[name = tensor("op_850_epsilon_0"), val = tensor(0x1p+0)]; tensor var_850_cast_fp16 = log(epsilon = var_850_epsilon_0, x = var_849_cast_fp16)[name = tensor("op_850_cast_fp16")]; tensor var_851_cast_fp16 = add(x = var_846_cast_fp16, y = var_850_cast_fp16)[name = tensor("op_851_cast_fp16")]; tensor var_852_to_fp16 = const()[name = tensor("op_852_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_853_cast_fp16 = mul(x = x_89_cast_fp16, y = var_852_to_fp16)[name = tensor("op_853_cast_fp16")]; tensor var_854_cast_fp16 = sub(x = var_851_cast_fp16, y = var_853_cast_fp16)[name = tensor("op_854_cast_fp16")]; tensor var_855_to_fp16 = const()[name = tensor("op_855_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_65_cast_fp16 = sub(x = var_854_cast_fp16, y = var_855_to_fp16)[name = tensor("input_65_cast_fp16")]; tensor var_863_pad_type_0 = const()[name = tensor("op_863_pad_type_0"), val = tensor("valid")]; tensor var_863_strides_0 = const()[name = tensor("op_863_strides_0"), val = tensor([1, 1])]; tensor var_863_pad_0 = const()[name = tensor("op_863_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_863_dilations_0 = const()[name = tensor("op_863_dilations_0"), val = tensor([1, 1])]; tensor var_863_groups_0 = const()[name = tensor("op_863_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_1_conv_module2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_conv_module2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(93204416)))]; tensor core_stacks_0_layers_1_conv_module2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_conv_module2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(93728768)))]; tensor var_863_cast_fp16 = conv(bias = core_stacks_0_layers_1_conv_module2_out_proj_bias_to_fp16, dilations = var_863_dilations_0, groups = var_863_groups_0, pad = var_863_pad_0, pad_type = var_863_pad_type_0, strides = var_863_strides_0, weight = core_stacks_0_layers_1_conv_module2_out_proj_weight_to_fp16, x = input_65_cast_fp16)[name = tensor("op_863_cast_fp16")]; tensor input_67_cast_fp16 = add(x = x_83_cast_fp16, y = var_863_cast_fp16)[name = tensor("input_67_cast_fp16")]; tensor x_93_pad_type_0 = const()[name = tensor("x_93_pad_type_0"), val = tensor("valid")]; tensor x_93_strides_0 = const()[name = tensor("x_93_strides_0"), val = tensor([1, 1])]; tensor x_93_pad_0 = const()[name = tensor("x_93_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_93_dilations_0 = const()[name = tensor("x_93_dilations_0"), val = tensor([1, 1])]; tensor x_93_groups_0 = const()[name = tensor("x_93_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_1_feed_forward3_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_feed_forward3_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(93729856)))]; tensor core_stacks_0_layers_1_feed_forward3_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_feed_forward3_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(95696000)))]; tensor x_93_cast_fp16 = conv(bias = core_stacks_0_layers_1_feed_forward3_in_proj_bias_to_fp16, dilations = x_93_dilations_0, groups = x_93_groups_0, pad = x_93_pad_0, pad_type = x_93_pad_type_0, strides = x_93_strides_0, weight = core_stacks_0_layers_1_feed_forward3_in_proj_weight_to_fp16, x = input_67_cast_fp16)[name = tensor("x_93_cast_fp16")]; tensor var_874_to_fp16 = const()[name = tensor("op_874_to_fp16"), val = tensor(0x1p+2)]; tensor x_95_cast_fp16 = sub(x = x_93_cast_fp16, y = var_874_to_fp16)[name = tensor("x_95_cast_fp16")]; tensor var_876_cast_fp16 = relu(x = x_95_cast_fp16)[name = tensor("op_876_cast_fp16")]; tensor var_877_cast_fp16 = abs(x = x_95_cast_fp16)[name = tensor("op_877_cast_fp16")]; tensor const_19_promoted_to_fp16 = const()[name = tensor("const_19_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_878_cast_fp16 = mul(x = var_877_cast_fp16, y = const_19_promoted_to_fp16)[name = tensor("op_878_cast_fp16")]; tensor var_879_cast_fp16 = exp(x = var_878_cast_fp16)[name = tensor("op_879_cast_fp16")]; tensor var_880_epsilon_0 = const()[name = tensor("op_880_epsilon_0"), val = tensor(0x1p+0)]; tensor var_880_cast_fp16 = log(epsilon = var_880_epsilon_0, x = var_879_cast_fp16)[name = tensor("op_880_cast_fp16")]; tensor var_881_cast_fp16 = add(x = var_876_cast_fp16, y = var_880_cast_fp16)[name = tensor("op_881_cast_fp16")]; tensor var_882_to_fp16 = const()[name = tensor("op_882_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_883_cast_fp16 = mul(x = x_93_cast_fp16, y = var_882_to_fp16)[name = tensor("op_883_cast_fp16")]; tensor var_884_cast_fp16 = sub(x = var_881_cast_fp16, y = var_883_cast_fp16)[name = tensor("op_884_cast_fp16")]; tensor var_885_to_fp16 = const()[name = tensor("op_885_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_69_cast_fp16 = sub(x = var_884_cast_fp16, y = var_885_to_fp16)[name = tensor("input_69_cast_fp16")]; tensor var_893_pad_type_0 = const()[name = tensor("op_893_pad_type_0"), val = tensor("valid")]; tensor var_893_strides_0 = const()[name = tensor("op_893_strides_0"), val = tensor([1, 1])]; tensor var_893_pad_0 = const()[name = tensor("op_893_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_893_dilations_0 = const()[name = tensor("op_893_dilations_0"), val = tensor([1, 1])]; tensor var_893_groups_0 = const()[name = tensor("op_893_groups_0"), val = tensor(1)]; tensor core_stacks_0_layers_1_feed_forward3_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_feed_forward3_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(95699904)))]; tensor core_stacks_0_layers_1_feed_forward3_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_feed_forward3_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(97666048)))]; tensor var_893_cast_fp16 = conv(bias = core_stacks_0_layers_1_feed_forward3_out_proj_bias_to_fp16, dilations = var_893_dilations_0, groups = var_893_groups_0, pad = var_893_pad_0, pad_type = var_893_pad_type_0, strides = var_893_strides_0, weight = core_stacks_0_layers_1_feed_forward3_out_proj_weight_to_fp16, x = input_69_cast_fp16)[name = tensor("op_893_cast_fp16")]; tensor x_97_cast_fp16 = add(x = input_67_cast_fp16, y = var_893_cast_fp16)[name = tensor("x_97_cast_fp16")]; tensor core_stacks_0_layers_1_norm_bias_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(97667136)))]; tensor d_3_cast_fp16 = sub(x = x_97_cast_fp16, y = core_stacks_0_layers_1_norm_bias_to_fp16)[name = tensor("d_3_cast_fp16")]; tensor var_898_cast_fp16 = mul(x = d_3_cast_fp16, y = d_3_cast_fp16)[name = tensor("op_898_cast_fp16")]; tensor var_900_axes_0 = const()[name = tensor("op_900_axes_0"), val = tensor([1])]; tensor var_900_keep_dims_0 = const()[name = tensor("op_900_keep_dims_0"), val = tensor(true)]; tensor var_900_cast_fp16 = reduce_mean(axes = var_900_axes_0, keep_dims = var_900_keep_dims_0, x = var_898_cast_fp16)[name = tensor("op_900_cast_fp16")]; tensor scales_3_epsilon_0 = const()[name = tensor("scales_3_epsilon_0"), val = tensor(0x1.197998p-40)]; tensor scales_3_cast_fp16 = rsqrt(epsilon = scales_3_epsilon_0, x = var_900_cast_fp16)[name = tensor("scales_3_cast_fp16")]; tensor var_902_cast_fp16 = mul(x = x_97_cast_fp16, y = scales_3_cast_fp16)[name = tensor("op_902_cast_fp16")]; tensor core_stacks_0_layers_1_norm_scale_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_norm_scale_to_fp16"), val = tensor(0x1.a34p+0)]; tensor src_7_cast_fp16 = mul(x = var_902_cast_fp16, y = core_stacks_0_layers_1_norm_scale_to_fp16)[name = tensor("src_7_cast_fp16")]; tensor var_905_cast_fp16 = sub(x = src_7_cast_fp16, y = input_41_cast_fp16)[name = tensor("op_905_cast_fp16")]; tensor core_stacks_0_layers_1_bypass_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_0_layers_1_bypass_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(97668224)))]; tensor var_906_cast_fp16 = mul(x = var_905_cast_fp16, y = core_stacks_0_layers_1_bypass_bypass_scale_to_fp16)[name = tensor("op_906_cast_fp16")]; tensor input_71_cast_fp16 = add(x = input_41_cast_fp16, y = var_906_cast_fp16)[name = tensor("input_71_cast_fp16")]; tensor input_75_pad_type_0 = const()[name = tensor("input_75_pad_type_0"), val = tensor("valid")]; tensor input_75_strides_0 = const()[name = tensor("input_75_strides_0"), val = tensor([1, 2])]; tensor input_75_groups_0 = const()[name = tensor("input_75_groups_0"), val = tensor(512)]; tensor input_75_pad_0 = const()[name = tensor("input_75_pad_0"), val = tensor([0, 0, 0, 0])]; tensor input_75_dilations_0 = const()[name = tensor("input_75_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_1_down_weight_to_fp16 = const()[name = tensor("core_stacks_1_down_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(97669312)))]; tensor input_75_cast_fp16 = conv(dilations = input_75_dilations_0, groups = input_75_groups_0, pad = input_75_pad_0, pad_type = input_75_pad_type_0, strides = input_75_strides_0, weight = core_stacks_1_down_weight_to_fp16, x = input_71_cast_fp16)[name = tensor("input_75_cast_fp16")]; tensor time_emb_3_pad_type_0 = const()[name = tensor("time_emb_3_pad_type_0"), val = tensor("valid")]; tensor time_emb_3_strides_0 = const()[name = tensor("time_emb_3_strides_0"), val = tensor([1, 1])]; tensor time_emb_3_pad_0 = const()[name = tensor("time_emb_3_pad_0"), val = tensor([0, 0, 0, 0])]; tensor time_emb_3_dilations_0 = const()[name = tensor("time_emb_3_dilations_0"), val = tensor([1, 1])]; tensor time_emb_3_groups_0 = const()[name = tensor("time_emb_3_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_time_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_time_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(97671424)))]; tensor core_stacks_1_stack_time_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_time_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(97868096)))]; tensor time_emb_3_cast_fp16 = conv(bias = core_stacks_1_stack_time_proj_bias_to_fp16, dilations = time_emb_3_dilations_0, groups = time_emb_3_groups_0, pad = time_emb_3_pad_0, pad_type = time_emb_3_pad_type_0, strides = time_emb_3_strides_0, weight = core_stacks_1_stack_time_proj_weight_to_fp16, x = input_9_cast_fp16)[name = tensor("time_emb_3_cast_fp16")]; tensor proj_5_pad_type_0 = const()[name = tensor("proj_5_pad_type_0"), val = tensor("valid")]; tensor proj_5_strides_0 = const()[name = tensor("proj_5_strides_0"), val = tensor([1, 1])]; tensor proj_5_pad_0 = const()[name = tensor("proj_5_pad_0"), val = tensor([0, 0, 0, 0])]; tensor proj_5_dilations_0 = const()[name = tensor("proj_5_dilations_0"), val = tensor([1, 1])]; tensor proj_5_groups_0 = const()[name = tensor("proj_5_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_0_self_attn_weights_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_self_attn_weights_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(97869184)))]; tensor core_stacks_1_stack_layers_0_self_attn_weights_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_self_attn_weights_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(98262464)))]; tensor proj_5_cast_fp16 = conv(bias = core_stacks_1_stack_layers_0_self_attn_weights_in_proj_bias_to_fp16, dilations = proj_5_dilations_0, groups = proj_5_groups_0, pad = proj_5_pad_0, pad_type = proj_5_pad_type_0, strides = proj_5_strides_0, weight = core_stacks_1_stack_layers_0_self_attn_weights_in_proj_weight_to_fp16, x = input_75_cast_fp16)[name = tensor("proj_5_cast_fp16")]; tensor var_963_begin_0 = const()[name = tensor("op_963_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_963_end_0 = const()[name = tensor("op_963_end_0"), val = tensor([1, 128, 1, 512])]; tensor var_963_end_mask_0 = const()[name = tensor("op_963_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_963_cast_fp16 = slice_by_index(begin = var_963_begin_0, end = var_963_end_0, end_mask = var_963_end_mask_0, x = proj_5_cast_fp16)[name = tensor("op_963_cast_fp16")]; tensor var_964 = const()[name = tensor("op_964"), val = tensor([4, 32, 1, 512])]; tensor var_965_cast_fp16 = reshape(shape = var_964, x = var_963_cast_fp16)[name = tensor("op_965_cast_fp16")]; tensor var_967_begin_0 = const()[name = tensor("op_967_begin_0"), val = tensor([0, 128, 0, 0])]; tensor var_967_end_0 = const()[name = tensor("op_967_end_0"), val = tensor([1, 256, 1, 512])]; tensor var_967_end_mask_0 = const()[name = tensor("op_967_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_967_cast_fp16 = slice_by_index(begin = var_967_begin_0, end = var_967_end_0, end_mask = var_967_end_mask_0, x = proj_5_cast_fp16)[name = tensor("op_967_cast_fp16")]; tensor var_968 = const()[name = tensor("op_968"), val = tensor([4, 32, 1, 512])]; tensor var_969_cast_fp16 = reshape(shape = var_968, x = var_967_cast_fp16)[name = tensor("op_969_cast_fp16")]; tensor var_971_begin_0 = const()[name = tensor("op_971_begin_0"), val = tensor([0, 256, 0, 0])]; tensor var_971_end_0 = const()[name = tensor("op_971_end_0"), val = tensor([1, 384, 1, 512])]; tensor var_971_end_mask_0 = const()[name = tensor("op_971_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_971_cast_fp16 = slice_by_index(begin = var_971_begin_0, end = var_971_end_0, end_mask = var_971_end_mask_0, x = proj_5_cast_fp16)[name = tensor("op_971_cast_fp16")]; tensor var_972 = const()[name = tensor("op_972"), val = tensor([4, 32, 1, 512])]; tensor pt_5_cast_fp16 = reshape(shape = var_972, x = var_971_cast_fp16)[name = tensor("pt_5_cast_fp16")]; tensor transpose_16_perm_0 = const()[name = tensor("transpose_16_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_84 = const()[name = tensor("concat_84"), val = tensor([4, 512, 32])]; tensor transpose_16_cast_fp16 = transpose(perm = transpose_16_perm_0, x = var_965_cast_fp16)[name = tensor("transpose_296")]; tensor reshape_24_cast_fp16 = reshape(shape = concat_84, x = transpose_16_cast_fp16)[name = tensor("reshape_24_cast_fp16")]; tensor transpose_17_perm_0 = const()[name = tensor("transpose_17_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_85 = const()[name = tensor("concat_85"), val = tensor([4, 32, 512])]; tensor transpose_17_cast_fp16 = transpose(perm = transpose_17_perm_0, x = var_969_cast_fp16)[name = tensor("transpose_295")]; tensor reshape_25_cast_fp16 = reshape(shape = concat_85, x = transpose_17_cast_fp16)[name = tensor("reshape_25_cast_fp16")]; tensor matmul_8_transpose_x_0 = const()[name = tensor("matmul_8_transpose_x_0"), val = tensor(false)]; tensor matmul_8_transpose_y_0 = const()[name = tensor("matmul_8_transpose_y_0"), val = tensor(false)]; tensor matmul_8_cast_fp16 = matmul(transpose_x = matmul_8_transpose_x_0, transpose_y = matmul_8_transpose_y_0, x = reshape_24_cast_fp16, y = reshape_25_cast_fp16)[name = tensor("matmul_8_cast_fp16")]; tensor concat_89 = const()[name = tensor("concat_89"), val = tensor([4, 1, 512, 512])]; tensor reshape_26_cast_fp16 = reshape(shape = concat_89, x = matmul_8_cast_fp16)[name = tensor("reshape_26_cast_fp16")]; tensor attn_scores_13_perm_0 = const()[name = tensor("attn_scores_13_perm_0"), val = tensor([0, 2, 1, 3])]; tensor var_976 = const()[name = tensor("op_976"), val = tensor([0, 1, 3, 2])]; tensor core_pos_basis_512_to_fp16 = const()[name = tensor("core_pos_basis_512_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(98263296)))]; tensor var_977_cast_fp16 = transpose(perm = var_976, x = pt_5_cast_fp16)[name = tensor("transpose_293")]; tensor var_978_cast_fp16 = mul(x = var_977_cast_fp16, y = core_pos_basis_512_to_fp16)[name = tensor("op_978_cast_fp16")]; tensor pos_scores_5_axes_0 = const()[name = tensor("pos_scores_5_axes_0"), val = tensor([1])]; tensor pos_scores_5_keep_dims_0 = const()[name = tensor("pos_scores_5_keep_dims_0"), val = tensor(true)]; tensor pos_scores_5_cast_fp16 = reduce_sum(axes = pos_scores_5_axes_0, keep_dims = pos_scores_5_keep_dims_0, x = var_978_cast_fp16)[name = tensor("pos_scores_5_cast_fp16")]; tensor var_981 = const()[name = tensor("op_981"), val = tensor([4, 512, 1, 512])]; tensor var_982_cast_fp16 = reshape(shape = var_981, x = pos_scores_5_cast_fp16)[name = tensor("op_982_cast_fp16")]; tensor attn_scores_13_cast_fp16 = transpose(perm = attn_scores_13_perm_0, x = reshape_26_cast_fp16)[name = tensor("transpose_294")]; tensor attn_scores_15_cast_fp16 = add(x = attn_scores_13_cast_fp16, y = var_982_cast_fp16)[name = tensor("attn_scores_15_cast_fp16")]; tensor attn_scores_17_cast_fp16 = add(x = attn_scores_15_cast_fp16, y = attn_bias_3_cast_fp16)[name = tensor("attn_scores_17_cast_fp16")]; tensor attn_weights_5_cast_fp16 = softmax(axis = var_41, x = attn_scores_17_cast_fp16)[name = tensor("attn_weights_5_cast_fp16")]; tensor input_77_cast_fp16 = add(x = input_75_cast_fp16, y = time_emb_3_cast_fp16)[name = tensor("input_77_cast_fp16")]; tensor x_101_pad_type_0 = const()[name = tensor("x_101_pad_type_0"), val = tensor("valid")]; tensor x_101_strides_0 = const()[name = tensor("x_101_strides_0"), val = tensor([1, 1])]; tensor x_101_pad_0 = const()[name = tensor("x_101_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_101_dilations_0 = const()[name = tensor("x_101_dilations_0"), val = tensor([1, 1])]; tensor x_101_groups_0 = const()[name = tensor("x_101_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_0_feed_forward1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_feed_forward1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(115040576)))]; tensor core_stacks_1_stack_layers_0_feed_forward1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_feed_forward1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(116220288)))]; tensor x_101_cast_fp16 = conv(bias = core_stacks_1_stack_layers_0_feed_forward1_in_proj_bias_to_fp16, dilations = x_101_dilations_0, groups = x_101_groups_0, pad = x_101_pad_0, pad_type = x_101_pad_type_0, strides = x_101_strides_0, weight = core_stacks_1_stack_layers_0_feed_forward1_in_proj_weight_to_fp16, x = input_77_cast_fp16)[name = tensor("x_101_cast_fp16")]; tensor var_996_to_fp16 = const()[name = tensor("op_996_to_fp16"), val = tensor(0x1p+2)]; tensor x_103_cast_fp16 = sub(x = x_101_cast_fp16, y = var_996_to_fp16)[name = tensor("x_103_cast_fp16")]; tensor var_998_cast_fp16 = relu(x = x_103_cast_fp16)[name = tensor("op_998_cast_fp16")]; tensor var_999_cast_fp16 = abs(x = x_103_cast_fp16)[name = tensor("op_999_cast_fp16")]; tensor const_21_promoted_to_fp16 = const()[name = tensor("const_21_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_1000_cast_fp16 = mul(x = var_999_cast_fp16, y = const_21_promoted_to_fp16)[name = tensor("op_1000_cast_fp16")]; tensor var_1001_cast_fp16 = exp(x = var_1000_cast_fp16)[name = tensor("op_1001_cast_fp16")]; tensor var_1002_epsilon_0 = const()[name = tensor("op_1002_epsilon_0"), val = tensor(0x1p+0)]; tensor var_1002_cast_fp16 = log(epsilon = var_1002_epsilon_0, x = var_1001_cast_fp16)[name = tensor("op_1002_cast_fp16")]; tensor var_1003_cast_fp16 = add(x = var_998_cast_fp16, y = var_1002_cast_fp16)[name = tensor("op_1003_cast_fp16")]; tensor var_1004_to_fp16 = const()[name = tensor("op_1004_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_1005_cast_fp16 = mul(x = x_101_cast_fp16, y = var_1004_to_fp16)[name = tensor("op_1005_cast_fp16")]; tensor var_1006_cast_fp16 = sub(x = var_1003_cast_fp16, y = var_1005_cast_fp16)[name = tensor("op_1006_cast_fp16")]; tensor var_1007_to_fp16 = const()[name = tensor("op_1007_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_79_cast_fp16 = sub(x = var_1006_cast_fp16, y = var_1007_to_fp16)[name = tensor("input_79_cast_fp16")]; tensor var_1015_pad_type_0 = const()[name = tensor("op_1015_pad_type_0"), val = tensor("valid")]; tensor var_1015_strides_0 = const()[name = tensor("op_1015_strides_0"), val = tensor([1, 1])]; tensor var_1015_pad_0 = const()[name = tensor("op_1015_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1015_dilations_0 = const()[name = tensor("op_1015_dilations_0"), val = tensor([1, 1])]; tensor var_1015_groups_0 = const()[name = tensor("op_1015_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_0_feed_forward1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_feed_forward1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(116222656)))]; tensor core_stacks_1_stack_layers_0_feed_forward1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_feed_forward1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(117402368)))]; tensor var_1015_cast_fp16 = conv(bias = core_stacks_1_stack_layers_0_feed_forward1_out_proj_bias_to_fp16, dilations = var_1015_dilations_0, groups = var_1015_groups_0, pad = var_1015_pad_0, pad_type = var_1015_pad_type_0, strides = var_1015_strides_0, weight = core_stacks_1_stack_layers_0_feed_forward1_out_proj_weight_to_fp16, x = input_79_cast_fp16)[name = tensor("op_1015_cast_fp16")]; tensor input_81_cast_fp16 = add(x = input_77_cast_fp16, y = var_1015_cast_fp16)[name = tensor("input_81_cast_fp16")]; tensor var_1017_begin_0 = const()[name = tensor("op_1017_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_1017_end_0 = const()[name = tensor("op_1017_end_0"), val = tensor([1, 512, 1, 512])]; tensor var_1017_end_mask_0 = const()[name = tensor("op_1017_end_mask_0"), val = tensor([false, true, true, true])]; tensor var_1017_cast_fp16 = slice_by_index(begin = var_1017_begin_0, end = var_1017_end_0, end_mask = var_1017_end_mask_0, x = attn_weights_5_cast_fp16)[name = tensor("op_1017_cast_fp16")]; tensor x_105_pad_type_0 = const()[name = tensor("x_105_pad_type_0"), val = tensor("valid")]; tensor x_105_strides_0 = const()[name = tensor("x_105_strides_0"), val = tensor([1, 1])]; tensor x_105_pad_0 = const()[name = tensor("x_105_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_105_dilations_0 = const()[name = tensor("x_105_dilations_0"), val = tensor([1, 1])]; tensor x_105_groups_0 = const()[name = tensor("x_105_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_0_nonlin_attention_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_nonlin_attention_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(117403456)))]; tensor core_stacks_1_stack_layers_0_nonlin_attention_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_nonlin_attention_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(118583168)))]; tensor x_105_cast_fp16 = conv(bias = core_stacks_1_stack_layers_0_nonlin_attention_in_proj_bias_to_fp16, dilations = x_105_dilations_0, groups = x_105_groups_0, pad = x_105_pad_0, pad_type = x_105_pad_type_0, strides = x_105_strides_0, weight = core_stacks_1_stack_layers_0_nonlin_attention_in_proj_weight_to_fp16, x = input_81_cast_fp16)[name = tensor("x_105_cast_fp16")]; tensor var_1028_begin_0 = const()[name = tensor("op_1028_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_1028_end_0 = const()[name = tensor("op_1028_end_0"), val = tensor([1, 384, 1, 512])]; tensor var_1028_end_mask_0 = const()[name = tensor("op_1028_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_1028_cast_fp16 = slice_by_index(begin = var_1028_begin_0, end = var_1028_end_0, end_mask = var_1028_end_mask_0, x = x_105_cast_fp16)[name = tensor("op_1028_cast_fp16")]; tensor s_gate_5_cast_fp16 = tanh(x = var_1028_cast_fp16)[name = tensor("s_gate_5_cast_fp16")]; tensor var_1031_begin_0 = const()[name = tensor("op_1031_begin_0"), val = tensor([0, 384, 0, 0])]; tensor var_1031_end_0 = const()[name = tensor("op_1031_end_0"), val = tensor([1, 768, 1, 512])]; tensor var_1031_end_mask_0 = const()[name = tensor("op_1031_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_1031_cast_fp16 = slice_by_index(begin = var_1031_begin_0, end = var_1031_end_0, end_mask = var_1031_end_mask_0, x = x_105_cast_fp16)[name = tensor("op_1031_cast_fp16")]; tensor var_1032_cast_fp16 = mul(x = var_1031_cast_fp16, y = s_gate_5_cast_fp16)[name = tensor("op_1032_cast_fp16")]; tensor y_5_begin_0 = const()[name = tensor("y_5_begin_0"), val = tensor([0, 768, 0, 0])]; tensor y_5_end_0 = const()[name = tensor("y_5_end_0"), val = tensor([1, 1152, 1, 512])]; tensor y_5_end_mask_0 = const()[name = tensor("y_5_end_mask_0"), val = tensor([true, true, true, true])]; tensor y_5_cast_fp16 = slice_by_index(begin = y_5_begin_0, end = y_5_end_0, end_mask = y_5_end_mask_0, x = x_105_cast_fp16)[name = tensor("y_5_cast_fp16")]; tensor transpose_18_perm_0 = const()[name = tensor("transpose_18_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_94 = const()[name = tensor("concat_94"), val = tensor([1, 512, 512])]; tensor transpose_18_cast_fp16 = transpose(perm = transpose_18_perm_0, x = var_1017_cast_fp16)[name = tensor("transpose_292")]; tensor reshape_27_cast_fp16 = reshape(shape = concat_94, x = transpose_18_cast_fp16)[name = tensor("reshape_27_cast_fp16")]; tensor transpose_19_perm_0 = const()[name = tensor("transpose_19_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_95 = const()[name = tensor("concat_95"), val = tensor([1, 512, 384])]; tensor transpose_19_cast_fp16 = transpose(perm = transpose_19_perm_0, x = var_1032_cast_fp16)[name = tensor("transpose_291")]; tensor reshape_28_cast_fp16 = reshape(shape = concat_95, x = transpose_19_cast_fp16)[name = tensor("reshape_28_cast_fp16")]; tensor matmul_9_transpose_x_0 = const()[name = tensor("matmul_9_transpose_x_0"), val = tensor(false)]; tensor matmul_9_transpose_y_0 = const()[name = tensor("matmul_9_transpose_y_0"), val = tensor(false)]; tensor matmul_9_cast_fp16 = matmul(transpose_x = matmul_9_transpose_x_0, transpose_y = matmul_9_transpose_y_0, x = reshape_27_cast_fp16, y = reshape_28_cast_fp16)[name = tensor("matmul_9_cast_fp16")]; tensor concat_99 = const()[name = tensor("concat_99"), val = tensor([1, 1, 512, 384])]; tensor reshape_29_cast_fp16 = reshape(shape = concat_99, x = matmul_9_cast_fp16)[name = tensor("reshape_29_cast_fp16")]; tensor v_5_perm_0 = const()[name = tensor("v_5_perm_0"), val = tensor([0, 3, 1, 2])]; tensor v_5_cast_fp16 = transpose(perm = v_5_perm_0, x = reshape_29_cast_fp16)[name = tensor("transpose_290")]; tensor input_83_cast_fp16 = mul(x = v_5_cast_fp16, y = y_5_cast_fp16)[name = tensor("input_83_cast_fp16")]; tensor var_1044_pad_type_0 = const()[name = tensor("op_1044_pad_type_0"), val = tensor("valid")]; tensor var_1044_strides_0 = const()[name = tensor("op_1044_strides_0"), val = tensor([1, 1])]; tensor var_1044_pad_0 = const()[name = tensor("op_1044_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1044_dilations_0 = const()[name = tensor("op_1044_dilations_0"), val = tensor([1, 1])]; tensor var_1044_groups_0 = const()[name = tensor("op_1044_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_0_nonlin_attention_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_nonlin_attention_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(118585536)))]; tensor core_stacks_1_stack_layers_0_nonlin_attention_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_nonlin_attention_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(118978816)))]; tensor var_1044_cast_fp16 = conv(bias = core_stacks_1_stack_layers_0_nonlin_attention_out_proj_bias_to_fp16, dilations = var_1044_dilations_0, groups = var_1044_groups_0, pad = var_1044_pad_0, pad_type = var_1044_pad_type_0, strides = var_1044_strides_0, weight = core_stacks_1_stack_layers_0_nonlin_attention_out_proj_weight_to_fp16, x = input_83_cast_fp16)[name = tensor("op_1044_cast_fp16")]; tensor x_107_cast_fp16 = add(x = input_81_cast_fp16, y = var_1044_cast_fp16)[name = tensor("x_107_cast_fp16")]; tensor var_1055_pad_type_0 = const()[name = tensor("op_1055_pad_type_0"), val = tensor("valid")]; tensor var_1055_strides_0 = const()[name = tensor("op_1055_strides_0"), val = tensor([1, 1])]; tensor var_1055_pad_0 = const()[name = tensor("op_1055_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1055_dilations_0 = const()[name = tensor("op_1055_dilations_0"), val = tensor([1, 1])]; tensor var_1055_groups_0 = const()[name = tensor("op_1055_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_0_self_attn1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_self_attn1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(118979904)))]; tensor core_stacks_1_stack_layers_0_self_attn1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_self_attn1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(119029120)))]; tensor var_1055_cast_fp16 = conv(bias = core_stacks_1_stack_layers_0_self_attn1_in_proj_bias_to_fp16, dilations = var_1055_dilations_0, groups = var_1055_groups_0, pad = var_1055_pad_0, pad_type = var_1055_pad_type_0, strides = var_1055_strides_0, weight = core_stacks_1_stack_layers_0_self_attn1_in_proj_weight_to_fp16, x = x_107_cast_fp16)[name = tensor("op_1055_cast_fp16")]; tensor var_1056 = const()[name = tensor("op_1056"), val = tensor([4, 12, 1, 512])]; tensor var_1057_cast_fp16 = reshape(shape = var_1056, x = var_1055_cast_fp16)[name = tensor("op_1057_cast_fp16")]; tensor transpose_20_perm_0 = const()[name = tensor("transpose_20_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_104 = const()[name = tensor("concat_104"), val = tensor([4, 512, 512])]; tensor transpose_20_cast_fp16 = transpose(perm = transpose_20_perm_0, x = attn_weights_5_cast_fp16)[name = tensor("transpose_289")]; tensor reshape_30_cast_fp16 = reshape(shape = concat_104, x = transpose_20_cast_fp16)[name = tensor("reshape_30_cast_fp16")]; tensor transpose_21_perm_0 = const()[name = tensor("transpose_21_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_105 = const()[name = tensor("concat_105"), val = tensor([4, 512, 12])]; tensor transpose_21_cast_fp16 = transpose(perm = transpose_21_perm_0, x = var_1057_cast_fp16)[name = tensor("transpose_288")]; tensor reshape_31_cast_fp16 = reshape(shape = concat_105, x = transpose_21_cast_fp16)[name = tensor("reshape_31_cast_fp16")]; tensor matmul_10_transpose_x_0 = const()[name = tensor("matmul_10_transpose_x_0"), val = tensor(false)]; tensor matmul_10_transpose_y_0 = const()[name = tensor("matmul_10_transpose_y_0"), val = tensor(false)]; tensor matmul_10_cast_fp16 = matmul(transpose_x = matmul_10_transpose_x_0, transpose_y = matmul_10_transpose_y_0, x = reshape_30_cast_fp16, y = reshape_31_cast_fp16)[name = tensor("matmul_10_cast_fp16")]; tensor concat_109 = const()[name = tensor("concat_109"), val = tensor([4, 1, 512, 12])]; tensor reshape_32_cast_fp16 = reshape(shape = concat_109, x = matmul_10_cast_fp16)[name = tensor("reshape_32_cast_fp16")]; tensor out_9_perm_0 = const()[name = tensor("out_9_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_1060 = const()[name = tensor("op_1060"), val = tensor([1, 48, 1, 512])]; tensor out_9_cast_fp16 = transpose(perm = out_9_perm_0, x = reshape_32_cast_fp16)[name = tensor("transpose_287")]; tensor input_85_cast_fp16 = reshape(shape = var_1060, x = out_9_cast_fp16)[name = tensor("input_85_cast_fp16")]; tensor var_1068_pad_type_0 = const()[name = tensor("op_1068_pad_type_0"), val = tensor("valid")]; tensor var_1068_strides_0 = const()[name = tensor("op_1068_strides_0"), val = tensor([1, 1])]; tensor var_1068_pad_0 = const()[name = tensor("op_1068_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1068_dilations_0 = const()[name = tensor("op_1068_dilations_0"), val = tensor([1, 1])]; tensor var_1068_groups_0 = const()[name = tensor("op_1068_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_0_self_attn1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_self_attn1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(119029312)))]; tensor core_stacks_1_stack_layers_0_self_attn1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_self_attn1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(119078528)))]; tensor var_1068_cast_fp16 = conv(bias = core_stacks_1_stack_layers_0_self_attn1_out_proj_bias_to_fp16, dilations = var_1068_dilations_0, groups = var_1068_groups_0, pad = var_1068_pad_0, pad_type = var_1068_pad_type_0, strides = var_1068_strides_0, weight = core_stacks_1_stack_layers_0_self_attn1_out_proj_weight_to_fp16, x = input_85_cast_fp16)[name = tensor("op_1068_cast_fp16")]; tensor x_109_cast_fp16 = add(x = x_107_cast_fp16, y = var_1068_cast_fp16)[name = tensor("x_109_cast_fp16")]; tensor x_111_cast_fp16 = add(x = x_109_cast_fp16, y = time_emb_3_cast_fp16)[name = tensor("x_111_cast_fp16")]; tensor x_113_pad_type_0 = const()[name = tensor("x_113_pad_type_0"), val = tensor("valid")]; tensor x_113_strides_0 = const()[name = tensor("x_113_strides_0"), val = tensor([1, 1])]; tensor x_113_pad_0 = const()[name = tensor("x_113_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_113_dilations_0 = const()[name = tensor("x_113_dilations_0"), val = tensor([1, 1])]; tensor x_113_groups_0 = const()[name = tensor("x_113_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_0_conv_module1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_conv_module1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(119079616)))]; tensor core_stacks_1_stack_layers_0_conv_module1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_conv_module1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(120128256)))]; tensor x_113_cast_fp16 = conv(bias = core_stacks_1_stack_layers_0_conv_module1_in_proj_bias_to_fp16, dilations = x_113_dilations_0, groups = x_113_groups_0, pad = x_113_pad_0, pad_type = x_113_pad_type_0, strides = x_113_strides_0, weight = core_stacks_1_stack_layers_0_conv_module1_in_proj_weight_to_fp16, x = x_111_cast_fp16)[name = tensor("x_113_cast_fp16")]; tensor var_1082_begin_0 = const()[name = tensor("op_1082_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_1082_end_0 = const()[name = tensor("op_1082_end_0"), val = tensor([1, 512, 1, 512])]; tensor var_1082_end_mask_0 = const()[name = tensor("op_1082_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_1082_cast_fp16 = slice_by_index(begin = var_1082_begin_0, end = var_1082_end_0, end_mask = var_1082_end_mask_0, x = x_113_cast_fp16)[name = tensor("op_1082_cast_fp16")]; tensor var_1084_begin_0 = const()[name = tensor("op_1084_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_1084_end_0 = const()[name = tensor("op_1084_end_0"), val = tensor([1, 1024, 1, 512])]; tensor var_1084_end_mask_0 = const()[name = tensor("op_1084_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_1084_cast_fp16 = slice_by_index(begin = var_1084_begin_0, end = var_1084_end_0, end_mask = var_1084_end_mask_0, x = x_113_cast_fp16)[name = tensor("op_1084_cast_fp16")]; tensor var_1085_cast_fp16 = sigmoid(x = var_1084_cast_fp16)[name = tensor("op_1085_cast_fp16")]; tensor x_115_cast_fp16 = mul(x = var_1082_cast_fp16, y = var_1085_cast_fp16)[name = tensor("x_115_cast_fp16")]; tensor input_87_cast_fp16 = mul(x = x_115_cast_fp16, y = conv_keep_3_cast_fp16)[name = tensor("input_87_cast_fp16")]; tensor x_117_pad_type_0 = const()[name = tensor("x_117_pad_type_0"), val = tensor("custom")]; tensor x_117_pad_0 = const()[name = tensor("x_117_pad_0"), val = tensor([0, 0, 7, 7])]; tensor x_117_groups_0 = const()[name = tensor("x_117_groups_0"), val = tensor(512)]; tensor x_117_strides_0 = const()[name = tensor("x_117_strides_0"), val = tensor([1, 1])]; tensor x_117_dilations_0 = const()[name = tensor("x_117_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_1_stack_layers_0_conv_module1_dw_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_conv_module1_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(120130368)))]; tensor core_stacks_1_stack_layers_0_conv_module1_dw_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_conv_module1_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(120145792)))]; tensor x_117_cast_fp16 = conv(bias = core_stacks_1_stack_layers_0_conv_module1_dw_bias_to_fp16, dilations = x_117_dilations_0, groups = x_117_groups_0, pad = x_117_pad_0, pad_type = x_117_pad_type_0, strides = x_117_strides_0, weight = core_stacks_1_stack_layers_0_conv_module1_dw_weight_to_fp16, x = input_87_cast_fp16)[name = tensor("x_117_cast_fp16")]; tensor var_1095_to_fp16 = const()[name = tensor("op_1095_to_fp16"), val = tensor(0x1p+0)]; tensor x_119_cast_fp16 = sub(x = x_117_cast_fp16, y = var_1095_to_fp16)[name = tensor("x_119_cast_fp16")]; tensor var_1097_cast_fp16 = relu(x = x_119_cast_fp16)[name = tensor("op_1097_cast_fp16")]; tensor var_1098_cast_fp16 = abs(x = x_119_cast_fp16)[name = tensor("op_1098_cast_fp16")]; tensor const_23_promoted_to_fp16 = const()[name = tensor("const_23_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_1099_cast_fp16 = mul(x = var_1098_cast_fp16, y = const_23_promoted_to_fp16)[name = tensor("op_1099_cast_fp16")]; tensor var_1100_cast_fp16 = exp(x = var_1099_cast_fp16)[name = tensor("op_1100_cast_fp16")]; tensor var_1101_epsilon_0 = const()[name = tensor("op_1101_epsilon_0"), val = tensor(0x1p+0)]; tensor var_1101_cast_fp16 = log(epsilon = var_1101_epsilon_0, x = var_1100_cast_fp16)[name = tensor("op_1101_cast_fp16")]; tensor var_1102_cast_fp16 = add(x = var_1097_cast_fp16, y = var_1101_cast_fp16)[name = tensor("op_1102_cast_fp16")]; tensor var_1103_to_fp16 = const()[name = tensor("op_1103_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_1104_cast_fp16 = mul(x = x_117_cast_fp16, y = var_1103_to_fp16)[name = tensor("op_1104_cast_fp16")]; tensor var_1105_cast_fp16 = sub(x = var_1102_cast_fp16, y = var_1104_cast_fp16)[name = tensor("op_1105_cast_fp16")]; tensor var_1106_to_fp16 = const()[name = tensor("op_1106_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_89_cast_fp16 = sub(x = var_1105_cast_fp16, y = var_1106_to_fp16)[name = tensor("input_89_cast_fp16")]; tensor var_1114_pad_type_0 = const()[name = tensor("op_1114_pad_type_0"), val = tensor("valid")]; tensor var_1114_strides_0 = const()[name = tensor("op_1114_strides_0"), val = tensor([1, 1])]; tensor var_1114_pad_0 = const()[name = tensor("op_1114_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1114_dilations_0 = const()[name = tensor("op_1114_dilations_0"), val = tensor([1, 1])]; tensor var_1114_groups_0 = const()[name = tensor("op_1114_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_0_conv_module1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_conv_module1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(120146880)))]; tensor core_stacks_1_stack_layers_0_conv_module1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_conv_module1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(120671232)))]; tensor var_1114_cast_fp16 = conv(bias = core_stacks_1_stack_layers_0_conv_module1_out_proj_bias_to_fp16, dilations = var_1114_dilations_0, groups = var_1114_groups_0, pad = var_1114_pad_0, pad_type = var_1114_pad_type_0, strides = var_1114_strides_0, weight = core_stacks_1_stack_layers_0_conv_module1_out_proj_weight_to_fp16, x = input_89_cast_fp16)[name = tensor("op_1114_cast_fp16")]; tensor input_91_cast_fp16 = add(x = x_111_cast_fp16, y = var_1114_cast_fp16)[name = tensor("input_91_cast_fp16")]; tensor x_121_pad_type_0 = const()[name = tensor("x_121_pad_type_0"), val = tensor("valid")]; tensor x_121_strides_0 = const()[name = tensor("x_121_strides_0"), val = tensor([1, 1])]; tensor x_121_pad_0 = const()[name = tensor("x_121_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_121_dilations_0 = const()[name = tensor("x_121_dilations_0"), val = tensor([1, 1])]; tensor x_121_groups_0 = const()[name = tensor("x_121_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_0_feed_forward2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_feed_forward2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(120672320)))]; tensor core_stacks_1_stack_layers_0_feed_forward2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_feed_forward2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(122245248)))]; tensor x_121_cast_fp16 = conv(bias = core_stacks_1_stack_layers_0_feed_forward2_in_proj_bias_to_fp16, dilations = x_121_dilations_0, groups = x_121_groups_0, pad = x_121_pad_0, pad_type = x_121_pad_type_0, strides = x_121_strides_0, weight = core_stacks_1_stack_layers_0_feed_forward2_in_proj_weight_to_fp16, x = input_91_cast_fp16)[name = tensor("x_121_cast_fp16")]; tensor var_1125_to_fp16 = const()[name = tensor("op_1125_to_fp16"), val = tensor(0x1p+2)]; tensor x_123_cast_fp16 = sub(x = x_121_cast_fp16, y = var_1125_to_fp16)[name = tensor("x_123_cast_fp16")]; tensor var_1127_cast_fp16 = relu(x = x_123_cast_fp16)[name = tensor("op_1127_cast_fp16")]; tensor var_1128_cast_fp16 = abs(x = x_123_cast_fp16)[name = tensor("op_1128_cast_fp16")]; tensor const_24_promoted_to_fp16 = const()[name = tensor("const_24_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_1129_cast_fp16 = mul(x = var_1128_cast_fp16, y = const_24_promoted_to_fp16)[name = tensor("op_1129_cast_fp16")]; tensor var_1130_cast_fp16 = exp(x = var_1129_cast_fp16)[name = tensor("op_1130_cast_fp16")]; tensor var_1131_epsilon_0 = const()[name = tensor("op_1131_epsilon_0"), val = tensor(0x1p+0)]; tensor var_1131_cast_fp16 = log(epsilon = var_1131_epsilon_0, x = var_1130_cast_fp16)[name = tensor("op_1131_cast_fp16")]; tensor var_1132_cast_fp16 = add(x = var_1127_cast_fp16, y = var_1131_cast_fp16)[name = tensor("op_1132_cast_fp16")]; tensor var_1133_to_fp16 = const()[name = tensor("op_1133_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_1134_cast_fp16 = mul(x = x_121_cast_fp16, y = var_1133_to_fp16)[name = tensor("op_1134_cast_fp16")]; tensor var_1135_cast_fp16 = sub(x = var_1132_cast_fp16, y = var_1134_cast_fp16)[name = tensor("op_1135_cast_fp16")]; tensor var_1136_to_fp16 = const()[name = tensor("op_1136_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_93_cast_fp16 = sub(x = var_1135_cast_fp16, y = var_1136_to_fp16)[name = tensor("input_93_cast_fp16")]; tensor var_1144_pad_type_0 = const()[name = tensor("op_1144_pad_type_0"), val = tensor("valid")]; tensor var_1144_strides_0 = const()[name = tensor("op_1144_strides_0"), val = tensor([1, 1])]; tensor var_1144_pad_0 = const()[name = tensor("op_1144_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1144_dilations_0 = const()[name = tensor("op_1144_dilations_0"), val = tensor([1, 1])]; tensor var_1144_groups_0 = const()[name = tensor("op_1144_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_0_feed_forward2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_feed_forward2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(122248384)))]; tensor core_stacks_1_stack_layers_0_feed_forward2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_feed_forward2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(123821312)))]; tensor var_1144_cast_fp16 = conv(bias = core_stacks_1_stack_layers_0_feed_forward2_out_proj_bias_to_fp16, dilations = var_1144_dilations_0, groups = var_1144_groups_0, pad = var_1144_pad_0, pad_type = var_1144_pad_type_0, strides = var_1144_strides_0, weight = core_stacks_1_stack_layers_0_feed_forward2_out_proj_weight_to_fp16, x = input_93_cast_fp16)[name = tensor("op_1144_cast_fp16")]; tensor src_9_cast_fp16 = add(x = input_91_cast_fp16, y = var_1144_cast_fp16)[name = tensor("src_9_cast_fp16")]; tensor var_1147_cast_fp16 = sub(x = src_9_cast_fp16, y = input_75_cast_fp16)[name = tensor("op_1147_cast_fp16")]; tensor core_stacks_1_stack_layers_0_bypass_mid_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_bypass_mid_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(123822400)))]; tensor var_1148_cast_fp16 = mul(x = var_1147_cast_fp16, y = core_stacks_1_stack_layers_0_bypass_mid_bypass_scale_to_fp16)[name = tensor("op_1148_cast_fp16")]; tensor x_125_cast_fp16 = add(x = input_75_cast_fp16, y = var_1148_cast_fp16)[name = tensor("x_125_cast_fp16")]; tensor var_1159_pad_type_0 = const()[name = tensor("op_1159_pad_type_0"), val = tensor("valid")]; tensor var_1159_strides_0 = const()[name = tensor("op_1159_strides_0"), val = tensor([1, 1])]; tensor var_1159_pad_0 = const()[name = tensor("op_1159_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1159_dilations_0 = const()[name = tensor("op_1159_dilations_0"), val = tensor([1, 1])]; tensor var_1159_groups_0 = const()[name = tensor("op_1159_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_0_self_attn2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_self_attn2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(123823488)))]; tensor core_stacks_1_stack_layers_0_self_attn2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_self_attn2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(123872704)))]; tensor var_1159_cast_fp16 = conv(bias = core_stacks_1_stack_layers_0_self_attn2_in_proj_bias_to_fp16, dilations = var_1159_dilations_0, groups = var_1159_groups_0, pad = var_1159_pad_0, pad_type = var_1159_pad_type_0, strides = var_1159_strides_0, weight = core_stacks_1_stack_layers_0_self_attn2_in_proj_weight_to_fp16, x = x_125_cast_fp16)[name = tensor("op_1159_cast_fp16")]; tensor var_1160 = const()[name = tensor("op_1160"), val = tensor([4, 12, 1, 512])]; tensor var_1161_cast_fp16 = reshape(shape = var_1160, x = var_1159_cast_fp16)[name = tensor("op_1161_cast_fp16")]; tensor transpose_23_perm_0 = const()[name = tensor("transpose_23_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_115 = const()[name = tensor("concat_115"), val = tensor([4, 512, 12])]; tensor transpose_23_cast_fp16 = transpose(perm = transpose_23_perm_0, x = var_1161_cast_fp16)[name = tensor("transpose_286")]; tensor reshape_34_cast_fp16 = reshape(shape = concat_115, x = transpose_23_cast_fp16)[name = tensor("reshape_34_cast_fp16")]; tensor matmul_11_transpose_x_0 = const()[name = tensor("matmul_11_transpose_x_0"), val = tensor(false)]; tensor matmul_11_transpose_y_0 = const()[name = tensor("matmul_11_transpose_y_0"), val = tensor(false)]; tensor matmul_11_cast_fp16 = matmul(transpose_x = matmul_11_transpose_x_0, transpose_y = matmul_11_transpose_y_0, x = reshape_30_cast_fp16, y = reshape_34_cast_fp16)[name = tensor("matmul_11_cast_fp16")]; tensor concat_119 = const()[name = tensor("concat_119"), val = tensor([4, 1, 512, 12])]; tensor reshape_35_cast_fp16 = reshape(shape = concat_119, x = matmul_11_cast_fp16)[name = tensor("reshape_35_cast_fp16")]; tensor out_11_perm_0 = const()[name = tensor("out_11_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_1164 = const()[name = tensor("op_1164"), val = tensor([1, 48, 1, 512])]; tensor out_11_cast_fp16 = transpose(perm = out_11_perm_0, x = reshape_35_cast_fp16)[name = tensor("transpose_285")]; tensor input_95_cast_fp16 = reshape(shape = var_1164, x = out_11_cast_fp16)[name = tensor("input_95_cast_fp16")]; tensor var_1172_pad_type_0 = const()[name = tensor("op_1172_pad_type_0"), val = tensor("valid")]; tensor var_1172_strides_0 = const()[name = tensor("op_1172_strides_0"), val = tensor([1, 1])]; tensor var_1172_pad_0 = const()[name = tensor("op_1172_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1172_dilations_0 = const()[name = tensor("op_1172_dilations_0"), val = tensor([1, 1])]; tensor var_1172_groups_0 = const()[name = tensor("op_1172_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_0_self_attn2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_self_attn2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(123872896)))]; tensor core_stacks_1_stack_layers_0_self_attn2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_self_attn2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(123922112)))]; tensor var_1172_cast_fp16 = conv(bias = core_stacks_1_stack_layers_0_self_attn2_out_proj_bias_to_fp16, dilations = var_1172_dilations_0, groups = var_1172_groups_0, pad = var_1172_pad_0, pad_type = var_1172_pad_type_0, strides = var_1172_strides_0, weight = core_stacks_1_stack_layers_0_self_attn2_out_proj_weight_to_fp16, x = input_95_cast_fp16)[name = tensor("op_1172_cast_fp16")]; tensor x_127_cast_fp16 = add(x = x_125_cast_fp16, y = var_1172_cast_fp16)[name = tensor("x_127_cast_fp16")]; tensor x_129_cast_fp16 = add(x = x_127_cast_fp16, y = time_emb_3_cast_fp16)[name = tensor("x_129_cast_fp16")]; tensor x_131_pad_type_0 = const()[name = tensor("x_131_pad_type_0"), val = tensor("valid")]; tensor x_131_strides_0 = const()[name = tensor("x_131_strides_0"), val = tensor([1, 1])]; tensor x_131_pad_0 = const()[name = tensor("x_131_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_131_dilations_0 = const()[name = tensor("x_131_dilations_0"), val = tensor([1, 1])]; tensor x_131_groups_0 = const()[name = tensor("x_131_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_0_conv_module2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_conv_module2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(123923200)))]; tensor core_stacks_1_stack_layers_0_conv_module2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_conv_module2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(124971840)))]; tensor x_131_cast_fp16 = conv(bias = core_stacks_1_stack_layers_0_conv_module2_in_proj_bias_to_fp16, dilations = x_131_dilations_0, groups = x_131_groups_0, pad = x_131_pad_0, pad_type = x_131_pad_type_0, strides = x_131_strides_0, weight = core_stacks_1_stack_layers_0_conv_module2_in_proj_weight_to_fp16, x = x_129_cast_fp16)[name = tensor("x_131_cast_fp16")]; tensor var_1186_begin_0 = const()[name = tensor("op_1186_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_1186_end_0 = const()[name = tensor("op_1186_end_0"), val = tensor([1, 512, 1, 512])]; tensor var_1186_end_mask_0 = const()[name = tensor("op_1186_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_1186_cast_fp16 = slice_by_index(begin = var_1186_begin_0, end = var_1186_end_0, end_mask = var_1186_end_mask_0, x = x_131_cast_fp16)[name = tensor("op_1186_cast_fp16")]; tensor var_1188_begin_0 = const()[name = tensor("op_1188_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_1188_end_0 = const()[name = tensor("op_1188_end_0"), val = tensor([1, 1024, 1, 512])]; tensor var_1188_end_mask_0 = const()[name = tensor("op_1188_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_1188_cast_fp16 = slice_by_index(begin = var_1188_begin_0, end = var_1188_end_0, end_mask = var_1188_end_mask_0, x = x_131_cast_fp16)[name = tensor("op_1188_cast_fp16")]; tensor var_1189_cast_fp16 = sigmoid(x = var_1188_cast_fp16)[name = tensor("op_1189_cast_fp16")]; tensor x_133_cast_fp16 = mul(x = var_1186_cast_fp16, y = var_1189_cast_fp16)[name = tensor("x_133_cast_fp16")]; tensor input_97_cast_fp16 = mul(x = x_133_cast_fp16, y = conv_keep_3_cast_fp16)[name = tensor("input_97_cast_fp16")]; tensor x_135_pad_type_0 = const()[name = tensor("x_135_pad_type_0"), val = tensor("custom")]; tensor x_135_pad_0 = const()[name = tensor("x_135_pad_0"), val = tensor([0, 0, 7, 7])]; tensor x_135_groups_0 = const()[name = tensor("x_135_groups_0"), val = tensor(512)]; tensor x_135_strides_0 = const()[name = tensor("x_135_strides_0"), val = tensor([1, 1])]; tensor x_135_dilations_0 = const()[name = tensor("x_135_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_1_stack_layers_0_conv_module2_dw_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_conv_module2_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(124973952)))]; tensor core_stacks_1_stack_layers_0_conv_module2_dw_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_conv_module2_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(124989376)))]; tensor x_135_cast_fp16 = conv(bias = core_stacks_1_stack_layers_0_conv_module2_dw_bias_to_fp16, dilations = x_135_dilations_0, groups = x_135_groups_0, pad = x_135_pad_0, pad_type = x_135_pad_type_0, strides = x_135_strides_0, weight = core_stacks_1_stack_layers_0_conv_module2_dw_weight_to_fp16, x = input_97_cast_fp16)[name = tensor("x_135_cast_fp16")]; tensor var_1199_to_fp16 = const()[name = tensor("op_1199_to_fp16"), val = tensor(0x1p+0)]; tensor x_137_cast_fp16 = sub(x = x_135_cast_fp16, y = var_1199_to_fp16)[name = tensor("x_137_cast_fp16")]; tensor var_1201_cast_fp16 = relu(x = x_137_cast_fp16)[name = tensor("op_1201_cast_fp16")]; tensor var_1202_cast_fp16 = abs(x = x_137_cast_fp16)[name = tensor("op_1202_cast_fp16")]; tensor const_26_promoted_to_fp16 = const()[name = tensor("const_26_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_1203_cast_fp16 = mul(x = var_1202_cast_fp16, y = const_26_promoted_to_fp16)[name = tensor("op_1203_cast_fp16")]; tensor var_1204_cast_fp16 = exp(x = var_1203_cast_fp16)[name = tensor("op_1204_cast_fp16")]; tensor var_1205_epsilon_0 = const()[name = tensor("op_1205_epsilon_0"), val = tensor(0x1p+0)]; tensor var_1205_cast_fp16 = log(epsilon = var_1205_epsilon_0, x = var_1204_cast_fp16)[name = tensor("op_1205_cast_fp16")]; tensor var_1206_cast_fp16 = add(x = var_1201_cast_fp16, y = var_1205_cast_fp16)[name = tensor("op_1206_cast_fp16")]; tensor var_1207_to_fp16 = const()[name = tensor("op_1207_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_1208_cast_fp16 = mul(x = x_135_cast_fp16, y = var_1207_to_fp16)[name = tensor("op_1208_cast_fp16")]; tensor var_1209_cast_fp16 = sub(x = var_1206_cast_fp16, y = var_1208_cast_fp16)[name = tensor("op_1209_cast_fp16")]; tensor var_1210_to_fp16 = const()[name = tensor("op_1210_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_99_cast_fp16 = sub(x = var_1209_cast_fp16, y = var_1210_to_fp16)[name = tensor("input_99_cast_fp16")]; tensor var_1218_pad_type_0 = const()[name = tensor("op_1218_pad_type_0"), val = tensor("valid")]; tensor var_1218_strides_0 = const()[name = tensor("op_1218_strides_0"), val = tensor([1, 1])]; tensor var_1218_pad_0 = const()[name = tensor("op_1218_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1218_dilations_0 = const()[name = tensor("op_1218_dilations_0"), val = tensor([1, 1])]; tensor var_1218_groups_0 = const()[name = tensor("op_1218_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_0_conv_module2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_conv_module2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(124990464)))]; tensor core_stacks_1_stack_layers_0_conv_module2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_conv_module2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(125514816)))]; tensor var_1218_cast_fp16 = conv(bias = core_stacks_1_stack_layers_0_conv_module2_out_proj_bias_to_fp16, dilations = var_1218_dilations_0, groups = var_1218_groups_0, pad = var_1218_pad_0, pad_type = var_1218_pad_type_0, strides = var_1218_strides_0, weight = core_stacks_1_stack_layers_0_conv_module2_out_proj_weight_to_fp16, x = input_99_cast_fp16)[name = tensor("op_1218_cast_fp16")]; tensor input_101_cast_fp16 = add(x = x_129_cast_fp16, y = var_1218_cast_fp16)[name = tensor("input_101_cast_fp16")]; tensor x_139_pad_type_0 = const()[name = tensor("x_139_pad_type_0"), val = tensor("valid")]; tensor x_139_strides_0 = const()[name = tensor("x_139_strides_0"), val = tensor([1, 1])]; tensor x_139_pad_0 = const()[name = tensor("x_139_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_139_dilations_0 = const()[name = tensor("x_139_dilations_0"), val = tensor([1, 1])]; tensor x_139_groups_0 = const()[name = tensor("x_139_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_0_feed_forward3_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_feed_forward3_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(125515904)))]; tensor core_stacks_1_stack_layers_0_feed_forward3_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_feed_forward3_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(127482048)))]; tensor x_139_cast_fp16 = conv(bias = core_stacks_1_stack_layers_0_feed_forward3_in_proj_bias_to_fp16, dilations = x_139_dilations_0, groups = x_139_groups_0, pad = x_139_pad_0, pad_type = x_139_pad_type_0, strides = x_139_strides_0, weight = core_stacks_1_stack_layers_0_feed_forward3_in_proj_weight_to_fp16, x = input_101_cast_fp16)[name = tensor("x_139_cast_fp16")]; tensor var_1229_to_fp16 = const()[name = tensor("op_1229_to_fp16"), val = tensor(0x1p+2)]; tensor x_141_cast_fp16 = sub(x = x_139_cast_fp16, y = var_1229_to_fp16)[name = tensor("x_141_cast_fp16")]; tensor var_1231_cast_fp16 = relu(x = x_141_cast_fp16)[name = tensor("op_1231_cast_fp16")]; tensor var_1232_cast_fp16 = abs(x = x_141_cast_fp16)[name = tensor("op_1232_cast_fp16")]; tensor const_27_promoted_to_fp16 = const()[name = tensor("const_27_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_1233_cast_fp16 = mul(x = var_1232_cast_fp16, y = const_27_promoted_to_fp16)[name = tensor("op_1233_cast_fp16")]; tensor var_1234_cast_fp16 = exp(x = var_1233_cast_fp16)[name = tensor("op_1234_cast_fp16")]; tensor var_1235_epsilon_0 = const()[name = tensor("op_1235_epsilon_0"), val = tensor(0x1p+0)]; tensor var_1235_cast_fp16 = log(epsilon = var_1235_epsilon_0, x = var_1234_cast_fp16)[name = tensor("op_1235_cast_fp16")]; tensor var_1236_cast_fp16 = add(x = var_1231_cast_fp16, y = var_1235_cast_fp16)[name = tensor("op_1236_cast_fp16")]; tensor var_1237_to_fp16 = const()[name = tensor("op_1237_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_1238_cast_fp16 = mul(x = x_139_cast_fp16, y = var_1237_to_fp16)[name = tensor("op_1238_cast_fp16")]; tensor var_1239_cast_fp16 = sub(x = var_1236_cast_fp16, y = var_1238_cast_fp16)[name = tensor("op_1239_cast_fp16")]; tensor var_1240_to_fp16 = const()[name = tensor("op_1240_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_103_cast_fp16 = sub(x = var_1239_cast_fp16, y = var_1240_to_fp16)[name = tensor("input_103_cast_fp16")]; tensor var_1248_pad_type_0 = const()[name = tensor("op_1248_pad_type_0"), val = tensor("valid")]; tensor var_1248_strides_0 = const()[name = tensor("op_1248_strides_0"), val = tensor([1, 1])]; tensor var_1248_pad_0 = const()[name = tensor("op_1248_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1248_dilations_0 = const()[name = tensor("op_1248_dilations_0"), val = tensor([1, 1])]; tensor var_1248_groups_0 = const()[name = tensor("op_1248_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_0_feed_forward3_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_feed_forward3_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(127485952)))]; tensor core_stacks_1_stack_layers_0_feed_forward3_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_feed_forward3_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(129452096)))]; tensor var_1248_cast_fp16 = conv(bias = core_stacks_1_stack_layers_0_feed_forward3_out_proj_bias_to_fp16, dilations = var_1248_dilations_0, groups = var_1248_groups_0, pad = var_1248_pad_0, pad_type = var_1248_pad_type_0, strides = var_1248_strides_0, weight = core_stacks_1_stack_layers_0_feed_forward3_out_proj_weight_to_fp16, x = input_103_cast_fp16)[name = tensor("op_1248_cast_fp16")]; tensor x_143_cast_fp16 = add(x = input_101_cast_fp16, y = var_1248_cast_fp16)[name = tensor("x_143_cast_fp16")]; tensor core_stacks_1_stack_layers_0_norm_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(129453184)))]; tensor d_5_cast_fp16 = sub(x = x_143_cast_fp16, y = core_stacks_1_stack_layers_0_norm_bias_to_fp16)[name = tensor("d_5_cast_fp16")]; tensor var_1253_cast_fp16 = mul(x = d_5_cast_fp16, y = d_5_cast_fp16)[name = tensor("op_1253_cast_fp16")]; tensor var_1255_axes_0 = const()[name = tensor("op_1255_axes_0"), val = tensor([1])]; tensor var_1255_keep_dims_0 = const()[name = tensor("op_1255_keep_dims_0"), val = tensor(true)]; tensor var_1255_cast_fp16 = reduce_mean(axes = var_1255_axes_0, keep_dims = var_1255_keep_dims_0, x = var_1253_cast_fp16)[name = tensor("op_1255_cast_fp16")]; tensor scales_5_epsilon_0 = const()[name = tensor("scales_5_epsilon_0"), val = tensor(0x1.197998p-40)]; tensor scales_5_cast_fp16 = rsqrt(epsilon = scales_5_epsilon_0, x = var_1255_cast_fp16)[name = tensor("scales_5_cast_fp16")]; tensor var_1257_cast_fp16 = mul(x = x_143_cast_fp16, y = scales_5_cast_fp16)[name = tensor("op_1257_cast_fp16")]; tensor core_stacks_1_stack_layers_0_norm_scale_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_norm_scale_to_fp16"), val = tensor(0x1.af8p-2)]; tensor src_11_cast_fp16 = mul(x = var_1257_cast_fp16, y = core_stacks_1_stack_layers_0_norm_scale_to_fp16)[name = tensor("src_11_cast_fp16")]; tensor var_1260_cast_fp16 = sub(x = src_11_cast_fp16, y = input_75_cast_fp16)[name = tensor("op_1260_cast_fp16")]; tensor core_stacks_1_stack_layers_0_bypass_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_0_bypass_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(129454272)))]; tensor var_1261_cast_fp16 = mul(x = var_1260_cast_fp16, y = core_stacks_1_stack_layers_0_bypass_bypass_scale_to_fp16)[name = tensor("op_1261_cast_fp16")]; tensor input_105_cast_fp16 = add(x = input_75_cast_fp16, y = var_1261_cast_fp16)[name = tensor("input_105_cast_fp16")]; tensor proj_7_pad_type_0 = const()[name = tensor("proj_7_pad_type_0"), val = tensor("valid")]; tensor proj_7_strides_0 = const()[name = tensor("proj_7_strides_0"), val = tensor([1, 1])]; tensor proj_7_pad_0 = const()[name = tensor("proj_7_pad_0"), val = tensor([0, 0, 0, 0])]; tensor proj_7_dilations_0 = const()[name = tensor("proj_7_dilations_0"), val = tensor([1, 1])]; tensor proj_7_groups_0 = const()[name = tensor("proj_7_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_1_self_attn_weights_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_self_attn_weights_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(129455360)))]; tensor core_stacks_1_stack_layers_1_self_attn_weights_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_self_attn_weights_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(129848640)))]; tensor proj_7_cast_fp16 = conv(bias = core_stacks_1_stack_layers_1_self_attn_weights_in_proj_bias_to_fp16, dilations = proj_7_dilations_0, groups = proj_7_groups_0, pad = proj_7_pad_0, pad_type = proj_7_pad_type_0, strides = proj_7_strides_0, weight = core_stacks_1_stack_layers_1_self_attn_weights_in_proj_weight_to_fp16, x = input_105_cast_fp16)[name = tensor("proj_7_cast_fp16")]; tensor var_1284_begin_0 = const()[name = tensor("op_1284_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_1284_end_0 = const()[name = tensor("op_1284_end_0"), val = tensor([1, 128, 1, 512])]; tensor var_1284_end_mask_0 = const()[name = tensor("op_1284_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_1284_cast_fp16 = slice_by_index(begin = var_1284_begin_0, end = var_1284_end_0, end_mask = var_1284_end_mask_0, x = proj_7_cast_fp16)[name = tensor("op_1284_cast_fp16")]; tensor var_1285 = const()[name = tensor("op_1285"), val = tensor([4, 32, 1, 512])]; tensor var_1286_cast_fp16 = reshape(shape = var_1285, x = var_1284_cast_fp16)[name = tensor("op_1286_cast_fp16")]; tensor var_1288_begin_0 = const()[name = tensor("op_1288_begin_0"), val = tensor([0, 128, 0, 0])]; tensor var_1288_end_0 = const()[name = tensor("op_1288_end_0"), val = tensor([1, 256, 1, 512])]; tensor var_1288_end_mask_0 = const()[name = tensor("op_1288_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_1288_cast_fp16 = slice_by_index(begin = var_1288_begin_0, end = var_1288_end_0, end_mask = var_1288_end_mask_0, x = proj_7_cast_fp16)[name = tensor("op_1288_cast_fp16")]; tensor var_1289 = const()[name = tensor("op_1289"), val = tensor([4, 32, 1, 512])]; tensor var_1290_cast_fp16 = reshape(shape = var_1289, x = var_1288_cast_fp16)[name = tensor("op_1290_cast_fp16")]; tensor var_1292_begin_0 = const()[name = tensor("op_1292_begin_0"), val = tensor([0, 256, 0, 0])]; tensor var_1292_end_0 = const()[name = tensor("op_1292_end_0"), val = tensor([1, 384, 1, 512])]; tensor var_1292_end_mask_0 = const()[name = tensor("op_1292_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_1292_cast_fp16 = slice_by_index(begin = var_1292_begin_0, end = var_1292_end_0, end_mask = var_1292_end_mask_0, x = proj_7_cast_fp16)[name = tensor("op_1292_cast_fp16")]; tensor var_1293 = const()[name = tensor("op_1293"), val = tensor([4, 32, 1, 512])]; tensor pt_7_cast_fp16 = reshape(shape = var_1293, x = var_1292_cast_fp16)[name = tensor("pt_7_cast_fp16")]; tensor transpose_24_perm_0 = const()[name = tensor("transpose_24_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_124 = const()[name = tensor("concat_124"), val = tensor([4, 512, 32])]; tensor transpose_24_cast_fp16 = transpose(perm = transpose_24_perm_0, x = var_1286_cast_fp16)[name = tensor("transpose_284")]; tensor reshape_36_cast_fp16 = reshape(shape = concat_124, x = transpose_24_cast_fp16)[name = tensor("reshape_36_cast_fp16")]; tensor transpose_25_perm_0 = const()[name = tensor("transpose_25_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_125 = const()[name = tensor("concat_125"), val = tensor([4, 32, 512])]; tensor transpose_25_cast_fp16 = transpose(perm = transpose_25_perm_0, x = var_1290_cast_fp16)[name = tensor("transpose_283")]; tensor reshape_37_cast_fp16 = reshape(shape = concat_125, x = transpose_25_cast_fp16)[name = tensor("reshape_37_cast_fp16")]; tensor matmul_12_transpose_x_0 = const()[name = tensor("matmul_12_transpose_x_0"), val = tensor(false)]; tensor matmul_12_transpose_y_0 = const()[name = tensor("matmul_12_transpose_y_0"), val = tensor(false)]; tensor matmul_12_cast_fp16 = matmul(transpose_x = matmul_12_transpose_x_0, transpose_y = matmul_12_transpose_y_0, x = reshape_36_cast_fp16, y = reshape_37_cast_fp16)[name = tensor("matmul_12_cast_fp16")]; tensor concat_129 = const()[name = tensor("concat_129"), val = tensor([4, 1, 512, 512])]; tensor reshape_38_cast_fp16 = reshape(shape = concat_129, x = matmul_12_cast_fp16)[name = tensor("reshape_38_cast_fp16")]; tensor attn_scores_19_perm_0 = const()[name = tensor("attn_scores_19_perm_0"), val = tensor([0, 2, 1, 3])]; tensor var_1297 = const()[name = tensor("op_1297"), val = tensor([0, 1, 3, 2])]; tensor var_1298_cast_fp16 = transpose(perm = var_1297, x = pt_7_cast_fp16)[name = tensor("transpose_281")]; tensor var_1299_cast_fp16 = mul(x = var_1298_cast_fp16, y = core_pos_basis_512_to_fp16)[name = tensor("op_1299_cast_fp16")]; tensor pos_scores_7_axes_0 = const()[name = tensor("pos_scores_7_axes_0"), val = tensor([1])]; tensor pos_scores_7_keep_dims_0 = const()[name = tensor("pos_scores_7_keep_dims_0"), val = tensor(true)]; tensor pos_scores_7_cast_fp16 = reduce_sum(axes = pos_scores_7_axes_0, keep_dims = pos_scores_7_keep_dims_0, x = var_1299_cast_fp16)[name = tensor("pos_scores_7_cast_fp16")]; tensor var_1302 = const()[name = tensor("op_1302"), val = tensor([4, 512, 1, 512])]; tensor var_1303_cast_fp16 = reshape(shape = var_1302, x = pos_scores_7_cast_fp16)[name = tensor("op_1303_cast_fp16")]; tensor attn_scores_19_cast_fp16 = transpose(perm = attn_scores_19_perm_0, x = reshape_38_cast_fp16)[name = tensor("transpose_282")]; tensor attn_scores_21_cast_fp16 = add(x = attn_scores_19_cast_fp16, y = var_1303_cast_fp16)[name = tensor("attn_scores_21_cast_fp16")]; tensor attn_scores_23_cast_fp16 = add(x = attn_scores_21_cast_fp16, y = attn_bias_3_cast_fp16)[name = tensor("attn_scores_23_cast_fp16")]; tensor attn_weights_7_cast_fp16 = softmax(axis = var_41, x = attn_scores_23_cast_fp16)[name = tensor("attn_weights_7_cast_fp16")]; tensor input_107_cast_fp16 = add(x = input_105_cast_fp16, y = time_emb_3_cast_fp16)[name = tensor("input_107_cast_fp16")]; tensor x_145_pad_type_0 = const()[name = tensor("x_145_pad_type_0"), val = tensor("valid")]; tensor x_145_strides_0 = const()[name = tensor("x_145_strides_0"), val = tensor([1, 1])]; tensor x_145_pad_0 = const()[name = tensor("x_145_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_145_dilations_0 = const()[name = tensor("x_145_dilations_0"), val = tensor([1, 1])]; tensor x_145_groups_0 = const()[name = tensor("x_145_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_1_feed_forward1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_feed_forward1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(129849472)))]; tensor core_stacks_1_stack_layers_1_feed_forward1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_feed_forward1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(131029184)))]; tensor x_145_cast_fp16 = conv(bias = core_stacks_1_stack_layers_1_feed_forward1_in_proj_bias_to_fp16, dilations = x_145_dilations_0, groups = x_145_groups_0, pad = x_145_pad_0, pad_type = x_145_pad_type_0, strides = x_145_strides_0, weight = core_stacks_1_stack_layers_1_feed_forward1_in_proj_weight_to_fp16, x = input_107_cast_fp16)[name = tensor("x_145_cast_fp16")]; tensor var_1317_to_fp16 = const()[name = tensor("op_1317_to_fp16"), val = tensor(0x1p+2)]; tensor x_147_cast_fp16 = sub(x = x_145_cast_fp16, y = var_1317_to_fp16)[name = tensor("x_147_cast_fp16")]; tensor var_1319_cast_fp16 = relu(x = x_147_cast_fp16)[name = tensor("op_1319_cast_fp16")]; tensor var_1320_cast_fp16 = abs(x = x_147_cast_fp16)[name = tensor("op_1320_cast_fp16")]; tensor const_28_promoted_to_fp16 = const()[name = tensor("const_28_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_1321_cast_fp16 = mul(x = var_1320_cast_fp16, y = const_28_promoted_to_fp16)[name = tensor("op_1321_cast_fp16")]; tensor var_1322_cast_fp16 = exp(x = var_1321_cast_fp16)[name = tensor("op_1322_cast_fp16")]; tensor var_1323_epsilon_0 = const()[name = tensor("op_1323_epsilon_0"), val = tensor(0x1p+0)]; tensor var_1323_cast_fp16 = log(epsilon = var_1323_epsilon_0, x = var_1322_cast_fp16)[name = tensor("op_1323_cast_fp16")]; tensor var_1324_cast_fp16 = add(x = var_1319_cast_fp16, y = var_1323_cast_fp16)[name = tensor("op_1324_cast_fp16")]; tensor var_1325_to_fp16 = const()[name = tensor("op_1325_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_1326_cast_fp16 = mul(x = x_145_cast_fp16, y = var_1325_to_fp16)[name = tensor("op_1326_cast_fp16")]; tensor var_1327_cast_fp16 = sub(x = var_1324_cast_fp16, y = var_1326_cast_fp16)[name = tensor("op_1327_cast_fp16")]; tensor var_1328_to_fp16 = const()[name = tensor("op_1328_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_109_cast_fp16 = sub(x = var_1327_cast_fp16, y = var_1328_to_fp16)[name = tensor("input_109_cast_fp16")]; tensor var_1336_pad_type_0 = const()[name = tensor("op_1336_pad_type_0"), val = tensor("valid")]; tensor var_1336_strides_0 = const()[name = tensor("op_1336_strides_0"), val = tensor([1, 1])]; tensor var_1336_pad_0 = const()[name = tensor("op_1336_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1336_dilations_0 = const()[name = tensor("op_1336_dilations_0"), val = tensor([1, 1])]; tensor var_1336_groups_0 = const()[name = tensor("op_1336_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_1_feed_forward1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_feed_forward1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(131031552)))]; tensor core_stacks_1_stack_layers_1_feed_forward1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_feed_forward1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(132211264)))]; tensor var_1336_cast_fp16 = conv(bias = core_stacks_1_stack_layers_1_feed_forward1_out_proj_bias_to_fp16, dilations = var_1336_dilations_0, groups = var_1336_groups_0, pad = var_1336_pad_0, pad_type = var_1336_pad_type_0, strides = var_1336_strides_0, weight = core_stacks_1_stack_layers_1_feed_forward1_out_proj_weight_to_fp16, x = input_109_cast_fp16)[name = tensor("op_1336_cast_fp16")]; tensor input_111_cast_fp16 = add(x = input_107_cast_fp16, y = var_1336_cast_fp16)[name = tensor("input_111_cast_fp16")]; tensor var_1338_begin_0 = const()[name = tensor("op_1338_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_1338_end_0 = const()[name = tensor("op_1338_end_0"), val = tensor([1, 512, 1, 512])]; tensor var_1338_end_mask_0 = const()[name = tensor("op_1338_end_mask_0"), val = tensor([false, true, true, true])]; tensor var_1338_cast_fp16 = slice_by_index(begin = var_1338_begin_0, end = var_1338_end_0, end_mask = var_1338_end_mask_0, x = attn_weights_7_cast_fp16)[name = tensor("op_1338_cast_fp16")]; tensor x_149_pad_type_0 = const()[name = tensor("x_149_pad_type_0"), val = tensor("valid")]; tensor x_149_strides_0 = const()[name = tensor("x_149_strides_0"), val = tensor([1, 1])]; tensor x_149_pad_0 = const()[name = tensor("x_149_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_149_dilations_0 = const()[name = tensor("x_149_dilations_0"), val = tensor([1, 1])]; tensor x_149_groups_0 = const()[name = tensor("x_149_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_1_nonlin_attention_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_nonlin_attention_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(132212352)))]; tensor core_stacks_1_stack_layers_1_nonlin_attention_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_nonlin_attention_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(133392064)))]; tensor x_149_cast_fp16 = conv(bias = core_stacks_1_stack_layers_1_nonlin_attention_in_proj_bias_to_fp16, dilations = x_149_dilations_0, groups = x_149_groups_0, pad = x_149_pad_0, pad_type = x_149_pad_type_0, strides = x_149_strides_0, weight = core_stacks_1_stack_layers_1_nonlin_attention_in_proj_weight_to_fp16, x = input_111_cast_fp16)[name = tensor("x_149_cast_fp16")]; tensor var_1349_begin_0 = const()[name = tensor("op_1349_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_1349_end_0 = const()[name = tensor("op_1349_end_0"), val = tensor([1, 384, 1, 512])]; tensor var_1349_end_mask_0 = const()[name = tensor("op_1349_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_1349_cast_fp16 = slice_by_index(begin = var_1349_begin_0, end = var_1349_end_0, end_mask = var_1349_end_mask_0, x = x_149_cast_fp16)[name = tensor("op_1349_cast_fp16")]; tensor s_gate_7_cast_fp16 = tanh(x = var_1349_cast_fp16)[name = tensor("s_gate_7_cast_fp16")]; tensor var_1352_begin_0 = const()[name = tensor("op_1352_begin_0"), val = tensor([0, 384, 0, 0])]; tensor var_1352_end_0 = const()[name = tensor("op_1352_end_0"), val = tensor([1, 768, 1, 512])]; tensor var_1352_end_mask_0 = const()[name = tensor("op_1352_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_1352_cast_fp16 = slice_by_index(begin = var_1352_begin_0, end = var_1352_end_0, end_mask = var_1352_end_mask_0, x = x_149_cast_fp16)[name = tensor("op_1352_cast_fp16")]; tensor var_1353_cast_fp16 = mul(x = var_1352_cast_fp16, y = s_gate_7_cast_fp16)[name = tensor("op_1353_cast_fp16")]; tensor y_7_begin_0 = const()[name = tensor("y_7_begin_0"), val = tensor([0, 768, 0, 0])]; tensor y_7_end_0 = const()[name = tensor("y_7_end_0"), val = tensor([1, 1152, 1, 512])]; tensor y_7_end_mask_0 = const()[name = tensor("y_7_end_mask_0"), val = tensor([true, true, true, true])]; tensor y_7_cast_fp16 = slice_by_index(begin = y_7_begin_0, end = y_7_end_0, end_mask = y_7_end_mask_0, x = x_149_cast_fp16)[name = tensor("y_7_cast_fp16")]; tensor transpose_26_perm_0 = const()[name = tensor("transpose_26_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_134 = const()[name = tensor("concat_134"), val = tensor([1, 512, 512])]; tensor transpose_26_cast_fp16 = transpose(perm = transpose_26_perm_0, x = var_1338_cast_fp16)[name = tensor("transpose_280")]; tensor reshape_39_cast_fp16 = reshape(shape = concat_134, x = transpose_26_cast_fp16)[name = tensor("reshape_39_cast_fp16")]; tensor transpose_27_perm_0 = const()[name = tensor("transpose_27_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_135 = const()[name = tensor("concat_135"), val = tensor([1, 512, 384])]; tensor transpose_27_cast_fp16 = transpose(perm = transpose_27_perm_0, x = var_1353_cast_fp16)[name = tensor("transpose_279")]; tensor reshape_40_cast_fp16 = reshape(shape = concat_135, x = transpose_27_cast_fp16)[name = tensor("reshape_40_cast_fp16")]; tensor matmul_13_transpose_x_0 = const()[name = tensor("matmul_13_transpose_x_0"), val = tensor(false)]; tensor matmul_13_transpose_y_0 = const()[name = tensor("matmul_13_transpose_y_0"), val = tensor(false)]; tensor matmul_13_cast_fp16 = matmul(transpose_x = matmul_13_transpose_x_0, transpose_y = matmul_13_transpose_y_0, x = reshape_39_cast_fp16, y = reshape_40_cast_fp16)[name = tensor("matmul_13_cast_fp16")]; tensor concat_139 = const()[name = tensor("concat_139"), val = tensor([1, 1, 512, 384])]; tensor reshape_41_cast_fp16 = reshape(shape = concat_139, x = matmul_13_cast_fp16)[name = tensor("reshape_41_cast_fp16")]; tensor v_7_perm_0 = const()[name = tensor("v_7_perm_0"), val = tensor([0, 3, 1, 2])]; tensor v_7_cast_fp16 = transpose(perm = v_7_perm_0, x = reshape_41_cast_fp16)[name = tensor("transpose_278")]; tensor input_113_cast_fp16 = mul(x = v_7_cast_fp16, y = y_7_cast_fp16)[name = tensor("input_113_cast_fp16")]; tensor var_1365_pad_type_0 = const()[name = tensor("op_1365_pad_type_0"), val = tensor("valid")]; tensor var_1365_strides_0 = const()[name = tensor("op_1365_strides_0"), val = tensor([1, 1])]; tensor var_1365_pad_0 = const()[name = tensor("op_1365_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1365_dilations_0 = const()[name = tensor("op_1365_dilations_0"), val = tensor([1, 1])]; tensor var_1365_groups_0 = const()[name = tensor("op_1365_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_1_nonlin_attention_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_nonlin_attention_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(133394432)))]; tensor core_stacks_1_stack_layers_1_nonlin_attention_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_nonlin_attention_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(133787712)))]; tensor var_1365_cast_fp16 = conv(bias = core_stacks_1_stack_layers_1_nonlin_attention_out_proj_bias_to_fp16, dilations = var_1365_dilations_0, groups = var_1365_groups_0, pad = var_1365_pad_0, pad_type = var_1365_pad_type_0, strides = var_1365_strides_0, weight = core_stacks_1_stack_layers_1_nonlin_attention_out_proj_weight_to_fp16, x = input_113_cast_fp16)[name = tensor("op_1365_cast_fp16")]; tensor x_151_cast_fp16 = add(x = input_111_cast_fp16, y = var_1365_cast_fp16)[name = tensor("x_151_cast_fp16")]; tensor var_1376_pad_type_0 = const()[name = tensor("op_1376_pad_type_0"), val = tensor("valid")]; tensor var_1376_strides_0 = const()[name = tensor("op_1376_strides_0"), val = tensor([1, 1])]; tensor var_1376_pad_0 = const()[name = tensor("op_1376_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1376_dilations_0 = const()[name = tensor("op_1376_dilations_0"), val = tensor([1, 1])]; tensor var_1376_groups_0 = const()[name = tensor("op_1376_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_1_self_attn1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_self_attn1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(133788800)))]; tensor core_stacks_1_stack_layers_1_self_attn1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_self_attn1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(133838016)))]; tensor var_1376_cast_fp16 = conv(bias = core_stacks_1_stack_layers_1_self_attn1_in_proj_bias_to_fp16, dilations = var_1376_dilations_0, groups = var_1376_groups_0, pad = var_1376_pad_0, pad_type = var_1376_pad_type_0, strides = var_1376_strides_0, weight = core_stacks_1_stack_layers_1_self_attn1_in_proj_weight_to_fp16, x = x_151_cast_fp16)[name = tensor("op_1376_cast_fp16")]; tensor var_1377 = const()[name = tensor("op_1377"), val = tensor([4, 12, 1, 512])]; tensor var_1378_cast_fp16 = reshape(shape = var_1377, x = var_1376_cast_fp16)[name = tensor("op_1378_cast_fp16")]; tensor transpose_28_perm_0 = const()[name = tensor("transpose_28_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_144 = const()[name = tensor("concat_144"), val = tensor([4, 512, 512])]; tensor transpose_28_cast_fp16 = transpose(perm = transpose_28_perm_0, x = attn_weights_7_cast_fp16)[name = tensor("transpose_277")]; tensor reshape_42_cast_fp16 = reshape(shape = concat_144, x = transpose_28_cast_fp16)[name = tensor("reshape_42_cast_fp16")]; tensor transpose_29_perm_0 = const()[name = tensor("transpose_29_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_145 = const()[name = tensor("concat_145"), val = tensor([4, 512, 12])]; tensor transpose_29_cast_fp16 = transpose(perm = transpose_29_perm_0, x = var_1378_cast_fp16)[name = tensor("transpose_276")]; tensor reshape_43_cast_fp16 = reshape(shape = concat_145, x = transpose_29_cast_fp16)[name = tensor("reshape_43_cast_fp16")]; tensor matmul_14_transpose_x_0 = const()[name = tensor("matmul_14_transpose_x_0"), val = tensor(false)]; tensor matmul_14_transpose_y_0 = const()[name = tensor("matmul_14_transpose_y_0"), val = tensor(false)]; tensor matmul_14_cast_fp16 = matmul(transpose_x = matmul_14_transpose_x_0, transpose_y = matmul_14_transpose_y_0, x = reshape_42_cast_fp16, y = reshape_43_cast_fp16)[name = tensor("matmul_14_cast_fp16")]; tensor concat_149 = const()[name = tensor("concat_149"), val = tensor([4, 1, 512, 12])]; tensor reshape_44_cast_fp16 = reshape(shape = concat_149, x = matmul_14_cast_fp16)[name = tensor("reshape_44_cast_fp16")]; tensor out_13_perm_0 = const()[name = tensor("out_13_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_1381 = const()[name = tensor("op_1381"), val = tensor([1, 48, 1, 512])]; tensor out_13_cast_fp16 = transpose(perm = out_13_perm_0, x = reshape_44_cast_fp16)[name = tensor("transpose_275")]; tensor input_115_cast_fp16 = reshape(shape = var_1381, x = out_13_cast_fp16)[name = tensor("input_115_cast_fp16")]; tensor var_1389_pad_type_0 = const()[name = tensor("op_1389_pad_type_0"), val = tensor("valid")]; tensor var_1389_strides_0 = const()[name = tensor("op_1389_strides_0"), val = tensor([1, 1])]; tensor var_1389_pad_0 = const()[name = tensor("op_1389_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1389_dilations_0 = const()[name = tensor("op_1389_dilations_0"), val = tensor([1, 1])]; tensor var_1389_groups_0 = const()[name = tensor("op_1389_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_1_self_attn1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_self_attn1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(133838208)))]; tensor core_stacks_1_stack_layers_1_self_attn1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_self_attn1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(133887424)))]; tensor var_1389_cast_fp16 = conv(bias = core_stacks_1_stack_layers_1_self_attn1_out_proj_bias_to_fp16, dilations = var_1389_dilations_0, groups = var_1389_groups_0, pad = var_1389_pad_0, pad_type = var_1389_pad_type_0, strides = var_1389_strides_0, weight = core_stacks_1_stack_layers_1_self_attn1_out_proj_weight_to_fp16, x = input_115_cast_fp16)[name = tensor("op_1389_cast_fp16")]; tensor x_153_cast_fp16 = add(x = x_151_cast_fp16, y = var_1389_cast_fp16)[name = tensor("x_153_cast_fp16")]; tensor x_155_cast_fp16 = add(x = x_153_cast_fp16, y = time_emb_3_cast_fp16)[name = tensor("x_155_cast_fp16")]; tensor x_157_pad_type_0 = const()[name = tensor("x_157_pad_type_0"), val = tensor("valid")]; tensor x_157_strides_0 = const()[name = tensor("x_157_strides_0"), val = tensor([1, 1])]; tensor x_157_pad_0 = const()[name = tensor("x_157_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_157_dilations_0 = const()[name = tensor("x_157_dilations_0"), val = tensor([1, 1])]; tensor x_157_groups_0 = const()[name = tensor("x_157_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_1_conv_module1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_conv_module1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(133888512)))]; tensor core_stacks_1_stack_layers_1_conv_module1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_conv_module1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(134937152)))]; tensor x_157_cast_fp16 = conv(bias = core_stacks_1_stack_layers_1_conv_module1_in_proj_bias_to_fp16, dilations = x_157_dilations_0, groups = x_157_groups_0, pad = x_157_pad_0, pad_type = x_157_pad_type_0, strides = x_157_strides_0, weight = core_stacks_1_stack_layers_1_conv_module1_in_proj_weight_to_fp16, x = x_155_cast_fp16)[name = tensor("x_157_cast_fp16")]; tensor var_1403_begin_0 = const()[name = tensor("op_1403_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_1403_end_0 = const()[name = tensor("op_1403_end_0"), val = tensor([1, 512, 1, 512])]; tensor var_1403_end_mask_0 = const()[name = tensor("op_1403_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_1403_cast_fp16 = slice_by_index(begin = var_1403_begin_0, end = var_1403_end_0, end_mask = var_1403_end_mask_0, x = x_157_cast_fp16)[name = tensor("op_1403_cast_fp16")]; tensor var_1405_begin_0 = const()[name = tensor("op_1405_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_1405_end_0 = const()[name = tensor("op_1405_end_0"), val = tensor([1, 1024, 1, 512])]; tensor var_1405_end_mask_0 = const()[name = tensor("op_1405_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_1405_cast_fp16 = slice_by_index(begin = var_1405_begin_0, end = var_1405_end_0, end_mask = var_1405_end_mask_0, x = x_157_cast_fp16)[name = tensor("op_1405_cast_fp16")]; tensor var_1406_cast_fp16 = sigmoid(x = var_1405_cast_fp16)[name = tensor("op_1406_cast_fp16")]; tensor x_159_cast_fp16 = mul(x = var_1403_cast_fp16, y = var_1406_cast_fp16)[name = tensor("x_159_cast_fp16")]; tensor input_117_cast_fp16 = mul(x = x_159_cast_fp16, y = conv_keep_3_cast_fp16)[name = tensor("input_117_cast_fp16")]; tensor x_161_pad_type_0 = const()[name = tensor("x_161_pad_type_0"), val = tensor("custom")]; tensor x_161_pad_0 = const()[name = tensor("x_161_pad_0"), val = tensor([0, 0, 7, 7])]; tensor x_161_groups_0 = const()[name = tensor("x_161_groups_0"), val = tensor(512)]; tensor x_161_strides_0 = const()[name = tensor("x_161_strides_0"), val = tensor([1, 1])]; tensor x_161_dilations_0 = const()[name = tensor("x_161_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_1_stack_layers_1_conv_module1_dw_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_conv_module1_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(134939264)))]; tensor core_stacks_1_stack_layers_1_conv_module1_dw_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_conv_module1_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(134954688)))]; tensor x_161_cast_fp16 = conv(bias = core_stacks_1_stack_layers_1_conv_module1_dw_bias_to_fp16, dilations = x_161_dilations_0, groups = x_161_groups_0, pad = x_161_pad_0, pad_type = x_161_pad_type_0, strides = x_161_strides_0, weight = core_stacks_1_stack_layers_1_conv_module1_dw_weight_to_fp16, x = input_117_cast_fp16)[name = tensor("x_161_cast_fp16")]; tensor var_1416_to_fp16 = const()[name = tensor("op_1416_to_fp16"), val = tensor(0x1p+0)]; tensor x_163_cast_fp16 = sub(x = x_161_cast_fp16, y = var_1416_to_fp16)[name = tensor("x_163_cast_fp16")]; tensor var_1418_cast_fp16 = relu(x = x_163_cast_fp16)[name = tensor("op_1418_cast_fp16")]; tensor var_1419_cast_fp16 = abs(x = x_163_cast_fp16)[name = tensor("op_1419_cast_fp16")]; tensor const_30_promoted_to_fp16 = const()[name = tensor("const_30_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_1420_cast_fp16 = mul(x = var_1419_cast_fp16, y = const_30_promoted_to_fp16)[name = tensor("op_1420_cast_fp16")]; tensor var_1421_cast_fp16 = exp(x = var_1420_cast_fp16)[name = tensor("op_1421_cast_fp16")]; tensor var_1422_epsilon_0 = const()[name = tensor("op_1422_epsilon_0"), val = tensor(0x1p+0)]; tensor var_1422_cast_fp16 = log(epsilon = var_1422_epsilon_0, x = var_1421_cast_fp16)[name = tensor("op_1422_cast_fp16")]; tensor var_1423_cast_fp16 = add(x = var_1418_cast_fp16, y = var_1422_cast_fp16)[name = tensor("op_1423_cast_fp16")]; tensor var_1424_to_fp16 = const()[name = tensor("op_1424_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_1425_cast_fp16 = mul(x = x_161_cast_fp16, y = var_1424_to_fp16)[name = tensor("op_1425_cast_fp16")]; tensor var_1426_cast_fp16 = sub(x = var_1423_cast_fp16, y = var_1425_cast_fp16)[name = tensor("op_1426_cast_fp16")]; tensor var_1427_to_fp16 = const()[name = tensor("op_1427_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_119_cast_fp16 = sub(x = var_1426_cast_fp16, y = var_1427_to_fp16)[name = tensor("input_119_cast_fp16")]; tensor var_1435_pad_type_0 = const()[name = tensor("op_1435_pad_type_0"), val = tensor("valid")]; tensor var_1435_strides_0 = const()[name = tensor("op_1435_strides_0"), val = tensor([1, 1])]; tensor var_1435_pad_0 = const()[name = tensor("op_1435_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1435_dilations_0 = const()[name = tensor("op_1435_dilations_0"), val = tensor([1, 1])]; tensor var_1435_groups_0 = const()[name = tensor("op_1435_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_1_conv_module1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_conv_module1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(134955776)))]; tensor core_stacks_1_stack_layers_1_conv_module1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_conv_module1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(135480128)))]; tensor var_1435_cast_fp16 = conv(bias = core_stacks_1_stack_layers_1_conv_module1_out_proj_bias_to_fp16, dilations = var_1435_dilations_0, groups = var_1435_groups_0, pad = var_1435_pad_0, pad_type = var_1435_pad_type_0, strides = var_1435_strides_0, weight = core_stacks_1_stack_layers_1_conv_module1_out_proj_weight_to_fp16, x = input_119_cast_fp16)[name = tensor("op_1435_cast_fp16")]; tensor input_121_cast_fp16 = add(x = x_155_cast_fp16, y = var_1435_cast_fp16)[name = tensor("input_121_cast_fp16")]; tensor x_165_pad_type_0 = const()[name = tensor("x_165_pad_type_0"), val = tensor("valid")]; tensor x_165_strides_0 = const()[name = tensor("x_165_strides_0"), val = tensor([1, 1])]; tensor x_165_pad_0 = const()[name = tensor("x_165_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_165_dilations_0 = const()[name = tensor("x_165_dilations_0"), val = tensor([1, 1])]; tensor x_165_groups_0 = const()[name = tensor("x_165_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_1_feed_forward2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_feed_forward2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(135481216)))]; tensor core_stacks_1_stack_layers_1_feed_forward2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_feed_forward2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(137054144)))]; tensor x_165_cast_fp16 = conv(bias = core_stacks_1_stack_layers_1_feed_forward2_in_proj_bias_to_fp16, dilations = x_165_dilations_0, groups = x_165_groups_0, pad = x_165_pad_0, pad_type = x_165_pad_type_0, strides = x_165_strides_0, weight = core_stacks_1_stack_layers_1_feed_forward2_in_proj_weight_to_fp16, x = input_121_cast_fp16)[name = tensor("x_165_cast_fp16")]; tensor var_1446_to_fp16 = const()[name = tensor("op_1446_to_fp16"), val = tensor(0x1p+2)]; tensor x_167_cast_fp16 = sub(x = x_165_cast_fp16, y = var_1446_to_fp16)[name = tensor("x_167_cast_fp16")]; tensor var_1448_cast_fp16 = relu(x = x_167_cast_fp16)[name = tensor("op_1448_cast_fp16")]; tensor var_1449_cast_fp16 = abs(x = x_167_cast_fp16)[name = tensor("op_1449_cast_fp16")]; tensor const_31_promoted_to_fp16 = const()[name = tensor("const_31_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_1450_cast_fp16 = mul(x = var_1449_cast_fp16, y = const_31_promoted_to_fp16)[name = tensor("op_1450_cast_fp16")]; tensor var_1451_cast_fp16 = exp(x = var_1450_cast_fp16)[name = tensor("op_1451_cast_fp16")]; tensor var_1452_epsilon_0 = const()[name = tensor("op_1452_epsilon_0"), val = tensor(0x1p+0)]; tensor var_1452_cast_fp16 = log(epsilon = var_1452_epsilon_0, x = var_1451_cast_fp16)[name = tensor("op_1452_cast_fp16")]; tensor var_1453_cast_fp16 = add(x = var_1448_cast_fp16, y = var_1452_cast_fp16)[name = tensor("op_1453_cast_fp16")]; tensor var_1454_to_fp16 = const()[name = tensor("op_1454_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_1455_cast_fp16 = mul(x = x_165_cast_fp16, y = var_1454_to_fp16)[name = tensor("op_1455_cast_fp16")]; tensor var_1456_cast_fp16 = sub(x = var_1453_cast_fp16, y = var_1455_cast_fp16)[name = tensor("op_1456_cast_fp16")]; tensor var_1457_to_fp16 = const()[name = tensor("op_1457_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_123_cast_fp16 = sub(x = var_1456_cast_fp16, y = var_1457_to_fp16)[name = tensor("input_123_cast_fp16")]; tensor var_1465_pad_type_0 = const()[name = tensor("op_1465_pad_type_0"), val = tensor("valid")]; tensor var_1465_strides_0 = const()[name = tensor("op_1465_strides_0"), val = tensor([1, 1])]; tensor var_1465_pad_0 = const()[name = tensor("op_1465_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1465_dilations_0 = const()[name = tensor("op_1465_dilations_0"), val = tensor([1, 1])]; tensor var_1465_groups_0 = const()[name = tensor("op_1465_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_1_feed_forward2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_feed_forward2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(137057280)))]; tensor core_stacks_1_stack_layers_1_feed_forward2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_feed_forward2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(138630208)))]; tensor var_1465_cast_fp16 = conv(bias = core_stacks_1_stack_layers_1_feed_forward2_out_proj_bias_to_fp16, dilations = var_1465_dilations_0, groups = var_1465_groups_0, pad = var_1465_pad_0, pad_type = var_1465_pad_type_0, strides = var_1465_strides_0, weight = core_stacks_1_stack_layers_1_feed_forward2_out_proj_weight_to_fp16, x = input_123_cast_fp16)[name = tensor("op_1465_cast_fp16")]; tensor src_13_cast_fp16 = add(x = input_121_cast_fp16, y = var_1465_cast_fp16)[name = tensor("src_13_cast_fp16")]; tensor var_1468_cast_fp16 = sub(x = src_13_cast_fp16, y = input_105_cast_fp16)[name = tensor("op_1468_cast_fp16")]; tensor core_stacks_1_stack_layers_1_bypass_mid_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_bypass_mid_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(138631296)))]; tensor var_1469_cast_fp16 = mul(x = var_1468_cast_fp16, y = core_stacks_1_stack_layers_1_bypass_mid_bypass_scale_to_fp16)[name = tensor("op_1469_cast_fp16")]; tensor x_169_cast_fp16 = add(x = input_105_cast_fp16, y = var_1469_cast_fp16)[name = tensor("x_169_cast_fp16")]; tensor var_1480_pad_type_0 = const()[name = tensor("op_1480_pad_type_0"), val = tensor("valid")]; tensor var_1480_strides_0 = const()[name = tensor("op_1480_strides_0"), val = tensor([1, 1])]; tensor var_1480_pad_0 = const()[name = tensor("op_1480_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1480_dilations_0 = const()[name = tensor("op_1480_dilations_0"), val = tensor([1, 1])]; tensor var_1480_groups_0 = const()[name = tensor("op_1480_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_1_self_attn2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_self_attn2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(138632384)))]; tensor core_stacks_1_stack_layers_1_self_attn2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_self_attn2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(138681600)))]; tensor var_1480_cast_fp16 = conv(bias = core_stacks_1_stack_layers_1_self_attn2_in_proj_bias_to_fp16, dilations = var_1480_dilations_0, groups = var_1480_groups_0, pad = var_1480_pad_0, pad_type = var_1480_pad_type_0, strides = var_1480_strides_0, weight = core_stacks_1_stack_layers_1_self_attn2_in_proj_weight_to_fp16, x = x_169_cast_fp16)[name = tensor("op_1480_cast_fp16")]; tensor var_1481 = const()[name = tensor("op_1481"), val = tensor([4, 12, 1, 512])]; tensor var_1482_cast_fp16 = reshape(shape = var_1481, x = var_1480_cast_fp16)[name = tensor("op_1482_cast_fp16")]; tensor transpose_31_perm_0 = const()[name = tensor("transpose_31_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_155 = const()[name = tensor("concat_155"), val = tensor([4, 512, 12])]; tensor transpose_31_cast_fp16 = transpose(perm = transpose_31_perm_0, x = var_1482_cast_fp16)[name = tensor("transpose_274")]; tensor reshape_46_cast_fp16 = reshape(shape = concat_155, x = transpose_31_cast_fp16)[name = tensor("reshape_46_cast_fp16")]; tensor matmul_15_transpose_x_0 = const()[name = tensor("matmul_15_transpose_x_0"), val = tensor(false)]; tensor matmul_15_transpose_y_0 = const()[name = tensor("matmul_15_transpose_y_0"), val = tensor(false)]; tensor matmul_15_cast_fp16 = matmul(transpose_x = matmul_15_transpose_x_0, transpose_y = matmul_15_transpose_y_0, x = reshape_42_cast_fp16, y = reshape_46_cast_fp16)[name = tensor("matmul_15_cast_fp16")]; tensor concat_159 = const()[name = tensor("concat_159"), val = tensor([4, 1, 512, 12])]; tensor reshape_47_cast_fp16 = reshape(shape = concat_159, x = matmul_15_cast_fp16)[name = tensor("reshape_47_cast_fp16")]; tensor out_15_perm_0 = const()[name = tensor("out_15_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_1485 = const()[name = tensor("op_1485"), val = tensor([1, 48, 1, 512])]; tensor out_15_cast_fp16 = transpose(perm = out_15_perm_0, x = reshape_47_cast_fp16)[name = tensor("transpose_273")]; tensor input_125_cast_fp16 = reshape(shape = var_1485, x = out_15_cast_fp16)[name = tensor("input_125_cast_fp16")]; tensor var_1493_pad_type_0 = const()[name = tensor("op_1493_pad_type_0"), val = tensor("valid")]; tensor var_1493_strides_0 = const()[name = tensor("op_1493_strides_0"), val = tensor([1, 1])]; tensor var_1493_pad_0 = const()[name = tensor("op_1493_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1493_dilations_0 = const()[name = tensor("op_1493_dilations_0"), val = tensor([1, 1])]; tensor var_1493_groups_0 = const()[name = tensor("op_1493_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_1_self_attn2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_self_attn2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(138681792)))]; tensor core_stacks_1_stack_layers_1_self_attn2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_self_attn2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(138731008)))]; tensor var_1493_cast_fp16 = conv(bias = core_stacks_1_stack_layers_1_self_attn2_out_proj_bias_to_fp16, dilations = var_1493_dilations_0, groups = var_1493_groups_0, pad = var_1493_pad_0, pad_type = var_1493_pad_type_0, strides = var_1493_strides_0, weight = core_stacks_1_stack_layers_1_self_attn2_out_proj_weight_to_fp16, x = input_125_cast_fp16)[name = tensor("op_1493_cast_fp16")]; tensor x_171_cast_fp16 = add(x = x_169_cast_fp16, y = var_1493_cast_fp16)[name = tensor("x_171_cast_fp16")]; tensor x_173_cast_fp16 = add(x = x_171_cast_fp16, y = time_emb_3_cast_fp16)[name = tensor("x_173_cast_fp16")]; tensor x_175_pad_type_0 = const()[name = tensor("x_175_pad_type_0"), val = tensor("valid")]; tensor x_175_strides_0 = const()[name = tensor("x_175_strides_0"), val = tensor([1, 1])]; tensor x_175_pad_0 = const()[name = tensor("x_175_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_175_dilations_0 = const()[name = tensor("x_175_dilations_0"), val = tensor([1, 1])]; tensor x_175_groups_0 = const()[name = tensor("x_175_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_1_conv_module2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_conv_module2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(138732096)))]; tensor core_stacks_1_stack_layers_1_conv_module2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_conv_module2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(139780736)))]; tensor x_175_cast_fp16 = conv(bias = core_stacks_1_stack_layers_1_conv_module2_in_proj_bias_to_fp16, dilations = x_175_dilations_0, groups = x_175_groups_0, pad = x_175_pad_0, pad_type = x_175_pad_type_0, strides = x_175_strides_0, weight = core_stacks_1_stack_layers_1_conv_module2_in_proj_weight_to_fp16, x = x_173_cast_fp16)[name = tensor("x_175_cast_fp16")]; tensor var_1507_begin_0 = const()[name = tensor("op_1507_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_1507_end_0 = const()[name = tensor("op_1507_end_0"), val = tensor([1, 512, 1, 512])]; tensor var_1507_end_mask_0 = const()[name = tensor("op_1507_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_1507_cast_fp16 = slice_by_index(begin = var_1507_begin_0, end = var_1507_end_0, end_mask = var_1507_end_mask_0, x = x_175_cast_fp16)[name = tensor("op_1507_cast_fp16")]; tensor var_1509_begin_0 = const()[name = tensor("op_1509_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_1509_end_0 = const()[name = tensor("op_1509_end_0"), val = tensor([1, 1024, 1, 512])]; tensor var_1509_end_mask_0 = const()[name = tensor("op_1509_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_1509_cast_fp16 = slice_by_index(begin = var_1509_begin_0, end = var_1509_end_0, end_mask = var_1509_end_mask_0, x = x_175_cast_fp16)[name = tensor("op_1509_cast_fp16")]; tensor var_1510_cast_fp16 = sigmoid(x = var_1509_cast_fp16)[name = tensor("op_1510_cast_fp16")]; tensor x_177_cast_fp16 = mul(x = var_1507_cast_fp16, y = var_1510_cast_fp16)[name = tensor("x_177_cast_fp16")]; tensor input_127_cast_fp16 = mul(x = x_177_cast_fp16, y = conv_keep_3_cast_fp16)[name = tensor("input_127_cast_fp16")]; tensor x_179_pad_type_0 = const()[name = tensor("x_179_pad_type_0"), val = tensor("custom")]; tensor x_179_pad_0 = const()[name = tensor("x_179_pad_0"), val = tensor([0, 0, 7, 7])]; tensor x_179_groups_0 = const()[name = tensor("x_179_groups_0"), val = tensor(512)]; tensor x_179_strides_0 = const()[name = tensor("x_179_strides_0"), val = tensor([1, 1])]; tensor x_179_dilations_0 = const()[name = tensor("x_179_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_1_stack_layers_1_conv_module2_dw_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_conv_module2_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(139782848)))]; tensor core_stacks_1_stack_layers_1_conv_module2_dw_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_conv_module2_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(139798272)))]; tensor x_179_cast_fp16 = conv(bias = core_stacks_1_stack_layers_1_conv_module2_dw_bias_to_fp16, dilations = x_179_dilations_0, groups = x_179_groups_0, pad = x_179_pad_0, pad_type = x_179_pad_type_0, strides = x_179_strides_0, weight = core_stacks_1_stack_layers_1_conv_module2_dw_weight_to_fp16, x = input_127_cast_fp16)[name = tensor("x_179_cast_fp16")]; tensor var_1520_to_fp16 = const()[name = tensor("op_1520_to_fp16"), val = tensor(0x1p+0)]; tensor x_181_cast_fp16 = sub(x = x_179_cast_fp16, y = var_1520_to_fp16)[name = tensor("x_181_cast_fp16")]; tensor var_1522_cast_fp16 = relu(x = x_181_cast_fp16)[name = tensor("op_1522_cast_fp16")]; tensor var_1523_cast_fp16 = abs(x = x_181_cast_fp16)[name = tensor("op_1523_cast_fp16")]; tensor const_33_promoted_to_fp16 = const()[name = tensor("const_33_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_1524_cast_fp16 = mul(x = var_1523_cast_fp16, y = const_33_promoted_to_fp16)[name = tensor("op_1524_cast_fp16")]; tensor var_1525_cast_fp16 = exp(x = var_1524_cast_fp16)[name = tensor("op_1525_cast_fp16")]; tensor var_1526_epsilon_0 = const()[name = tensor("op_1526_epsilon_0"), val = tensor(0x1p+0)]; tensor var_1526_cast_fp16 = log(epsilon = var_1526_epsilon_0, x = var_1525_cast_fp16)[name = tensor("op_1526_cast_fp16")]; tensor var_1527_cast_fp16 = add(x = var_1522_cast_fp16, y = var_1526_cast_fp16)[name = tensor("op_1527_cast_fp16")]; tensor var_1528_to_fp16 = const()[name = tensor("op_1528_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_1529_cast_fp16 = mul(x = x_179_cast_fp16, y = var_1528_to_fp16)[name = tensor("op_1529_cast_fp16")]; tensor var_1530_cast_fp16 = sub(x = var_1527_cast_fp16, y = var_1529_cast_fp16)[name = tensor("op_1530_cast_fp16")]; tensor var_1531_to_fp16 = const()[name = tensor("op_1531_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_129_cast_fp16 = sub(x = var_1530_cast_fp16, y = var_1531_to_fp16)[name = tensor("input_129_cast_fp16")]; tensor var_1539_pad_type_0 = const()[name = tensor("op_1539_pad_type_0"), val = tensor("valid")]; tensor var_1539_strides_0 = const()[name = tensor("op_1539_strides_0"), val = tensor([1, 1])]; tensor var_1539_pad_0 = const()[name = tensor("op_1539_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1539_dilations_0 = const()[name = tensor("op_1539_dilations_0"), val = tensor([1, 1])]; tensor var_1539_groups_0 = const()[name = tensor("op_1539_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_1_conv_module2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_conv_module2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(139799360)))]; tensor core_stacks_1_stack_layers_1_conv_module2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_conv_module2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(140323712)))]; tensor var_1539_cast_fp16 = conv(bias = core_stacks_1_stack_layers_1_conv_module2_out_proj_bias_to_fp16, dilations = var_1539_dilations_0, groups = var_1539_groups_0, pad = var_1539_pad_0, pad_type = var_1539_pad_type_0, strides = var_1539_strides_0, weight = core_stacks_1_stack_layers_1_conv_module2_out_proj_weight_to_fp16, x = input_129_cast_fp16)[name = tensor("op_1539_cast_fp16")]; tensor input_131_cast_fp16 = add(x = x_173_cast_fp16, y = var_1539_cast_fp16)[name = tensor("input_131_cast_fp16")]; tensor x_183_pad_type_0 = const()[name = tensor("x_183_pad_type_0"), val = tensor("valid")]; tensor x_183_strides_0 = const()[name = tensor("x_183_strides_0"), val = tensor([1, 1])]; tensor x_183_pad_0 = const()[name = tensor("x_183_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_183_dilations_0 = const()[name = tensor("x_183_dilations_0"), val = tensor([1, 1])]; tensor x_183_groups_0 = const()[name = tensor("x_183_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_1_feed_forward3_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_feed_forward3_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(140324800)))]; tensor core_stacks_1_stack_layers_1_feed_forward3_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_feed_forward3_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(142290944)))]; tensor x_183_cast_fp16 = conv(bias = core_stacks_1_stack_layers_1_feed_forward3_in_proj_bias_to_fp16, dilations = x_183_dilations_0, groups = x_183_groups_0, pad = x_183_pad_0, pad_type = x_183_pad_type_0, strides = x_183_strides_0, weight = core_stacks_1_stack_layers_1_feed_forward3_in_proj_weight_to_fp16, x = input_131_cast_fp16)[name = tensor("x_183_cast_fp16")]; tensor var_1550_to_fp16 = const()[name = tensor("op_1550_to_fp16"), val = tensor(0x1p+2)]; tensor x_185_cast_fp16 = sub(x = x_183_cast_fp16, y = var_1550_to_fp16)[name = tensor("x_185_cast_fp16")]; tensor var_1552_cast_fp16 = relu(x = x_185_cast_fp16)[name = tensor("op_1552_cast_fp16")]; tensor var_1553_cast_fp16 = abs(x = x_185_cast_fp16)[name = tensor("op_1553_cast_fp16")]; tensor const_34_promoted_to_fp16 = const()[name = tensor("const_34_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_1554_cast_fp16 = mul(x = var_1553_cast_fp16, y = const_34_promoted_to_fp16)[name = tensor("op_1554_cast_fp16")]; tensor var_1555_cast_fp16 = exp(x = var_1554_cast_fp16)[name = tensor("op_1555_cast_fp16")]; tensor var_1556_epsilon_0 = const()[name = tensor("op_1556_epsilon_0"), val = tensor(0x1p+0)]; tensor var_1556_cast_fp16 = log(epsilon = var_1556_epsilon_0, x = var_1555_cast_fp16)[name = tensor("op_1556_cast_fp16")]; tensor var_1557_cast_fp16 = add(x = var_1552_cast_fp16, y = var_1556_cast_fp16)[name = tensor("op_1557_cast_fp16")]; tensor var_1558_to_fp16 = const()[name = tensor("op_1558_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_1559_cast_fp16 = mul(x = x_183_cast_fp16, y = var_1558_to_fp16)[name = tensor("op_1559_cast_fp16")]; tensor var_1560_cast_fp16 = sub(x = var_1557_cast_fp16, y = var_1559_cast_fp16)[name = tensor("op_1560_cast_fp16")]; tensor var_1561_to_fp16 = const()[name = tensor("op_1561_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_133_cast_fp16 = sub(x = var_1560_cast_fp16, y = var_1561_to_fp16)[name = tensor("input_133_cast_fp16")]; tensor var_1569_pad_type_0 = const()[name = tensor("op_1569_pad_type_0"), val = tensor("valid")]; tensor var_1569_strides_0 = const()[name = tensor("op_1569_strides_0"), val = tensor([1, 1])]; tensor var_1569_pad_0 = const()[name = tensor("op_1569_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1569_dilations_0 = const()[name = tensor("op_1569_dilations_0"), val = tensor([1, 1])]; tensor var_1569_groups_0 = const()[name = tensor("op_1569_groups_0"), val = tensor(1)]; tensor core_stacks_1_stack_layers_1_feed_forward3_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_feed_forward3_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(142294848)))]; tensor core_stacks_1_stack_layers_1_feed_forward3_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_feed_forward3_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(144260992)))]; tensor var_1569_cast_fp16 = conv(bias = core_stacks_1_stack_layers_1_feed_forward3_out_proj_bias_to_fp16, dilations = var_1569_dilations_0, groups = var_1569_groups_0, pad = var_1569_pad_0, pad_type = var_1569_pad_type_0, strides = var_1569_strides_0, weight = core_stacks_1_stack_layers_1_feed_forward3_out_proj_weight_to_fp16, x = input_133_cast_fp16)[name = tensor("op_1569_cast_fp16")]; tensor x_187_cast_fp16 = add(x = input_131_cast_fp16, y = var_1569_cast_fp16)[name = tensor("x_187_cast_fp16")]; tensor core_stacks_1_stack_layers_1_norm_bias_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(144262080)))]; tensor d_7_cast_fp16 = sub(x = x_187_cast_fp16, y = core_stacks_1_stack_layers_1_norm_bias_to_fp16)[name = tensor("d_7_cast_fp16")]; tensor var_1574_cast_fp16 = mul(x = d_7_cast_fp16, y = d_7_cast_fp16)[name = tensor("op_1574_cast_fp16")]; tensor var_1576_axes_0 = const()[name = tensor("op_1576_axes_0"), val = tensor([1])]; tensor var_1576_keep_dims_0 = const()[name = tensor("op_1576_keep_dims_0"), val = tensor(true)]; tensor var_1576_cast_fp16 = reduce_mean(axes = var_1576_axes_0, keep_dims = var_1576_keep_dims_0, x = var_1574_cast_fp16)[name = tensor("op_1576_cast_fp16")]; tensor scales_7_epsilon_0 = const()[name = tensor("scales_7_epsilon_0"), val = tensor(0x1.197998p-40)]; tensor scales_7_cast_fp16 = rsqrt(epsilon = scales_7_epsilon_0, x = var_1576_cast_fp16)[name = tensor("scales_7_cast_fp16")]; tensor var_1578_cast_fp16 = mul(x = x_187_cast_fp16, y = scales_7_cast_fp16)[name = tensor("op_1578_cast_fp16")]; tensor core_stacks_1_stack_layers_1_norm_scale_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_norm_scale_to_fp16"), val = tensor(0x1.504p-1)]; tensor src_15_cast_fp16 = mul(x = var_1578_cast_fp16, y = core_stacks_1_stack_layers_1_norm_scale_to_fp16)[name = tensor("src_15_cast_fp16")]; tensor var_1581_cast_fp16 = sub(x = src_15_cast_fp16, y = input_105_cast_fp16)[name = tensor("op_1581_cast_fp16")]; tensor core_stacks_1_stack_layers_1_bypass_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_1_stack_layers_1_bypass_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(144263168)))]; tensor var_1582_cast_fp16 = mul(x = var_1581_cast_fp16, y = core_stacks_1_stack_layers_1_bypass_bypass_scale_to_fp16)[name = tensor("op_1582_cast_fp16")]; tensor input_135_cast_fp16 = add(x = input_105_cast_fp16, y = var_1582_cast_fp16)[name = tensor("input_135_cast_fp16")]; tensor src_17_scale_factor_height_0 = const()[name = tensor("src_17_scale_factor_height_0"), val = tensor(0x1p+0)]; tensor src_17_scale_factor_width_0 = const()[name = tensor("src_17_scale_factor_width_0"), val = tensor(0x1p+1)]; tensor src_17_cast_fp16 = upsample_nearest_neighbor(scale_factor_height = src_17_scale_factor_height_0, scale_factor_width = src_17_scale_factor_width_0, x = input_135_cast_fp16)[name = tensor("src_17_cast_fp16")]; tensor var_1587_cast_fp16 = sub(x = src_17_cast_fp16, y = input_71_cast_fp16)[name = tensor("op_1587_cast_fp16")]; tensor core_stacks_1_out_combiner_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_1_out_combiner_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(144264256)))]; tensor var_1588_cast_fp16 = mul(x = var_1587_cast_fp16, y = core_stacks_1_out_combiner_bypass_scale_to_fp16)[name = tensor("op_1588_cast_fp16")]; tensor input_137_cast_fp16 = add(x = input_71_cast_fp16, y = var_1588_cast_fp16)[name = tensor("input_137_cast_fp16")]; tensor input_141_pad_type_0 = const()[name = tensor("input_141_pad_type_0"), val = tensor("valid")]; tensor input_141_strides_0 = const()[name = tensor("input_141_strides_0"), val = tensor([1, 4])]; tensor input_141_groups_0 = const()[name = tensor("input_141_groups_0"), val = tensor(512)]; tensor input_141_pad_0 = const()[name = tensor("input_141_pad_0"), val = tensor([0, 0, 0, 0])]; tensor input_141_dilations_0 = const()[name = tensor("input_141_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_2_down_weight_to_fp16 = const()[name = tensor("core_stacks_2_down_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(144265344)))]; tensor input_141_cast_fp16 = conv(dilations = input_141_dilations_0, groups = input_141_groups_0, pad = input_141_pad_0, pad_type = input_141_pad_type_0, strides = input_141_strides_0, weight = core_stacks_2_down_weight_to_fp16, x = input_137_cast_fp16)[name = tensor("input_141_cast_fp16")]; tensor time_emb_5_pad_type_0 = const()[name = tensor("time_emb_5_pad_type_0"), val = tensor("valid")]; tensor time_emb_5_strides_0 = const()[name = tensor("time_emb_5_strides_0"), val = tensor([1, 1])]; tensor time_emb_5_pad_0 = const()[name = tensor("time_emb_5_pad_0"), val = tensor([0, 0, 0, 0])]; tensor time_emb_5_dilations_0 = const()[name = tensor("time_emb_5_dilations_0"), val = tensor([1, 1])]; tensor time_emb_5_groups_0 = const()[name = tensor("time_emb_5_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_time_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_time_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(144269504)))]; tensor core_stacks_2_stack_time_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_time_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(144466176)))]; tensor time_emb_5_cast_fp16 = conv(bias = core_stacks_2_stack_time_proj_bias_to_fp16, dilations = time_emb_5_dilations_0, groups = time_emb_5_groups_0, pad = time_emb_5_pad_0, pad_type = time_emb_5_pad_type_0, strides = time_emb_5_strides_0, weight = core_stacks_2_stack_time_proj_weight_to_fp16, x = input_9_cast_fp16)[name = tensor("time_emb_5_cast_fp16")]; tensor proj_9_pad_type_0 = const()[name = tensor("proj_9_pad_type_0"), val = tensor("valid")]; tensor proj_9_strides_0 = const()[name = tensor("proj_9_strides_0"), val = tensor([1, 1])]; tensor proj_9_pad_0 = const()[name = tensor("proj_9_pad_0"), val = tensor([0, 0, 0, 0])]; tensor proj_9_dilations_0 = const()[name = tensor("proj_9_dilations_0"), val = tensor([1, 1])]; tensor proj_9_groups_0 = const()[name = tensor("proj_9_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_0_self_attn_weights_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_self_attn_weights_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(144467264)))]; tensor core_stacks_2_stack_layers_0_self_attn_weights_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_self_attn_weights_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(144860544)))]; tensor proj_9_cast_fp16 = conv(bias = core_stacks_2_stack_layers_0_self_attn_weights_in_proj_bias_to_fp16, dilations = proj_9_dilations_0, groups = proj_9_groups_0, pad = proj_9_pad_0, pad_type = proj_9_pad_type_0, strides = proj_9_strides_0, weight = core_stacks_2_stack_layers_0_self_attn_weights_in_proj_weight_to_fp16, x = input_141_cast_fp16)[name = tensor("proj_9_cast_fp16")]; tensor var_1649_begin_0 = const()[name = tensor("op_1649_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_1649_end_0 = const()[name = tensor("op_1649_end_0"), val = tensor([1, 128, 1, 256])]; tensor var_1649_end_mask_0 = const()[name = tensor("op_1649_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_1649_cast_fp16 = slice_by_index(begin = var_1649_begin_0, end = var_1649_end_0, end_mask = var_1649_end_mask_0, x = proj_9_cast_fp16)[name = tensor("op_1649_cast_fp16")]; tensor var_1650 = const()[name = tensor("op_1650"), val = tensor([4, 32, 1, 256])]; tensor var_1651_cast_fp16 = reshape(shape = var_1650, x = var_1649_cast_fp16)[name = tensor("op_1651_cast_fp16")]; tensor var_1653_begin_0 = const()[name = tensor("op_1653_begin_0"), val = tensor([0, 128, 0, 0])]; tensor var_1653_end_0 = const()[name = tensor("op_1653_end_0"), val = tensor([1, 256, 1, 256])]; tensor var_1653_end_mask_0 = const()[name = tensor("op_1653_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_1653_cast_fp16 = slice_by_index(begin = var_1653_begin_0, end = var_1653_end_0, end_mask = var_1653_end_mask_0, x = proj_9_cast_fp16)[name = tensor("op_1653_cast_fp16")]; tensor var_1654 = const()[name = tensor("op_1654"), val = tensor([4, 32, 1, 256])]; tensor var_1655_cast_fp16 = reshape(shape = var_1654, x = var_1653_cast_fp16)[name = tensor("op_1655_cast_fp16")]; tensor var_1657_begin_0 = const()[name = tensor("op_1657_begin_0"), val = tensor([0, 256, 0, 0])]; tensor var_1657_end_0 = const()[name = tensor("op_1657_end_0"), val = tensor([1, 384, 1, 256])]; tensor var_1657_end_mask_0 = const()[name = tensor("op_1657_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_1657_cast_fp16 = slice_by_index(begin = var_1657_begin_0, end = var_1657_end_0, end_mask = var_1657_end_mask_0, x = proj_9_cast_fp16)[name = tensor("op_1657_cast_fp16")]; tensor var_1658 = const()[name = tensor("op_1658"), val = tensor([4, 32, 1, 256])]; tensor pt_9_cast_fp16 = reshape(shape = var_1658, x = var_1657_cast_fp16)[name = tensor("pt_9_cast_fp16")]; tensor transpose_32_perm_0 = const()[name = tensor("transpose_32_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_164 = const()[name = tensor("concat_164"), val = tensor([4, 256, 32])]; tensor transpose_32_cast_fp16 = transpose(perm = transpose_32_perm_0, x = var_1651_cast_fp16)[name = tensor("transpose_272")]; tensor reshape_48_cast_fp16 = reshape(shape = concat_164, x = transpose_32_cast_fp16)[name = tensor("reshape_48_cast_fp16")]; tensor transpose_33_perm_0 = const()[name = tensor("transpose_33_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_165 = const()[name = tensor("concat_165"), val = tensor([4, 32, 256])]; tensor transpose_33_cast_fp16 = transpose(perm = transpose_33_perm_0, x = var_1655_cast_fp16)[name = tensor("transpose_271")]; tensor reshape_49_cast_fp16 = reshape(shape = concat_165, x = transpose_33_cast_fp16)[name = tensor("reshape_49_cast_fp16")]; tensor matmul_16_transpose_x_0 = const()[name = tensor("matmul_16_transpose_x_0"), val = tensor(false)]; tensor matmul_16_transpose_y_0 = const()[name = tensor("matmul_16_transpose_y_0"), val = tensor(false)]; tensor matmul_16_cast_fp16 = matmul(transpose_x = matmul_16_transpose_x_0, transpose_y = matmul_16_transpose_y_0, x = reshape_48_cast_fp16, y = reshape_49_cast_fp16)[name = tensor("matmul_16_cast_fp16")]; tensor concat_169 = const()[name = tensor("concat_169"), val = tensor([4, 1, 256, 256])]; tensor reshape_50_cast_fp16 = reshape(shape = concat_169, x = matmul_16_cast_fp16)[name = tensor("reshape_50_cast_fp16")]; tensor attn_scores_25_perm_0 = const()[name = tensor("attn_scores_25_perm_0"), val = tensor([0, 2, 1, 3])]; tensor var_1662 = const()[name = tensor("op_1662"), val = tensor([0, 1, 3, 2])]; tensor core_pos_basis_256_to_fp16 = const()[name = tensor("core_pos_basis_256_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(144861376)))]; tensor var_1663_cast_fp16 = transpose(perm = var_1662, x = pt_9_cast_fp16)[name = tensor("transpose_269")]; tensor var_1664_cast_fp16 = mul(x = var_1663_cast_fp16, y = core_pos_basis_256_to_fp16)[name = tensor("op_1664_cast_fp16")]; tensor pos_scores_9_axes_0 = const()[name = tensor("pos_scores_9_axes_0"), val = tensor([1])]; tensor pos_scores_9_keep_dims_0 = const()[name = tensor("pos_scores_9_keep_dims_0"), val = tensor(true)]; tensor pos_scores_9_cast_fp16 = reduce_sum(axes = pos_scores_9_axes_0, keep_dims = pos_scores_9_keep_dims_0, x = var_1664_cast_fp16)[name = tensor("pos_scores_9_cast_fp16")]; tensor var_1667 = const()[name = tensor("op_1667"), val = tensor([4, 256, 1, 256])]; tensor var_1668_cast_fp16 = reshape(shape = var_1667, x = pos_scores_9_cast_fp16)[name = tensor("op_1668_cast_fp16")]; tensor attn_scores_25_cast_fp16 = transpose(perm = attn_scores_25_perm_0, x = reshape_50_cast_fp16)[name = tensor("transpose_270")]; tensor attn_scores_27_cast_fp16 = add(x = attn_scores_25_cast_fp16, y = var_1668_cast_fp16)[name = tensor("attn_scores_27_cast_fp16")]; tensor attn_scores_29_cast_fp16 = add(x = attn_scores_27_cast_fp16, y = attn_bias_cast_fp16)[name = tensor("attn_scores_29_cast_fp16")]; tensor attn_weights_9_cast_fp16 = softmax(axis = var_41, x = attn_scores_29_cast_fp16)[name = tensor("attn_weights_9_cast_fp16")]; tensor input_143_cast_fp16 = add(x = input_141_cast_fp16, y = time_emb_5_cast_fp16)[name = tensor("input_143_cast_fp16")]; tensor x_191_pad_type_0 = const()[name = tensor("x_191_pad_type_0"), val = tensor("valid")]; tensor x_191_strides_0 = const()[name = tensor("x_191_strides_0"), val = tensor([1, 1])]; tensor x_191_pad_0 = const()[name = tensor("x_191_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_191_dilations_0 = const()[name = tensor("x_191_dilations_0"), val = tensor([1, 1])]; tensor x_191_groups_0 = const()[name = tensor("x_191_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_0_feed_forward1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_feed_forward1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(149055744)))]; tensor core_stacks_2_stack_layers_0_feed_forward1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_feed_forward1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(150235456)))]; tensor x_191_cast_fp16 = conv(bias = core_stacks_2_stack_layers_0_feed_forward1_in_proj_bias_to_fp16, dilations = x_191_dilations_0, groups = x_191_groups_0, pad = x_191_pad_0, pad_type = x_191_pad_type_0, strides = x_191_strides_0, weight = core_stacks_2_stack_layers_0_feed_forward1_in_proj_weight_to_fp16, x = input_143_cast_fp16)[name = tensor("x_191_cast_fp16")]; tensor var_1682_to_fp16 = const()[name = tensor("op_1682_to_fp16"), val = tensor(0x1p+2)]; tensor x_193_cast_fp16 = sub(x = x_191_cast_fp16, y = var_1682_to_fp16)[name = tensor("x_193_cast_fp16")]; tensor var_1684_cast_fp16 = relu(x = x_193_cast_fp16)[name = tensor("op_1684_cast_fp16")]; tensor var_1685_cast_fp16 = abs(x = x_193_cast_fp16)[name = tensor("op_1685_cast_fp16")]; tensor const_36_promoted_to_fp16 = const()[name = tensor("const_36_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_1686_cast_fp16 = mul(x = var_1685_cast_fp16, y = const_36_promoted_to_fp16)[name = tensor("op_1686_cast_fp16")]; tensor var_1687_cast_fp16 = exp(x = var_1686_cast_fp16)[name = tensor("op_1687_cast_fp16")]; tensor var_1688_epsilon_0 = const()[name = tensor("op_1688_epsilon_0"), val = tensor(0x1p+0)]; tensor var_1688_cast_fp16 = log(epsilon = var_1688_epsilon_0, x = var_1687_cast_fp16)[name = tensor("op_1688_cast_fp16")]; tensor var_1689_cast_fp16 = add(x = var_1684_cast_fp16, y = var_1688_cast_fp16)[name = tensor("op_1689_cast_fp16")]; tensor var_1690_to_fp16 = const()[name = tensor("op_1690_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_1691_cast_fp16 = mul(x = x_191_cast_fp16, y = var_1690_to_fp16)[name = tensor("op_1691_cast_fp16")]; tensor var_1692_cast_fp16 = sub(x = var_1689_cast_fp16, y = var_1691_cast_fp16)[name = tensor("op_1692_cast_fp16")]; tensor var_1693_to_fp16 = const()[name = tensor("op_1693_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_145_cast_fp16 = sub(x = var_1692_cast_fp16, y = var_1693_to_fp16)[name = tensor("input_145_cast_fp16")]; tensor var_1701_pad_type_0 = const()[name = tensor("op_1701_pad_type_0"), val = tensor("valid")]; tensor var_1701_strides_0 = const()[name = tensor("op_1701_strides_0"), val = tensor([1, 1])]; tensor var_1701_pad_0 = const()[name = tensor("op_1701_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1701_dilations_0 = const()[name = tensor("op_1701_dilations_0"), val = tensor([1, 1])]; tensor var_1701_groups_0 = const()[name = tensor("op_1701_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_0_feed_forward1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_feed_forward1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(150237824)))]; tensor core_stacks_2_stack_layers_0_feed_forward1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_feed_forward1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(151417536)))]; tensor var_1701_cast_fp16 = conv(bias = core_stacks_2_stack_layers_0_feed_forward1_out_proj_bias_to_fp16, dilations = var_1701_dilations_0, groups = var_1701_groups_0, pad = var_1701_pad_0, pad_type = var_1701_pad_type_0, strides = var_1701_strides_0, weight = core_stacks_2_stack_layers_0_feed_forward1_out_proj_weight_to_fp16, x = input_145_cast_fp16)[name = tensor("op_1701_cast_fp16")]; tensor input_147_cast_fp16 = add(x = input_143_cast_fp16, y = var_1701_cast_fp16)[name = tensor("input_147_cast_fp16")]; tensor var_1703_begin_0 = const()[name = tensor("op_1703_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_1703_end_0 = const()[name = tensor("op_1703_end_0"), val = tensor([1, 256, 1, 256])]; tensor var_1703_end_mask_0 = const()[name = tensor("op_1703_end_mask_0"), val = tensor([false, true, true, true])]; tensor var_1703_cast_fp16 = slice_by_index(begin = var_1703_begin_0, end = var_1703_end_0, end_mask = var_1703_end_mask_0, x = attn_weights_9_cast_fp16)[name = tensor("op_1703_cast_fp16")]; tensor x_195_pad_type_0 = const()[name = tensor("x_195_pad_type_0"), val = tensor("valid")]; tensor x_195_strides_0 = const()[name = tensor("x_195_strides_0"), val = tensor([1, 1])]; tensor x_195_pad_0 = const()[name = tensor("x_195_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_195_dilations_0 = const()[name = tensor("x_195_dilations_0"), val = tensor([1, 1])]; tensor x_195_groups_0 = const()[name = tensor("x_195_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_0_nonlin_attention_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_nonlin_attention_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(151418624)))]; tensor core_stacks_2_stack_layers_0_nonlin_attention_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_nonlin_attention_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(152598336)))]; tensor x_195_cast_fp16 = conv(bias = core_stacks_2_stack_layers_0_nonlin_attention_in_proj_bias_to_fp16, dilations = x_195_dilations_0, groups = x_195_groups_0, pad = x_195_pad_0, pad_type = x_195_pad_type_0, strides = x_195_strides_0, weight = core_stacks_2_stack_layers_0_nonlin_attention_in_proj_weight_to_fp16, x = input_147_cast_fp16)[name = tensor("x_195_cast_fp16")]; tensor var_1714_begin_0 = const()[name = tensor("op_1714_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_1714_end_0 = const()[name = tensor("op_1714_end_0"), val = tensor([1, 384, 1, 256])]; tensor var_1714_end_mask_0 = const()[name = tensor("op_1714_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_1714_cast_fp16 = slice_by_index(begin = var_1714_begin_0, end = var_1714_end_0, end_mask = var_1714_end_mask_0, x = x_195_cast_fp16)[name = tensor("op_1714_cast_fp16")]; tensor s_gate_9_cast_fp16 = tanh(x = var_1714_cast_fp16)[name = tensor("s_gate_9_cast_fp16")]; tensor var_1717_begin_0 = const()[name = tensor("op_1717_begin_0"), val = tensor([0, 384, 0, 0])]; tensor var_1717_end_0 = const()[name = tensor("op_1717_end_0"), val = tensor([1, 768, 1, 256])]; tensor var_1717_end_mask_0 = const()[name = tensor("op_1717_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_1717_cast_fp16 = slice_by_index(begin = var_1717_begin_0, end = var_1717_end_0, end_mask = var_1717_end_mask_0, x = x_195_cast_fp16)[name = tensor("op_1717_cast_fp16")]; tensor var_1718_cast_fp16 = mul(x = var_1717_cast_fp16, y = s_gate_9_cast_fp16)[name = tensor("op_1718_cast_fp16")]; tensor y_9_begin_0 = const()[name = tensor("y_9_begin_0"), val = tensor([0, 768, 0, 0])]; tensor y_9_end_0 = const()[name = tensor("y_9_end_0"), val = tensor([1, 1152, 1, 256])]; tensor y_9_end_mask_0 = const()[name = tensor("y_9_end_mask_0"), val = tensor([true, true, true, true])]; tensor y_9_cast_fp16 = slice_by_index(begin = y_9_begin_0, end = y_9_end_0, end_mask = y_9_end_mask_0, x = x_195_cast_fp16)[name = tensor("y_9_cast_fp16")]; tensor transpose_34_perm_0 = const()[name = tensor("transpose_34_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_174 = const()[name = tensor("concat_174"), val = tensor([1, 256, 256])]; tensor transpose_34_cast_fp16 = transpose(perm = transpose_34_perm_0, x = var_1703_cast_fp16)[name = tensor("transpose_268")]; tensor reshape_51_cast_fp16 = reshape(shape = concat_174, x = transpose_34_cast_fp16)[name = tensor("reshape_51_cast_fp16")]; tensor transpose_35_perm_0 = const()[name = tensor("transpose_35_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_175 = const()[name = tensor("concat_175"), val = tensor([1, 256, 384])]; tensor transpose_35_cast_fp16 = transpose(perm = transpose_35_perm_0, x = var_1718_cast_fp16)[name = tensor("transpose_267")]; tensor reshape_52_cast_fp16 = reshape(shape = concat_175, x = transpose_35_cast_fp16)[name = tensor("reshape_52_cast_fp16")]; tensor matmul_17_transpose_x_0 = const()[name = tensor("matmul_17_transpose_x_0"), val = tensor(false)]; tensor matmul_17_transpose_y_0 = const()[name = tensor("matmul_17_transpose_y_0"), val = tensor(false)]; tensor matmul_17_cast_fp16 = matmul(transpose_x = matmul_17_transpose_x_0, transpose_y = matmul_17_transpose_y_0, x = reshape_51_cast_fp16, y = reshape_52_cast_fp16)[name = tensor("matmul_17_cast_fp16")]; tensor concat_179 = const()[name = tensor("concat_179"), val = tensor([1, 1, 256, 384])]; tensor reshape_53_cast_fp16 = reshape(shape = concat_179, x = matmul_17_cast_fp16)[name = tensor("reshape_53_cast_fp16")]; tensor v_9_perm_0 = const()[name = tensor("v_9_perm_0"), val = tensor([0, 3, 1, 2])]; tensor v_9_cast_fp16 = transpose(perm = v_9_perm_0, x = reshape_53_cast_fp16)[name = tensor("transpose_266")]; tensor input_149_cast_fp16 = mul(x = v_9_cast_fp16, y = y_9_cast_fp16)[name = tensor("input_149_cast_fp16")]; tensor var_1730_pad_type_0 = const()[name = tensor("op_1730_pad_type_0"), val = tensor("valid")]; tensor var_1730_strides_0 = const()[name = tensor("op_1730_strides_0"), val = tensor([1, 1])]; tensor var_1730_pad_0 = const()[name = tensor("op_1730_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1730_dilations_0 = const()[name = tensor("op_1730_dilations_0"), val = tensor([1, 1])]; tensor var_1730_groups_0 = const()[name = tensor("op_1730_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_0_nonlin_attention_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_nonlin_attention_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(152600704)))]; tensor core_stacks_2_stack_layers_0_nonlin_attention_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_nonlin_attention_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(152993984)))]; tensor var_1730_cast_fp16 = conv(bias = core_stacks_2_stack_layers_0_nonlin_attention_out_proj_bias_to_fp16, dilations = var_1730_dilations_0, groups = var_1730_groups_0, pad = var_1730_pad_0, pad_type = var_1730_pad_type_0, strides = var_1730_strides_0, weight = core_stacks_2_stack_layers_0_nonlin_attention_out_proj_weight_to_fp16, x = input_149_cast_fp16)[name = tensor("op_1730_cast_fp16")]; tensor x_197_cast_fp16 = add(x = input_147_cast_fp16, y = var_1730_cast_fp16)[name = tensor("x_197_cast_fp16")]; tensor var_1741_pad_type_0 = const()[name = tensor("op_1741_pad_type_0"), val = tensor("valid")]; tensor var_1741_strides_0 = const()[name = tensor("op_1741_strides_0"), val = tensor([1, 1])]; tensor var_1741_pad_0 = const()[name = tensor("op_1741_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1741_dilations_0 = const()[name = tensor("op_1741_dilations_0"), val = tensor([1, 1])]; tensor var_1741_groups_0 = const()[name = tensor("op_1741_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_0_self_attn1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_self_attn1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(152995072)))]; tensor core_stacks_2_stack_layers_0_self_attn1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_self_attn1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(153044288)))]; tensor var_1741_cast_fp16 = conv(bias = core_stacks_2_stack_layers_0_self_attn1_in_proj_bias_to_fp16, dilations = var_1741_dilations_0, groups = var_1741_groups_0, pad = var_1741_pad_0, pad_type = var_1741_pad_type_0, strides = var_1741_strides_0, weight = core_stacks_2_stack_layers_0_self_attn1_in_proj_weight_to_fp16, x = x_197_cast_fp16)[name = tensor("op_1741_cast_fp16")]; tensor var_1742 = const()[name = tensor("op_1742"), val = tensor([4, 12, 1, 256])]; tensor var_1743_cast_fp16 = reshape(shape = var_1742, x = var_1741_cast_fp16)[name = tensor("op_1743_cast_fp16")]; tensor transpose_36_perm_0 = const()[name = tensor("transpose_36_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_184 = const()[name = tensor("concat_184"), val = tensor([4, 256, 256])]; tensor transpose_36_cast_fp16 = transpose(perm = transpose_36_perm_0, x = attn_weights_9_cast_fp16)[name = tensor("transpose_265")]; tensor reshape_54_cast_fp16 = reshape(shape = concat_184, x = transpose_36_cast_fp16)[name = tensor("reshape_54_cast_fp16")]; tensor transpose_37_perm_0 = const()[name = tensor("transpose_37_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_185 = const()[name = tensor("concat_185"), val = tensor([4, 256, 12])]; tensor transpose_37_cast_fp16 = transpose(perm = transpose_37_perm_0, x = var_1743_cast_fp16)[name = tensor("transpose_264")]; tensor reshape_55_cast_fp16 = reshape(shape = concat_185, x = transpose_37_cast_fp16)[name = tensor("reshape_55_cast_fp16")]; tensor matmul_18_transpose_x_0 = const()[name = tensor("matmul_18_transpose_x_0"), val = tensor(false)]; tensor matmul_18_transpose_y_0 = const()[name = tensor("matmul_18_transpose_y_0"), val = tensor(false)]; tensor matmul_18_cast_fp16 = matmul(transpose_x = matmul_18_transpose_x_0, transpose_y = matmul_18_transpose_y_0, x = reshape_54_cast_fp16, y = reshape_55_cast_fp16)[name = tensor("matmul_18_cast_fp16")]; tensor concat_189 = const()[name = tensor("concat_189"), val = tensor([4, 1, 256, 12])]; tensor reshape_56_cast_fp16 = reshape(shape = concat_189, x = matmul_18_cast_fp16)[name = tensor("reshape_56_cast_fp16")]; tensor out_17_perm_0 = const()[name = tensor("out_17_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_1746 = const()[name = tensor("op_1746"), val = tensor([1, 48, 1, 256])]; tensor out_17_cast_fp16 = transpose(perm = out_17_perm_0, x = reshape_56_cast_fp16)[name = tensor("transpose_263")]; tensor input_151_cast_fp16 = reshape(shape = var_1746, x = out_17_cast_fp16)[name = tensor("input_151_cast_fp16")]; tensor var_1754_pad_type_0 = const()[name = tensor("op_1754_pad_type_0"), val = tensor("valid")]; tensor var_1754_strides_0 = const()[name = tensor("op_1754_strides_0"), val = tensor([1, 1])]; tensor var_1754_pad_0 = const()[name = tensor("op_1754_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1754_dilations_0 = const()[name = tensor("op_1754_dilations_0"), val = tensor([1, 1])]; tensor var_1754_groups_0 = const()[name = tensor("op_1754_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_0_self_attn1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_self_attn1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(153044480)))]; tensor core_stacks_2_stack_layers_0_self_attn1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_self_attn1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(153093696)))]; tensor var_1754_cast_fp16 = conv(bias = core_stacks_2_stack_layers_0_self_attn1_out_proj_bias_to_fp16, dilations = var_1754_dilations_0, groups = var_1754_groups_0, pad = var_1754_pad_0, pad_type = var_1754_pad_type_0, strides = var_1754_strides_0, weight = core_stacks_2_stack_layers_0_self_attn1_out_proj_weight_to_fp16, x = input_151_cast_fp16)[name = tensor("op_1754_cast_fp16")]; tensor x_199_cast_fp16 = add(x = x_197_cast_fp16, y = var_1754_cast_fp16)[name = tensor("x_199_cast_fp16")]; tensor x_201_cast_fp16 = add(x = x_199_cast_fp16, y = time_emb_5_cast_fp16)[name = tensor("x_201_cast_fp16")]; tensor x_203_pad_type_0 = const()[name = tensor("x_203_pad_type_0"), val = tensor("valid")]; tensor x_203_strides_0 = const()[name = tensor("x_203_strides_0"), val = tensor([1, 1])]; tensor x_203_pad_0 = const()[name = tensor("x_203_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_203_dilations_0 = const()[name = tensor("x_203_dilations_0"), val = tensor([1, 1])]; tensor x_203_groups_0 = const()[name = tensor("x_203_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_0_conv_module1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_conv_module1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(153094784)))]; tensor core_stacks_2_stack_layers_0_conv_module1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_conv_module1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(154143424)))]; tensor x_203_cast_fp16 = conv(bias = core_stacks_2_stack_layers_0_conv_module1_in_proj_bias_to_fp16, dilations = x_203_dilations_0, groups = x_203_groups_0, pad = x_203_pad_0, pad_type = x_203_pad_type_0, strides = x_203_strides_0, weight = core_stacks_2_stack_layers_0_conv_module1_in_proj_weight_to_fp16, x = x_201_cast_fp16)[name = tensor("x_203_cast_fp16")]; tensor var_1768_begin_0 = const()[name = tensor("op_1768_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_1768_end_0 = const()[name = tensor("op_1768_end_0"), val = tensor([1, 512, 1, 256])]; tensor var_1768_end_mask_0 = const()[name = tensor("op_1768_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_1768_cast_fp16 = slice_by_index(begin = var_1768_begin_0, end = var_1768_end_0, end_mask = var_1768_end_mask_0, x = x_203_cast_fp16)[name = tensor("op_1768_cast_fp16")]; tensor var_1770_begin_0 = const()[name = tensor("op_1770_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_1770_end_0 = const()[name = tensor("op_1770_end_0"), val = tensor([1, 1024, 1, 256])]; tensor var_1770_end_mask_0 = const()[name = tensor("op_1770_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_1770_cast_fp16 = slice_by_index(begin = var_1770_begin_0, end = var_1770_end_0, end_mask = var_1770_end_mask_0, x = x_203_cast_fp16)[name = tensor("op_1770_cast_fp16")]; tensor var_1771_cast_fp16 = sigmoid(x = var_1770_cast_fp16)[name = tensor("op_1771_cast_fp16")]; tensor x_205_cast_fp16 = mul(x = var_1768_cast_fp16, y = var_1771_cast_fp16)[name = tensor("x_205_cast_fp16")]; tensor input_153_cast_fp16 = mul(x = x_205_cast_fp16, y = conv_keep_cast_fp16)[name = tensor("input_153_cast_fp16")]; tensor x_207_pad_type_0 = const()[name = tensor("x_207_pad_type_0"), val = tensor("custom")]; tensor x_207_pad_0 = const()[name = tensor("x_207_pad_0"), val = tensor([0, 0, 3, 3])]; tensor x_207_groups_0 = const()[name = tensor("x_207_groups_0"), val = tensor(512)]; tensor x_207_strides_0 = const()[name = tensor("x_207_strides_0"), val = tensor([1, 1])]; tensor x_207_dilations_0 = const()[name = tensor("x_207_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_2_stack_layers_0_conv_module1_dw_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_conv_module1_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(154145536)))]; tensor core_stacks_2_stack_layers_0_conv_module1_dw_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_conv_module1_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(154152768)))]; tensor x_207_cast_fp16 = conv(bias = core_stacks_2_stack_layers_0_conv_module1_dw_bias_to_fp16, dilations = x_207_dilations_0, groups = x_207_groups_0, pad = x_207_pad_0, pad_type = x_207_pad_type_0, strides = x_207_strides_0, weight = core_stacks_2_stack_layers_0_conv_module1_dw_weight_to_fp16, x = input_153_cast_fp16)[name = tensor("x_207_cast_fp16")]; tensor var_1781_to_fp16 = const()[name = tensor("op_1781_to_fp16"), val = tensor(0x1p+0)]; tensor x_209_cast_fp16 = sub(x = x_207_cast_fp16, y = var_1781_to_fp16)[name = tensor("x_209_cast_fp16")]; tensor var_1783_cast_fp16 = relu(x = x_209_cast_fp16)[name = tensor("op_1783_cast_fp16")]; tensor var_1784_cast_fp16 = abs(x = x_209_cast_fp16)[name = tensor("op_1784_cast_fp16")]; tensor const_38_promoted_to_fp16 = const()[name = tensor("const_38_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_1785_cast_fp16 = mul(x = var_1784_cast_fp16, y = const_38_promoted_to_fp16)[name = tensor("op_1785_cast_fp16")]; tensor var_1786_cast_fp16 = exp(x = var_1785_cast_fp16)[name = tensor("op_1786_cast_fp16")]; tensor var_1787_epsilon_0 = const()[name = tensor("op_1787_epsilon_0"), val = tensor(0x1p+0)]; tensor var_1787_cast_fp16 = log(epsilon = var_1787_epsilon_0, x = var_1786_cast_fp16)[name = tensor("op_1787_cast_fp16")]; tensor var_1788_cast_fp16 = add(x = var_1783_cast_fp16, y = var_1787_cast_fp16)[name = tensor("op_1788_cast_fp16")]; tensor var_1789_to_fp16 = const()[name = tensor("op_1789_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_1790_cast_fp16 = mul(x = x_207_cast_fp16, y = var_1789_to_fp16)[name = tensor("op_1790_cast_fp16")]; tensor var_1791_cast_fp16 = sub(x = var_1788_cast_fp16, y = var_1790_cast_fp16)[name = tensor("op_1791_cast_fp16")]; tensor var_1792_to_fp16 = const()[name = tensor("op_1792_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_155_cast_fp16 = sub(x = var_1791_cast_fp16, y = var_1792_to_fp16)[name = tensor("input_155_cast_fp16")]; tensor var_1800_pad_type_0 = const()[name = tensor("op_1800_pad_type_0"), val = tensor("valid")]; tensor var_1800_strides_0 = const()[name = tensor("op_1800_strides_0"), val = tensor([1, 1])]; tensor var_1800_pad_0 = const()[name = tensor("op_1800_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1800_dilations_0 = const()[name = tensor("op_1800_dilations_0"), val = tensor([1, 1])]; tensor var_1800_groups_0 = const()[name = tensor("op_1800_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_0_conv_module1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_conv_module1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(154153856)))]; tensor core_stacks_2_stack_layers_0_conv_module1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_conv_module1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(154678208)))]; tensor var_1800_cast_fp16 = conv(bias = core_stacks_2_stack_layers_0_conv_module1_out_proj_bias_to_fp16, dilations = var_1800_dilations_0, groups = var_1800_groups_0, pad = var_1800_pad_0, pad_type = var_1800_pad_type_0, strides = var_1800_strides_0, weight = core_stacks_2_stack_layers_0_conv_module1_out_proj_weight_to_fp16, x = input_155_cast_fp16)[name = tensor("op_1800_cast_fp16")]; tensor input_157_cast_fp16 = add(x = x_201_cast_fp16, y = var_1800_cast_fp16)[name = tensor("input_157_cast_fp16")]; tensor x_211_pad_type_0 = const()[name = tensor("x_211_pad_type_0"), val = tensor("valid")]; tensor x_211_strides_0 = const()[name = tensor("x_211_strides_0"), val = tensor([1, 1])]; tensor x_211_pad_0 = const()[name = tensor("x_211_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_211_dilations_0 = const()[name = tensor("x_211_dilations_0"), val = tensor([1, 1])]; tensor x_211_groups_0 = const()[name = tensor("x_211_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_0_feed_forward2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_feed_forward2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(154679296)))]; tensor core_stacks_2_stack_layers_0_feed_forward2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_feed_forward2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(156252224)))]; tensor x_211_cast_fp16 = conv(bias = core_stacks_2_stack_layers_0_feed_forward2_in_proj_bias_to_fp16, dilations = x_211_dilations_0, groups = x_211_groups_0, pad = x_211_pad_0, pad_type = x_211_pad_type_0, strides = x_211_strides_0, weight = core_stacks_2_stack_layers_0_feed_forward2_in_proj_weight_to_fp16, x = input_157_cast_fp16)[name = tensor("x_211_cast_fp16")]; tensor var_1811_to_fp16 = const()[name = tensor("op_1811_to_fp16"), val = tensor(0x1p+2)]; tensor x_213_cast_fp16 = sub(x = x_211_cast_fp16, y = var_1811_to_fp16)[name = tensor("x_213_cast_fp16")]; tensor var_1813_cast_fp16 = relu(x = x_213_cast_fp16)[name = tensor("op_1813_cast_fp16")]; tensor var_1814_cast_fp16 = abs(x = x_213_cast_fp16)[name = tensor("op_1814_cast_fp16")]; tensor const_39_promoted_to_fp16 = const()[name = tensor("const_39_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_1815_cast_fp16 = mul(x = var_1814_cast_fp16, y = const_39_promoted_to_fp16)[name = tensor("op_1815_cast_fp16")]; tensor var_1816_cast_fp16 = exp(x = var_1815_cast_fp16)[name = tensor("op_1816_cast_fp16")]; tensor var_1817_epsilon_0 = const()[name = tensor("op_1817_epsilon_0"), val = tensor(0x1p+0)]; tensor var_1817_cast_fp16 = log(epsilon = var_1817_epsilon_0, x = var_1816_cast_fp16)[name = tensor("op_1817_cast_fp16")]; tensor var_1818_cast_fp16 = add(x = var_1813_cast_fp16, y = var_1817_cast_fp16)[name = tensor("op_1818_cast_fp16")]; tensor var_1819_to_fp16 = const()[name = tensor("op_1819_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_1820_cast_fp16 = mul(x = x_211_cast_fp16, y = var_1819_to_fp16)[name = tensor("op_1820_cast_fp16")]; tensor var_1821_cast_fp16 = sub(x = var_1818_cast_fp16, y = var_1820_cast_fp16)[name = tensor("op_1821_cast_fp16")]; tensor var_1822_to_fp16 = const()[name = tensor("op_1822_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_159_cast_fp16 = sub(x = var_1821_cast_fp16, y = var_1822_to_fp16)[name = tensor("input_159_cast_fp16")]; tensor var_1830_pad_type_0 = const()[name = tensor("op_1830_pad_type_0"), val = tensor("valid")]; tensor var_1830_strides_0 = const()[name = tensor("op_1830_strides_0"), val = tensor([1, 1])]; tensor var_1830_pad_0 = const()[name = tensor("op_1830_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1830_dilations_0 = const()[name = tensor("op_1830_dilations_0"), val = tensor([1, 1])]; tensor var_1830_groups_0 = const()[name = tensor("op_1830_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_0_feed_forward2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_feed_forward2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(156255360)))]; tensor core_stacks_2_stack_layers_0_feed_forward2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_feed_forward2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(157828288)))]; tensor var_1830_cast_fp16 = conv(bias = core_stacks_2_stack_layers_0_feed_forward2_out_proj_bias_to_fp16, dilations = var_1830_dilations_0, groups = var_1830_groups_0, pad = var_1830_pad_0, pad_type = var_1830_pad_type_0, strides = var_1830_strides_0, weight = core_stacks_2_stack_layers_0_feed_forward2_out_proj_weight_to_fp16, x = input_159_cast_fp16)[name = tensor("op_1830_cast_fp16")]; tensor src_19_cast_fp16 = add(x = input_157_cast_fp16, y = var_1830_cast_fp16)[name = tensor("src_19_cast_fp16")]; tensor var_1833_cast_fp16 = sub(x = src_19_cast_fp16, y = input_141_cast_fp16)[name = tensor("op_1833_cast_fp16")]; tensor core_stacks_2_stack_layers_0_bypass_mid_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_bypass_mid_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(157829376)))]; tensor var_1834_cast_fp16 = mul(x = var_1833_cast_fp16, y = core_stacks_2_stack_layers_0_bypass_mid_bypass_scale_to_fp16)[name = tensor("op_1834_cast_fp16")]; tensor x_215_cast_fp16 = add(x = input_141_cast_fp16, y = var_1834_cast_fp16)[name = tensor("x_215_cast_fp16")]; tensor var_1845_pad_type_0 = const()[name = tensor("op_1845_pad_type_0"), val = tensor("valid")]; tensor var_1845_strides_0 = const()[name = tensor("op_1845_strides_0"), val = tensor([1, 1])]; tensor var_1845_pad_0 = const()[name = tensor("op_1845_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1845_dilations_0 = const()[name = tensor("op_1845_dilations_0"), val = tensor([1, 1])]; tensor var_1845_groups_0 = const()[name = tensor("op_1845_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_0_self_attn2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_self_attn2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(157830464)))]; tensor core_stacks_2_stack_layers_0_self_attn2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_self_attn2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(157879680)))]; tensor var_1845_cast_fp16 = conv(bias = core_stacks_2_stack_layers_0_self_attn2_in_proj_bias_to_fp16, dilations = var_1845_dilations_0, groups = var_1845_groups_0, pad = var_1845_pad_0, pad_type = var_1845_pad_type_0, strides = var_1845_strides_0, weight = core_stacks_2_stack_layers_0_self_attn2_in_proj_weight_to_fp16, x = x_215_cast_fp16)[name = tensor("op_1845_cast_fp16")]; tensor var_1846 = const()[name = tensor("op_1846"), val = tensor([4, 12, 1, 256])]; tensor var_1847_cast_fp16 = reshape(shape = var_1846, x = var_1845_cast_fp16)[name = tensor("op_1847_cast_fp16")]; tensor transpose_39_perm_0 = const()[name = tensor("transpose_39_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_195 = const()[name = tensor("concat_195"), val = tensor([4, 256, 12])]; tensor transpose_39_cast_fp16 = transpose(perm = transpose_39_perm_0, x = var_1847_cast_fp16)[name = tensor("transpose_262")]; tensor reshape_58_cast_fp16 = reshape(shape = concat_195, x = transpose_39_cast_fp16)[name = tensor("reshape_58_cast_fp16")]; tensor matmul_19_transpose_x_0 = const()[name = tensor("matmul_19_transpose_x_0"), val = tensor(false)]; tensor matmul_19_transpose_y_0 = const()[name = tensor("matmul_19_transpose_y_0"), val = tensor(false)]; tensor matmul_19_cast_fp16 = matmul(transpose_x = matmul_19_transpose_x_0, transpose_y = matmul_19_transpose_y_0, x = reshape_54_cast_fp16, y = reshape_58_cast_fp16)[name = tensor("matmul_19_cast_fp16")]; tensor concat_199 = const()[name = tensor("concat_199"), val = tensor([4, 1, 256, 12])]; tensor reshape_59_cast_fp16 = reshape(shape = concat_199, x = matmul_19_cast_fp16)[name = tensor("reshape_59_cast_fp16")]; tensor out_19_perm_0 = const()[name = tensor("out_19_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_1850 = const()[name = tensor("op_1850"), val = tensor([1, 48, 1, 256])]; tensor out_19_cast_fp16 = transpose(perm = out_19_perm_0, x = reshape_59_cast_fp16)[name = tensor("transpose_261")]; tensor input_161_cast_fp16 = reshape(shape = var_1850, x = out_19_cast_fp16)[name = tensor("input_161_cast_fp16")]; tensor var_1858_pad_type_0 = const()[name = tensor("op_1858_pad_type_0"), val = tensor("valid")]; tensor var_1858_strides_0 = const()[name = tensor("op_1858_strides_0"), val = tensor([1, 1])]; tensor var_1858_pad_0 = const()[name = tensor("op_1858_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1858_dilations_0 = const()[name = tensor("op_1858_dilations_0"), val = tensor([1, 1])]; tensor var_1858_groups_0 = const()[name = tensor("op_1858_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_0_self_attn2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_self_attn2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(157879872)))]; tensor core_stacks_2_stack_layers_0_self_attn2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_self_attn2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(157929088)))]; tensor var_1858_cast_fp16 = conv(bias = core_stacks_2_stack_layers_0_self_attn2_out_proj_bias_to_fp16, dilations = var_1858_dilations_0, groups = var_1858_groups_0, pad = var_1858_pad_0, pad_type = var_1858_pad_type_0, strides = var_1858_strides_0, weight = core_stacks_2_stack_layers_0_self_attn2_out_proj_weight_to_fp16, x = input_161_cast_fp16)[name = tensor("op_1858_cast_fp16")]; tensor x_217_cast_fp16 = add(x = x_215_cast_fp16, y = var_1858_cast_fp16)[name = tensor("x_217_cast_fp16")]; tensor x_219_cast_fp16 = add(x = x_217_cast_fp16, y = time_emb_5_cast_fp16)[name = tensor("x_219_cast_fp16")]; tensor x_221_pad_type_0 = const()[name = tensor("x_221_pad_type_0"), val = tensor("valid")]; tensor x_221_strides_0 = const()[name = tensor("x_221_strides_0"), val = tensor([1, 1])]; tensor x_221_pad_0 = const()[name = tensor("x_221_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_221_dilations_0 = const()[name = tensor("x_221_dilations_0"), val = tensor([1, 1])]; tensor x_221_groups_0 = const()[name = tensor("x_221_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_0_conv_module2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_conv_module2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(157930176)))]; tensor core_stacks_2_stack_layers_0_conv_module2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_conv_module2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(158978816)))]; tensor x_221_cast_fp16 = conv(bias = core_stacks_2_stack_layers_0_conv_module2_in_proj_bias_to_fp16, dilations = x_221_dilations_0, groups = x_221_groups_0, pad = x_221_pad_0, pad_type = x_221_pad_type_0, strides = x_221_strides_0, weight = core_stacks_2_stack_layers_0_conv_module2_in_proj_weight_to_fp16, x = x_219_cast_fp16)[name = tensor("x_221_cast_fp16")]; tensor var_1872_begin_0 = const()[name = tensor("op_1872_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_1872_end_0 = const()[name = tensor("op_1872_end_0"), val = tensor([1, 512, 1, 256])]; tensor var_1872_end_mask_0 = const()[name = tensor("op_1872_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_1872_cast_fp16 = slice_by_index(begin = var_1872_begin_0, end = var_1872_end_0, end_mask = var_1872_end_mask_0, x = x_221_cast_fp16)[name = tensor("op_1872_cast_fp16")]; tensor var_1874_begin_0 = const()[name = tensor("op_1874_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_1874_end_0 = const()[name = tensor("op_1874_end_0"), val = tensor([1, 1024, 1, 256])]; tensor var_1874_end_mask_0 = const()[name = tensor("op_1874_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_1874_cast_fp16 = slice_by_index(begin = var_1874_begin_0, end = var_1874_end_0, end_mask = var_1874_end_mask_0, x = x_221_cast_fp16)[name = tensor("op_1874_cast_fp16")]; tensor var_1875_cast_fp16 = sigmoid(x = var_1874_cast_fp16)[name = tensor("op_1875_cast_fp16")]; tensor x_223_cast_fp16 = mul(x = var_1872_cast_fp16, y = var_1875_cast_fp16)[name = tensor("x_223_cast_fp16")]; tensor input_163_cast_fp16 = mul(x = x_223_cast_fp16, y = conv_keep_cast_fp16)[name = tensor("input_163_cast_fp16")]; tensor x_225_pad_type_0 = const()[name = tensor("x_225_pad_type_0"), val = tensor("custom")]; tensor x_225_pad_0 = const()[name = tensor("x_225_pad_0"), val = tensor([0, 0, 3, 3])]; tensor x_225_groups_0 = const()[name = tensor("x_225_groups_0"), val = tensor(512)]; tensor x_225_strides_0 = const()[name = tensor("x_225_strides_0"), val = tensor([1, 1])]; tensor x_225_dilations_0 = const()[name = tensor("x_225_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_2_stack_layers_0_conv_module2_dw_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_conv_module2_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(158980928)))]; tensor core_stacks_2_stack_layers_0_conv_module2_dw_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_conv_module2_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(158988160)))]; tensor x_225_cast_fp16 = conv(bias = core_stacks_2_stack_layers_0_conv_module2_dw_bias_to_fp16, dilations = x_225_dilations_0, groups = x_225_groups_0, pad = x_225_pad_0, pad_type = x_225_pad_type_0, strides = x_225_strides_0, weight = core_stacks_2_stack_layers_0_conv_module2_dw_weight_to_fp16, x = input_163_cast_fp16)[name = tensor("x_225_cast_fp16")]; tensor var_1885_to_fp16 = const()[name = tensor("op_1885_to_fp16"), val = tensor(0x1p+0)]; tensor x_227_cast_fp16 = sub(x = x_225_cast_fp16, y = var_1885_to_fp16)[name = tensor("x_227_cast_fp16")]; tensor var_1887_cast_fp16 = relu(x = x_227_cast_fp16)[name = tensor("op_1887_cast_fp16")]; tensor var_1888_cast_fp16 = abs(x = x_227_cast_fp16)[name = tensor("op_1888_cast_fp16")]; tensor const_41_promoted_to_fp16 = const()[name = tensor("const_41_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_1889_cast_fp16 = mul(x = var_1888_cast_fp16, y = const_41_promoted_to_fp16)[name = tensor("op_1889_cast_fp16")]; tensor var_1890_cast_fp16 = exp(x = var_1889_cast_fp16)[name = tensor("op_1890_cast_fp16")]; tensor var_1891_epsilon_0 = const()[name = tensor("op_1891_epsilon_0"), val = tensor(0x1p+0)]; tensor var_1891_cast_fp16 = log(epsilon = var_1891_epsilon_0, x = var_1890_cast_fp16)[name = tensor("op_1891_cast_fp16")]; tensor var_1892_cast_fp16 = add(x = var_1887_cast_fp16, y = var_1891_cast_fp16)[name = tensor("op_1892_cast_fp16")]; tensor var_1893_to_fp16 = const()[name = tensor("op_1893_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_1894_cast_fp16 = mul(x = x_225_cast_fp16, y = var_1893_to_fp16)[name = tensor("op_1894_cast_fp16")]; tensor var_1895_cast_fp16 = sub(x = var_1892_cast_fp16, y = var_1894_cast_fp16)[name = tensor("op_1895_cast_fp16")]; tensor var_1896_to_fp16 = const()[name = tensor("op_1896_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_165_cast_fp16 = sub(x = var_1895_cast_fp16, y = var_1896_to_fp16)[name = tensor("input_165_cast_fp16")]; tensor var_1904_pad_type_0 = const()[name = tensor("op_1904_pad_type_0"), val = tensor("valid")]; tensor var_1904_strides_0 = const()[name = tensor("op_1904_strides_0"), val = tensor([1, 1])]; tensor var_1904_pad_0 = const()[name = tensor("op_1904_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1904_dilations_0 = const()[name = tensor("op_1904_dilations_0"), val = tensor([1, 1])]; tensor var_1904_groups_0 = const()[name = tensor("op_1904_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_0_conv_module2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_conv_module2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(158989248)))]; tensor core_stacks_2_stack_layers_0_conv_module2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_conv_module2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(159513600)))]; tensor var_1904_cast_fp16 = conv(bias = core_stacks_2_stack_layers_0_conv_module2_out_proj_bias_to_fp16, dilations = var_1904_dilations_0, groups = var_1904_groups_0, pad = var_1904_pad_0, pad_type = var_1904_pad_type_0, strides = var_1904_strides_0, weight = core_stacks_2_stack_layers_0_conv_module2_out_proj_weight_to_fp16, x = input_165_cast_fp16)[name = tensor("op_1904_cast_fp16")]; tensor input_167_cast_fp16 = add(x = x_219_cast_fp16, y = var_1904_cast_fp16)[name = tensor("input_167_cast_fp16")]; tensor x_229_pad_type_0 = const()[name = tensor("x_229_pad_type_0"), val = tensor("valid")]; tensor x_229_strides_0 = const()[name = tensor("x_229_strides_0"), val = tensor([1, 1])]; tensor x_229_pad_0 = const()[name = tensor("x_229_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_229_dilations_0 = const()[name = tensor("x_229_dilations_0"), val = tensor([1, 1])]; tensor x_229_groups_0 = const()[name = tensor("x_229_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_0_feed_forward3_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_feed_forward3_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(159514688)))]; tensor core_stacks_2_stack_layers_0_feed_forward3_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_feed_forward3_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(161480832)))]; tensor x_229_cast_fp16 = conv(bias = core_stacks_2_stack_layers_0_feed_forward3_in_proj_bias_to_fp16, dilations = x_229_dilations_0, groups = x_229_groups_0, pad = x_229_pad_0, pad_type = x_229_pad_type_0, strides = x_229_strides_0, weight = core_stacks_2_stack_layers_0_feed_forward3_in_proj_weight_to_fp16, x = input_167_cast_fp16)[name = tensor("x_229_cast_fp16")]; tensor var_1915_to_fp16 = const()[name = tensor("op_1915_to_fp16"), val = tensor(0x1p+2)]; tensor x_231_cast_fp16 = sub(x = x_229_cast_fp16, y = var_1915_to_fp16)[name = tensor("x_231_cast_fp16")]; tensor var_1917_cast_fp16 = relu(x = x_231_cast_fp16)[name = tensor("op_1917_cast_fp16")]; tensor var_1918_cast_fp16 = abs(x = x_231_cast_fp16)[name = tensor("op_1918_cast_fp16")]; tensor const_42_promoted_to_fp16 = const()[name = tensor("const_42_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_1919_cast_fp16 = mul(x = var_1918_cast_fp16, y = const_42_promoted_to_fp16)[name = tensor("op_1919_cast_fp16")]; tensor var_1920_cast_fp16 = exp(x = var_1919_cast_fp16)[name = tensor("op_1920_cast_fp16")]; tensor var_1921_epsilon_0 = const()[name = tensor("op_1921_epsilon_0"), val = tensor(0x1p+0)]; tensor var_1921_cast_fp16 = log(epsilon = var_1921_epsilon_0, x = var_1920_cast_fp16)[name = tensor("op_1921_cast_fp16")]; tensor var_1922_cast_fp16 = add(x = var_1917_cast_fp16, y = var_1921_cast_fp16)[name = tensor("op_1922_cast_fp16")]; tensor var_1923_to_fp16 = const()[name = tensor("op_1923_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_1924_cast_fp16 = mul(x = x_229_cast_fp16, y = var_1923_to_fp16)[name = tensor("op_1924_cast_fp16")]; tensor var_1925_cast_fp16 = sub(x = var_1922_cast_fp16, y = var_1924_cast_fp16)[name = tensor("op_1925_cast_fp16")]; tensor var_1926_to_fp16 = const()[name = tensor("op_1926_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_169_cast_fp16 = sub(x = var_1925_cast_fp16, y = var_1926_to_fp16)[name = tensor("input_169_cast_fp16")]; tensor var_1934_pad_type_0 = const()[name = tensor("op_1934_pad_type_0"), val = tensor("valid")]; tensor var_1934_strides_0 = const()[name = tensor("op_1934_strides_0"), val = tensor([1, 1])]; tensor var_1934_pad_0 = const()[name = tensor("op_1934_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_1934_dilations_0 = const()[name = tensor("op_1934_dilations_0"), val = tensor([1, 1])]; tensor var_1934_groups_0 = const()[name = tensor("op_1934_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_0_feed_forward3_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_feed_forward3_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(161484736)))]; tensor core_stacks_2_stack_layers_0_feed_forward3_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_feed_forward3_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(163450880)))]; tensor var_1934_cast_fp16 = conv(bias = core_stacks_2_stack_layers_0_feed_forward3_out_proj_bias_to_fp16, dilations = var_1934_dilations_0, groups = var_1934_groups_0, pad = var_1934_pad_0, pad_type = var_1934_pad_type_0, strides = var_1934_strides_0, weight = core_stacks_2_stack_layers_0_feed_forward3_out_proj_weight_to_fp16, x = input_169_cast_fp16)[name = tensor("op_1934_cast_fp16")]; tensor x_233_cast_fp16 = add(x = input_167_cast_fp16, y = var_1934_cast_fp16)[name = tensor("x_233_cast_fp16")]; tensor core_stacks_2_stack_layers_0_norm_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(163451968)))]; tensor d_9_cast_fp16 = sub(x = x_233_cast_fp16, y = core_stacks_2_stack_layers_0_norm_bias_to_fp16)[name = tensor("d_9_cast_fp16")]; tensor var_1939_cast_fp16 = mul(x = d_9_cast_fp16, y = d_9_cast_fp16)[name = tensor("op_1939_cast_fp16")]; tensor var_1941_axes_0 = const()[name = tensor("op_1941_axes_0"), val = tensor([1])]; tensor var_1941_keep_dims_0 = const()[name = tensor("op_1941_keep_dims_0"), val = tensor(true)]; tensor var_1941_cast_fp16 = reduce_mean(axes = var_1941_axes_0, keep_dims = var_1941_keep_dims_0, x = var_1939_cast_fp16)[name = tensor("op_1941_cast_fp16")]; tensor scales_9_epsilon_0 = const()[name = tensor("scales_9_epsilon_0"), val = tensor(0x1.197998p-40)]; tensor scales_9_cast_fp16 = rsqrt(epsilon = scales_9_epsilon_0, x = var_1941_cast_fp16)[name = tensor("scales_9_cast_fp16")]; tensor var_1943_cast_fp16 = mul(x = x_233_cast_fp16, y = scales_9_cast_fp16)[name = tensor("op_1943_cast_fp16")]; tensor core_stacks_2_stack_layers_0_norm_scale_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_norm_scale_to_fp16"), val = tensor(0x1.65cp-2)]; tensor src_21_cast_fp16 = mul(x = var_1943_cast_fp16, y = core_stacks_2_stack_layers_0_norm_scale_to_fp16)[name = tensor("src_21_cast_fp16")]; tensor var_1946_cast_fp16 = sub(x = src_21_cast_fp16, y = input_141_cast_fp16)[name = tensor("op_1946_cast_fp16")]; tensor core_stacks_2_stack_layers_0_bypass_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_0_bypass_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(163453056)))]; tensor var_1947_cast_fp16 = mul(x = var_1946_cast_fp16, y = core_stacks_2_stack_layers_0_bypass_bypass_scale_to_fp16)[name = tensor("op_1947_cast_fp16")]; tensor input_171_cast_fp16 = add(x = input_141_cast_fp16, y = var_1947_cast_fp16)[name = tensor("input_171_cast_fp16")]; tensor proj_11_pad_type_0 = const()[name = tensor("proj_11_pad_type_0"), val = tensor("valid")]; tensor proj_11_strides_0 = const()[name = tensor("proj_11_strides_0"), val = tensor([1, 1])]; tensor proj_11_pad_0 = const()[name = tensor("proj_11_pad_0"), val = tensor([0, 0, 0, 0])]; tensor proj_11_dilations_0 = const()[name = tensor("proj_11_dilations_0"), val = tensor([1, 1])]; tensor proj_11_groups_0 = const()[name = tensor("proj_11_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_1_self_attn_weights_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_self_attn_weights_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(163454144)))]; tensor core_stacks_2_stack_layers_1_self_attn_weights_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_self_attn_weights_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(163847424)))]; tensor proj_11_cast_fp16 = conv(bias = core_stacks_2_stack_layers_1_self_attn_weights_in_proj_bias_to_fp16, dilations = proj_11_dilations_0, groups = proj_11_groups_0, pad = proj_11_pad_0, pad_type = proj_11_pad_type_0, strides = proj_11_strides_0, weight = core_stacks_2_stack_layers_1_self_attn_weights_in_proj_weight_to_fp16, x = input_171_cast_fp16)[name = tensor("proj_11_cast_fp16")]; tensor var_1970_begin_0 = const()[name = tensor("op_1970_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_1970_end_0 = const()[name = tensor("op_1970_end_0"), val = tensor([1, 128, 1, 256])]; tensor var_1970_end_mask_0 = const()[name = tensor("op_1970_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_1970_cast_fp16 = slice_by_index(begin = var_1970_begin_0, end = var_1970_end_0, end_mask = var_1970_end_mask_0, x = proj_11_cast_fp16)[name = tensor("op_1970_cast_fp16")]; tensor var_1971 = const()[name = tensor("op_1971"), val = tensor([4, 32, 1, 256])]; tensor var_1972_cast_fp16 = reshape(shape = var_1971, x = var_1970_cast_fp16)[name = tensor("op_1972_cast_fp16")]; tensor var_1974_begin_0 = const()[name = tensor("op_1974_begin_0"), val = tensor([0, 128, 0, 0])]; tensor var_1974_end_0 = const()[name = tensor("op_1974_end_0"), val = tensor([1, 256, 1, 256])]; tensor var_1974_end_mask_0 = const()[name = tensor("op_1974_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_1974_cast_fp16 = slice_by_index(begin = var_1974_begin_0, end = var_1974_end_0, end_mask = var_1974_end_mask_0, x = proj_11_cast_fp16)[name = tensor("op_1974_cast_fp16")]; tensor var_1975 = const()[name = tensor("op_1975"), val = tensor([4, 32, 1, 256])]; tensor var_1976_cast_fp16 = reshape(shape = var_1975, x = var_1974_cast_fp16)[name = tensor("op_1976_cast_fp16")]; tensor var_1978_begin_0 = const()[name = tensor("op_1978_begin_0"), val = tensor([0, 256, 0, 0])]; tensor var_1978_end_0 = const()[name = tensor("op_1978_end_0"), val = tensor([1, 384, 1, 256])]; tensor var_1978_end_mask_0 = const()[name = tensor("op_1978_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_1978_cast_fp16 = slice_by_index(begin = var_1978_begin_0, end = var_1978_end_0, end_mask = var_1978_end_mask_0, x = proj_11_cast_fp16)[name = tensor("op_1978_cast_fp16")]; tensor var_1979 = const()[name = tensor("op_1979"), val = tensor([4, 32, 1, 256])]; tensor pt_11_cast_fp16 = reshape(shape = var_1979, x = var_1978_cast_fp16)[name = tensor("pt_11_cast_fp16")]; tensor transpose_40_perm_0 = const()[name = tensor("transpose_40_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_204 = const()[name = tensor("concat_204"), val = tensor([4, 256, 32])]; tensor transpose_40_cast_fp16 = transpose(perm = transpose_40_perm_0, x = var_1972_cast_fp16)[name = tensor("transpose_260")]; tensor reshape_60_cast_fp16 = reshape(shape = concat_204, x = transpose_40_cast_fp16)[name = tensor("reshape_60_cast_fp16")]; tensor transpose_41_perm_0 = const()[name = tensor("transpose_41_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_205 = const()[name = tensor("concat_205"), val = tensor([4, 32, 256])]; tensor transpose_41_cast_fp16 = transpose(perm = transpose_41_perm_0, x = var_1976_cast_fp16)[name = tensor("transpose_259")]; tensor reshape_61_cast_fp16 = reshape(shape = concat_205, x = transpose_41_cast_fp16)[name = tensor("reshape_61_cast_fp16")]; tensor matmul_20_transpose_x_0 = const()[name = tensor("matmul_20_transpose_x_0"), val = tensor(false)]; tensor matmul_20_transpose_y_0 = const()[name = tensor("matmul_20_transpose_y_0"), val = tensor(false)]; tensor matmul_20_cast_fp16 = matmul(transpose_x = matmul_20_transpose_x_0, transpose_y = matmul_20_transpose_y_0, x = reshape_60_cast_fp16, y = reshape_61_cast_fp16)[name = tensor("matmul_20_cast_fp16")]; tensor concat_209 = const()[name = tensor("concat_209"), val = tensor([4, 1, 256, 256])]; tensor reshape_62_cast_fp16 = reshape(shape = concat_209, x = matmul_20_cast_fp16)[name = tensor("reshape_62_cast_fp16")]; tensor attn_scores_31_perm_0 = const()[name = tensor("attn_scores_31_perm_0"), val = tensor([0, 2, 1, 3])]; tensor var_1983 = const()[name = tensor("op_1983"), val = tensor([0, 1, 3, 2])]; tensor var_1984_cast_fp16 = transpose(perm = var_1983, x = pt_11_cast_fp16)[name = tensor("transpose_257")]; tensor var_1985_cast_fp16 = mul(x = var_1984_cast_fp16, y = core_pos_basis_256_to_fp16)[name = tensor("op_1985_cast_fp16")]; tensor pos_scores_11_axes_0 = const()[name = tensor("pos_scores_11_axes_0"), val = tensor([1])]; tensor pos_scores_11_keep_dims_0 = const()[name = tensor("pos_scores_11_keep_dims_0"), val = tensor(true)]; tensor pos_scores_11_cast_fp16 = reduce_sum(axes = pos_scores_11_axes_0, keep_dims = pos_scores_11_keep_dims_0, x = var_1985_cast_fp16)[name = tensor("pos_scores_11_cast_fp16")]; tensor var_1988 = const()[name = tensor("op_1988"), val = tensor([4, 256, 1, 256])]; tensor var_1989_cast_fp16 = reshape(shape = var_1988, x = pos_scores_11_cast_fp16)[name = tensor("op_1989_cast_fp16")]; tensor attn_scores_31_cast_fp16 = transpose(perm = attn_scores_31_perm_0, x = reshape_62_cast_fp16)[name = tensor("transpose_258")]; tensor attn_scores_33_cast_fp16 = add(x = attn_scores_31_cast_fp16, y = var_1989_cast_fp16)[name = tensor("attn_scores_33_cast_fp16")]; tensor attn_scores_35_cast_fp16 = add(x = attn_scores_33_cast_fp16, y = attn_bias_cast_fp16)[name = tensor("attn_scores_35_cast_fp16")]; tensor attn_weights_11_cast_fp16 = softmax(axis = var_41, x = attn_scores_35_cast_fp16)[name = tensor("attn_weights_11_cast_fp16")]; tensor input_173_cast_fp16 = add(x = input_171_cast_fp16, y = time_emb_5_cast_fp16)[name = tensor("input_173_cast_fp16")]; tensor x_235_pad_type_0 = const()[name = tensor("x_235_pad_type_0"), val = tensor("valid")]; tensor x_235_strides_0 = const()[name = tensor("x_235_strides_0"), val = tensor([1, 1])]; tensor x_235_pad_0 = const()[name = tensor("x_235_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_235_dilations_0 = const()[name = tensor("x_235_dilations_0"), val = tensor([1, 1])]; tensor x_235_groups_0 = const()[name = tensor("x_235_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_1_feed_forward1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_feed_forward1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(163848256)))]; tensor core_stacks_2_stack_layers_1_feed_forward1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_feed_forward1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(165027968)))]; tensor x_235_cast_fp16 = conv(bias = core_stacks_2_stack_layers_1_feed_forward1_in_proj_bias_to_fp16, dilations = x_235_dilations_0, groups = x_235_groups_0, pad = x_235_pad_0, pad_type = x_235_pad_type_0, strides = x_235_strides_0, weight = core_stacks_2_stack_layers_1_feed_forward1_in_proj_weight_to_fp16, x = input_173_cast_fp16)[name = tensor("x_235_cast_fp16")]; tensor var_2003_to_fp16 = const()[name = tensor("op_2003_to_fp16"), val = tensor(0x1p+2)]; tensor x_237_cast_fp16 = sub(x = x_235_cast_fp16, y = var_2003_to_fp16)[name = tensor("x_237_cast_fp16")]; tensor var_2005_cast_fp16 = relu(x = x_237_cast_fp16)[name = tensor("op_2005_cast_fp16")]; tensor var_2006_cast_fp16 = abs(x = x_237_cast_fp16)[name = tensor("op_2006_cast_fp16")]; tensor const_43_promoted_to_fp16 = const()[name = tensor("const_43_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_2007_cast_fp16 = mul(x = var_2006_cast_fp16, y = const_43_promoted_to_fp16)[name = tensor("op_2007_cast_fp16")]; tensor var_2008_cast_fp16 = exp(x = var_2007_cast_fp16)[name = tensor("op_2008_cast_fp16")]; tensor var_2009_epsilon_0 = const()[name = tensor("op_2009_epsilon_0"), val = tensor(0x1p+0)]; tensor var_2009_cast_fp16 = log(epsilon = var_2009_epsilon_0, x = var_2008_cast_fp16)[name = tensor("op_2009_cast_fp16")]; tensor var_2010_cast_fp16 = add(x = var_2005_cast_fp16, y = var_2009_cast_fp16)[name = tensor("op_2010_cast_fp16")]; tensor var_2011_to_fp16 = const()[name = tensor("op_2011_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_2012_cast_fp16 = mul(x = x_235_cast_fp16, y = var_2011_to_fp16)[name = tensor("op_2012_cast_fp16")]; tensor var_2013_cast_fp16 = sub(x = var_2010_cast_fp16, y = var_2012_cast_fp16)[name = tensor("op_2013_cast_fp16")]; tensor var_2014_to_fp16 = const()[name = tensor("op_2014_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_175_cast_fp16 = sub(x = var_2013_cast_fp16, y = var_2014_to_fp16)[name = tensor("input_175_cast_fp16")]; tensor var_2022_pad_type_0 = const()[name = tensor("op_2022_pad_type_0"), val = tensor("valid")]; tensor var_2022_strides_0 = const()[name = tensor("op_2022_strides_0"), val = tensor([1, 1])]; tensor var_2022_pad_0 = const()[name = tensor("op_2022_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2022_dilations_0 = const()[name = tensor("op_2022_dilations_0"), val = tensor([1, 1])]; tensor var_2022_groups_0 = const()[name = tensor("op_2022_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_1_feed_forward1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_feed_forward1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(165030336)))]; tensor core_stacks_2_stack_layers_1_feed_forward1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_feed_forward1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(166210048)))]; tensor var_2022_cast_fp16 = conv(bias = core_stacks_2_stack_layers_1_feed_forward1_out_proj_bias_to_fp16, dilations = var_2022_dilations_0, groups = var_2022_groups_0, pad = var_2022_pad_0, pad_type = var_2022_pad_type_0, strides = var_2022_strides_0, weight = core_stacks_2_stack_layers_1_feed_forward1_out_proj_weight_to_fp16, x = input_175_cast_fp16)[name = tensor("op_2022_cast_fp16")]; tensor input_177_cast_fp16 = add(x = input_173_cast_fp16, y = var_2022_cast_fp16)[name = tensor("input_177_cast_fp16")]; tensor var_2024_begin_0 = const()[name = tensor("op_2024_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_2024_end_0 = const()[name = tensor("op_2024_end_0"), val = tensor([1, 256, 1, 256])]; tensor var_2024_end_mask_0 = const()[name = tensor("op_2024_end_mask_0"), val = tensor([false, true, true, true])]; tensor var_2024_cast_fp16 = slice_by_index(begin = var_2024_begin_0, end = var_2024_end_0, end_mask = var_2024_end_mask_0, x = attn_weights_11_cast_fp16)[name = tensor("op_2024_cast_fp16")]; tensor x_239_pad_type_0 = const()[name = tensor("x_239_pad_type_0"), val = tensor("valid")]; tensor x_239_strides_0 = const()[name = tensor("x_239_strides_0"), val = tensor([1, 1])]; tensor x_239_pad_0 = const()[name = tensor("x_239_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_239_dilations_0 = const()[name = tensor("x_239_dilations_0"), val = tensor([1, 1])]; tensor x_239_groups_0 = const()[name = tensor("x_239_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_1_nonlin_attention_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_nonlin_attention_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(166211136)))]; tensor core_stacks_2_stack_layers_1_nonlin_attention_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_nonlin_attention_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(167390848)))]; tensor x_239_cast_fp16 = conv(bias = core_stacks_2_stack_layers_1_nonlin_attention_in_proj_bias_to_fp16, dilations = x_239_dilations_0, groups = x_239_groups_0, pad = x_239_pad_0, pad_type = x_239_pad_type_0, strides = x_239_strides_0, weight = core_stacks_2_stack_layers_1_nonlin_attention_in_proj_weight_to_fp16, x = input_177_cast_fp16)[name = tensor("x_239_cast_fp16")]; tensor var_2035_begin_0 = const()[name = tensor("op_2035_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_2035_end_0 = const()[name = tensor("op_2035_end_0"), val = tensor([1, 384, 1, 256])]; tensor var_2035_end_mask_0 = const()[name = tensor("op_2035_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_2035_cast_fp16 = slice_by_index(begin = var_2035_begin_0, end = var_2035_end_0, end_mask = var_2035_end_mask_0, x = x_239_cast_fp16)[name = tensor("op_2035_cast_fp16")]; tensor s_gate_11_cast_fp16 = tanh(x = var_2035_cast_fp16)[name = tensor("s_gate_11_cast_fp16")]; tensor var_2038_begin_0 = const()[name = tensor("op_2038_begin_0"), val = tensor([0, 384, 0, 0])]; tensor var_2038_end_0 = const()[name = tensor("op_2038_end_0"), val = tensor([1, 768, 1, 256])]; tensor var_2038_end_mask_0 = const()[name = tensor("op_2038_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_2038_cast_fp16 = slice_by_index(begin = var_2038_begin_0, end = var_2038_end_0, end_mask = var_2038_end_mask_0, x = x_239_cast_fp16)[name = tensor("op_2038_cast_fp16")]; tensor var_2039_cast_fp16 = mul(x = var_2038_cast_fp16, y = s_gate_11_cast_fp16)[name = tensor("op_2039_cast_fp16")]; tensor y_11_begin_0 = const()[name = tensor("y_11_begin_0"), val = tensor([0, 768, 0, 0])]; tensor y_11_end_0 = const()[name = tensor("y_11_end_0"), val = tensor([1, 1152, 1, 256])]; tensor y_11_end_mask_0 = const()[name = tensor("y_11_end_mask_0"), val = tensor([true, true, true, true])]; tensor y_11_cast_fp16 = slice_by_index(begin = y_11_begin_0, end = y_11_end_0, end_mask = y_11_end_mask_0, x = x_239_cast_fp16)[name = tensor("y_11_cast_fp16")]; tensor transpose_42_perm_0 = const()[name = tensor("transpose_42_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_214 = const()[name = tensor("concat_214"), val = tensor([1, 256, 256])]; tensor transpose_42_cast_fp16 = transpose(perm = transpose_42_perm_0, x = var_2024_cast_fp16)[name = tensor("transpose_256")]; tensor reshape_63_cast_fp16 = reshape(shape = concat_214, x = transpose_42_cast_fp16)[name = tensor("reshape_63_cast_fp16")]; tensor transpose_43_perm_0 = const()[name = tensor("transpose_43_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_215 = const()[name = tensor("concat_215"), val = tensor([1, 256, 384])]; tensor transpose_43_cast_fp16 = transpose(perm = transpose_43_perm_0, x = var_2039_cast_fp16)[name = tensor("transpose_255")]; tensor reshape_64_cast_fp16 = reshape(shape = concat_215, x = transpose_43_cast_fp16)[name = tensor("reshape_64_cast_fp16")]; tensor matmul_21_transpose_x_0 = const()[name = tensor("matmul_21_transpose_x_0"), val = tensor(false)]; tensor matmul_21_transpose_y_0 = const()[name = tensor("matmul_21_transpose_y_0"), val = tensor(false)]; tensor matmul_21_cast_fp16 = matmul(transpose_x = matmul_21_transpose_x_0, transpose_y = matmul_21_transpose_y_0, x = reshape_63_cast_fp16, y = reshape_64_cast_fp16)[name = tensor("matmul_21_cast_fp16")]; tensor concat_219 = const()[name = tensor("concat_219"), val = tensor([1, 1, 256, 384])]; tensor reshape_65_cast_fp16 = reshape(shape = concat_219, x = matmul_21_cast_fp16)[name = tensor("reshape_65_cast_fp16")]; tensor v_11_perm_0 = const()[name = tensor("v_11_perm_0"), val = tensor([0, 3, 1, 2])]; tensor v_11_cast_fp16 = transpose(perm = v_11_perm_0, x = reshape_65_cast_fp16)[name = tensor("transpose_254")]; tensor input_179_cast_fp16 = mul(x = v_11_cast_fp16, y = y_11_cast_fp16)[name = tensor("input_179_cast_fp16")]; tensor var_2051_pad_type_0 = const()[name = tensor("op_2051_pad_type_0"), val = tensor("valid")]; tensor var_2051_strides_0 = const()[name = tensor("op_2051_strides_0"), val = tensor([1, 1])]; tensor var_2051_pad_0 = const()[name = tensor("op_2051_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2051_dilations_0 = const()[name = tensor("op_2051_dilations_0"), val = tensor([1, 1])]; tensor var_2051_groups_0 = const()[name = tensor("op_2051_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_1_nonlin_attention_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_nonlin_attention_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(167393216)))]; tensor core_stacks_2_stack_layers_1_nonlin_attention_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_nonlin_attention_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(167786496)))]; tensor var_2051_cast_fp16 = conv(bias = core_stacks_2_stack_layers_1_nonlin_attention_out_proj_bias_to_fp16, dilations = var_2051_dilations_0, groups = var_2051_groups_0, pad = var_2051_pad_0, pad_type = var_2051_pad_type_0, strides = var_2051_strides_0, weight = core_stacks_2_stack_layers_1_nonlin_attention_out_proj_weight_to_fp16, x = input_179_cast_fp16)[name = tensor("op_2051_cast_fp16")]; tensor x_241_cast_fp16 = add(x = input_177_cast_fp16, y = var_2051_cast_fp16)[name = tensor("x_241_cast_fp16")]; tensor var_2062_pad_type_0 = const()[name = tensor("op_2062_pad_type_0"), val = tensor("valid")]; tensor var_2062_strides_0 = const()[name = tensor("op_2062_strides_0"), val = tensor([1, 1])]; tensor var_2062_pad_0 = const()[name = tensor("op_2062_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2062_dilations_0 = const()[name = tensor("op_2062_dilations_0"), val = tensor([1, 1])]; tensor var_2062_groups_0 = const()[name = tensor("op_2062_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_1_self_attn1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_self_attn1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(167787584)))]; tensor core_stacks_2_stack_layers_1_self_attn1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_self_attn1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(167836800)))]; tensor var_2062_cast_fp16 = conv(bias = core_stacks_2_stack_layers_1_self_attn1_in_proj_bias_to_fp16, dilations = var_2062_dilations_0, groups = var_2062_groups_0, pad = var_2062_pad_0, pad_type = var_2062_pad_type_0, strides = var_2062_strides_0, weight = core_stacks_2_stack_layers_1_self_attn1_in_proj_weight_to_fp16, x = x_241_cast_fp16)[name = tensor("op_2062_cast_fp16")]; tensor var_2063 = const()[name = tensor("op_2063"), val = tensor([4, 12, 1, 256])]; tensor var_2064_cast_fp16 = reshape(shape = var_2063, x = var_2062_cast_fp16)[name = tensor("op_2064_cast_fp16")]; tensor transpose_44_perm_0 = const()[name = tensor("transpose_44_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_224 = const()[name = tensor("concat_224"), val = tensor([4, 256, 256])]; tensor transpose_44_cast_fp16 = transpose(perm = transpose_44_perm_0, x = attn_weights_11_cast_fp16)[name = tensor("transpose_253")]; tensor reshape_66_cast_fp16 = reshape(shape = concat_224, x = transpose_44_cast_fp16)[name = tensor("reshape_66_cast_fp16")]; tensor transpose_45_perm_0 = const()[name = tensor("transpose_45_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_225 = const()[name = tensor("concat_225"), val = tensor([4, 256, 12])]; tensor transpose_45_cast_fp16 = transpose(perm = transpose_45_perm_0, x = var_2064_cast_fp16)[name = tensor("transpose_252")]; tensor reshape_67_cast_fp16 = reshape(shape = concat_225, x = transpose_45_cast_fp16)[name = tensor("reshape_67_cast_fp16")]; tensor matmul_22_transpose_x_0 = const()[name = tensor("matmul_22_transpose_x_0"), val = tensor(false)]; tensor matmul_22_transpose_y_0 = const()[name = tensor("matmul_22_transpose_y_0"), val = tensor(false)]; tensor matmul_22_cast_fp16 = matmul(transpose_x = matmul_22_transpose_x_0, transpose_y = matmul_22_transpose_y_0, x = reshape_66_cast_fp16, y = reshape_67_cast_fp16)[name = tensor("matmul_22_cast_fp16")]; tensor concat_229 = const()[name = tensor("concat_229"), val = tensor([4, 1, 256, 12])]; tensor reshape_68_cast_fp16 = reshape(shape = concat_229, x = matmul_22_cast_fp16)[name = tensor("reshape_68_cast_fp16")]; tensor out_21_perm_0 = const()[name = tensor("out_21_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_2067 = const()[name = tensor("op_2067"), val = tensor([1, 48, 1, 256])]; tensor out_21_cast_fp16 = transpose(perm = out_21_perm_0, x = reshape_68_cast_fp16)[name = tensor("transpose_251")]; tensor input_181_cast_fp16 = reshape(shape = var_2067, x = out_21_cast_fp16)[name = tensor("input_181_cast_fp16")]; tensor var_2075_pad_type_0 = const()[name = tensor("op_2075_pad_type_0"), val = tensor("valid")]; tensor var_2075_strides_0 = const()[name = tensor("op_2075_strides_0"), val = tensor([1, 1])]; tensor var_2075_pad_0 = const()[name = tensor("op_2075_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2075_dilations_0 = const()[name = tensor("op_2075_dilations_0"), val = tensor([1, 1])]; tensor var_2075_groups_0 = const()[name = tensor("op_2075_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_1_self_attn1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_self_attn1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(167836992)))]; tensor core_stacks_2_stack_layers_1_self_attn1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_self_attn1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(167886208)))]; tensor var_2075_cast_fp16 = conv(bias = core_stacks_2_stack_layers_1_self_attn1_out_proj_bias_to_fp16, dilations = var_2075_dilations_0, groups = var_2075_groups_0, pad = var_2075_pad_0, pad_type = var_2075_pad_type_0, strides = var_2075_strides_0, weight = core_stacks_2_stack_layers_1_self_attn1_out_proj_weight_to_fp16, x = input_181_cast_fp16)[name = tensor("op_2075_cast_fp16")]; tensor x_243_cast_fp16 = add(x = x_241_cast_fp16, y = var_2075_cast_fp16)[name = tensor("x_243_cast_fp16")]; tensor x_245_cast_fp16 = add(x = x_243_cast_fp16, y = time_emb_5_cast_fp16)[name = tensor("x_245_cast_fp16")]; tensor x_247_pad_type_0 = const()[name = tensor("x_247_pad_type_0"), val = tensor("valid")]; tensor x_247_strides_0 = const()[name = tensor("x_247_strides_0"), val = tensor([1, 1])]; tensor x_247_pad_0 = const()[name = tensor("x_247_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_247_dilations_0 = const()[name = tensor("x_247_dilations_0"), val = tensor([1, 1])]; tensor x_247_groups_0 = const()[name = tensor("x_247_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_1_conv_module1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_conv_module1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(167887296)))]; tensor core_stacks_2_stack_layers_1_conv_module1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_conv_module1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(168935936)))]; tensor x_247_cast_fp16 = conv(bias = core_stacks_2_stack_layers_1_conv_module1_in_proj_bias_to_fp16, dilations = x_247_dilations_0, groups = x_247_groups_0, pad = x_247_pad_0, pad_type = x_247_pad_type_0, strides = x_247_strides_0, weight = core_stacks_2_stack_layers_1_conv_module1_in_proj_weight_to_fp16, x = x_245_cast_fp16)[name = tensor("x_247_cast_fp16")]; tensor var_2089_begin_0 = const()[name = tensor("op_2089_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_2089_end_0 = const()[name = tensor("op_2089_end_0"), val = tensor([1, 512, 1, 256])]; tensor var_2089_end_mask_0 = const()[name = tensor("op_2089_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_2089_cast_fp16 = slice_by_index(begin = var_2089_begin_0, end = var_2089_end_0, end_mask = var_2089_end_mask_0, x = x_247_cast_fp16)[name = tensor("op_2089_cast_fp16")]; tensor var_2091_begin_0 = const()[name = tensor("op_2091_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_2091_end_0 = const()[name = tensor("op_2091_end_0"), val = tensor([1, 1024, 1, 256])]; tensor var_2091_end_mask_0 = const()[name = tensor("op_2091_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_2091_cast_fp16 = slice_by_index(begin = var_2091_begin_0, end = var_2091_end_0, end_mask = var_2091_end_mask_0, x = x_247_cast_fp16)[name = tensor("op_2091_cast_fp16")]; tensor var_2092_cast_fp16 = sigmoid(x = var_2091_cast_fp16)[name = tensor("op_2092_cast_fp16")]; tensor x_249_cast_fp16 = mul(x = var_2089_cast_fp16, y = var_2092_cast_fp16)[name = tensor("x_249_cast_fp16")]; tensor input_183_cast_fp16 = mul(x = x_249_cast_fp16, y = conv_keep_cast_fp16)[name = tensor("input_183_cast_fp16")]; tensor x_251_pad_type_0 = const()[name = tensor("x_251_pad_type_0"), val = tensor("custom")]; tensor x_251_pad_0 = const()[name = tensor("x_251_pad_0"), val = tensor([0, 0, 3, 3])]; tensor x_251_groups_0 = const()[name = tensor("x_251_groups_0"), val = tensor(512)]; tensor x_251_strides_0 = const()[name = tensor("x_251_strides_0"), val = tensor([1, 1])]; tensor x_251_dilations_0 = const()[name = tensor("x_251_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_2_stack_layers_1_conv_module1_dw_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_conv_module1_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(168938048)))]; tensor core_stacks_2_stack_layers_1_conv_module1_dw_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_conv_module1_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(168945280)))]; tensor x_251_cast_fp16 = conv(bias = core_stacks_2_stack_layers_1_conv_module1_dw_bias_to_fp16, dilations = x_251_dilations_0, groups = x_251_groups_0, pad = x_251_pad_0, pad_type = x_251_pad_type_0, strides = x_251_strides_0, weight = core_stacks_2_stack_layers_1_conv_module1_dw_weight_to_fp16, x = input_183_cast_fp16)[name = tensor("x_251_cast_fp16")]; tensor var_2102_to_fp16 = const()[name = tensor("op_2102_to_fp16"), val = tensor(0x1p+0)]; tensor x_253_cast_fp16 = sub(x = x_251_cast_fp16, y = var_2102_to_fp16)[name = tensor("x_253_cast_fp16")]; tensor var_2104_cast_fp16 = relu(x = x_253_cast_fp16)[name = tensor("op_2104_cast_fp16")]; tensor var_2105_cast_fp16 = abs(x = x_253_cast_fp16)[name = tensor("op_2105_cast_fp16")]; tensor const_45_promoted_to_fp16 = const()[name = tensor("const_45_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_2106_cast_fp16 = mul(x = var_2105_cast_fp16, y = const_45_promoted_to_fp16)[name = tensor("op_2106_cast_fp16")]; tensor var_2107_cast_fp16 = exp(x = var_2106_cast_fp16)[name = tensor("op_2107_cast_fp16")]; tensor var_2108_epsilon_0 = const()[name = tensor("op_2108_epsilon_0"), val = tensor(0x1p+0)]; tensor var_2108_cast_fp16 = log(epsilon = var_2108_epsilon_0, x = var_2107_cast_fp16)[name = tensor("op_2108_cast_fp16")]; tensor var_2109_cast_fp16 = add(x = var_2104_cast_fp16, y = var_2108_cast_fp16)[name = tensor("op_2109_cast_fp16")]; tensor var_2110_to_fp16 = const()[name = tensor("op_2110_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_2111_cast_fp16 = mul(x = x_251_cast_fp16, y = var_2110_to_fp16)[name = tensor("op_2111_cast_fp16")]; tensor var_2112_cast_fp16 = sub(x = var_2109_cast_fp16, y = var_2111_cast_fp16)[name = tensor("op_2112_cast_fp16")]; tensor var_2113_to_fp16 = const()[name = tensor("op_2113_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_185_cast_fp16 = sub(x = var_2112_cast_fp16, y = var_2113_to_fp16)[name = tensor("input_185_cast_fp16")]; tensor var_2121_pad_type_0 = const()[name = tensor("op_2121_pad_type_0"), val = tensor("valid")]; tensor var_2121_strides_0 = const()[name = tensor("op_2121_strides_0"), val = tensor([1, 1])]; tensor var_2121_pad_0 = const()[name = tensor("op_2121_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2121_dilations_0 = const()[name = tensor("op_2121_dilations_0"), val = tensor([1, 1])]; tensor var_2121_groups_0 = const()[name = tensor("op_2121_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_1_conv_module1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_conv_module1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(168946368)))]; tensor core_stacks_2_stack_layers_1_conv_module1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_conv_module1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(169470720)))]; tensor var_2121_cast_fp16 = conv(bias = core_stacks_2_stack_layers_1_conv_module1_out_proj_bias_to_fp16, dilations = var_2121_dilations_0, groups = var_2121_groups_0, pad = var_2121_pad_0, pad_type = var_2121_pad_type_0, strides = var_2121_strides_0, weight = core_stacks_2_stack_layers_1_conv_module1_out_proj_weight_to_fp16, x = input_185_cast_fp16)[name = tensor("op_2121_cast_fp16")]; tensor input_187_cast_fp16 = add(x = x_245_cast_fp16, y = var_2121_cast_fp16)[name = tensor("input_187_cast_fp16")]; tensor x_255_pad_type_0 = const()[name = tensor("x_255_pad_type_0"), val = tensor("valid")]; tensor x_255_strides_0 = const()[name = tensor("x_255_strides_0"), val = tensor([1, 1])]; tensor x_255_pad_0 = const()[name = tensor("x_255_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_255_dilations_0 = const()[name = tensor("x_255_dilations_0"), val = tensor([1, 1])]; tensor x_255_groups_0 = const()[name = tensor("x_255_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_1_feed_forward2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_feed_forward2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(169471808)))]; tensor core_stacks_2_stack_layers_1_feed_forward2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_feed_forward2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(171044736)))]; tensor x_255_cast_fp16 = conv(bias = core_stacks_2_stack_layers_1_feed_forward2_in_proj_bias_to_fp16, dilations = x_255_dilations_0, groups = x_255_groups_0, pad = x_255_pad_0, pad_type = x_255_pad_type_0, strides = x_255_strides_0, weight = core_stacks_2_stack_layers_1_feed_forward2_in_proj_weight_to_fp16, x = input_187_cast_fp16)[name = tensor("x_255_cast_fp16")]; tensor var_2132_to_fp16 = const()[name = tensor("op_2132_to_fp16"), val = tensor(0x1p+2)]; tensor x_257_cast_fp16 = sub(x = x_255_cast_fp16, y = var_2132_to_fp16)[name = tensor("x_257_cast_fp16")]; tensor var_2134_cast_fp16 = relu(x = x_257_cast_fp16)[name = tensor("op_2134_cast_fp16")]; tensor var_2135_cast_fp16 = abs(x = x_257_cast_fp16)[name = tensor("op_2135_cast_fp16")]; tensor const_46_promoted_to_fp16 = const()[name = tensor("const_46_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_2136_cast_fp16 = mul(x = var_2135_cast_fp16, y = const_46_promoted_to_fp16)[name = tensor("op_2136_cast_fp16")]; tensor var_2137_cast_fp16 = exp(x = var_2136_cast_fp16)[name = tensor("op_2137_cast_fp16")]; tensor var_2138_epsilon_0 = const()[name = tensor("op_2138_epsilon_0"), val = tensor(0x1p+0)]; tensor var_2138_cast_fp16 = log(epsilon = var_2138_epsilon_0, x = var_2137_cast_fp16)[name = tensor("op_2138_cast_fp16")]; tensor var_2139_cast_fp16 = add(x = var_2134_cast_fp16, y = var_2138_cast_fp16)[name = tensor("op_2139_cast_fp16")]; tensor var_2140_to_fp16 = const()[name = tensor("op_2140_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_2141_cast_fp16 = mul(x = x_255_cast_fp16, y = var_2140_to_fp16)[name = tensor("op_2141_cast_fp16")]; tensor var_2142_cast_fp16 = sub(x = var_2139_cast_fp16, y = var_2141_cast_fp16)[name = tensor("op_2142_cast_fp16")]; tensor var_2143_to_fp16 = const()[name = tensor("op_2143_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_189_cast_fp16 = sub(x = var_2142_cast_fp16, y = var_2143_to_fp16)[name = tensor("input_189_cast_fp16")]; tensor var_2151_pad_type_0 = const()[name = tensor("op_2151_pad_type_0"), val = tensor("valid")]; tensor var_2151_strides_0 = const()[name = tensor("op_2151_strides_0"), val = tensor([1, 1])]; tensor var_2151_pad_0 = const()[name = tensor("op_2151_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2151_dilations_0 = const()[name = tensor("op_2151_dilations_0"), val = tensor([1, 1])]; tensor var_2151_groups_0 = const()[name = tensor("op_2151_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_1_feed_forward2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_feed_forward2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(171047872)))]; tensor core_stacks_2_stack_layers_1_feed_forward2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_feed_forward2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(172620800)))]; tensor var_2151_cast_fp16 = conv(bias = core_stacks_2_stack_layers_1_feed_forward2_out_proj_bias_to_fp16, dilations = var_2151_dilations_0, groups = var_2151_groups_0, pad = var_2151_pad_0, pad_type = var_2151_pad_type_0, strides = var_2151_strides_0, weight = core_stacks_2_stack_layers_1_feed_forward2_out_proj_weight_to_fp16, x = input_189_cast_fp16)[name = tensor("op_2151_cast_fp16")]; tensor src_23_cast_fp16 = add(x = input_187_cast_fp16, y = var_2151_cast_fp16)[name = tensor("src_23_cast_fp16")]; tensor var_2154_cast_fp16 = sub(x = src_23_cast_fp16, y = input_171_cast_fp16)[name = tensor("op_2154_cast_fp16")]; tensor core_stacks_2_stack_layers_1_bypass_mid_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_bypass_mid_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(172621888)))]; tensor var_2155_cast_fp16 = mul(x = var_2154_cast_fp16, y = core_stacks_2_stack_layers_1_bypass_mid_bypass_scale_to_fp16)[name = tensor("op_2155_cast_fp16")]; tensor x_259_cast_fp16 = add(x = input_171_cast_fp16, y = var_2155_cast_fp16)[name = tensor("x_259_cast_fp16")]; tensor var_2166_pad_type_0 = const()[name = tensor("op_2166_pad_type_0"), val = tensor("valid")]; tensor var_2166_strides_0 = const()[name = tensor("op_2166_strides_0"), val = tensor([1, 1])]; tensor var_2166_pad_0 = const()[name = tensor("op_2166_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2166_dilations_0 = const()[name = tensor("op_2166_dilations_0"), val = tensor([1, 1])]; tensor var_2166_groups_0 = const()[name = tensor("op_2166_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_1_self_attn2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_self_attn2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(172622976)))]; tensor core_stacks_2_stack_layers_1_self_attn2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_self_attn2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(172672192)))]; tensor var_2166_cast_fp16 = conv(bias = core_stacks_2_stack_layers_1_self_attn2_in_proj_bias_to_fp16, dilations = var_2166_dilations_0, groups = var_2166_groups_0, pad = var_2166_pad_0, pad_type = var_2166_pad_type_0, strides = var_2166_strides_0, weight = core_stacks_2_stack_layers_1_self_attn2_in_proj_weight_to_fp16, x = x_259_cast_fp16)[name = tensor("op_2166_cast_fp16")]; tensor var_2167 = const()[name = tensor("op_2167"), val = tensor([4, 12, 1, 256])]; tensor var_2168_cast_fp16 = reshape(shape = var_2167, x = var_2166_cast_fp16)[name = tensor("op_2168_cast_fp16")]; tensor transpose_47_perm_0 = const()[name = tensor("transpose_47_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_235 = const()[name = tensor("concat_235"), val = tensor([4, 256, 12])]; tensor transpose_47_cast_fp16 = transpose(perm = transpose_47_perm_0, x = var_2168_cast_fp16)[name = tensor("transpose_250")]; tensor reshape_70_cast_fp16 = reshape(shape = concat_235, x = transpose_47_cast_fp16)[name = tensor("reshape_70_cast_fp16")]; tensor matmul_23_transpose_x_0 = const()[name = tensor("matmul_23_transpose_x_0"), val = tensor(false)]; tensor matmul_23_transpose_y_0 = const()[name = tensor("matmul_23_transpose_y_0"), val = tensor(false)]; tensor matmul_23_cast_fp16 = matmul(transpose_x = matmul_23_transpose_x_0, transpose_y = matmul_23_transpose_y_0, x = reshape_66_cast_fp16, y = reshape_70_cast_fp16)[name = tensor("matmul_23_cast_fp16")]; tensor concat_239 = const()[name = tensor("concat_239"), val = tensor([4, 1, 256, 12])]; tensor reshape_71_cast_fp16 = reshape(shape = concat_239, x = matmul_23_cast_fp16)[name = tensor("reshape_71_cast_fp16")]; tensor out_23_perm_0 = const()[name = tensor("out_23_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_2171 = const()[name = tensor("op_2171"), val = tensor([1, 48, 1, 256])]; tensor out_23_cast_fp16 = transpose(perm = out_23_perm_0, x = reshape_71_cast_fp16)[name = tensor("transpose_249")]; tensor input_191_cast_fp16 = reshape(shape = var_2171, x = out_23_cast_fp16)[name = tensor("input_191_cast_fp16")]; tensor var_2179_pad_type_0 = const()[name = tensor("op_2179_pad_type_0"), val = tensor("valid")]; tensor var_2179_strides_0 = const()[name = tensor("op_2179_strides_0"), val = tensor([1, 1])]; tensor var_2179_pad_0 = const()[name = tensor("op_2179_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2179_dilations_0 = const()[name = tensor("op_2179_dilations_0"), val = tensor([1, 1])]; tensor var_2179_groups_0 = const()[name = tensor("op_2179_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_1_self_attn2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_self_attn2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(172672384)))]; tensor core_stacks_2_stack_layers_1_self_attn2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_self_attn2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(172721600)))]; tensor var_2179_cast_fp16 = conv(bias = core_stacks_2_stack_layers_1_self_attn2_out_proj_bias_to_fp16, dilations = var_2179_dilations_0, groups = var_2179_groups_0, pad = var_2179_pad_0, pad_type = var_2179_pad_type_0, strides = var_2179_strides_0, weight = core_stacks_2_stack_layers_1_self_attn2_out_proj_weight_to_fp16, x = input_191_cast_fp16)[name = tensor("op_2179_cast_fp16")]; tensor x_261_cast_fp16 = add(x = x_259_cast_fp16, y = var_2179_cast_fp16)[name = tensor("x_261_cast_fp16")]; tensor x_263_cast_fp16 = add(x = x_261_cast_fp16, y = time_emb_5_cast_fp16)[name = tensor("x_263_cast_fp16")]; tensor x_265_pad_type_0 = const()[name = tensor("x_265_pad_type_0"), val = tensor("valid")]; tensor x_265_strides_0 = const()[name = tensor("x_265_strides_0"), val = tensor([1, 1])]; tensor x_265_pad_0 = const()[name = tensor("x_265_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_265_dilations_0 = const()[name = tensor("x_265_dilations_0"), val = tensor([1, 1])]; tensor x_265_groups_0 = const()[name = tensor("x_265_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_1_conv_module2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_conv_module2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(172722688)))]; tensor core_stacks_2_stack_layers_1_conv_module2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_conv_module2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(173771328)))]; tensor x_265_cast_fp16 = conv(bias = core_stacks_2_stack_layers_1_conv_module2_in_proj_bias_to_fp16, dilations = x_265_dilations_0, groups = x_265_groups_0, pad = x_265_pad_0, pad_type = x_265_pad_type_0, strides = x_265_strides_0, weight = core_stacks_2_stack_layers_1_conv_module2_in_proj_weight_to_fp16, x = x_263_cast_fp16)[name = tensor("x_265_cast_fp16")]; tensor var_2193_begin_0 = const()[name = tensor("op_2193_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_2193_end_0 = const()[name = tensor("op_2193_end_0"), val = tensor([1, 512, 1, 256])]; tensor var_2193_end_mask_0 = const()[name = tensor("op_2193_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_2193_cast_fp16 = slice_by_index(begin = var_2193_begin_0, end = var_2193_end_0, end_mask = var_2193_end_mask_0, x = x_265_cast_fp16)[name = tensor("op_2193_cast_fp16")]; tensor var_2195_begin_0 = const()[name = tensor("op_2195_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_2195_end_0 = const()[name = tensor("op_2195_end_0"), val = tensor([1, 1024, 1, 256])]; tensor var_2195_end_mask_0 = const()[name = tensor("op_2195_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_2195_cast_fp16 = slice_by_index(begin = var_2195_begin_0, end = var_2195_end_0, end_mask = var_2195_end_mask_0, x = x_265_cast_fp16)[name = tensor("op_2195_cast_fp16")]; tensor var_2196_cast_fp16 = sigmoid(x = var_2195_cast_fp16)[name = tensor("op_2196_cast_fp16")]; tensor x_267_cast_fp16 = mul(x = var_2193_cast_fp16, y = var_2196_cast_fp16)[name = tensor("x_267_cast_fp16")]; tensor input_193_cast_fp16 = mul(x = x_267_cast_fp16, y = conv_keep_cast_fp16)[name = tensor("input_193_cast_fp16")]; tensor x_269_pad_type_0 = const()[name = tensor("x_269_pad_type_0"), val = tensor("custom")]; tensor x_269_pad_0 = const()[name = tensor("x_269_pad_0"), val = tensor([0, 0, 3, 3])]; tensor x_269_groups_0 = const()[name = tensor("x_269_groups_0"), val = tensor(512)]; tensor x_269_strides_0 = const()[name = tensor("x_269_strides_0"), val = tensor([1, 1])]; tensor x_269_dilations_0 = const()[name = tensor("x_269_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_2_stack_layers_1_conv_module2_dw_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_conv_module2_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(173773440)))]; tensor core_stacks_2_stack_layers_1_conv_module2_dw_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_conv_module2_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(173780672)))]; tensor x_269_cast_fp16 = conv(bias = core_stacks_2_stack_layers_1_conv_module2_dw_bias_to_fp16, dilations = x_269_dilations_0, groups = x_269_groups_0, pad = x_269_pad_0, pad_type = x_269_pad_type_0, strides = x_269_strides_0, weight = core_stacks_2_stack_layers_1_conv_module2_dw_weight_to_fp16, x = input_193_cast_fp16)[name = tensor("x_269_cast_fp16")]; tensor var_2206_to_fp16 = const()[name = tensor("op_2206_to_fp16"), val = tensor(0x1p+0)]; tensor x_271_cast_fp16 = sub(x = x_269_cast_fp16, y = var_2206_to_fp16)[name = tensor("x_271_cast_fp16")]; tensor var_2208_cast_fp16 = relu(x = x_271_cast_fp16)[name = tensor("op_2208_cast_fp16")]; tensor var_2209_cast_fp16 = abs(x = x_271_cast_fp16)[name = tensor("op_2209_cast_fp16")]; tensor const_48_promoted_to_fp16 = const()[name = tensor("const_48_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_2210_cast_fp16 = mul(x = var_2209_cast_fp16, y = const_48_promoted_to_fp16)[name = tensor("op_2210_cast_fp16")]; tensor var_2211_cast_fp16 = exp(x = var_2210_cast_fp16)[name = tensor("op_2211_cast_fp16")]; tensor var_2212_epsilon_0 = const()[name = tensor("op_2212_epsilon_0"), val = tensor(0x1p+0)]; tensor var_2212_cast_fp16 = log(epsilon = var_2212_epsilon_0, x = var_2211_cast_fp16)[name = tensor("op_2212_cast_fp16")]; tensor var_2213_cast_fp16 = add(x = var_2208_cast_fp16, y = var_2212_cast_fp16)[name = tensor("op_2213_cast_fp16")]; tensor var_2214_to_fp16 = const()[name = tensor("op_2214_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_2215_cast_fp16 = mul(x = x_269_cast_fp16, y = var_2214_to_fp16)[name = tensor("op_2215_cast_fp16")]; tensor var_2216_cast_fp16 = sub(x = var_2213_cast_fp16, y = var_2215_cast_fp16)[name = tensor("op_2216_cast_fp16")]; tensor var_2217_to_fp16 = const()[name = tensor("op_2217_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_195_cast_fp16 = sub(x = var_2216_cast_fp16, y = var_2217_to_fp16)[name = tensor("input_195_cast_fp16")]; tensor var_2225_pad_type_0 = const()[name = tensor("op_2225_pad_type_0"), val = tensor("valid")]; tensor var_2225_strides_0 = const()[name = tensor("op_2225_strides_0"), val = tensor([1, 1])]; tensor var_2225_pad_0 = const()[name = tensor("op_2225_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2225_dilations_0 = const()[name = tensor("op_2225_dilations_0"), val = tensor([1, 1])]; tensor var_2225_groups_0 = const()[name = tensor("op_2225_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_1_conv_module2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_conv_module2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(173781760)))]; tensor core_stacks_2_stack_layers_1_conv_module2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_conv_module2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(174306112)))]; tensor var_2225_cast_fp16 = conv(bias = core_stacks_2_stack_layers_1_conv_module2_out_proj_bias_to_fp16, dilations = var_2225_dilations_0, groups = var_2225_groups_0, pad = var_2225_pad_0, pad_type = var_2225_pad_type_0, strides = var_2225_strides_0, weight = core_stacks_2_stack_layers_1_conv_module2_out_proj_weight_to_fp16, x = input_195_cast_fp16)[name = tensor("op_2225_cast_fp16")]; tensor input_197_cast_fp16 = add(x = x_263_cast_fp16, y = var_2225_cast_fp16)[name = tensor("input_197_cast_fp16")]; tensor x_273_pad_type_0 = const()[name = tensor("x_273_pad_type_0"), val = tensor("valid")]; tensor x_273_strides_0 = const()[name = tensor("x_273_strides_0"), val = tensor([1, 1])]; tensor x_273_pad_0 = const()[name = tensor("x_273_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_273_dilations_0 = const()[name = tensor("x_273_dilations_0"), val = tensor([1, 1])]; tensor x_273_groups_0 = const()[name = tensor("x_273_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_1_feed_forward3_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_feed_forward3_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(174307200)))]; tensor core_stacks_2_stack_layers_1_feed_forward3_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_feed_forward3_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(176273344)))]; tensor x_273_cast_fp16 = conv(bias = core_stacks_2_stack_layers_1_feed_forward3_in_proj_bias_to_fp16, dilations = x_273_dilations_0, groups = x_273_groups_0, pad = x_273_pad_0, pad_type = x_273_pad_type_0, strides = x_273_strides_0, weight = core_stacks_2_stack_layers_1_feed_forward3_in_proj_weight_to_fp16, x = input_197_cast_fp16)[name = tensor("x_273_cast_fp16")]; tensor var_2236_to_fp16 = const()[name = tensor("op_2236_to_fp16"), val = tensor(0x1p+2)]; tensor x_275_cast_fp16 = sub(x = x_273_cast_fp16, y = var_2236_to_fp16)[name = tensor("x_275_cast_fp16")]; tensor var_2238_cast_fp16 = relu(x = x_275_cast_fp16)[name = tensor("op_2238_cast_fp16")]; tensor var_2239_cast_fp16 = abs(x = x_275_cast_fp16)[name = tensor("op_2239_cast_fp16")]; tensor const_49_promoted_to_fp16 = const()[name = tensor("const_49_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_2240_cast_fp16 = mul(x = var_2239_cast_fp16, y = const_49_promoted_to_fp16)[name = tensor("op_2240_cast_fp16")]; tensor var_2241_cast_fp16 = exp(x = var_2240_cast_fp16)[name = tensor("op_2241_cast_fp16")]; tensor var_2242_epsilon_0 = const()[name = tensor("op_2242_epsilon_0"), val = tensor(0x1p+0)]; tensor var_2242_cast_fp16 = log(epsilon = var_2242_epsilon_0, x = var_2241_cast_fp16)[name = tensor("op_2242_cast_fp16")]; tensor var_2243_cast_fp16 = add(x = var_2238_cast_fp16, y = var_2242_cast_fp16)[name = tensor("op_2243_cast_fp16")]; tensor var_2244_to_fp16 = const()[name = tensor("op_2244_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_2245_cast_fp16 = mul(x = x_273_cast_fp16, y = var_2244_to_fp16)[name = tensor("op_2245_cast_fp16")]; tensor var_2246_cast_fp16 = sub(x = var_2243_cast_fp16, y = var_2245_cast_fp16)[name = tensor("op_2246_cast_fp16")]; tensor var_2247_to_fp16 = const()[name = tensor("op_2247_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_199_cast_fp16 = sub(x = var_2246_cast_fp16, y = var_2247_to_fp16)[name = tensor("input_199_cast_fp16")]; tensor var_2255_pad_type_0 = const()[name = tensor("op_2255_pad_type_0"), val = tensor("valid")]; tensor var_2255_strides_0 = const()[name = tensor("op_2255_strides_0"), val = tensor([1, 1])]; tensor var_2255_pad_0 = const()[name = tensor("op_2255_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2255_dilations_0 = const()[name = tensor("op_2255_dilations_0"), val = tensor([1, 1])]; tensor var_2255_groups_0 = const()[name = tensor("op_2255_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_1_feed_forward3_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_feed_forward3_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(176277248)))]; tensor core_stacks_2_stack_layers_1_feed_forward3_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_feed_forward3_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(178243392)))]; tensor var_2255_cast_fp16 = conv(bias = core_stacks_2_stack_layers_1_feed_forward3_out_proj_bias_to_fp16, dilations = var_2255_dilations_0, groups = var_2255_groups_0, pad = var_2255_pad_0, pad_type = var_2255_pad_type_0, strides = var_2255_strides_0, weight = core_stacks_2_stack_layers_1_feed_forward3_out_proj_weight_to_fp16, x = input_199_cast_fp16)[name = tensor("op_2255_cast_fp16")]; tensor x_277_cast_fp16 = add(x = input_197_cast_fp16, y = var_2255_cast_fp16)[name = tensor("x_277_cast_fp16")]; tensor core_stacks_2_stack_layers_1_norm_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(178244480)))]; tensor d_11_cast_fp16 = sub(x = x_277_cast_fp16, y = core_stacks_2_stack_layers_1_norm_bias_to_fp16)[name = tensor("d_11_cast_fp16")]; tensor var_2260_cast_fp16 = mul(x = d_11_cast_fp16, y = d_11_cast_fp16)[name = tensor("op_2260_cast_fp16")]; tensor var_2262_axes_0 = const()[name = tensor("op_2262_axes_0"), val = tensor([1])]; tensor var_2262_keep_dims_0 = const()[name = tensor("op_2262_keep_dims_0"), val = tensor(true)]; tensor var_2262_cast_fp16 = reduce_mean(axes = var_2262_axes_0, keep_dims = var_2262_keep_dims_0, x = var_2260_cast_fp16)[name = tensor("op_2262_cast_fp16")]; tensor scales_11_epsilon_0 = const()[name = tensor("scales_11_epsilon_0"), val = tensor(0x1.197998p-40)]; tensor scales_11_cast_fp16 = rsqrt(epsilon = scales_11_epsilon_0, x = var_2262_cast_fp16)[name = tensor("scales_11_cast_fp16")]; tensor var_2264_cast_fp16 = mul(x = x_277_cast_fp16, y = scales_11_cast_fp16)[name = tensor("op_2264_cast_fp16")]; tensor core_stacks_2_stack_layers_1_norm_scale_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_norm_scale_to_fp16"), val = tensor(0x1.024p-2)]; tensor src_25_cast_fp16 = mul(x = var_2264_cast_fp16, y = core_stacks_2_stack_layers_1_norm_scale_to_fp16)[name = tensor("src_25_cast_fp16")]; tensor var_2267_cast_fp16 = sub(x = src_25_cast_fp16, y = input_171_cast_fp16)[name = tensor("op_2267_cast_fp16")]; tensor core_stacks_2_stack_layers_1_bypass_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_1_bypass_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(178245568)))]; tensor var_2268_cast_fp16 = mul(x = var_2267_cast_fp16, y = core_stacks_2_stack_layers_1_bypass_bypass_scale_to_fp16)[name = tensor("op_2268_cast_fp16")]; tensor input_201_cast_fp16 = add(x = input_171_cast_fp16, y = var_2268_cast_fp16)[name = tensor("input_201_cast_fp16")]; tensor proj_13_pad_type_0 = const()[name = tensor("proj_13_pad_type_0"), val = tensor("valid")]; tensor proj_13_strides_0 = const()[name = tensor("proj_13_strides_0"), val = tensor([1, 1])]; tensor proj_13_pad_0 = const()[name = tensor("proj_13_pad_0"), val = tensor([0, 0, 0, 0])]; tensor proj_13_dilations_0 = const()[name = tensor("proj_13_dilations_0"), val = tensor([1, 1])]; tensor proj_13_groups_0 = const()[name = tensor("proj_13_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_2_self_attn_weights_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_self_attn_weights_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(178246656)))]; tensor core_stacks_2_stack_layers_2_self_attn_weights_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_self_attn_weights_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(178639936)))]; tensor proj_13_cast_fp16 = conv(bias = core_stacks_2_stack_layers_2_self_attn_weights_in_proj_bias_to_fp16, dilations = proj_13_dilations_0, groups = proj_13_groups_0, pad = proj_13_pad_0, pad_type = proj_13_pad_type_0, strides = proj_13_strides_0, weight = core_stacks_2_stack_layers_2_self_attn_weights_in_proj_weight_to_fp16, x = input_201_cast_fp16)[name = tensor("proj_13_cast_fp16")]; tensor var_2291_begin_0 = const()[name = tensor("op_2291_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_2291_end_0 = const()[name = tensor("op_2291_end_0"), val = tensor([1, 128, 1, 256])]; tensor var_2291_end_mask_0 = const()[name = tensor("op_2291_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_2291_cast_fp16 = slice_by_index(begin = var_2291_begin_0, end = var_2291_end_0, end_mask = var_2291_end_mask_0, x = proj_13_cast_fp16)[name = tensor("op_2291_cast_fp16")]; tensor var_2292 = const()[name = tensor("op_2292"), val = tensor([4, 32, 1, 256])]; tensor var_2293_cast_fp16 = reshape(shape = var_2292, x = var_2291_cast_fp16)[name = tensor("op_2293_cast_fp16")]; tensor var_2295_begin_0 = const()[name = tensor("op_2295_begin_0"), val = tensor([0, 128, 0, 0])]; tensor var_2295_end_0 = const()[name = tensor("op_2295_end_0"), val = tensor([1, 256, 1, 256])]; tensor var_2295_end_mask_0 = const()[name = tensor("op_2295_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_2295_cast_fp16 = slice_by_index(begin = var_2295_begin_0, end = var_2295_end_0, end_mask = var_2295_end_mask_0, x = proj_13_cast_fp16)[name = tensor("op_2295_cast_fp16")]; tensor var_2296 = const()[name = tensor("op_2296"), val = tensor([4, 32, 1, 256])]; tensor var_2297_cast_fp16 = reshape(shape = var_2296, x = var_2295_cast_fp16)[name = tensor("op_2297_cast_fp16")]; tensor var_2299_begin_0 = const()[name = tensor("op_2299_begin_0"), val = tensor([0, 256, 0, 0])]; tensor var_2299_end_0 = const()[name = tensor("op_2299_end_0"), val = tensor([1, 384, 1, 256])]; tensor var_2299_end_mask_0 = const()[name = tensor("op_2299_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_2299_cast_fp16 = slice_by_index(begin = var_2299_begin_0, end = var_2299_end_0, end_mask = var_2299_end_mask_0, x = proj_13_cast_fp16)[name = tensor("op_2299_cast_fp16")]; tensor var_2300 = const()[name = tensor("op_2300"), val = tensor([4, 32, 1, 256])]; tensor pt_13_cast_fp16 = reshape(shape = var_2300, x = var_2299_cast_fp16)[name = tensor("pt_13_cast_fp16")]; tensor transpose_48_perm_0 = const()[name = tensor("transpose_48_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_244 = const()[name = tensor("concat_244"), val = tensor([4, 256, 32])]; tensor transpose_48_cast_fp16 = transpose(perm = transpose_48_perm_0, x = var_2293_cast_fp16)[name = tensor("transpose_248")]; tensor reshape_72_cast_fp16 = reshape(shape = concat_244, x = transpose_48_cast_fp16)[name = tensor("reshape_72_cast_fp16")]; tensor transpose_49_perm_0 = const()[name = tensor("transpose_49_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_245 = const()[name = tensor("concat_245"), val = tensor([4, 32, 256])]; tensor transpose_49_cast_fp16 = transpose(perm = transpose_49_perm_0, x = var_2297_cast_fp16)[name = tensor("transpose_247")]; tensor reshape_73_cast_fp16 = reshape(shape = concat_245, x = transpose_49_cast_fp16)[name = tensor("reshape_73_cast_fp16")]; tensor matmul_24_transpose_x_0 = const()[name = tensor("matmul_24_transpose_x_0"), val = tensor(false)]; tensor matmul_24_transpose_y_0 = const()[name = tensor("matmul_24_transpose_y_0"), val = tensor(false)]; tensor matmul_24_cast_fp16 = matmul(transpose_x = matmul_24_transpose_x_0, transpose_y = matmul_24_transpose_y_0, x = reshape_72_cast_fp16, y = reshape_73_cast_fp16)[name = tensor("matmul_24_cast_fp16")]; tensor concat_249 = const()[name = tensor("concat_249"), val = tensor([4, 1, 256, 256])]; tensor reshape_74_cast_fp16 = reshape(shape = concat_249, x = matmul_24_cast_fp16)[name = tensor("reshape_74_cast_fp16")]; tensor attn_scores_37_perm_0 = const()[name = tensor("attn_scores_37_perm_0"), val = tensor([0, 2, 1, 3])]; tensor var_2304 = const()[name = tensor("op_2304"), val = tensor([0, 1, 3, 2])]; tensor var_2305_cast_fp16 = transpose(perm = var_2304, x = pt_13_cast_fp16)[name = tensor("transpose_245")]; tensor var_2306_cast_fp16 = mul(x = var_2305_cast_fp16, y = core_pos_basis_256_to_fp16)[name = tensor("op_2306_cast_fp16")]; tensor pos_scores_13_axes_0 = const()[name = tensor("pos_scores_13_axes_0"), val = tensor([1])]; tensor pos_scores_13_keep_dims_0 = const()[name = tensor("pos_scores_13_keep_dims_0"), val = tensor(true)]; tensor pos_scores_13_cast_fp16 = reduce_sum(axes = pos_scores_13_axes_0, keep_dims = pos_scores_13_keep_dims_0, x = var_2306_cast_fp16)[name = tensor("pos_scores_13_cast_fp16")]; tensor var_2309 = const()[name = tensor("op_2309"), val = tensor([4, 256, 1, 256])]; tensor var_2310_cast_fp16 = reshape(shape = var_2309, x = pos_scores_13_cast_fp16)[name = tensor("op_2310_cast_fp16")]; tensor attn_scores_37_cast_fp16 = transpose(perm = attn_scores_37_perm_0, x = reshape_74_cast_fp16)[name = tensor("transpose_246")]; tensor attn_scores_39_cast_fp16 = add(x = attn_scores_37_cast_fp16, y = var_2310_cast_fp16)[name = tensor("attn_scores_39_cast_fp16")]; tensor attn_scores_41_cast_fp16 = add(x = attn_scores_39_cast_fp16, y = attn_bias_cast_fp16)[name = tensor("attn_scores_41_cast_fp16")]; tensor attn_weights_13_cast_fp16 = softmax(axis = var_41, x = attn_scores_41_cast_fp16)[name = tensor("attn_weights_13_cast_fp16")]; tensor input_203_cast_fp16 = add(x = input_201_cast_fp16, y = time_emb_5_cast_fp16)[name = tensor("input_203_cast_fp16")]; tensor x_279_pad_type_0 = const()[name = tensor("x_279_pad_type_0"), val = tensor("valid")]; tensor x_279_strides_0 = const()[name = tensor("x_279_strides_0"), val = tensor([1, 1])]; tensor x_279_pad_0 = const()[name = tensor("x_279_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_279_dilations_0 = const()[name = tensor("x_279_dilations_0"), val = tensor([1, 1])]; tensor x_279_groups_0 = const()[name = tensor("x_279_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_2_feed_forward1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_feed_forward1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(178640768)))]; tensor core_stacks_2_stack_layers_2_feed_forward1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_feed_forward1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(179820480)))]; tensor x_279_cast_fp16 = conv(bias = core_stacks_2_stack_layers_2_feed_forward1_in_proj_bias_to_fp16, dilations = x_279_dilations_0, groups = x_279_groups_0, pad = x_279_pad_0, pad_type = x_279_pad_type_0, strides = x_279_strides_0, weight = core_stacks_2_stack_layers_2_feed_forward1_in_proj_weight_to_fp16, x = input_203_cast_fp16)[name = tensor("x_279_cast_fp16")]; tensor var_2324_to_fp16 = const()[name = tensor("op_2324_to_fp16"), val = tensor(0x1p+2)]; tensor x_281_cast_fp16 = sub(x = x_279_cast_fp16, y = var_2324_to_fp16)[name = tensor("x_281_cast_fp16")]; tensor var_2326_cast_fp16 = relu(x = x_281_cast_fp16)[name = tensor("op_2326_cast_fp16")]; tensor var_2327_cast_fp16 = abs(x = x_281_cast_fp16)[name = tensor("op_2327_cast_fp16")]; tensor const_50_promoted_to_fp16 = const()[name = tensor("const_50_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_2328_cast_fp16 = mul(x = var_2327_cast_fp16, y = const_50_promoted_to_fp16)[name = tensor("op_2328_cast_fp16")]; tensor var_2329_cast_fp16 = exp(x = var_2328_cast_fp16)[name = tensor("op_2329_cast_fp16")]; tensor var_2330_epsilon_0 = const()[name = tensor("op_2330_epsilon_0"), val = tensor(0x1p+0)]; tensor var_2330_cast_fp16 = log(epsilon = var_2330_epsilon_0, x = var_2329_cast_fp16)[name = tensor("op_2330_cast_fp16")]; tensor var_2331_cast_fp16 = add(x = var_2326_cast_fp16, y = var_2330_cast_fp16)[name = tensor("op_2331_cast_fp16")]; tensor var_2332_to_fp16 = const()[name = tensor("op_2332_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_2333_cast_fp16 = mul(x = x_279_cast_fp16, y = var_2332_to_fp16)[name = tensor("op_2333_cast_fp16")]; tensor var_2334_cast_fp16 = sub(x = var_2331_cast_fp16, y = var_2333_cast_fp16)[name = tensor("op_2334_cast_fp16")]; tensor var_2335_to_fp16 = const()[name = tensor("op_2335_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_205_cast_fp16 = sub(x = var_2334_cast_fp16, y = var_2335_to_fp16)[name = tensor("input_205_cast_fp16")]; tensor var_2343_pad_type_0 = const()[name = tensor("op_2343_pad_type_0"), val = tensor("valid")]; tensor var_2343_strides_0 = const()[name = tensor("op_2343_strides_0"), val = tensor([1, 1])]; tensor var_2343_pad_0 = const()[name = tensor("op_2343_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2343_dilations_0 = const()[name = tensor("op_2343_dilations_0"), val = tensor([1, 1])]; tensor var_2343_groups_0 = const()[name = tensor("op_2343_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_2_feed_forward1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_feed_forward1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(179822848)))]; tensor core_stacks_2_stack_layers_2_feed_forward1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_feed_forward1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(181002560)))]; tensor var_2343_cast_fp16 = conv(bias = core_stacks_2_stack_layers_2_feed_forward1_out_proj_bias_to_fp16, dilations = var_2343_dilations_0, groups = var_2343_groups_0, pad = var_2343_pad_0, pad_type = var_2343_pad_type_0, strides = var_2343_strides_0, weight = core_stacks_2_stack_layers_2_feed_forward1_out_proj_weight_to_fp16, x = input_205_cast_fp16)[name = tensor("op_2343_cast_fp16")]; tensor input_207_cast_fp16 = add(x = input_203_cast_fp16, y = var_2343_cast_fp16)[name = tensor("input_207_cast_fp16")]; tensor var_2345_begin_0 = const()[name = tensor("op_2345_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_2345_end_0 = const()[name = tensor("op_2345_end_0"), val = tensor([1, 256, 1, 256])]; tensor var_2345_end_mask_0 = const()[name = tensor("op_2345_end_mask_0"), val = tensor([false, true, true, true])]; tensor var_2345_cast_fp16 = slice_by_index(begin = var_2345_begin_0, end = var_2345_end_0, end_mask = var_2345_end_mask_0, x = attn_weights_13_cast_fp16)[name = tensor("op_2345_cast_fp16")]; tensor x_283_pad_type_0 = const()[name = tensor("x_283_pad_type_0"), val = tensor("valid")]; tensor x_283_strides_0 = const()[name = tensor("x_283_strides_0"), val = tensor([1, 1])]; tensor x_283_pad_0 = const()[name = tensor("x_283_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_283_dilations_0 = const()[name = tensor("x_283_dilations_0"), val = tensor([1, 1])]; tensor x_283_groups_0 = const()[name = tensor("x_283_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_2_nonlin_attention_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_nonlin_attention_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(181003648)))]; tensor core_stacks_2_stack_layers_2_nonlin_attention_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_nonlin_attention_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(182183360)))]; tensor x_283_cast_fp16 = conv(bias = core_stacks_2_stack_layers_2_nonlin_attention_in_proj_bias_to_fp16, dilations = x_283_dilations_0, groups = x_283_groups_0, pad = x_283_pad_0, pad_type = x_283_pad_type_0, strides = x_283_strides_0, weight = core_stacks_2_stack_layers_2_nonlin_attention_in_proj_weight_to_fp16, x = input_207_cast_fp16)[name = tensor("x_283_cast_fp16")]; tensor var_2356_begin_0 = const()[name = tensor("op_2356_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_2356_end_0 = const()[name = tensor("op_2356_end_0"), val = tensor([1, 384, 1, 256])]; tensor var_2356_end_mask_0 = const()[name = tensor("op_2356_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_2356_cast_fp16 = slice_by_index(begin = var_2356_begin_0, end = var_2356_end_0, end_mask = var_2356_end_mask_0, x = x_283_cast_fp16)[name = tensor("op_2356_cast_fp16")]; tensor s_gate_13_cast_fp16 = tanh(x = var_2356_cast_fp16)[name = tensor("s_gate_13_cast_fp16")]; tensor var_2359_begin_0 = const()[name = tensor("op_2359_begin_0"), val = tensor([0, 384, 0, 0])]; tensor var_2359_end_0 = const()[name = tensor("op_2359_end_0"), val = tensor([1, 768, 1, 256])]; tensor var_2359_end_mask_0 = const()[name = tensor("op_2359_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_2359_cast_fp16 = slice_by_index(begin = var_2359_begin_0, end = var_2359_end_0, end_mask = var_2359_end_mask_0, x = x_283_cast_fp16)[name = tensor("op_2359_cast_fp16")]; tensor var_2360_cast_fp16 = mul(x = var_2359_cast_fp16, y = s_gate_13_cast_fp16)[name = tensor("op_2360_cast_fp16")]; tensor y_13_begin_0 = const()[name = tensor("y_13_begin_0"), val = tensor([0, 768, 0, 0])]; tensor y_13_end_0 = const()[name = tensor("y_13_end_0"), val = tensor([1, 1152, 1, 256])]; tensor y_13_end_mask_0 = const()[name = tensor("y_13_end_mask_0"), val = tensor([true, true, true, true])]; tensor y_13_cast_fp16 = slice_by_index(begin = y_13_begin_0, end = y_13_end_0, end_mask = y_13_end_mask_0, x = x_283_cast_fp16)[name = tensor("y_13_cast_fp16")]; tensor transpose_50_perm_0 = const()[name = tensor("transpose_50_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_254 = const()[name = tensor("concat_254"), val = tensor([1, 256, 256])]; tensor transpose_50_cast_fp16 = transpose(perm = transpose_50_perm_0, x = var_2345_cast_fp16)[name = tensor("transpose_244")]; tensor reshape_75_cast_fp16 = reshape(shape = concat_254, x = transpose_50_cast_fp16)[name = tensor("reshape_75_cast_fp16")]; tensor transpose_51_perm_0 = const()[name = tensor("transpose_51_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_255 = const()[name = tensor("concat_255"), val = tensor([1, 256, 384])]; tensor transpose_51_cast_fp16 = transpose(perm = transpose_51_perm_0, x = var_2360_cast_fp16)[name = tensor("transpose_243")]; tensor reshape_76_cast_fp16 = reshape(shape = concat_255, x = transpose_51_cast_fp16)[name = tensor("reshape_76_cast_fp16")]; tensor matmul_25_transpose_x_0 = const()[name = tensor("matmul_25_transpose_x_0"), val = tensor(false)]; tensor matmul_25_transpose_y_0 = const()[name = tensor("matmul_25_transpose_y_0"), val = tensor(false)]; tensor matmul_25_cast_fp16 = matmul(transpose_x = matmul_25_transpose_x_0, transpose_y = matmul_25_transpose_y_0, x = reshape_75_cast_fp16, y = reshape_76_cast_fp16)[name = tensor("matmul_25_cast_fp16")]; tensor concat_259 = const()[name = tensor("concat_259"), val = tensor([1, 1, 256, 384])]; tensor reshape_77_cast_fp16 = reshape(shape = concat_259, x = matmul_25_cast_fp16)[name = tensor("reshape_77_cast_fp16")]; tensor v_13_perm_0 = const()[name = tensor("v_13_perm_0"), val = tensor([0, 3, 1, 2])]; tensor v_13_cast_fp16 = transpose(perm = v_13_perm_0, x = reshape_77_cast_fp16)[name = tensor("transpose_242")]; tensor input_209_cast_fp16 = mul(x = v_13_cast_fp16, y = y_13_cast_fp16)[name = tensor("input_209_cast_fp16")]; tensor var_2372_pad_type_0 = const()[name = tensor("op_2372_pad_type_0"), val = tensor("valid")]; tensor var_2372_strides_0 = const()[name = tensor("op_2372_strides_0"), val = tensor([1, 1])]; tensor var_2372_pad_0 = const()[name = tensor("op_2372_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2372_dilations_0 = const()[name = tensor("op_2372_dilations_0"), val = tensor([1, 1])]; tensor var_2372_groups_0 = const()[name = tensor("op_2372_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_2_nonlin_attention_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_nonlin_attention_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(182185728)))]; tensor core_stacks_2_stack_layers_2_nonlin_attention_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_nonlin_attention_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(182579008)))]; tensor var_2372_cast_fp16 = conv(bias = core_stacks_2_stack_layers_2_nonlin_attention_out_proj_bias_to_fp16, dilations = var_2372_dilations_0, groups = var_2372_groups_0, pad = var_2372_pad_0, pad_type = var_2372_pad_type_0, strides = var_2372_strides_0, weight = core_stacks_2_stack_layers_2_nonlin_attention_out_proj_weight_to_fp16, x = input_209_cast_fp16)[name = tensor("op_2372_cast_fp16")]; tensor x_285_cast_fp16 = add(x = input_207_cast_fp16, y = var_2372_cast_fp16)[name = tensor("x_285_cast_fp16")]; tensor var_2383_pad_type_0 = const()[name = tensor("op_2383_pad_type_0"), val = tensor("valid")]; tensor var_2383_strides_0 = const()[name = tensor("op_2383_strides_0"), val = tensor([1, 1])]; tensor var_2383_pad_0 = const()[name = tensor("op_2383_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2383_dilations_0 = const()[name = tensor("op_2383_dilations_0"), val = tensor([1, 1])]; tensor var_2383_groups_0 = const()[name = tensor("op_2383_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_2_self_attn1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_self_attn1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(182580096)))]; tensor core_stacks_2_stack_layers_2_self_attn1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_self_attn1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(182629312)))]; tensor var_2383_cast_fp16 = conv(bias = core_stacks_2_stack_layers_2_self_attn1_in_proj_bias_to_fp16, dilations = var_2383_dilations_0, groups = var_2383_groups_0, pad = var_2383_pad_0, pad_type = var_2383_pad_type_0, strides = var_2383_strides_0, weight = core_stacks_2_stack_layers_2_self_attn1_in_proj_weight_to_fp16, x = x_285_cast_fp16)[name = tensor("op_2383_cast_fp16")]; tensor var_2384 = const()[name = tensor("op_2384"), val = tensor([4, 12, 1, 256])]; tensor var_2385_cast_fp16 = reshape(shape = var_2384, x = var_2383_cast_fp16)[name = tensor("op_2385_cast_fp16")]; tensor transpose_52_perm_0 = const()[name = tensor("transpose_52_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_264 = const()[name = tensor("concat_264"), val = tensor([4, 256, 256])]; tensor transpose_52_cast_fp16 = transpose(perm = transpose_52_perm_0, x = attn_weights_13_cast_fp16)[name = tensor("transpose_241")]; tensor reshape_78_cast_fp16 = reshape(shape = concat_264, x = transpose_52_cast_fp16)[name = tensor("reshape_78_cast_fp16")]; tensor transpose_53_perm_0 = const()[name = tensor("transpose_53_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_265 = const()[name = tensor("concat_265"), val = tensor([4, 256, 12])]; tensor transpose_53_cast_fp16 = transpose(perm = transpose_53_perm_0, x = var_2385_cast_fp16)[name = tensor("transpose_240")]; tensor reshape_79_cast_fp16 = reshape(shape = concat_265, x = transpose_53_cast_fp16)[name = tensor("reshape_79_cast_fp16")]; tensor matmul_26_transpose_x_0 = const()[name = tensor("matmul_26_transpose_x_0"), val = tensor(false)]; tensor matmul_26_transpose_y_0 = const()[name = tensor("matmul_26_transpose_y_0"), val = tensor(false)]; tensor matmul_26_cast_fp16 = matmul(transpose_x = matmul_26_transpose_x_0, transpose_y = matmul_26_transpose_y_0, x = reshape_78_cast_fp16, y = reshape_79_cast_fp16)[name = tensor("matmul_26_cast_fp16")]; tensor concat_269 = const()[name = tensor("concat_269"), val = tensor([4, 1, 256, 12])]; tensor reshape_80_cast_fp16 = reshape(shape = concat_269, x = matmul_26_cast_fp16)[name = tensor("reshape_80_cast_fp16")]; tensor out_25_perm_0 = const()[name = tensor("out_25_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_2388 = const()[name = tensor("op_2388"), val = tensor([1, 48, 1, 256])]; tensor out_25_cast_fp16 = transpose(perm = out_25_perm_0, x = reshape_80_cast_fp16)[name = tensor("transpose_239")]; tensor input_211_cast_fp16 = reshape(shape = var_2388, x = out_25_cast_fp16)[name = tensor("input_211_cast_fp16")]; tensor var_2396_pad_type_0 = const()[name = tensor("op_2396_pad_type_0"), val = tensor("valid")]; tensor var_2396_strides_0 = const()[name = tensor("op_2396_strides_0"), val = tensor([1, 1])]; tensor var_2396_pad_0 = const()[name = tensor("op_2396_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2396_dilations_0 = const()[name = tensor("op_2396_dilations_0"), val = tensor([1, 1])]; tensor var_2396_groups_0 = const()[name = tensor("op_2396_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_2_self_attn1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_self_attn1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(182629504)))]; tensor core_stacks_2_stack_layers_2_self_attn1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_self_attn1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(182678720)))]; tensor var_2396_cast_fp16 = conv(bias = core_stacks_2_stack_layers_2_self_attn1_out_proj_bias_to_fp16, dilations = var_2396_dilations_0, groups = var_2396_groups_0, pad = var_2396_pad_0, pad_type = var_2396_pad_type_0, strides = var_2396_strides_0, weight = core_stacks_2_stack_layers_2_self_attn1_out_proj_weight_to_fp16, x = input_211_cast_fp16)[name = tensor("op_2396_cast_fp16")]; tensor x_287_cast_fp16 = add(x = x_285_cast_fp16, y = var_2396_cast_fp16)[name = tensor("x_287_cast_fp16")]; tensor x_289_cast_fp16 = add(x = x_287_cast_fp16, y = time_emb_5_cast_fp16)[name = tensor("x_289_cast_fp16")]; tensor x_291_pad_type_0 = const()[name = tensor("x_291_pad_type_0"), val = tensor("valid")]; tensor x_291_strides_0 = const()[name = tensor("x_291_strides_0"), val = tensor([1, 1])]; tensor x_291_pad_0 = const()[name = tensor("x_291_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_291_dilations_0 = const()[name = tensor("x_291_dilations_0"), val = tensor([1, 1])]; tensor x_291_groups_0 = const()[name = tensor("x_291_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_2_conv_module1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_conv_module1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(182679808)))]; tensor core_stacks_2_stack_layers_2_conv_module1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_conv_module1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(183728448)))]; tensor x_291_cast_fp16 = conv(bias = core_stacks_2_stack_layers_2_conv_module1_in_proj_bias_to_fp16, dilations = x_291_dilations_0, groups = x_291_groups_0, pad = x_291_pad_0, pad_type = x_291_pad_type_0, strides = x_291_strides_0, weight = core_stacks_2_stack_layers_2_conv_module1_in_proj_weight_to_fp16, x = x_289_cast_fp16)[name = tensor("x_291_cast_fp16")]; tensor var_2410_begin_0 = const()[name = tensor("op_2410_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_2410_end_0 = const()[name = tensor("op_2410_end_0"), val = tensor([1, 512, 1, 256])]; tensor var_2410_end_mask_0 = const()[name = tensor("op_2410_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_2410_cast_fp16 = slice_by_index(begin = var_2410_begin_0, end = var_2410_end_0, end_mask = var_2410_end_mask_0, x = x_291_cast_fp16)[name = tensor("op_2410_cast_fp16")]; tensor var_2412_begin_0 = const()[name = tensor("op_2412_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_2412_end_0 = const()[name = tensor("op_2412_end_0"), val = tensor([1, 1024, 1, 256])]; tensor var_2412_end_mask_0 = const()[name = tensor("op_2412_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_2412_cast_fp16 = slice_by_index(begin = var_2412_begin_0, end = var_2412_end_0, end_mask = var_2412_end_mask_0, x = x_291_cast_fp16)[name = tensor("op_2412_cast_fp16")]; tensor var_2413_cast_fp16 = sigmoid(x = var_2412_cast_fp16)[name = tensor("op_2413_cast_fp16")]; tensor x_293_cast_fp16 = mul(x = var_2410_cast_fp16, y = var_2413_cast_fp16)[name = tensor("x_293_cast_fp16")]; tensor input_213_cast_fp16 = mul(x = x_293_cast_fp16, y = conv_keep_cast_fp16)[name = tensor("input_213_cast_fp16")]; tensor x_295_pad_type_0 = const()[name = tensor("x_295_pad_type_0"), val = tensor("custom")]; tensor x_295_pad_0 = const()[name = tensor("x_295_pad_0"), val = tensor([0, 0, 3, 3])]; tensor x_295_groups_0 = const()[name = tensor("x_295_groups_0"), val = tensor(512)]; tensor x_295_strides_0 = const()[name = tensor("x_295_strides_0"), val = tensor([1, 1])]; tensor x_295_dilations_0 = const()[name = tensor("x_295_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_2_stack_layers_2_conv_module1_dw_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_conv_module1_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(183730560)))]; tensor core_stacks_2_stack_layers_2_conv_module1_dw_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_conv_module1_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(183737792)))]; tensor x_295_cast_fp16 = conv(bias = core_stacks_2_stack_layers_2_conv_module1_dw_bias_to_fp16, dilations = x_295_dilations_0, groups = x_295_groups_0, pad = x_295_pad_0, pad_type = x_295_pad_type_0, strides = x_295_strides_0, weight = core_stacks_2_stack_layers_2_conv_module1_dw_weight_to_fp16, x = input_213_cast_fp16)[name = tensor("x_295_cast_fp16")]; tensor var_2423_to_fp16 = const()[name = tensor("op_2423_to_fp16"), val = tensor(0x1p+0)]; tensor x_297_cast_fp16 = sub(x = x_295_cast_fp16, y = var_2423_to_fp16)[name = tensor("x_297_cast_fp16")]; tensor var_2425_cast_fp16 = relu(x = x_297_cast_fp16)[name = tensor("op_2425_cast_fp16")]; tensor var_2426_cast_fp16 = abs(x = x_297_cast_fp16)[name = tensor("op_2426_cast_fp16")]; tensor const_52_promoted_to_fp16 = const()[name = tensor("const_52_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_2427_cast_fp16 = mul(x = var_2426_cast_fp16, y = const_52_promoted_to_fp16)[name = tensor("op_2427_cast_fp16")]; tensor var_2428_cast_fp16 = exp(x = var_2427_cast_fp16)[name = tensor("op_2428_cast_fp16")]; tensor var_2429_epsilon_0 = const()[name = tensor("op_2429_epsilon_0"), val = tensor(0x1p+0)]; tensor var_2429_cast_fp16 = log(epsilon = var_2429_epsilon_0, x = var_2428_cast_fp16)[name = tensor("op_2429_cast_fp16")]; tensor var_2430_cast_fp16 = add(x = var_2425_cast_fp16, y = var_2429_cast_fp16)[name = tensor("op_2430_cast_fp16")]; tensor var_2431_to_fp16 = const()[name = tensor("op_2431_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_2432_cast_fp16 = mul(x = x_295_cast_fp16, y = var_2431_to_fp16)[name = tensor("op_2432_cast_fp16")]; tensor var_2433_cast_fp16 = sub(x = var_2430_cast_fp16, y = var_2432_cast_fp16)[name = tensor("op_2433_cast_fp16")]; tensor var_2434_to_fp16 = const()[name = tensor("op_2434_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_215_cast_fp16 = sub(x = var_2433_cast_fp16, y = var_2434_to_fp16)[name = tensor("input_215_cast_fp16")]; tensor var_2442_pad_type_0 = const()[name = tensor("op_2442_pad_type_0"), val = tensor("valid")]; tensor var_2442_strides_0 = const()[name = tensor("op_2442_strides_0"), val = tensor([1, 1])]; tensor var_2442_pad_0 = const()[name = tensor("op_2442_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2442_dilations_0 = const()[name = tensor("op_2442_dilations_0"), val = tensor([1, 1])]; tensor var_2442_groups_0 = const()[name = tensor("op_2442_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_2_conv_module1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_conv_module1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(183738880)))]; tensor core_stacks_2_stack_layers_2_conv_module1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_conv_module1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(184263232)))]; tensor var_2442_cast_fp16 = conv(bias = core_stacks_2_stack_layers_2_conv_module1_out_proj_bias_to_fp16, dilations = var_2442_dilations_0, groups = var_2442_groups_0, pad = var_2442_pad_0, pad_type = var_2442_pad_type_0, strides = var_2442_strides_0, weight = core_stacks_2_stack_layers_2_conv_module1_out_proj_weight_to_fp16, x = input_215_cast_fp16)[name = tensor("op_2442_cast_fp16")]; tensor input_217_cast_fp16 = add(x = x_289_cast_fp16, y = var_2442_cast_fp16)[name = tensor("input_217_cast_fp16")]; tensor x_299_pad_type_0 = const()[name = tensor("x_299_pad_type_0"), val = tensor("valid")]; tensor x_299_strides_0 = const()[name = tensor("x_299_strides_0"), val = tensor([1, 1])]; tensor x_299_pad_0 = const()[name = tensor("x_299_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_299_dilations_0 = const()[name = tensor("x_299_dilations_0"), val = tensor([1, 1])]; tensor x_299_groups_0 = const()[name = tensor("x_299_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_2_feed_forward2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_feed_forward2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(184264320)))]; tensor core_stacks_2_stack_layers_2_feed_forward2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_feed_forward2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(185837248)))]; tensor x_299_cast_fp16 = conv(bias = core_stacks_2_stack_layers_2_feed_forward2_in_proj_bias_to_fp16, dilations = x_299_dilations_0, groups = x_299_groups_0, pad = x_299_pad_0, pad_type = x_299_pad_type_0, strides = x_299_strides_0, weight = core_stacks_2_stack_layers_2_feed_forward2_in_proj_weight_to_fp16, x = input_217_cast_fp16)[name = tensor("x_299_cast_fp16")]; tensor var_2453_to_fp16 = const()[name = tensor("op_2453_to_fp16"), val = tensor(0x1p+2)]; tensor x_301_cast_fp16 = sub(x = x_299_cast_fp16, y = var_2453_to_fp16)[name = tensor("x_301_cast_fp16")]; tensor var_2455_cast_fp16 = relu(x = x_301_cast_fp16)[name = tensor("op_2455_cast_fp16")]; tensor var_2456_cast_fp16 = abs(x = x_301_cast_fp16)[name = tensor("op_2456_cast_fp16")]; tensor const_53_promoted_to_fp16 = const()[name = tensor("const_53_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_2457_cast_fp16 = mul(x = var_2456_cast_fp16, y = const_53_promoted_to_fp16)[name = tensor("op_2457_cast_fp16")]; tensor var_2458_cast_fp16 = exp(x = var_2457_cast_fp16)[name = tensor("op_2458_cast_fp16")]; tensor var_2459_epsilon_0 = const()[name = tensor("op_2459_epsilon_0"), val = tensor(0x1p+0)]; tensor var_2459_cast_fp16 = log(epsilon = var_2459_epsilon_0, x = var_2458_cast_fp16)[name = tensor("op_2459_cast_fp16")]; tensor var_2460_cast_fp16 = add(x = var_2455_cast_fp16, y = var_2459_cast_fp16)[name = tensor("op_2460_cast_fp16")]; tensor var_2461_to_fp16 = const()[name = tensor("op_2461_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_2462_cast_fp16 = mul(x = x_299_cast_fp16, y = var_2461_to_fp16)[name = tensor("op_2462_cast_fp16")]; tensor var_2463_cast_fp16 = sub(x = var_2460_cast_fp16, y = var_2462_cast_fp16)[name = tensor("op_2463_cast_fp16")]; tensor var_2464_to_fp16 = const()[name = tensor("op_2464_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_219_cast_fp16 = sub(x = var_2463_cast_fp16, y = var_2464_to_fp16)[name = tensor("input_219_cast_fp16")]; tensor var_2472_pad_type_0 = const()[name = tensor("op_2472_pad_type_0"), val = tensor("valid")]; tensor var_2472_strides_0 = const()[name = tensor("op_2472_strides_0"), val = tensor([1, 1])]; tensor var_2472_pad_0 = const()[name = tensor("op_2472_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2472_dilations_0 = const()[name = tensor("op_2472_dilations_0"), val = tensor([1, 1])]; tensor var_2472_groups_0 = const()[name = tensor("op_2472_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_2_feed_forward2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_feed_forward2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(185840384)))]; tensor core_stacks_2_stack_layers_2_feed_forward2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_feed_forward2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(187413312)))]; tensor var_2472_cast_fp16 = conv(bias = core_stacks_2_stack_layers_2_feed_forward2_out_proj_bias_to_fp16, dilations = var_2472_dilations_0, groups = var_2472_groups_0, pad = var_2472_pad_0, pad_type = var_2472_pad_type_0, strides = var_2472_strides_0, weight = core_stacks_2_stack_layers_2_feed_forward2_out_proj_weight_to_fp16, x = input_219_cast_fp16)[name = tensor("op_2472_cast_fp16")]; tensor src_27_cast_fp16 = add(x = input_217_cast_fp16, y = var_2472_cast_fp16)[name = tensor("src_27_cast_fp16")]; tensor var_2475_cast_fp16 = sub(x = src_27_cast_fp16, y = input_201_cast_fp16)[name = tensor("op_2475_cast_fp16")]; tensor core_stacks_2_stack_layers_2_bypass_mid_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_bypass_mid_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(187414400)))]; tensor var_2476_cast_fp16 = mul(x = var_2475_cast_fp16, y = core_stacks_2_stack_layers_2_bypass_mid_bypass_scale_to_fp16)[name = tensor("op_2476_cast_fp16")]; tensor x_303_cast_fp16 = add(x = input_201_cast_fp16, y = var_2476_cast_fp16)[name = tensor("x_303_cast_fp16")]; tensor var_2487_pad_type_0 = const()[name = tensor("op_2487_pad_type_0"), val = tensor("valid")]; tensor var_2487_strides_0 = const()[name = tensor("op_2487_strides_0"), val = tensor([1, 1])]; tensor var_2487_pad_0 = const()[name = tensor("op_2487_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2487_dilations_0 = const()[name = tensor("op_2487_dilations_0"), val = tensor([1, 1])]; tensor var_2487_groups_0 = const()[name = tensor("op_2487_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_2_self_attn2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_self_attn2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(187415488)))]; tensor core_stacks_2_stack_layers_2_self_attn2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_self_attn2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(187464704)))]; tensor var_2487_cast_fp16 = conv(bias = core_stacks_2_stack_layers_2_self_attn2_in_proj_bias_to_fp16, dilations = var_2487_dilations_0, groups = var_2487_groups_0, pad = var_2487_pad_0, pad_type = var_2487_pad_type_0, strides = var_2487_strides_0, weight = core_stacks_2_stack_layers_2_self_attn2_in_proj_weight_to_fp16, x = x_303_cast_fp16)[name = tensor("op_2487_cast_fp16")]; tensor var_2488 = const()[name = tensor("op_2488"), val = tensor([4, 12, 1, 256])]; tensor var_2489_cast_fp16 = reshape(shape = var_2488, x = var_2487_cast_fp16)[name = tensor("op_2489_cast_fp16")]; tensor transpose_55_perm_0 = const()[name = tensor("transpose_55_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_275 = const()[name = tensor("concat_275"), val = tensor([4, 256, 12])]; tensor transpose_55_cast_fp16 = transpose(perm = transpose_55_perm_0, x = var_2489_cast_fp16)[name = tensor("transpose_238")]; tensor reshape_82_cast_fp16 = reshape(shape = concat_275, x = transpose_55_cast_fp16)[name = tensor("reshape_82_cast_fp16")]; tensor matmul_27_transpose_x_0 = const()[name = tensor("matmul_27_transpose_x_0"), val = tensor(false)]; tensor matmul_27_transpose_y_0 = const()[name = tensor("matmul_27_transpose_y_0"), val = tensor(false)]; tensor matmul_27_cast_fp16 = matmul(transpose_x = matmul_27_transpose_x_0, transpose_y = matmul_27_transpose_y_0, x = reshape_78_cast_fp16, y = reshape_82_cast_fp16)[name = tensor("matmul_27_cast_fp16")]; tensor concat_279 = const()[name = tensor("concat_279"), val = tensor([4, 1, 256, 12])]; tensor reshape_83_cast_fp16 = reshape(shape = concat_279, x = matmul_27_cast_fp16)[name = tensor("reshape_83_cast_fp16")]; tensor out_27_perm_0 = const()[name = tensor("out_27_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_2492 = const()[name = tensor("op_2492"), val = tensor([1, 48, 1, 256])]; tensor out_27_cast_fp16 = transpose(perm = out_27_perm_0, x = reshape_83_cast_fp16)[name = tensor("transpose_237")]; tensor input_221_cast_fp16 = reshape(shape = var_2492, x = out_27_cast_fp16)[name = tensor("input_221_cast_fp16")]; tensor var_2500_pad_type_0 = const()[name = tensor("op_2500_pad_type_0"), val = tensor("valid")]; tensor var_2500_strides_0 = const()[name = tensor("op_2500_strides_0"), val = tensor([1, 1])]; tensor var_2500_pad_0 = const()[name = tensor("op_2500_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2500_dilations_0 = const()[name = tensor("op_2500_dilations_0"), val = tensor([1, 1])]; tensor var_2500_groups_0 = const()[name = tensor("op_2500_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_2_self_attn2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_self_attn2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(187464896)))]; tensor core_stacks_2_stack_layers_2_self_attn2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_self_attn2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(187514112)))]; tensor var_2500_cast_fp16 = conv(bias = core_stacks_2_stack_layers_2_self_attn2_out_proj_bias_to_fp16, dilations = var_2500_dilations_0, groups = var_2500_groups_0, pad = var_2500_pad_0, pad_type = var_2500_pad_type_0, strides = var_2500_strides_0, weight = core_stacks_2_stack_layers_2_self_attn2_out_proj_weight_to_fp16, x = input_221_cast_fp16)[name = tensor("op_2500_cast_fp16")]; tensor x_305_cast_fp16 = add(x = x_303_cast_fp16, y = var_2500_cast_fp16)[name = tensor("x_305_cast_fp16")]; tensor x_307_cast_fp16 = add(x = x_305_cast_fp16, y = time_emb_5_cast_fp16)[name = tensor("x_307_cast_fp16")]; tensor x_309_pad_type_0 = const()[name = tensor("x_309_pad_type_0"), val = tensor("valid")]; tensor x_309_strides_0 = const()[name = tensor("x_309_strides_0"), val = tensor([1, 1])]; tensor x_309_pad_0 = const()[name = tensor("x_309_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_309_dilations_0 = const()[name = tensor("x_309_dilations_0"), val = tensor([1, 1])]; tensor x_309_groups_0 = const()[name = tensor("x_309_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_2_conv_module2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_conv_module2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(187515200)))]; tensor core_stacks_2_stack_layers_2_conv_module2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_conv_module2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(188563840)))]; tensor x_309_cast_fp16 = conv(bias = core_stacks_2_stack_layers_2_conv_module2_in_proj_bias_to_fp16, dilations = x_309_dilations_0, groups = x_309_groups_0, pad = x_309_pad_0, pad_type = x_309_pad_type_0, strides = x_309_strides_0, weight = core_stacks_2_stack_layers_2_conv_module2_in_proj_weight_to_fp16, x = x_307_cast_fp16)[name = tensor("x_309_cast_fp16")]; tensor var_2514_begin_0 = const()[name = tensor("op_2514_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_2514_end_0 = const()[name = tensor("op_2514_end_0"), val = tensor([1, 512, 1, 256])]; tensor var_2514_end_mask_0 = const()[name = tensor("op_2514_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_2514_cast_fp16 = slice_by_index(begin = var_2514_begin_0, end = var_2514_end_0, end_mask = var_2514_end_mask_0, x = x_309_cast_fp16)[name = tensor("op_2514_cast_fp16")]; tensor var_2516_begin_0 = const()[name = tensor("op_2516_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_2516_end_0 = const()[name = tensor("op_2516_end_0"), val = tensor([1, 1024, 1, 256])]; tensor var_2516_end_mask_0 = const()[name = tensor("op_2516_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_2516_cast_fp16 = slice_by_index(begin = var_2516_begin_0, end = var_2516_end_0, end_mask = var_2516_end_mask_0, x = x_309_cast_fp16)[name = tensor("op_2516_cast_fp16")]; tensor var_2517_cast_fp16 = sigmoid(x = var_2516_cast_fp16)[name = tensor("op_2517_cast_fp16")]; tensor x_311_cast_fp16 = mul(x = var_2514_cast_fp16, y = var_2517_cast_fp16)[name = tensor("x_311_cast_fp16")]; tensor input_223_cast_fp16 = mul(x = x_311_cast_fp16, y = conv_keep_cast_fp16)[name = tensor("input_223_cast_fp16")]; tensor x_313_pad_type_0 = const()[name = tensor("x_313_pad_type_0"), val = tensor("custom")]; tensor x_313_pad_0 = const()[name = tensor("x_313_pad_0"), val = tensor([0, 0, 3, 3])]; tensor x_313_groups_0 = const()[name = tensor("x_313_groups_0"), val = tensor(512)]; tensor x_313_strides_0 = const()[name = tensor("x_313_strides_0"), val = tensor([1, 1])]; tensor x_313_dilations_0 = const()[name = tensor("x_313_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_2_stack_layers_2_conv_module2_dw_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_conv_module2_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(188565952)))]; tensor core_stacks_2_stack_layers_2_conv_module2_dw_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_conv_module2_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(188573184)))]; tensor x_313_cast_fp16 = conv(bias = core_stacks_2_stack_layers_2_conv_module2_dw_bias_to_fp16, dilations = x_313_dilations_0, groups = x_313_groups_0, pad = x_313_pad_0, pad_type = x_313_pad_type_0, strides = x_313_strides_0, weight = core_stacks_2_stack_layers_2_conv_module2_dw_weight_to_fp16, x = input_223_cast_fp16)[name = tensor("x_313_cast_fp16")]; tensor var_2527_to_fp16 = const()[name = tensor("op_2527_to_fp16"), val = tensor(0x1p+0)]; tensor x_315_cast_fp16 = sub(x = x_313_cast_fp16, y = var_2527_to_fp16)[name = tensor("x_315_cast_fp16")]; tensor var_2529_cast_fp16 = relu(x = x_315_cast_fp16)[name = tensor("op_2529_cast_fp16")]; tensor var_2530_cast_fp16 = abs(x = x_315_cast_fp16)[name = tensor("op_2530_cast_fp16")]; tensor const_55_promoted_to_fp16 = const()[name = tensor("const_55_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_2531_cast_fp16 = mul(x = var_2530_cast_fp16, y = const_55_promoted_to_fp16)[name = tensor("op_2531_cast_fp16")]; tensor var_2532_cast_fp16 = exp(x = var_2531_cast_fp16)[name = tensor("op_2532_cast_fp16")]; tensor var_2533_epsilon_0 = const()[name = tensor("op_2533_epsilon_0"), val = tensor(0x1p+0)]; tensor var_2533_cast_fp16 = log(epsilon = var_2533_epsilon_0, x = var_2532_cast_fp16)[name = tensor("op_2533_cast_fp16")]; tensor var_2534_cast_fp16 = add(x = var_2529_cast_fp16, y = var_2533_cast_fp16)[name = tensor("op_2534_cast_fp16")]; tensor var_2535_to_fp16 = const()[name = tensor("op_2535_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_2536_cast_fp16 = mul(x = x_313_cast_fp16, y = var_2535_to_fp16)[name = tensor("op_2536_cast_fp16")]; tensor var_2537_cast_fp16 = sub(x = var_2534_cast_fp16, y = var_2536_cast_fp16)[name = tensor("op_2537_cast_fp16")]; tensor var_2538_to_fp16 = const()[name = tensor("op_2538_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_225_cast_fp16 = sub(x = var_2537_cast_fp16, y = var_2538_to_fp16)[name = tensor("input_225_cast_fp16")]; tensor var_2546_pad_type_0 = const()[name = tensor("op_2546_pad_type_0"), val = tensor("valid")]; tensor var_2546_strides_0 = const()[name = tensor("op_2546_strides_0"), val = tensor([1, 1])]; tensor var_2546_pad_0 = const()[name = tensor("op_2546_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2546_dilations_0 = const()[name = tensor("op_2546_dilations_0"), val = tensor([1, 1])]; tensor var_2546_groups_0 = const()[name = tensor("op_2546_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_2_conv_module2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_conv_module2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(188574272)))]; tensor core_stacks_2_stack_layers_2_conv_module2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_conv_module2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(189098624)))]; tensor var_2546_cast_fp16 = conv(bias = core_stacks_2_stack_layers_2_conv_module2_out_proj_bias_to_fp16, dilations = var_2546_dilations_0, groups = var_2546_groups_0, pad = var_2546_pad_0, pad_type = var_2546_pad_type_0, strides = var_2546_strides_0, weight = core_stacks_2_stack_layers_2_conv_module2_out_proj_weight_to_fp16, x = input_225_cast_fp16)[name = tensor("op_2546_cast_fp16")]; tensor input_227_cast_fp16 = add(x = x_307_cast_fp16, y = var_2546_cast_fp16)[name = tensor("input_227_cast_fp16")]; tensor x_317_pad_type_0 = const()[name = tensor("x_317_pad_type_0"), val = tensor("valid")]; tensor x_317_strides_0 = const()[name = tensor("x_317_strides_0"), val = tensor([1, 1])]; tensor x_317_pad_0 = const()[name = tensor("x_317_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_317_dilations_0 = const()[name = tensor("x_317_dilations_0"), val = tensor([1, 1])]; tensor x_317_groups_0 = const()[name = tensor("x_317_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_2_feed_forward3_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_feed_forward3_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(189099712)))]; tensor core_stacks_2_stack_layers_2_feed_forward3_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_feed_forward3_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(191065856)))]; tensor x_317_cast_fp16 = conv(bias = core_stacks_2_stack_layers_2_feed_forward3_in_proj_bias_to_fp16, dilations = x_317_dilations_0, groups = x_317_groups_0, pad = x_317_pad_0, pad_type = x_317_pad_type_0, strides = x_317_strides_0, weight = core_stacks_2_stack_layers_2_feed_forward3_in_proj_weight_to_fp16, x = input_227_cast_fp16)[name = tensor("x_317_cast_fp16")]; tensor var_2557_to_fp16 = const()[name = tensor("op_2557_to_fp16"), val = tensor(0x1p+2)]; tensor x_319_cast_fp16 = sub(x = x_317_cast_fp16, y = var_2557_to_fp16)[name = tensor("x_319_cast_fp16")]; tensor var_2559_cast_fp16 = relu(x = x_319_cast_fp16)[name = tensor("op_2559_cast_fp16")]; tensor var_2560_cast_fp16 = abs(x = x_319_cast_fp16)[name = tensor("op_2560_cast_fp16")]; tensor const_56_promoted_to_fp16 = const()[name = tensor("const_56_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_2561_cast_fp16 = mul(x = var_2560_cast_fp16, y = const_56_promoted_to_fp16)[name = tensor("op_2561_cast_fp16")]; tensor var_2562_cast_fp16 = exp(x = var_2561_cast_fp16)[name = tensor("op_2562_cast_fp16")]; tensor var_2563_epsilon_0 = const()[name = tensor("op_2563_epsilon_0"), val = tensor(0x1p+0)]; tensor var_2563_cast_fp16 = log(epsilon = var_2563_epsilon_0, x = var_2562_cast_fp16)[name = tensor("op_2563_cast_fp16")]; tensor var_2564_cast_fp16 = add(x = var_2559_cast_fp16, y = var_2563_cast_fp16)[name = tensor("op_2564_cast_fp16")]; tensor var_2565_to_fp16 = const()[name = tensor("op_2565_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_2566_cast_fp16 = mul(x = x_317_cast_fp16, y = var_2565_to_fp16)[name = tensor("op_2566_cast_fp16")]; tensor var_2567_cast_fp16 = sub(x = var_2564_cast_fp16, y = var_2566_cast_fp16)[name = tensor("op_2567_cast_fp16")]; tensor var_2568_to_fp16 = const()[name = tensor("op_2568_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_229_cast_fp16 = sub(x = var_2567_cast_fp16, y = var_2568_to_fp16)[name = tensor("input_229_cast_fp16")]; tensor var_2576_pad_type_0 = const()[name = tensor("op_2576_pad_type_0"), val = tensor("valid")]; tensor var_2576_strides_0 = const()[name = tensor("op_2576_strides_0"), val = tensor([1, 1])]; tensor var_2576_pad_0 = const()[name = tensor("op_2576_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2576_dilations_0 = const()[name = tensor("op_2576_dilations_0"), val = tensor([1, 1])]; tensor var_2576_groups_0 = const()[name = tensor("op_2576_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_2_feed_forward3_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_feed_forward3_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(191069760)))]; tensor core_stacks_2_stack_layers_2_feed_forward3_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_feed_forward3_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(193035904)))]; tensor var_2576_cast_fp16 = conv(bias = core_stacks_2_stack_layers_2_feed_forward3_out_proj_bias_to_fp16, dilations = var_2576_dilations_0, groups = var_2576_groups_0, pad = var_2576_pad_0, pad_type = var_2576_pad_type_0, strides = var_2576_strides_0, weight = core_stacks_2_stack_layers_2_feed_forward3_out_proj_weight_to_fp16, x = input_229_cast_fp16)[name = tensor("op_2576_cast_fp16")]; tensor x_321_cast_fp16 = add(x = input_227_cast_fp16, y = var_2576_cast_fp16)[name = tensor("x_321_cast_fp16")]; tensor core_stacks_2_stack_layers_2_norm_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(193036992)))]; tensor d_13_cast_fp16 = sub(x = x_321_cast_fp16, y = core_stacks_2_stack_layers_2_norm_bias_to_fp16)[name = tensor("d_13_cast_fp16")]; tensor var_2581_cast_fp16 = mul(x = d_13_cast_fp16, y = d_13_cast_fp16)[name = tensor("op_2581_cast_fp16")]; tensor var_2583_axes_0 = const()[name = tensor("op_2583_axes_0"), val = tensor([1])]; tensor var_2583_keep_dims_0 = const()[name = tensor("op_2583_keep_dims_0"), val = tensor(true)]; tensor var_2583_cast_fp16 = reduce_mean(axes = var_2583_axes_0, keep_dims = var_2583_keep_dims_0, x = var_2581_cast_fp16)[name = tensor("op_2583_cast_fp16")]; tensor scales_13_epsilon_0 = const()[name = tensor("scales_13_epsilon_0"), val = tensor(0x1.197998p-40)]; tensor scales_13_cast_fp16 = rsqrt(epsilon = scales_13_epsilon_0, x = var_2583_cast_fp16)[name = tensor("scales_13_cast_fp16")]; tensor var_2585_cast_fp16 = mul(x = x_321_cast_fp16, y = scales_13_cast_fp16)[name = tensor("op_2585_cast_fp16")]; tensor core_stacks_2_stack_layers_2_norm_scale_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_norm_scale_to_fp16"), val = tensor(0x1.e84p-3)]; tensor src_29_cast_fp16 = mul(x = var_2585_cast_fp16, y = core_stacks_2_stack_layers_2_norm_scale_to_fp16)[name = tensor("src_29_cast_fp16")]; tensor var_2588_cast_fp16 = sub(x = src_29_cast_fp16, y = input_201_cast_fp16)[name = tensor("op_2588_cast_fp16")]; tensor core_stacks_2_stack_layers_2_bypass_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_2_bypass_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(193038080)))]; tensor var_2589_cast_fp16 = mul(x = var_2588_cast_fp16, y = core_stacks_2_stack_layers_2_bypass_bypass_scale_to_fp16)[name = tensor("op_2589_cast_fp16")]; tensor input_231_cast_fp16 = add(x = input_201_cast_fp16, y = var_2589_cast_fp16)[name = tensor("input_231_cast_fp16")]; tensor proj_15_pad_type_0 = const()[name = tensor("proj_15_pad_type_0"), val = tensor("valid")]; tensor proj_15_strides_0 = const()[name = tensor("proj_15_strides_0"), val = tensor([1, 1])]; tensor proj_15_pad_0 = const()[name = tensor("proj_15_pad_0"), val = tensor([0, 0, 0, 0])]; tensor proj_15_dilations_0 = const()[name = tensor("proj_15_dilations_0"), val = tensor([1, 1])]; tensor proj_15_groups_0 = const()[name = tensor("proj_15_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_3_self_attn_weights_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_self_attn_weights_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(193039168)))]; tensor core_stacks_2_stack_layers_3_self_attn_weights_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_self_attn_weights_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(193432448)))]; tensor proj_15_cast_fp16 = conv(bias = core_stacks_2_stack_layers_3_self_attn_weights_in_proj_bias_to_fp16, dilations = proj_15_dilations_0, groups = proj_15_groups_0, pad = proj_15_pad_0, pad_type = proj_15_pad_type_0, strides = proj_15_strides_0, weight = core_stacks_2_stack_layers_3_self_attn_weights_in_proj_weight_to_fp16, x = input_231_cast_fp16)[name = tensor("proj_15_cast_fp16")]; tensor var_2612_begin_0 = const()[name = tensor("op_2612_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_2612_end_0 = const()[name = tensor("op_2612_end_0"), val = tensor([1, 128, 1, 256])]; tensor var_2612_end_mask_0 = const()[name = tensor("op_2612_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_2612_cast_fp16 = slice_by_index(begin = var_2612_begin_0, end = var_2612_end_0, end_mask = var_2612_end_mask_0, x = proj_15_cast_fp16)[name = tensor("op_2612_cast_fp16")]; tensor var_2613 = const()[name = tensor("op_2613"), val = tensor([4, 32, 1, 256])]; tensor var_2614_cast_fp16 = reshape(shape = var_2613, x = var_2612_cast_fp16)[name = tensor("op_2614_cast_fp16")]; tensor var_2616_begin_0 = const()[name = tensor("op_2616_begin_0"), val = tensor([0, 128, 0, 0])]; tensor var_2616_end_0 = const()[name = tensor("op_2616_end_0"), val = tensor([1, 256, 1, 256])]; tensor var_2616_end_mask_0 = const()[name = tensor("op_2616_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_2616_cast_fp16 = slice_by_index(begin = var_2616_begin_0, end = var_2616_end_0, end_mask = var_2616_end_mask_0, x = proj_15_cast_fp16)[name = tensor("op_2616_cast_fp16")]; tensor var_2617 = const()[name = tensor("op_2617"), val = tensor([4, 32, 1, 256])]; tensor var_2618_cast_fp16 = reshape(shape = var_2617, x = var_2616_cast_fp16)[name = tensor("op_2618_cast_fp16")]; tensor var_2620_begin_0 = const()[name = tensor("op_2620_begin_0"), val = tensor([0, 256, 0, 0])]; tensor var_2620_end_0 = const()[name = tensor("op_2620_end_0"), val = tensor([1, 384, 1, 256])]; tensor var_2620_end_mask_0 = const()[name = tensor("op_2620_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_2620_cast_fp16 = slice_by_index(begin = var_2620_begin_0, end = var_2620_end_0, end_mask = var_2620_end_mask_0, x = proj_15_cast_fp16)[name = tensor("op_2620_cast_fp16")]; tensor var_2621 = const()[name = tensor("op_2621"), val = tensor([4, 32, 1, 256])]; tensor pt_15_cast_fp16 = reshape(shape = var_2621, x = var_2620_cast_fp16)[name = tensor("pt_15_cast_fp16")]; tensor transpose_56_perm_0 = const()[name = tensor("transpose_56_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_284 = const()[name = tensor("concat_284"), val = tensor([4, 256, 32])]; tensor transpose_56_cast_fp16 = transpose(perm = transpose_56_perm_0, x = var_2614_cast_fp16)[name = tensor("transpose_236")]; tensor reshape_84_cast_fp16 = reshape(shape = concat_284, x = transpose_56_cast_fp16)[name = tensor("reshape_84_cast_fp16")]; tensor transpose_57_perm_0 = const()[name = tensor("transpose_57_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_285 = const()[name = tensor("concat_285"), val = tensor([4, 32, 256])]; tensor transpose_57_cast_fp16 = transpose(perm = transpose_57_perm_0, x = var_2618_cast_fp16)[name = tensor("transpose_235")]; tensor reshape_85_cast_fp16 = reshape(shape = concat_285, x = transpose_57_cast_fp16)[name = tensor("reshape_85_cast_fp16")]; tensor matmul_28_transpose_x_0 = const()[name = tensor("matmul_28_transpose_x_0"), val = tensor(false)]; tensor matmul_28_transpose_y_0 = const()[name = tensor("matmul_28_transpose_y_0"), val = tensor(false)]; tensor matmul_28_cast_fp16 = matmul(transpose_x = matmul_28_transpose_x_0, transpose_y = matmul_28_transpose_y_0, x = reshape_84_cast_fp16, y = reshape_85_cast_fp16)[name = tensor("matmul_28_cast_fp16")]; tensor concat_289 = const()[name = tensor("concat_289"), val = tensor([4, 1, 256, 256])]; tensor reshape_86_cast_fp16 = reshape(shape = concat_289, x = matmul_28_cast_fp16)[name = tensor("reshape_86_cast_fp16")]; tensor attn_scores_43_perm_0 = const()[name = tensor("attn_scores_43_perm_0"), val = tensor([0, 2, 1, 3])]; tensor var_2625 = const()[name = tensor("op_2625"), val = tensor([0, 1, 3, 2])]; tensor var_2626_cast_fp16 = transpose(perm = var_2625, x = pt_15_cast_fp16)[name = tensor("transpose_233")]; tensor var_2627_cast_fp16 = mul(x = var_2626_cast_fp16, y = core_pos_basis_256_to_fp16)[name = tensor("op_2627_cast_fp16")]; tensor pos_scores_15_axes_0 = const()[name = tensor("pos_scores_15_axes_0"), val = tensor([1])]; tensor pos_scores_15_keep_dims_0 = const()[name = tensor("pos_scores_15_keep_dims_0"), val = tensor(true)]; tensor pos_scores_15_cast_fp16 = reduce_sum(axes = pos_scores_15_axes_0, keep_dims = pos_scores_15_keep_dims_0, x = var_2627_cast_fp16)[name = tensor("pos_scores_15_cast_fp16")]; tensor var_2630 = const()[name = tensor("op_2630"), val = tensor([4, 256, 1, 256])]; tensor var_2631_cast_fp16 = reshape(shape = var_2630, x = pos_scores_15_cast_fp16)[name = tensor("op_2631_cast_fp16")]; tensor attn_scores_43_cast_fp16 = transpose(perm = attn_scores_43_perm_0, x = reshape_86_cast_fp16)[name = tensor("transpose_234")]; tensor attn_scores_45_cast_fp16 = add(x = attn_scores_43_cast_fp16, y = var_2631_cast_fp16)[name = tensor("attn_scores_45_cast_fp16")]; tensor attn_scores_47_cast_fp16 = add(x = attn_scores_45_cast_fp16, y = attn_bias_cast_fp16)[name = tensor("attn_scores_47_cast_fp16")]; tensor attn_weights_15_cast_fp16 = softmax(axis = var_41, x = attn_scores_47_cast_fp16)[name = tensor("attn_weights_15_cast_fp16")]; tensor input_233_cast_fp16 = add(x = input_231_cast_fp16, y = time_emb_5_cast_fp16)[name = tensor("input_233_cast_fp16")]; tensor x_323_pad_type_0 = const()[name = tensor("x_323_pad_type_0"), val = tensor("valid")]; tensor x_323_strides_0 = const()[name = tensor("x_323_strides_0"), val = tensor([1, 1])]; tensor x_323_pad_0 = const()[name = tensor("x_323_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_323_dilations_0 = const()[name = tensor("x_323_dilations_0"), val = tensor([1, 1])]; tensor x_323_groups_0 = const()[name = tensor("x_323_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_3_feed_forward1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_feed_forward1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(193433280)))]; tensor core_stacks_2_stack_layers_3_feed_forward1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_feed_forward1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(194612992)))]; tensor x_323_cast_fp16 = conv(bias = core_stacks_2_stack_layers_3_feed_forward1_in_proj_bias_to_fp16, dilations = x_323_dilations_0, groups = x_323_groups_0, pad = x_323_pad_0, pad_type = x_323_pad_type_0, strides = x_323_strides_0, weight = core_stacks_2_stack_layers_3_feed_forward1_in_proj_weight_to_fp16, x = input_233_cast_fp16)[name = tensor("x_323_cast_fp16")]; tensor var_2645_to_fp16 = const()[name = tensor("op_2645_to_fp16"), val = tensor(0x1p+2)]; tensor x_325_cast_fp16 = sub(x = x_323_cast_fp16, y = var_2645_to_fp16)[name = tensor("x_325_cast_fp16")]; tensor var_2647_cast_fp16 = relu(x = x_325_cast_fp16)[name = tensor("op_2647_cast_fp16")]; tensor var_2648_cast_fp16 = abs(x = x_325_cast_fp16)[name = tensor("op_2648_cast_fp16")]; tensor const_57_promoted_to_fp16 = const()[name = tensor("const_57_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_2649_cast_fp16 = mul(x = var_2648_cast_fp16, y = const_57_promoted_to_fp16)[name = tensor("op_2649_cast_fp16")]; tensor var_2650_cast_fp16 = exp(x = var_2649_cast_fp16)[name = tensor("op_2650_cast_fp16")]; tensor var_2651_epsilon_0 = const()[name = tensor("op_2651_epsilon_0"), val = tensor(0x1p+0)]; tensor var_2651_cast_fp16 = log(epsilon = var_2651_epsilon_0, x = var_2650_cast_fp16)[name = tensor("op_2651_cast_fp16")]; tensor var_2652_cast_fp16 = add(x = var_2647_cast_fp16, y = var_2651_cast_fp16)[name = tensor("op_2652_cast_fp16")]; tensor var_2653_to_fp16 = const()[name = tensor("op_2653_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_2654_cast_fp16 = mul(x = x_323_cast_fp16, y = var_2653_to_fp16)[name = tensor("op_2654_cast_fp16")]; tensor var_2655_cast_fp16 = sub(x = var_2652_cast_fp16, y = var_2654_cast_fp16)[name = tensor("op_2655_cast_fp16")]; tensor var_2656_to_fp16 = const()[name = tensor("op_2656_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_235_cast_fp16 = sub(x = var_2655_cast_fp16, y = var_2656_to_fp16)[name = tensor("input_235_cast_fp16")]; tensor var_2664_pad_type_0 = const()[name = tensor("op_2664_pad_type_0"), val = tensor("valid")]; tensor var_2664_strides_0 = const()[name = tensor("op_2664_strides_0"), val = tensor([1, 1])]; tensor var_2664_pad_0 = const()[name = tensor("op_2664_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2664_dilations_0 = const()[name = tensor("op_2664_dilations_0"), val = tensor([1, 1])]; tensor var_2664_groups_0 = const()[name = tensor("op_2664_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_3_feed_forward1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_feed_forward1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(194615360)))]; tensor core_stacks_2_stack_layers_3_feed_forward1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_feed_forward1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(195795072)))]; tensor var_2664_cast_fp16 = conv(bias = core_stacks_2_stack_layers_3_feed_forward1_out_proj_bias_to_fp16, dilations = var_2664_dilations_0, groups = var_2664_groups_0, pad = var_2664_pad_0, pad_type = var_2664_pad_type_0, strides = var_2664_strides_0, weight = core_stacks_2_stack_layers_3_feed_forward1_out_proj_weight_to_fp16, x = input_235_cast_fp16)[name = tensor("op_2664_cast_fp16")]; tensor input_237_cast_fp16 = add(x = input_233_cast_fp16, y = var_2664_cast_fp16)[name = tensor("input_237_cast_fp16")]; tensor var_2666_begin_0 = const()[name = tensor("op_2666_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_2666_end_0 = const()[name = tensor("op_2666_end_0"), val = tensor([1, 256, 1, 256])]; tensor var_2666_end_mask_0 = const()[name = tensor("op_2666_end_mask_0"), val = tensor([false, true, true, true])]; tensor var_2666_cast_fp16 = slice_by_index(begin = var_2666_begin_0, end = var_2666_end_0, end_mask = var_2666_end_mask_0, x = attn_weights_15_cast_fp16)[name = tensor("op_2666_cast_fp16")]; tensor x_327_pad_type_0 = const()[name = tensor("x_327_pad_type_0"), val = tensor("valid")]; tensor x_327_strides_0 = const()[name = tensor("x_327_strides_0"), val = tensor([1, 1])]; tensor x_327_pad_0 = const()[name = tensor("x_327_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_327_dilations_0 = const()[name = tensor("x_327_dilations_0"), val = tensor([1, 1])]; tensor x_327_groups_0 = const()[name = tensor("x_327_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_3_nonlin_attention_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_nonlin_attention_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(195796160)))]; tensor core_stacks_2_stack_layers_3_nonlin_attention_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_nonlin_attention_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(196975872)))]; tensor x_327_cast_fp16 = conv(bias = core_stacks_2_stack_layers_3_nonlin_attention_in_proj_bias_to_fp16, dilations = x_327_dilations_0, groups = x_327_groups_0, pad = x_327_pad_0, pad_type = x_327_pad_type_0, strides = x_327_strides_0, weight = core_stacks_2_stack_layers_3_nonlin_attention_in_proj_weight_to_fp16, x = input_237_cast_fp16)[name = tensor("x_327_cast_fp16")]; tensor var_2677_begin_0 = const()[name = tensor("op_2677_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_2677_end_0 = const()[name = tensor("op_2677_end_0"), val = tensor([1, 384, 1, 256])]; tensor var_2677_end_mask_0 = const()[name = tensor("op_2677_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_2677_cast_fp16 = slice_by_index(begin = var_2677_begin_0, end = var_2677_end_0, end_mask = var_2677_end_mask_0, x = x_327_cast_fp16)[name = tensor("op_2677_cast_fp16")]; tensor s_gate_15_cast_fp16 = tanh(x = var_2677_cast_fp16)[name = tensor("s_gate_15_cast_fp16")]; tensor var_2680_begin_0 = const()[name = tensor("op_2680_begin_0"), val = tensor([0, 384, 0, 0])]; tensor var_2680_end_0 = const()[name = tensor("op_2680_end_0"), val = tensor([1, 768, 1, 256])]; tensor var_2680_end_mask_0 = const()[name = tensor("op_2680_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_2680_cast_fp16 = slice_by_index(begin = var_2680_begin_0, end = var_2680_end_0, end_mask = var_2680_end_mask_0, x = x_327_cast_fp16)[name = tensor("op_2680_cast_fp16")]; tensor var_2681_cast_fp16 = mul(x = var_2680_cast_fp16, y = s_gate_15_cast_fp16)[name = tensor("op_2681_cast_fp16")]; tensor y_15_begin_0 = const()[name = tensor("y_15_begin_0"), val = tensor([0, 768, 0, 0])]; tensor y_15_end_0 = const()[name = tensor("y_15_end_0"), val = tensor([1, 1152, 1, 256])]; tensor y_15_end_mask_0 = const()[name = tensor("y_15_end_mask_0"), val = tensor([true, true, true, true])]; tensor y_15_cast_fp16 = slice_by_index(begin = y_15_begin_0, end = y_15_end_0, end_mask = y_15_end_mask_0, x = x_327_cast_fp16)[name = tensor("y_15_cast_fp16")]; tensor transpose_58_perm_0 = const()[name = tensor("transpose_58_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_294 = const()[name = tensor("concat_294"), val = tensor([1, 256, 256])]; tensor transpose_58_cast_fp16 = transpose(perm = transpose_58_perm_0, x = var_2666_cast_fp16)[name = tensor("transpose_232")]; tensor reshape_87_cast_fp16 = reshape(shape = concat_294, x = transpose_58_cast_fp16)[name = tensor("reshape_87_cast_fp16")]; tensor transpose_59_perm_0 = const()[name = tensor("transpose_59_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_295 = const()[name = tensor("concat_295"), val = tensor([1, 256, 384])]; tensor transpose_59_cast_fp16 = transpose(perm = transpose_59_perm_0, x = var_2681_cast_fp16)[name = tensor("transpose_231")]; tensor reshape_88_cast_fp16 = reshape(shape = concat_295, x = transpose_59_cast_fp16)[name = tensor("reshape_88_cast_fp16")]; tensor matmul_29_transpose_x_0 = const()[name = tensor("matmul_29_transpose_x_0"), val = tensor(false)]; tensor matmul_29_transpose_y_0 = const()[name = tensor("matmul_29_transpose_y_0"), val = tensor(false)]; tensor matmul_29_cast_fp16 = matmul(transpose_x = matmul_29_transpose_x_0, transpose_y = matmul_29_transpose_y_0, x = reshape_87_cast_fp16, y = reshape_88_cast_fp16)[name = tensor("matmul_29_cast_fp16")]; tensor concat_299 = const()[name = tensor("concat_299"), val = tensor([1, 1, 256, 384])]; tensor reshape_89_cast_fp16 = reshape(shape = concat_299, x = matmul_29_cast_fp16)[name = tensor("reshape_89_cast_fp16")]; tensor v_15_perm_0 = const()[name = tensor("v_15_perm_0"), val = tensor([0, 3, 1, 2])]; tensor v_15_cast_fp16 = transpose(perm = v_15_perm_0, x = reshape_89_cast_fp16)[name = tensor("transpose_230")]; tensor input_239_cast_fp16 = mul(x = v_15_cast_fp16, y = y_15_cast_fp16)[name = tensor("input_239_cast_fp16")]; tensor var_2693_pad_type_0 = const()[name = tensor("op_2693_pad_type_0"), val = tensor("valid")]; tensor var_2693_strides_0 = const()[name = tensor("op_2693_strides_0"), val = tensor([1, 1])]; tensor var_2693_pad_0 = const()[name = tensor("op_2693_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2693_dilations_0 = const()[name = tensor("op_2693_dilations_0"), val = tensor([1, 1])]; tensor var_2693_groups_0 = const()[name = tensor("op_2693_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_3_nonlin_attention_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_nonlin_attention_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(196978240)))]; tensor core_stacks_2_stack_layers_3_nonlin_attention_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_nonlin_attention_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(197371520)))]; tensor var_2693_cast_fp16 = conv(bias = core_stacks_2_stack_layers_3_nonlin_attention_out_proj_bias_to_fp16, dilations = var_2693_dilations_0, groups = var_2693_groups_0, pad = var_2693_pad_0, pad_type = var_2693_pad_type_0, strides = var_2693_strides_0, weight = core_stacks_2_stack_layers_3_nonlin_attention_out_proj_weight_to_fp16, x = input_239_cast_fp16)[name = tensor("op_2693_cast_fp16")]; tensor x_329_cast_fp16 = add(x = input_237_cast_fp16, y = var_2693_cast_fp16)[name = tensor("x_329_cast_fp16")]; tensor var_2704_pad_type_0 = const()[name = tensor("op_2704_pad_type_0"), val = tensor("valid")]; tensor var_2704_strides_0 = const()[name = tensor("op_2704_strides_0"), val = tensor([1, 1])]; tensor var_2704_pad_0 = const()[name = tensor("op_2704_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2704_dilations_0 = const()[name = tensor("op_2704_dilations_0"), val = tensor([1, 1])]; tensor var_2704_groups_0 = const()[name = tensor("op_2704_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_3_self_attn1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_self_attn1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(197372608)))]; tensor core_stacks_2_stack_layers_3_self_attn1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_self_attn1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(197421824)))]; tensor var_2704_cast_fp16 = conv(bias = core_stacks_2_stack_layers_3_self_attn1_in_proj_bias_to_fp16, dilations = var_2704_dilations_0, groups = var_2704_groups_0, pad = var_2704_pad_0, pad_type = var_2704_pad_type_0, strides = var_2704_strides_0, weight = core_stacks_2_stack_layers_3_self_attn1_in_proj_weight_to_fp16, x = x_329_cast_fp16)[name = tensor("op_2704_cast_fp16")]; tensor var_2705 = const()[name = tensor("op_2705"), val = tensor([4, 12, 1, 256])]; tensor var_2706_cast_fp16 = reshape(shape = var_2705, x = var_2704_cast_fp16)[name = tensor("op_2706_cast_fp16")]; tensor transpose_60_perm_0 = const()[name = tensor("transpose_60_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_304 = const()[name = tensor("concat_304"), val = tensor([4, 256, 256])]; tensor transpose_60_cast_fp16 = transpose(perm = transpose_60_perm_0, x = attn_weights_15_cast_fp16)[name = tensor("transpose_229")]; tensor reshape_90_cast_fp16 = reshape(shape = concat_304, x = transpose_60_cast_fp16)[name = tensor("reshape_90_cast_fp16")]; tensor transpose_61_perm_0 = const()[name = tensor("transpose_61_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_305 = const()[name = tensor("concat_305"), val = tensor([4, 256, 12])]; tensor transpose_61_cast_fp16 = transpose(perm = transpose_61_perm_0, x = var_2706_cast_fp16)[name = tensor("transpose_228")]; tensor reshape_91_cast_fp16 = reshape(shape = concat_305, x = transpose_61_cast_fp16)[name = tensor("reshape_91_cast_fp16")]; tensor matmul_30_transpose_x_0 = const()[name = tensor("matmul_30_transpose_x_0"), val = tensor(false)]; tensor matmul_30_transpose_y_0 = const()[name = tensor("matmul_30_transpose_y_0"), val = tensor(false)]; tensor matmul_30_cast_fp16 = matmul(transpose_x = matmul_30_transpose_x_0, transpose_y = matmul_30_transpose_y_0, x = reshape_90_cast_fp16, y = reshape_91_cast_fp16)[name = tensor("matmul_30_cast_fp16")]; tensor concat_309 = const()[name = tensor("concat_309"), val = tensor([4, 1, 256, 12])]; tensor reshape_92_cast_fp16 = reshape(shape = concat_309, x = matmul_30_cast_fp16)[name = tensor("reshape_92_cast_fp16")]; tensor out_29_perm_0 = const()[name = tensor("out_29_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_2709 = const()[name = tensor("op_2709"), val = tensor([1, 48, 1, 256])]; tensor out_29_cast_fp16 = transpose(perm = out_29_perm_0, x = reshape_92_cast_fp16)[name = tensor("transpose_227")]; tensor input_241_cast_fp16 = reshape(shape = var_2709, x = out_29_cast_fp16)[name = tensor("input_241_cast_fp16")]; tensor var_2717_pad_type_0 = const()[name = tensor("op_2717_pad_type_0"), val = tensor("valid")]; tensor var_2717_strides_0 = const()[name = tensor("op_2717_strides_0"), val = tensor([1, 1])]; tensor var_2717_pad_0 = const()[name = tensor("op_2717_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2717_dilations_0 = const()[name = tensor("op_2717_dilations_0"), val = tensor([1, 1])]; tensor var_2717_groups_0 = const()[name = tensor("op_2717_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_3_self_attn1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_self_attn1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(197422016)))]; tensor core_stacks_2_stack_layers_3_self_attn1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_self_attn1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(197471232)))]; tensor var_2717_cast_fp16 = conv(bias = core_stacks_2_stack_layers_3_self_attn1_out_proj_bias_to_fp16, dilations = var_2717_dilations_0, groups = var_2717_groups_0, pad = var_2717_pad_0, pad_type = var_2717_pad_type_0, strides = var_2717_strides_0, weight = core_stacks_2_stack_layers_3_self_attn1_out_proj_weight_to_fp16, x = input_241_cast_fp16)[name = tensor("op_2717_cast_fp16")]; tensor x_331_cast_fp16 = add(x = x_329_cast_fp16, y = var_2717_cast_fp16)[name = tensor("x_331_cast_fp16")]; tensor x_333_cast_fp16 = add(x = x_331_cast_fp16, y = time_emb_5_cast_fp16)[name = tensor("x_333_cast_fp16")]; tensor x_335_pad_type_0 = const()[name = tensor("x_335_pad_type_0"), val = tensor("valid")]; tensor x_335_strides_0 = const()[name = tensor("x_335_strides_0"), val = tensor([1, 1])]; tensor x_335_pad_0 = const()[name = tensor("x_335_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_335_dilations_0 = const()[name = tensor("x_335_dilations_0"), val = tensor([1, 1])]; tensor x_335_groups_0 = const()[name = tensor("x_335_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_3_conv_module1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_conv_module1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(197472320)))]; tensor core_stacks_2_stack_layers_3_conv_module1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_conv_module1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(198520960)))]; tensor x_335_cast_fp16 = conv(bias = core_stacks_2_stack_layers_3_conv_module1_in_proj_bias_to_fp16, dilations = x_335_dilations_0, groups = x_335_groups_0, pad = x_335_pad_0, pad_type = x_335_pad_type_0, strides = x_335_strides_0, weight = core_stacks_2_stack_layers_3_conv_module1_in_proj_weight_to_fp16, x = x_333_cast_fp16)[name = tensor("x_335_cast_fp16")]; tensor var_2731_begin_0 = const()[name = tensor("op_2731_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_2731_end_0 = const()[name = tensor("op_2731_end_0"), val = tensor([1, 512, 1, 256])]; tensor var_2731_end_mask_0 = const()[name = tensor("op_2731_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_2731_cast_fp16 = slice_by_index(begin = var_2731_begin_0, end = var_2731_end_0, end_mask = var_2731_end_mask_0, x = x_335_cast_fp16)[name = tensor("op_2731_cast_fp16")]; tensor var_2733_begin_0 = const()[name = tensor("op_2733_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_2733_end_0 = const()[name = tensor("op_2733_end_0"), val = tensor([1, 1024, 1, 256])]; tensor var_2733_end_mask_0 = const()[name = tensor("op_2733_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_2733_cast_fp16 = slice_by_index(begin = var_2733_begin_0, end = var_2733_end_0, end_mask = var_2733_end_mask_0, x = x_335_cast_fp16)[name = tensor("op_2733_cast_fp16")]; tensor var_2734_cast_fp16 = sigmoid(x = var_2733_cast_fp16)[name = tensor("op_2734_cast_fp16")]; tensor x_337_cast_fp16 = mul(x = var_2731_cast_fp16, y = var_2734_cast_fp16)[name = tensor("x_337_cast_fp16")]; tensor input_243_cast_fp16 = mul(x = x_337_cast_fp16, y = conv_keep_cast_fp16)[name = tensor("input_243_cast_fp16")]; tensor x_339_pad_type_0 = const()[name = tensor("x_339_pad_type_0"), val = tensor("custom")]; tensor x_339_pad_0 = const()[name = tensor("x_339_pad_0"), val = tensor([0, 0, 3, 3])]; tensor x_339_groups_0 = const()[name = tensor("x_339_groups_0"), val = tensor(512)]; tensor x_339_strides_0 = const()[name = tensor("x_339_strides_0"), val = tensor([1, 1])]; tensor x_339_dilations_0 = const()[name = tensor("x_339_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_2_stack_layers_3_conv_module1_dw_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_conv_module1_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(198523072)))]; tensor core_stacks_2_stack_layers_3_conv_module1_dw_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_conv_module1_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(198530304)))]; tensor x_339_cast_fp16 = conv(bias = core_stacks_2_stack_layers_3_conv_module1_dw_bias_to_fp16, dilations = x_339_dilations_0, groups = x_339_groups_0, pad = x_339_pad_0, pad_type = x_339_pad_type_0, strides = x_339_strides_0, weight = core_stacks_2_stack_layers_3_conv_module1_dw_weight_to_fp16, x = input_243_cast_fp16)[name = tensor("x_339_cast_fp16")]; tensor var_2744_to_fp16 = const()[name = tensor("op_2744_to_fp16"), val = tensor(0x1p+0)]; tensor x_341_cast_fp16 = sub(x = x_339_cast_fp16, y = var_2744_to_fp16)[name = tensor("x_341_cast_fp16")]; tensor var_2746_cast_fp16 = relu(x = x_341_cast_fp16)[name = tensor("op_2746_cast_fp16")]; tensor var_2747_cast_fp16 = abs(x = x_341_cast_fp16)[name = tensor("op_2747_cast_fp16")]; tensor const_59_promoted_to_fp16 = const()[name = tensor("const_59_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_2748_cast_fp16 = mul(x = var_2747_cast_fp16, y = const_59_promoted_to_fp16)[name = tensor("op_2748_cast_fp16")]; tensor var_2749_cast_fp16 = exp(x = var_2748_cast_fp16)[name = tensor("op_2749_cast_fp16")]; tensor var_2750_epsilon_0 = const()[name = tensor("op_2750_epsilon_0"), val = tensor(0x1p+0)]; tensor var_2750_cast_fp16 = log(epsilon = var_2750_epsilon_0, x = var_2749_cast_fp16)[name = tensor("op_2750_cast_fp16")]; tensor var_2751_cast_fp16 = add(x = var_2746_cast_fp16, y = var_2750_cast_fp16)[name = tensor("op_2751_cast_fp16")]; tensor var_2752_to_fp16 = const()[name = tensor("op_2752_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_2753_cast_fp16 = mul(x = x_339_cast_fp16, y = var_2752_to_fp16)[name = tensor("op_2753_cast_fp16")]; tensor var_2754_cast_fp16 = sub(x = var_2751_cast_fp16, y = var_2753_cast_fp16)[name = tensor("op_2754_cast_fp16")]; tensor var_2755_to_fp16 = const()[name = tensor("op_2755_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_245_cast_fp16 = sub(x = var_2754_cast_fp16, y = var_2755_to_fp16)[name = tensor("input_245_cast_fp16")]; tensor var_2763_pad_type_0 = const()[name = tensor("op_2763_pad_type_0"), val = tensor("valid")]; tensor var_2763_strides_0 = const()[name = tensor("op_2763_strides_0"), val = tensor([1, 1])]; tensor var_2763_pad_0 = const()[name = tensor("op_2763_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2763_dilations_0 = const()[name = tensor("op_2763_dilations_0"), val = tensor([1, 1])]; tensor var_2763_groups_0 = const()[name = tensor("op_2763_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_3_conv_module1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_conv_module1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(198531392)))]; tensor core_stacks_2_stack_layers_3_conv_module1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_conv_module1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(199055744)))]; tensor var_2763_cast_fp16 = conv(bias = core_stacks_2_stack_layers_3_conv_module1_out_proj_bias_to_fp16, dilations = var_2763_dilations_0, groups = var_2763_groups_0, pad = var_2763_pad_0, pad_type = var_2763_pad_type_0, strides = var_2763_strides_0, weight = core_stacks_2_stack_layers_3_conv_module1_out_proj_weight_to_fp16, x = input_245_cast_fp16)[name = tensor("op_2763_cast_fp16")]; tensor input_247_cast_fp16 = add(x = x_333_cast_fp16, y = var_2763_cast_fp16)[name = tensor("input_247_cast_fp16")]; tensor x_343_pad_type_0 = const()[name = tensor("x_343_pad_type_0"), val = tensor("valid")]; tensor x_343_strides_0 = const()[name = tensor("x_343_strides_0"), val = tensor([1, 1])]; tensor x_343_pad_0 = const()[name = tensor("x_343_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_343_dilations_0 = const()[name = tensor("x_343_dilations_0"), val = tensor([1, 1])]; tensor x_343_groups_0 = const()[name = tensor("x_343_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_3_feed_forward2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_feed_forward2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(199056832)))]; tensor core_stacks_2_stack_layers_3_feed_forward2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_feed_forward2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(200629760)))]; tensor x_343_cast_fp16 = conv(bias = core_stacks_2_stack_layers_3_feed_forward2_in_proj_bias_to_fp16, dilations = x_343_dilations_0, groups = x_343_groups_0, pad = x_343_pad_0, pad_type = x_343_pad_type_0, strides = x_343_strides_0, weight = core_stacks_2_stack_layers_3_feed_forward2_in_proj_weight_to_fp16, x = input_247_cast_fp16)[name = tensor("x_343_cast_fp16")]; tensor var_2774_to_fp16 = const()[name = tensor("op_2774_to_fp16"), val = tensor(0x1p+2)]; tensor x_345_cast_fp16 = sub(x = x_343_cast_fp16, y = var_2774_to_fp16)[name = tensor("x_345_cast_fp16")]; tensor var_2776_cast_fp16 = relu(x = x_345_cast_fp16)[name = tensor("op_2776_cast_fp16")]; tensor var_2777_cast_fp16 = abs(x = x_345_cast_fp16)[name = tensor("op_2777_cast_fp16")]; tensor const_60_promoted_to_fp16 = const()[name = tensor("const_60_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_2778_cast_fp16 = mul(x = var_2777_cast_fp16, y = const_60_promoted_to_fp16)[name = tensor("op_2778_cast_fp16")]; tensor var_2779_cast_fp16 = exp(x = var_2778_cast_fp16)[name = tensor("op_2779_cast_fp16")]; tensor var_2780_epsilon_0 = const()[name = tensor("op_2780_epsilon_0"), val = tensor(0x1p+0)]; tensor var_2780_cast_fp16 = log(epsilon = var_2780_epsilon_0, x = var_2779_cast_fp16)[name = tensor("op_2780_cast_fp16")]; tensor var_2781_cast_fp16 = add(x = var_2776_cast_fp16, y = var_2780_cast_fp16)[name = tensor("op_2781_cast_fp16")]; tensor var_2782_to_fp16 = const()[name = tensor("op_2782_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_2783_cast_fp16 = mul(x = x_343_cast_fp16, y = var_2782_to_fp16)[name = tensor("op_2783_cast_fp16")]; tensor var_2784_cast_fp16 = sub(x = var_2781_cast_fp16, y = var_2783_cast_fp16)[name = tensor("op_2784_cast_fp16")]; tensor var_2785_to_fp16 = const()[name = tensor("op_2785_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_249_cast_fp16 = sub(x = var_2784_cast_fp16, y = var_2785_to_fp16)[name = tensor("input_249_cast_fp16")]; tensor var_2793_pad_type_0 = const()[name = tensor("op_2793_pad_type_0"), val = tensor("valid")]; tensor var_2793_strides_0 = const()[name = tensor("op_2793_strides_0"), val = tensor([1, 1])]; tensor var_2793_pad_0 = const()[name = tensor("op_2793_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2793_dilations_0 = const()[name = tensor("op_2793_dilations_0"), val = tensor([1, 1])]; tensor var_2793_groups_0 = const()[name = tensor("op_2793_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_3_feed_forward2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_feed_forward2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(200632896)))]; tensor core_stacks_2_stack_layers_3_feed_forward2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_feed_forward2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(202205824)))]; tensor var_2793_cast_fp16 = conv(bias = core_stacks_2_stack_layers_3_feed_forward2_out_proj_bias_to_fp16, dilations = var_2793_dilations_0, groups = var_2793_groups_0, pad = var_2793_pad_0, pad_type = var_2793_pad_type_0, strides = var_2793_strides_0, weight = core_stacks_2_stack_layers_3_feed_forward2_out_proj_weight_to_fp16, x = input_249_cast_fp16)[name = tensor("op_2793_cast_fp16")]; tensor src_31_cast_fp16 = add(x = input_247_cast_fp16, y = var_2793_cast_fp16)[name = tensor("src_31_cast_fp16")]; tensor var_2796_cast_fp16 = sub(x = src_31_cast_fp16, y = input_231_cast_fp16)[name = tensor("op_2796_cast_fp16")]; tensor core_stacks_2_stack_layers_3_bypass_mid_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_bypass_mid_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(202206912)))]; tensor var_2797_cast_fp16 = mul(x = var_2796_cast_fp16, y = core_stacks_2_stack_layers_3_bypass_mid_bypass_scale_to_fp16)[name = tensor("op_2797_cast_fp16")]; tensor x_347_cast_fp16 = add(x = input_231_cast_fp16, y = var_2797_cast_fp16)[name = tensor("x_347_cast_fp16")]; tensor var_2808_pad_type_0 = const()[name = tensor("op_2808_pad_type_0"), val = tensor("valid")]; tensor var_2808_strides_0 = const()[name = tensor("op_2808_strides_0"), val = tensor([1, 1])]; tensor var_2808_pad_0 = const()[name = tensor("op_2808_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2808_dilations_0 = const()[name = tensor("op_2808_dilations_0"), val = tensor([1, 1])]; tensor var_2808_groups_0 = const()[name = tensor("op_2808_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_3_self_attn2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_self_attn2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(202208000)))]; tensor core_stacks_2_stack_layers_3_self_attn2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_self_attn2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(202257216)))]; tensor var_2808_cast_fp16 = conv(bias = core_stacks_2_stack_layers_3_self_attn2_in_proj_bias_to_fp16, dilations = var_2808_dilations_0, groups = var_2808_groups_0, pad = var_2808_pad_0, pad_type = var_2808_pad_type_0, strides = var_2808_strides_0, weight = core_stacks_2_stack_layers_3_self_attn2_in_proj_weight_to_fp16, x = x_347_cast_fp16)[name = tensor("op_2808_cast_fp16")]; tensor var_2809 = const()[name = tensor("op_2809"), val = tensor([4, 12, 1, 256])]; tensor var_2810_cast_fp16 = reshape(shape = var_2809, x = var_2808_cast_fp16)[name = tensor("op_2810_cast_fp16")]; tensor transpose_63_perm_0 = const()[name = tensor("transpose_63_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_315 = const()[name = tensor("concat_315"), val = tensor([4, 256, 12])]; tensor transpose_63_cast_fp16 = transpose(perm = transpose_63_perm_0, x = var_2810_cast_fp16)[name = tensor("transpose_226")]; tensor reshape_94_cast_fp16 = reshape(shape = concat_315, x = transpose_63_cast_fp16)[name = tensor("reshape_94_cast_fp16")]; tensor matmul_31_transpose_x_0 = const()[name = tensor("matmul_31_transpose_x_0"), val = tensor(false)]; tensor matmul_31_transpose_y_0 = const()[name = tensor("matmul_31_transpose_y_0"), val = tensor(false)]; tensor matmul_31_cast_fp16 = matmul(transpose_x = matmul_31_transpose_x_0, transpose_y = matmul_31_transpose_y_0, x = reshape_90_cast_fp16, y = reshape_94_cast_fp16)[name = tensor("matmul_31_cast_fp16")]; tensor concat_319 = const()[name = tensor("concat_319"), val = tensor([4, 1, 256, 12])]; tensor reshape_95_cast_fp16 = reshape(shape = concat_319, x = matmul_31_cast_fp16)[name = tensor("reshape_95_cast_fp16")]; tensor out_31_perm_0 = const()[name = tensor("out_31_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_2813 = const()[name = tensor("op_2813"), val = tensor([1, 48, 1, 256])]; tensor out_31_cast_fp16 = transpose(perm = out_31_perm_0, x = reshape_95_cast_fp16)[name = tensor("transpose_225")]; tensor input_251_cast_fp16 = reshape(shape = var_2813, x = out_31_cast_fp16)[name = tensor("input_251_cast_fp16")]; tensor var_2821_pad_type_0 = const()[name = tensor("op_2821_pad_type_0"), val = tensor("valid")]; tensor var_2821_strides_0 = const()[name = tensor("op_2821_strides_0"), val = tensor([1, 1])]; tensor var_2821_pad_0 = const()[name = tensor("op_2821_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2821_dilations_0 = const()[name = tensor("op_2821_dilations_0"), val = tensor([1, 1])]; tensor var_2821_groups_0 = const()[name = tensor("op_2821_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_3_self_attn2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_self_attn2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(202257408)))]; tensor core_stacks_2_stack_layers_3_self_attn2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_self_attn2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(202306624)))]; tensor var_2821_cast_fp16 = conv(bias = core_stacks_2_stack_layers_3_self_attn2_out_proj_bias_to_fp16, dilations = var_2821_dilations_0, groups = var_2821_groups_0, pad = var_2821_pad_0, pad_type = var_2821_pad_type_0, strides = var_2821_strides_0, weight = core_stacks_2_stack_layers_3_self_attn2_out_proj_weight_to_fp16, x = input_251_cast_fp16)[name = tensor("op_2821_cast_fp16")]; tensor x_349_cast_fp16 = add(x = x_347_cast_fp16, y = var_2821_cast_fp16)[name = tensor("x_349_cast_fp16")]; tensor x_351_cast_fp16 = add(x = x_349_cast_fp16, y = time_emb_5_cast_fp16)[name = tensor("x_351_cast_fp16")]; tensor x_353_pad_type_0 = const()[name = tensor("x_353_pad_type_0"), val = tensor("valid")]; tensor x_353_strides_0 = const()[name = tensor("x_353_strides_0"), val = tensor([1, 1])]; tensor x_353_pad_0 = const()[name = tensor("x_353_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_353_dilations_0 = const()[name = tensor("x_353_dilations_0"), val = tensor([1, 1])]; tensor x_353_groups_0 = const()[name = tensor("x_353_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_3_conv_module2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_conv_module2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(202307712)))]; tensor core_stacks_2_stack_layers_3_conv_module2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_conv_module2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(203356352)))]; tensor x_353_cast_fp16 = conv(bias = core_stacks_2_stack_layers_3_conv_module2_in_proj_bias_to_fp16, dilations = x_353_dilations_0, groups = x_353_groups_0, pad = x_353_pad_0, pad_type = x_353_pad_type_0, strides = x_353_strides_0, weight = core_stacks_2_stack_layers_3_conv_module2_in_proj_weight_to_fp16, x = x_351_cast_fp16)[name = tensor("x_353_cast_fp16")]; tensor var_2835_begin_0 = const()[name = tensor("op_2835_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_2835_end_0 = const()[name = tensor("op_2835_end_0"), val = tensor([1, 512, 1, 256])]; tensor var_2835_end_mask_0 = const()[name = tensor("op_2835_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_2835_cast_fp16 = slice_by_index(begin = var_2835_begin_0, end = var_2835_end_0, end_mask = var_2835_end_mask_0, x = x_353_cast_fp16)[name = tensor("op_2835_cast_fp16")]; tensor var_2837_begin_0 = const()[name = tensor("op_2837_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_2837_end_0 = const()[name = tensor("op_2837_end_0"), val = tensor([1, 1024, 1, 256])]; tensor var_2837_end_mask_0 = const()[name = tensor("op_2837_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_2837_cast_fp16 = slice_by_index(begin = var_2837_begin_0, end = var_2837_end_0, end_mask = var_2837_end_mask_0, x = x_353_cast_fp16)[name = tensor("op_2837_cast_fp16")]; tensor var_2838_cast_fp16 = sigmoid(x = var_2837_cast_fp16)[name = tensor("op_2838_cast_fp16")]; tensor x_355_cast_fp16 = mul(x = var_2835_cast_fp16, y = var_2838_cast_fp16)[name = tensor("x_355_cast_fp16")]; tensor input_253_cast_fp16 = mul(x = x_355_cast_fp16, y = conv_keep_cast_fp16)[name = tensor("input_253_cast_fp16")]; tensor x_357_pad_type_0 = const()[name = tensor("x_357_pad_type_0"), val = tensor("custom")]; tensor x_357_pad_0 = const()[name = tensor("x_357_pad_0"), val = tensor([0, 0, 3, 3])]; tensor x_357_groups_0 = const()[name = tensor("x_357_groups_0"), val = tensor(512)]; tensor x_357_strides_0 = const()[name = tensor("x_357_strides_0"), val = tensor([1, 1])]; tensor x_357_dilations_0 = const()[name = tensor("x_357_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_2_stack_layers_3_conv_module2_dw_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_conv_module2_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(203358464)))]; tensor core_stacks_2_stack_layers_3_conv_module2_dw_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_conv_module2_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(203365696)))]; tensor x_357_cast_fp16 = conv(bias = core_stacks_2_stack_layers_3_conv_module2_dw_bias_to_fp16, dilations = x_357_dilations_0, groups = x_357_groups_0, pad = x_357_pad_0, pad_type = x_357_pad_type_0, strides = x_357_strides_0, weight = core_stacks_2_stack_layers_3_conv_module2_dw_weight_to_fp16, x = input_253_cast_fp16)[name = tensor("x_357_cast_fp16")]; tensor var_2848_to_fp16 = const()[name = tensor("op_2848_to_fp16"), val = tensor(0x1p+0)]; tensor x_359_cast_fp16 = sub(x = x_357_cast_fp16, y = var_2848_to_fp16)[name = tensor("x_359_cast_fp16")]; tensor var_2850_cast_fp16 = relu(x = x_359_cast_fp16)[name = tensor("op_2850_cast_fp16")]; tensor var_2851_cast_fp16 = abs(x = x_359_cast_fp16)[name = tensor("op_2851_cast_fp16")]; tensor const_62_promoted_to_fp16 = const()[name = tensor("const_62_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_2852_cast_fp16 = mul(x = var_2851_cast_fp16, y = const_62_promoted_to_fp16)[name = tensor("op_2852_cast_fp16")]; tensor var_2853_cast_fp16 = exp(x = var_2852_cast_fp16)[name = tensor("op_2853_cast_fp16")]; tensor var_2854_epsilon_0 = const()[name = tensor("op_2854_epsilon_0"), val = tensor(0x1p+0)]; tensor var_2854_cast_fp16 = log(epsilon = var_2854_epsilon_0, x = var_2853_cast_fp16)[name = tensor("op_2854_cast_fp16")]; tensor var_2855_cast_fp16 = add(x = var_2850_cast_fp16, y = var_2854_cast_fp16)[name = tensor("op_2855_cast_fp16")]; tensor var_2856_to_fp16 = const()[name = tensor("op_2856_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_2857_cast_fp16 = mul(x = x_357_cast_fp16, y = var_2856_to_fp16)[name = tensor("op_2857_cast_fp16")]; tensor var_2858_cast_fp16 = sub(x = var_2855_cast_fp16, y = var_2857_cast_fp16)[name = tensor("op_2858_cast_fp16")]; tensor var_2859_to_fp16 = const()[name = tensor("op_2859_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_255_cast_fp16 = sub(x = var_2858_cast_fp16, y = var_2859_to_fp16)[name = tensor("input_255_cast_fp16")]; tensor var_2867_pad_type_0 = const()[name = tensor("op_2867_pad_type_0"), val = tensor("valid")]; tensor var_2867_strides_0 = const()[name = tensor("op_2867_strides_0"), val = tensor([1, 1])]; tensor var_2867_pad_0 = const()[name = tensor("op_2867_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2867_dilations_0 = const()[name = tensor("op_2867_dilations_0"), val = tensor([1, 1])]; tensor var_2867_groups_0 = const()[name = tensor("op_2867_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_3_conv_module2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_conv_module2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(203366784)))]; tensor core_stacks_2_stack_layers_3_conv_module2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_conv_module2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(203891136)))]; tensor var_2867_cast_fp16 = conv(bias = core_stacks_2_stack_layers_3_conv_module2_out_proj_bias_to_fp16, dilations = var_2867_dilations_0, groups = var_2867_groups_0, pad = var_2867_pad_0, pad_type = var_2867_pad_type_0, strides = var_2867_strides_0, weight = core_stacks_2_stack_layers_3_conv_module2_out_proj_weight_to_fp16, x = input_255_cast_fp16)[name = tensor("op_2867_cast_fp16")]; tensor input_257_cast_fp16 = add(x = x_351_cast_fp16, y = var_2867_cast_fp16)[name = tensor("input_257_cast_fp16")]; tensor x_361_pad_type_0 = const()[name = tensor("x_361_pad_type_0"), val = tensor("valid")]; tensor x_361_strides_0 = const()[name = tensor("x_361_strides_0"), val = tensor([1, 1])]; tensor x_361_pad_0 = const()[name = tensor("x_361_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_361_dilations_0 = const()[name = tensor("x_361_dilations_0"), val = tensor([1, 1])]; tensor x_361_groups_0 = const()[name = tensor("x_361_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_3_feed_forward3_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_feed_forward3_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(203892224)))]; tensor core_stacks_2_stack_layers_3_feed_forward3_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_feed_forward3_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(205858368)))]; tensor x_361_cast_fp16 = conv(bias = core_stacks_2_stack_layers_3_feed_forward3_in_proj_bias_to_fp16, dilations = x_361_dilations_0, groups = x_361_groups_0, pad = x_361_pad_0, pad_type = x_361_pad_type_0, strides = x_361_strides_0, weight = core_stacks_2_stack_layers_3_feed_forward3_in_proj_weight_to_fp16, x = input_257_cast_fp16)[name = tensor("x_361_cast_fp16")]; tensor var_2878_to_fp16 = const()[name = tensor("op_2878_to_fp16"), val = tensor(0x1p+2)]; tensor x_363_cast_fp16 = sub(x = x_361_cast_fp16, y = var_2878_to_fp16)[name = tensor("x_363_cast_fp16")]; tensor var_2880_cast_fp16 = relu(x = x_363_cast_fp16)[name = tensor("op_2880_cast_fp16")]; tensor var_2881_cast_fp16 = abs(x = x_363_cast_fp16)[name = tensor("op_2881_cast_fp16")]; tensor const_63_promoted_to_fp16 = const()[name = tensor("const_63_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_2882_cast_fp16 = mul(x = var_2881_cast_fp16, y = const_63_promoted_to_fp16)[name = tensor("op_2882_cast_fp16")]; tensor var_2883_cast_fp16 = exp(x = var_2882_cast_fp16)[name = tensor("op_2883_cast_fp16")]; tensor var_2884_epsilon_0 = const()[name = tensor("op_2884_epsilon_0"), val = tensor(0x1p+0)]; tensor var_2884_cast_fp16 = log(epsilon = var_2884_epsilon_0, x = var_2883_cast_fp16)[name = tensor("op_2884_cast_fp16")]; tensor var_2885_cast_fp16 = add(x = var_2880_cast_fp16, y = var_2884_cast_fp16)[name = tensor("op_2885_cast_fp16")]; tensor var_2886_to_fp16 = const()[name = tensor("op_2886_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_2887_cast_fp16 = mul(x = x_361_cast_fp16, y = var_2886_to_fp16)[name = tensor("op_2887_cast_fp16")]; tensor var_2888_cast_fp16 = sub(x = var_2885_cast_fp16, y = var_2887_cast_fp16)[name = tensor("op_2888_cast_fp16")]; tensor var_2889_to_fp16 = const()[name = tensor("op_2889_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_259_cast_fp16 = sub(x = var_2888_cast_fp16, y = var_2889_to_fp16)[name = tensor("input_259_cast_fp16")]; tensor var_2897_pad_type_0 = const()[name = tensor("op_2897_pad_type_0"), val = tensor("valid")]; tensor var_2897_strides_0 = const()[name = tensor("op_2897_strides_0"), val = tensor([1, 1])]; tensor var_2897_pad_0 = const()[name = tensor("op_2897_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_2897_dilations_0 = const()[name = tensor("op_2897_dilations_0"), val = tensor([1, 1])]; tensor var_2897_groups_0 = const()[name = tensor("op_2897_groups_0"), val = tensor(1)]; tensor core_stacks_2_stack_layers_3_feed_forward3_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_feed_forward3_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(205862272)))]; tensor core_stacks_2_stack_layers_3_feed_forward3_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_feed_forward3_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(207828416)))]; tensor var_2897_cast_fp16 = conv(bias = core_stacks_2_stack_layers_3_feed_forward3_out_proj_bias_to_fp16, dilations = var_2897_dilations_0, groups = var_2897_groups_0, pad = var_2897_pad_0, pad_type = var_2897_pad_type_0, strides = var_2897_strides_0, weight = core_stacks_2_stack_layers_3_feed_forward3_out_proj_weight_to_fp16, x = input_259_cast_fp16)[name = tensor("op_2897_cast_fp16")]; tensor x_365_cast_fp16 = add(x = input_257_cast_fp16, y = var_2897_cast_fp16)[name = tensor("x_365_cast_fp16")]; tensor core_stacks_2_stack_layers_3_norm_bias_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(207829504)))]; tensor d_15_cast_fp16 = sub(x = x_365_cast_fp16, y = core_stacks_2_stack_layers_3_norm_bias_to_fp16)[name = tensor("d_15_cast_fp16")]; tensor var_2902_cast_fp16 = mul(x = d_15_cast_fp16, y = d_15_cast_fp16)[name = tensor("op_2902_cast_fp16")]; tensor var_2904_axes_0 = const()[name = tensor("op_2904_axes_0"), val = tensor([1])]; tensor var_2904_keep_dims_0 = const()[name = tensor("op_2904_keep_dims_0"), val = tensor(true)]; tensor var_2904_cast_fp16 = reduce_mean(axes = var_2904_axes_0, keep_dims = var_2904_keep_dims_0, x = var_2902_cast_fp16)[name = tensor("op_2904_cast_fp16")]; tensor scales_15_epsilon_0 = const()[name = tensor("scales_15_epsilon_0"), val = tensor(0x1.197998p-40)]; tensor scales_15_cast_fp16 = rsqrt(epsilon = scales_15_epsilon_0, x = var_2904_cast_fp16)[name = tensor("scales_15_cast_fp16")]; tensor var_2906_cast_fp16 = mul(x = x_365_cast_fp16, y = scales_15_cast_fp16)[name = tensor("op_2906_cast_fp16")]; tensor core_stacks_2_stack_layers_3_norm_scale_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_norm_scale_to_fp16"), val = tensor(0x1.b4p-2)]; tensor src_33_cast_fp16 = mul(x = var_2906_cast_fp16, y = core_stacks_2_stack_layers_3_norm_scale_to_fp16)[name = tensor("src_33_cast_fp16")]; tensor var_2909_cast_fp16 = sub(x = src_33_cast_fp16, y = input_231_cast_fp16)[name = tensor("op_2909_cast_fp16")]; tensor core_stacks_2_stack_layers_3_bypass_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_2_stack_layers_3_bypass_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(207830592)))]; tensor var_2910_cast_fp16 = mul(x = var_2909_cast_fp16, y = core_stacks_2_stack_layers_3_bypass_bypass_scale_to_fp16)[name = tensor("op_2910_cast_fp16")]; tensor input_261_cast_fp16 = add(x = input_231_cast_fp16, y = var_2910_cast_fp16)[name = tensor("input_261_cast_fp16")]; tensor src_35_scale_factor_height_0 = const()[name = tensor("src_35_scale_factor_height_0"), val = tensor(0x1p+0)]; tensor src_35_scale_factor_width_0 = const()[name = tensor("src_35_scale_factor_width_0"), val = tensor(0x1p+2)]; tensor src_35_cast_fp16 = upsample_nearest_neighbor(scale_factor_height = src_35_scale_factor_height_0, scale_factor_width = src_35_scale_factor_width_0, x = input_261_cast_fp16)[name = tensor("src_35_cast_fp16")]; tensor var_2915_cast_fp16 = sub(x = src_35_cast_fp16, y = input_137_cast_fp16)[name = tensor("op_2915_cast_fp16")]; tensor core_stacks_2_out_combiner_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_2_out_combiner_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(207831680)))]; tensor var_2916_cast_fp16 = mul(x = var_2915_cast_fp16, y = core_stacks_2_out_combiner_bypass_scale_to_fp16)[name = tensor("op_2916_cast_fp16")]; tensor input_263_cast_fp16 = add(x = input_137_cast_fp16, y = var_2916_cast_fp16)[name = tensor("input_263_cast_fp16")]; tensor input_267_pad_type_0 = const()[name = tensor("input_267_pad_type_0"), val = tensor("valid")]; tensor input_267_strides_0 = const()[name = tensor("input_267_strides_0"), val = tensor([1, 2])]; tensor input_267_groups_0 = const()[name = tensor("input_267_groups_0"), val = tensor(512)]; tensor input_267_pad_0 = const()[name = tensor("input_267_pad_0"), val = tensor([0, 0, 0, 0])]; tensor input_267_dilations_0 = const()[name = tensor("input_267_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_3_down_weight_to_fp16 = const()[name = tensor("core_stacks_3_down_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(207832768)))]; tensor input_267_cast_fp16 = conv(dilations = input_267_dilations_0, groups = input_267_groups_0, pad = input_267_pad_0, pad_type = input_267_pad_type_0, strides = input_267_strides_0, weight = core_stacks_3_down_weight_to_fp16, x = input_263_cast_fp16)[name = tensor("input_267_cast_fp16")]; tensor time_emb_7_pad_type_0 = const()[name = tensor("time_emb_7_pad_type_0"), val = tensor("valid")]; tensor time_emb_7_strides_0 = const()[name = tensor("time_emb_7_strides_0"), val = tensor([1, 1])]; tensor time_emb_7_pad_0 = const()[name = tensor("time_emb_7_pad_0"), val = tensor([0, 0, 0, 0])]; tensor time_emb_7_dilations_0 = const()[name = tensor("time_emb_7_dilations_0"), val = tensor([1, 1])]; tensor time_emb_7_groups_0 = const()[name = tensor("time_emb_7_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_time_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_time_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(207834880)))]; tensor core_stacks_3_stack_time_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_time_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(208031552)))]; tensor time_emb_7_cast_fp16 = conv(bias = core_stacks_3_stack_time_proj_bias_to_fp16, dilations = time_emb_7_dilations_0, groups = time_emb_7_groups_0, pad = time_emb_7_pad_0, pad_type = time_emb_7_pad_type_0, strides = time_emb_7_strides_0, weight = core_stacks_3_stack_time_proj_weight_to_fp16, x = input_9_cast_fp16)[name = tensor("time_emb_7_cast_fp16")]; tensor proj_17_pad_type_0 = const()[name = tensor("proj_17_pad_type_0"), val = tensor("valid")]; tensor proj_17_strides_0 = const()[name = tensor("proj_17_strides_0"), val = tensor([1, 1])]; tensor proj_17_pad_0 = const()[name = tensor("proj_17_pad_0"), val = tensor([0, 0, 0, 0])]; tensor proj_17_dilations_0 = const()[name = tensor("proj_17_dilations_0"), val = tensor([1, 1])]; tensor proj_17_groups_0 = const()[name = tensor("proj_17_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_0_self_attn_weights_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_self_attn_weights_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(208032640)))]; tensor core_stacks_3_stack_layers_0_self_attn_weights_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_self_attn_weights_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(208425920)))]; tensor proj_17_cast_fp16 = conv(bias = core_stacks_3_stack_layers_0_self_attn_weights_in_proj_bias_to_fp16, dilations = proj_17_dilations_0, groups = proj_17_groups_0, pad = proj_17_pad_0, pad_type = proj_17_pad_type_0, strides = proj_17_strides_0, weight = core_stacks_3_stack_layers_0_self_attn_weights_in_proj_weight_to_fp16, x = input_267_cast_fp16)[name = tensor("proj_17_cast_fp16")]; tensor var_2977_begin_0 = const()[name = tensor("op_2977_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_2977_end_0 = const()[name = tensor("op_2977_end_0"), val = tensor([1, 128, 1, 512])]; tensor var_2977_end_mask_0 = const()[name = tensor("op_2977_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_2977_cast_fp16 = slice_by_index(begin = var_2977_begin_0, end = var_2977_end_0, end_mask = var_2977_end_mask_0, x = proj_17_cast_fp16)[name = tensor("op_2977_cast_fp16")]; tensor var_2978 = const()[name = tensor("op_2978"), val = tensor([4, 32, 1, 512])]; tensor var_2979_cast_fp16 = reshape(shape = var_2978, x = var_2977_cast_fp16)[name = tensor("op_2979_cast_fp16")]; tensor var_2981_begin_0 = const()[name = tensor("op_2981_begin_0"), val = tensor([0, 128, 0, 0])]; tensor var_2981_end_0 = const()[name = tensor("op_2981_end_0"), val = tensor([1, 256, 1, 512])]; tensor var_2981_end_mask_0 = const()[name = tensor("op_2981_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_2981_cast_fp16 = slice_by_index(begin = var_2981_begin_0, end = var_2981_end_0, end_mask = var_2981_end_mask_0, x = proj_17_cast_fp16)[name = tensor("op_2981_cast_fp16")]; tensor var_2982 = const()[name = tensor("op_2982"), val = tensor([4, 32, 1, 512])]; tensor var_2983_cast_fp16 = reshape(shape = var_2982, x = var_2981_cast_fp16)[name = tensor("op_2983_cast_fp16")]; tensor var_2985_begin_0 = const()[name = tensor("op_2985_begin_0"), val = tensor([0, 256, 0, 0])]; tensor var_2985_end_0 = const()[name = tensor("op_2985_end_0"), val = tensor([1, 384, 1, 512])]; tensor var_2985_end_mask_0 = const()[name = tensor("op_2985_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_2985_cast_fp16 = slice_by_index(begin = var_2985_begin_0, end = var_2985_end_0, end_mask = var_2985_end_mask_0, x = proj_17_cast_fp16)[name = tensor("op_2985_cast_fp16")]; tensor var_2986 = const()[name = tensor("op_2986"), val = tensor([4, 32, 1, 512])]; tensor pt_17_cast_fp16 = reshape(shape = var_2986, x = var_2985_cast_fp16)[name = tensor("pt_17_cast_fp16")]; tensor transpose_64_perm_0 = const()[name = tensor("transpose_64_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_324 = const()[name = tensor("concat_324"), val = tensor([4, 512, 32])]; tensor transpose_64_cast_fp16 = transpose(perm = transpose_64_perm_0, x = var_2979_cast_fp16)[name = tensor("transpose_224")]; tensor reshape_96_cast_fp16 = reshape(shape = concat_324, x = transpose_64_cast_fp16)[name = tensor("reshape_96_cast_fp16")]; tensor transpose_65_perm_0 = const()[name = tensor("transpose_65_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_325 = const()[name = tensor("concat_325"), val = tensor([4, 32, 512])]; tensor transpose_65_cast_fp16 = transpose(perm = transpose_65_perm_0, x = var_2983_cast_fp16)[name = tensor("transpose_223")]; tensor reshape_97_cast_fp16 = reshape(shape = concat_325, x = transpose_65_cast_fp16)[name = tensor("reshape_97_cast_fp16")]; tensor matmul_32_transpose_x_0 = const()[name = tensor("matmul_32_transpose_x_0"), val = tensor(false)]; tensor matmul_32_transpose_y_0 = const()[name = tensor("matmul_32_transpose_y_0"), val = tensor(false)]; tensor matmul_32_cast_fp16 = matmul(transpose_x = matmul_32_transpose_x_0, transpose_y = matmul_32_transpose_y_0, x = reshape_96_cast_fp16, y = reshape_97_cast_fp16)[name = tensor("matmul_32_cast_fp16")]; tensor concat_329 = const()[name = tensor("concat_329"), val = tensor([4, 1, 512, 512])]; tensor reshape_98_cast_fp16 = reshape(shape = concat_329, x = matmul_32_cast_fp16)[name = tensor("reshape_98_cast_fp16")]; tensor attn_scores_49_perm_0 = const()[name = tensor("attn_scores_49_perm_0"), val = tensor([0, 2, 1, 3])]; tensor var_2990 = const()[name = tensor("op_2990"), val = tensor([0, 1, 3, 2])]; tensor var_2991_cast_fp16 = transpose(perm = var_2990, x = pt_17_cast_fp16)[name = tensor("transpose_221")]; tensor var_2992_cast_fp16 = mul(x = var_2991_cast_fp16, y = core_pos_basis_512_to_fp16)[name = tensor("op_2992_cast_fp16")]; tensor pos_scores_17_axes_0 = const()[name = tensor("pos_scores_17_axes_0"), val = tensor([1])]; tensor pos_scores_17_keep_dims_0 = const()[name = tensor("pos_scores_17_keep_dims_0"), val = tensor(true)]; tensor pos_scores_17_cast_fp16 = reduce_sum(axes = pos_scores_17_axes_0, keep_dims = pos_scores_17_keep_dims_0, x = var_2992_cast_fp16)[name = tensor("pos_scores_17_cast_fp16")]; tensor var_2995 = const()[name = tensor("op_2995"), val = tensor([4, 512, 1, 512])]; tensor var_2996_cast_fp16 = reshape(shape = var_2995, x = pos_scores_17_cast_fp16)[name = tensor("op_2996_cast_fp16")]; tensor attn_scores_49_cast_fp16 = transpose(perm = attn_scores_49_perm_0, x = reshape_98_cast_fp16)[name = tensor("transpose_222")]; tensor attn_scores_51_cast_fp16 = add(x = attn_scores_49_cast_fp16, y = var_2996_cast_fp16)[name = tensor("attn_scores_51_cast_fp16")]; tensor attn_scores_53_cast_fp16 = add(x = attn_scores_51_cast_fp16, y = attn_bias_3_cast_fp16)[name = tensor("attn_scores_53_cast_fp16")]; tensor attn_weights_17_cast_fp16 = softmax(axis = var_41, x = attn_scores_53_cast_fp16)[name = tensor("attn_weights_17_cast_fp16")]; tensor input_269_cast_fp16 = add(x = input_267_cast_fp16, y = time_emb_7_cast_fp16)[name = tensor("input_269_cast_fp16")]; tensor x_369_pad_type_0 = const()[name = tensor("x_369_pad_type_0"), val = tensor("valid")]; tensor x_369_strides_0 = const()[name = tensor("x_369_strides_0"), val = tensor([1, 1])]; tensor x_369_pad_0 = const()[name = tensor("x_369_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_369_dilations_0 = const()[name = tensor("x_369_dilations_0"), val = tensor([1, 1])]; tensor x_369_groups_0 = const()[name = tensor("x_369_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_0_feed_forward1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_feed_forward1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(208426752)))]; tensor core_stacks_3_stack_layers_0_feed_forward1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_feed_forward1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(209606464)))]; tensor x_369_cast_fp16 = conv(bias = core_stacks_3_stack_layers_0_feed_forward1_in_proj_bias_to_fp16, dilations = x_369_dilations_0, groups = x_369_groups_0, pad = x_369_pad_0, pad_type = x_369_pad_type_0, strides = x_369_strides_0, weight = core_stacks_3_stack_layers_0_feed_forward1_in_proj_weight_to_fp16, x = input_269_cast_fp16)[name = tensor("x_369_cast_fp16")]; tensor var_3010_to_fp16 = const()[name = tensor("op_3010_to_fp16"), val = tensor(0x1p+2)]; tensor x_371_cast_fp16 = sub(x = x_369_cast_fp16, y = var_3010_to_fp16)[name = tensor("x_371_cast_fp16")]; tensor var_3012_cast_fp16 = relu(x = x_371_cast_fp16)[name = tensor("op_3012_cast_fp16")]; tensor var_3013_cast_fp16 = abs(x = x_371_cast_fp16)[name = tensor("op_3013_cast_fp16")]; tensor const_65_promoted_to_fp16 = const()[name = tensor("const_65_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_3014_cast_fp16 = mul(x = var_3013_cast_fp16, y = const_65_promoted_to_fp16)[name = tensor("op_3014_cast_fp16")]; tensor var_3015_cast_fp16 = exp(x = var_3014_cast_fp16)[name = tensor("op_3015_cast_fp16")]; tensor var_3016_epsilon_0 = const()[name = tensor("op_3016_epsilon_0"), val = tensor(0x1p+0)]; tensor var_3016_cast_fp16 = log(epsilon = var_3016_epsilon_0, x = var_3015_cast_fp16)[name = tensor("op_3016_cast_fp16")]; tensor var_3017_cast_fp16 = add(x = var_3012_cast_fp16, y = var_3016_cast_fp16)[name = tensor("op_3017_cast_fp16")]; tensor var_3018_to_fp16 = const()[name = tensor("op_3018_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_3019_cast_fp16 = mul(x = x_369_cast_fp16, y = var_3018_to_fp16)[name = tensor("op_3019_cast_fp16")]; tensor var_3020_cast_fp16 = sub(x = var_3017_cast_fp16, y = var_3019_cast_fp16)[name = tensor("op_3020_cast_fp16")]; tensor var_3021_to_fp16 = const()[name = tensor("op_3021_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_271_cast_fp16 = sub(x = var_3020_cast_fp16, y = var_3021_to_fp16)[name = tensor("input_271_cast_fp16")]; tensor var_3029_pad_type_0 = const()[name = tensor("op_3029_pad_type_0"), val = tensor("valid")]; tensor var_3029_strides_0 = const()[name = tensor("op_3029_strides_0"), val = tensor([1, 1])]; tensor var_3029_pad_0 = const()[name = tensor("op_3029_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3029_dilations_0 = const()[name = tensor("op_3029_dilations_0"), val = tensor([1, 1])]; tensor var_3029_groups_0 = const()[name = tensor("op_3029_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_0_feed_forward1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_feed_forward1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(209608832)))]; tensor core_stacks_3_stack_layers_0_feed_forward1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_feed_forward1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(210788544)))]; tensor var_3029_cast_fp16 = conv(bias = core_stacks_3_stack_layers_0_feed_forward1_out_proj_bias_to_fp16, dilations = var_3029_dilations_0, groups = var_3029_groups_0, pad = var_3029_pad_0, pad_type = var_3029_pad_type_0, strides = var_3029_strides_0, weight = core_stacks_3_stack_layers_0_feed_forward1_out_proj_weight_to_fp16, x = input_271_cast_fp16)[name = tensor("op_3029_cast_fp16")]; tensor input_273_cast_fp16 = add(x = input_269_cast_fp16, y = var_3029_cast_fp16)[name = tensor("input_273_cast_fp16")]; tensor var_3031_begin_0 = const()[name = tensor("op_3031_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_3031_end_0 = const()[name = tensor("op_3031_end_0"), val = tensor([1, 512, 1, 512])]; tensor var_3031_end_mask_0 = const()[name = tensor("op_3031_end_mask_0"), val = tensor([false, true, true, true])]; tensor var_3031_cast_fp16 = slice_by_index(begin = var_3031_begin_0, end = var_3031_end_0, end_mask = var_3031_end_mask_0, x = attn_weights_17_cast_fp16)[name = tensor("op_3031_cast_fp16")]; tensor x_373_pad_type_0 = const()[name = tensor("x_373_pad_type_0"), val = tensor("valid")]; tensor x_373_strides_0 = const()[name = tensor("x_373_strides_0"), val = tensor([1, 1])]; tensor x_373_pad_0 = const()[name = tensor("x_373_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_373_dilations_0 = const()[name = tensor("x_373_dilations_0"), val = tensor([1, 1])]; tensor x_373_groups_0 = const()[name = tensor("x_373_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_0_nonlin_attention_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_nonlin_attention_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(210789632)))]; tensor core_stacks_3_stack_layers_0_nonlin_attention_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_nonlin_attention_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(211969344)))]; tensor x_373_cast_fp16 = conv(bias = core_stacks_3_stack_layers_0_nonlin_attention_in_proj_bias_to_fp16, dilations = x_373_dilations_0, groups = x_373_groups_0, pad = x_373_pad_0, pad_type = x_373_pad_type_0, strides = x_373_strides_0, weight = core_stacks_3_stack_layers_0_nonlin_attention_in_proj_weight_to_fp16, x = input_273_cast_fp16)[name = tensor("x_373_cast_fp16")]; tensor var_3042_begin_0 = const()[name = tensor("op_3042_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_3042_end_0 = const()[name = tensor("op_3042_end_0"), val = tensor([1, 384, 1, 512])]; tensor var_3042_end_mask_0 = const()[name = tensor("op_3042_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_3042_cast_fp16 = slice_by_index(begin = var_3042_begin_0, end = var_3042_end_0, end_mask = var_3042_end_mask_0, x = x_373_cast_fp16)[name = tensor("op_3042_cast_fp16")]; tensor s_gate_17_cast_fp16 = tanh(x = var_3042_cast_fp16)[name = tensor("s_gate_17_cast_fp16")]; tensor var_3045_begin_0 = const()[name = tensor("op_3045_begin_0"), val = tensor([0, 384, 0, 0])]; tensor var_3045_end_0 = const()[name = tensor("op_3045_end_0"), val = tensor([1, 768, 1, 512])]; tensor var_3045_end_mask_0 = const()[name = tensor("op_3045_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_3045_cast_fp16 = slice_by_index(begin = var_3045_begin_0, end = var_3045_end_0, end_mask = var_3045_end_mask_0, x = x_373_cast_fp16)[name = tensor("op_3045_cast_fp16")]; tensor var_3046_cast_fp16 = mul(x = var_3045_cast_fp16, y = s_gate_17_cast_fp16)[name = tensor("op_3046_cast_fp16")]; tensor y_17_begin_0 = const()[name = tensor("y_17_begin_0"), val = tensor([0, 768, 0, 0])]; tensor y_17_end_0 = const()[name = tensor("y_17_end_0"), val = tensor([1, 1152, 1, 512])]; tensor y_17_end_mask_0 = const()[name = tensor("y_17_end_mask_0"), val = tensor([true, true, true, true])]; tensor y_17_cast_fp16 = slice_by_index(begin = y_17_begin_0, end = y_17_end_0, end_mask = y_17_end_mask_0, x = x_373_cast_fp16)[name = tensor("y_17_cast_fp16")]; tensor transpose_66_perm_0 = const()[name = tensor("transpose_66_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_334 = const()[name = tensor("concat_334"), val = tensor([1, 512, 512])]; tensor transpose_66_cast_fp16 = transpose(perm = transpose_66_perm_0, x = var_3031_cast_fp16)[name = tensor("transpose_220")]; tensor reshape_99_cast_fp16 = reshape(shape = concat_334, x = transpose_66_cast_fp16)[name = tensor("reshape_99_cast_fp16")]; tensor transpose_67_perm_0 = const()[name = tensor("transpose_67_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_335 = const()[name = tensor("concat_335"), val = tensor([1, 512, 384])]; tensor transpose_67_cast_fp16 = transpose(perm = transpose_67_perm_0, x = var_3046_cast_fp16)[name = tensor("transpose_219")]; tensor reshape_100_cast_fp16 = reshape(shape = concat_335, x = transpose_67_cast_fp16)[name = tensor("reshape_100_cast_fp16")]; tensor matmul_33_transpose_x_0 = const()[name = tensor("matmul_33_transpose_x_0"), val = tensor(false)]; tensor matmul_33_transpose_y_0 = const()[name = tensor("matmul_33_transpose_y_0"), val = tensor(false)]; tensor matmul_33_cast_fp16 = matmul(transpose_x = matmul_33_transpose_x_0, transpose_y = matmul_33_transpose_y_0, x = reshape_99_cast_fp16, y = reshape_100_cast_fp16)[name = tensor("matmul_33_cast_fp16")]; tensor concat_339 = const()[name = tensor("concat_339"), val = tensor([1, 1, 512, 384])]; tensor reshape_101_cast_fp16 = reshape(shape = concat_339, x = matmul_33_cast_fp16)[name = tensor("reshape_101_cast_fp16")]; tensor v_17_perm_0 = const()[name = tensor("v_17_perm_0"), val = tensor([0, 3, 1, 2])]; tensor v_17_cast_fp16 = transpose(perm = v_17_perm_0, x = reshape_101_cast_fp16)[name = tensor("transpose_218")]; tensor input_275_cast_fp16 = mul(x = v_17_cast_fp16, y = y_17_cast_fp16)[name = tensor("input_275_cast_fp16")]; tensor var_3058_pad_type_0 = const()[name = tensor("op_3058_pad_type_0"), val = tensor("valid")]; tensor var_3058_strides_0 = const()[name = tensor("op_3058_strides_0"), val = tensor([1, 1])]; tensor var_3058_pad_0 = const()[name = tensor("op_3058_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3058_dilations_0 = const()[name = tensor("op_3058_dilations_0"), val = tensor([1, 1])]; tensor var_3058_groups_0 = const()[name = tensor("op_3058_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_0_nonlin_attention_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_nonlin_attention_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(211971712)))]; tensor core_stacks_3_stack_layers_0_nonlin_attention_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_nonlin_attention_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(212364992)))]; tensor var_3058_cast_fp16 = conv(bias = core_stacks_3_stack_layers_0_nonlin_attention_out_proj_bias_to_fp16, dilations = var_3058_dilations_0, groups = var_3058_groups_0, pad = var_3058_pad_0, pad_type = var_3058_pad_type_0, strides = var_3058_strides_0, weight = core_stacks_3_stack_layers_0_nonlin_attention_out_proj_weight_to_fp16, x = input_275_cast_fp16)[name = tensor("op_3058_cast_fp16")]; tensor x_375_cast_fp16 = add(x = input_273_cast_fp16, y = var_3058_cast_fp16)[name = tensor("x_375_cast_fp16")]; tensor var_3069_pad_type_0 = const()[name = tensor("op_3069_pad_type_0"), val = tensor("valid")]; tensor var_3069_strides_0 = const()[name = tensor("op_3069_strides_0"), val = tensor([1, 1])]; tensor var_3069_pad_0 = const()[name = tensor("op_3069_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3069_dilations_0 = const()[name = tensor("op_3069_dilations_0"), val = tensor([1, 1])]; tensor var_3069_groups_0 = const()[name = tensor("op_3069_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_0_self_attn1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_self_attn1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(212366080)))]; tensor core_stacks_3_stack_layers_0_self_attn1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_self_attn1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(212415296)))]; tensor var_3069_cast_fp16 = conv(bias = core_stacks_3_stack_layers_0_self_attn1_in_proj_bias_to_fp16, dilations = var_3069_dilations_0, groups = var_3069_groups_0, pad = var_3069_pad_0, pad_type = var_3069_pad_type_0, strides = var_3069_strides_0, weight = core_stacks_3_stack_layers_0_self_attn1_in_proj_weight_to_fp16, x = x_375_cast_fp16)[name = tensor("op_3069_cast_fp16")]; tensor var_3070 = const()[name = tensor("op_3070"), val = tensor([4, 12, 1, 512])]; tensor var_3071_cast_fp16 = reshape(shape = var_3070, x = var_3069_cast_fp16)[name = tensor("op_3071_cast_fp16")]; tensor transpose_68_perm_0 = const()[name = tensor("transpose_68_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_344 = const()[name = tensor("concat_344"), val = tensor([4, 512, 512])]; tensor transpose_68_cast_fp16 = transpose(perm = transpose_68_perm_0, x = attn_weights_17_cast_fp16)[name = tensor("transpose_217")]; tensor reshape_102_cast_fp16 = reshape(shape = concat_344, x = transpose_68_cast_fp16)[name = tensor("reshape_102_cast_fp16")]; tensor transpose_69_perm_0 = const()[name = tensor("transpose_69_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_345 = const()[name = tensor("concat_345"), val = tensor([4, 512, 12])]; tensor transpose_69_cast_fp16 = transpose(perm = transpose_69_perm_0, x = var_3071_cast_fp16)[name = tensor("transpose_216")]; tensor reshape_103_cast_fp16 = reshape(shape = concat_345, x = transpose_69_cast_fp16)[name = tensor("reshape_103_cast_fp16")]; tensor matmul_34_transpose_x_0 = const()[name = tensor("matmul_34_transpose_x_0"), val = tensor(false)]; tensor matmul_34_transpose_y_0 = const()[name = tensor("matmul_34_transpose_y_0"), val = tensor(false)]; tensor matmul_34_cast_fp16 = matmul(transpose_x = matmul_34_transpose_x_0, transpose_y = matmul_34_transpose_y_0, x = reshape_102_cast_fp16, y = reshape_103_cast_fp16)[name = tensor("matmul_34_cast_fp16")]; tensor concat_349 = const()[name = tensor("concat_349"), val = tensor([4, 1, 512, 12])]; tensor reshape_104_cast_fp16 = reshape(shape = concat_349, x = matmul_34_cast_fp16)[name = tensor("reshape_104_cast_fp16")]; tensor out_33_perm_0 = const()[name = tensor("out_33_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_3074 = const()[name = tensor("op_3074"), val = tensor([1, 48, 1, 512])]; tensor out_33_cast_fp16 = transpose(perm = out_33_perm_0, x = reshape_104_cast_fp16)[name = tensor("transpose_215")]; tensor input_277_cast_fp16 = reshape(shape = var_3074, x = out_33_cast_fp16)[name = tensor("input_277_cast_fp16")]; tensor var_3082_pad_type_0 = const()[name = tensor("op_3082_pad_type_0"), val = tensor("valid")]; tensor var_3082_strides_0 = const()[name = tensor("op_3082_strides_0"), val = tensor([1, 1])]; tensor var_3082_pad_0 = const()[name = tensor("op_3082_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3082_dilations_0 = const()[name = tensor("op_3082_dilations_0"), val = tensor([1, 1])]; tensor var_3082_groups_0 = const()[name = tensor("op_3082_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_0_self_attn1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_self_attn1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(212415488)))]; tensor core_stacks_3_stack_layers_0_self_attn1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_self_attn1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(212464704)))]; tensor var_3082_cast_fp16 = conv(bias = core_stacks_3_stack_layers_0_self_attn1_out_proj_bias_to_fp16, dilations = var_3082_dilations_0, groups = var_3082_groups_0, pad = var_3082_pad_0, pad_type = var_3082_pad_type_0, strides = var_3082_strides_0, weight = core_stacks_3_stack_layers_0_self_attn1_out_proj_weight_to_fp16, x = input_277_cast_fp16)[name = tensor("op_3082_cast_fp16")]; tensor x_377_cast_fp16 = add(x = x_375_cast_fp16, y = var_3082_cast_fp16)[name = tensor("x_377_cast_fp16")]; tensor x_379_cast_fp16 = add(x = x_377_cast_fp16, y = time_emb_7_cast_fp16)[name = tensor("x_379_cast_fp16")]; tensor x_381_pad_type_0 = const()[name = tensor("x_381_pad_type_0"), val = tensor("valid")]; tensor x_381_strides_0 = const()[name = tensor("x_381_strides_0"), val = tensor([1, 1])]; tensor x_381_pad_0 = const()[name = tensor("x_381_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_381_dilations_0 = const()[name = tensor("x_381_dilations_0"), val = tensor([1, 1])]; tensor x_381_groups_0 = const()[name = tensor("x_381_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_0_conv_module1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_conv_module1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(212465792)))]; tensor core_stacks_3_stack_layers_0_conv_module1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_conv_module1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(213514432)))]; tensor x_381_cast_fp16 = conv(bias = core_stacks_3_stack_layers_0_conv_module1_in_proj_bias_to_fp16, dilations = x_381_dilations_0, groups = x_381_groups_0, pad = x_381_pad_0, pad_type = x_381_pad_type_0, strides = x_381_strides_0, weight = core_stacks_3_stack_layers_0_conv_module1_in_proj_weight_to_fp16, x = x_379_cast_fp16)[name = tensor("x_381_cast_fp16")]; tensor var_3096_begin_0 = const()[name = tensor("op_3096_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_3096_end_0 = const()[name = tensor("op_3096_end_0"), val = tensor([1, 512, 1, 512])]; tensor var_3096_end_mask_0 = const()[name = tensor("op_3096_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_3096_cast_fp16 = slice_by_index(begin = var_3096_begin_0, end = var_3096_end_0, end_mask = var_3096_end_mask_0, x = x_381_cast_fp16)[name = tensor("op_3096_cast_fp16")]; tensor var_3098_begin_0 = const()[name = tensor("op_3098_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_3098_end_0 = const()[name = tensor("op_3098_end_0"), val = tensor([1, 1024, 1, 512])]; tensor var_3098_end_mask_0 = const()[name = tensor("op_3098_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_3098_cast_fp16 = slice_by_index(begin = var_3098_begin_0, end = var_3098_end_0, end_mask = var_3098_end_mask_0, x = x_381_cast_fp16)[name = tensor("op_3098_cast_fp16")]; tensor var_3099_cast_fp16 = sigmoid(x = var_3098_cast_fp16)[name = tensor("op_3099_cast_fp16")]; tensor x_383_cast_fp16 = mul(x = var_3096_cast_fp16, y = var_3099_cast_fp16)[name = tensor("x_383_cast_fp16")]; tensor input_279_cast_fp16 = mul(x = x_383_cast_fp16, y = conv_keep_3_cast_fp16)[name = tensor("input_279_cast_fp16")]; tensor x_385_pad_type_0 = const()[name = tensor("x_385_pad_type_0"), val = tensor("custom")]; tensor x_385_pad_0 = const()[name = tensor("x_385_pad_0"), val = tensor([0, 0, 7, 7])]; tensor x_385_groups_0 = const()[name = tensor("x_385_groups_0"), val = tensor(512)]; tensor x_385_strides_0 = const()[name = tensor("x_385_strides_0"), val = tensor([1, 1])]; tensor x_385_dilations_0 = const()[name = tensor("x_385_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_3_stack_layers_0_conv_module1_dw_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_conv_module1_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(213516544)))]; tensor core_stacks_3_stack_layers_0_conv_module1_dw_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_conv_module1_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(213531968)))]; tensor x_385_cast_fp16 = conv(bias = core_stacks_3_stack_layers_0_conv_module1_dw_bias_to_fp16, dilations = x_385_dilations_0, groups = x_385_groups_0, pad = x_385_pad_0, pad_type = x_385_pad_type_0, strides = x_385_strides_0, weight = core_stacks_3_stack_layers_0_conv_module1_dw_weight_to_fp16, x = input_279_cast_fp16)[name = tensor("x_385_cast_fp16")]; tensor var_3109_to_fp16 = const()[name = tensor("op_3109_to_fp16"), val = tensor(0x1p+0)]; tensor x_387_cast_fp16 = sub(x = x_385_cast_fp16, y = var_3109_to_fp16)[name = tensor("x_387_cast_fp16")]; tensor var_3111_cast_fp16 = relu(x = x_387_cast_fp16)[name = tensor("op_3111_cast_fp16")]; tensor var_3112_cast_fp16 = abs(x = x_387_cast_fp16)[name = tensor("op_3112_cast_fp16")]; tensor const_67_promoted_to_fp16 = const()[name = tensor("const_67_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_3113_cast_fp16 = mul(x = var_3112_cast_fp16, y = const_67_promoted_to_fp16)[name = tensor("op_3113_cast_fp16")]; tensor var_3114_cast_fp16 = exp(x = var_3113_cast_fp16)[name = tensor("op_3114_cast_fp16")]; tensor var_3115_epsilon_0 = const()[name = tensor("op_3115_epsilon_0"), val = tensor(0x1p+0)]; tensor var_3115_cast_fp16 = log(epsilon = var_3115_epsilon_0, x = var_3114_cast_fp16)[name = tensor("op_3115_cast_fp16")]; tensor var_3116_cast_fp16 = add(x = var_3111_cast_fp16, y = var_3115_cast_fp16)[name = tensor("op_3116_cast_fp16")]; tensor var_3117_to_fp16 = const()[name = tensor("op_3117_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_3118_cast_fp16 = mul(x = x_385_cast_fp16, y = var_3117_to_fp16)[name = tensor("op_3118_cast_fp16")]; tensor var_3119_cast_fp16 = sub(x = var_3116_cast_fp16, y = var_3118_cast_fp16)[name = tensor("op_3119_cast_fp16")]; tensor var_3120_to_fp16 = const()[name = tensor("op_3120_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_281_cast_fp16 = sub(x = var_3119_cast_fp16, y = var_3120_to_fp16)[name = tensor("input_281_cast_fp16")]; tensor var_3128_pad_type_0 = const()[name = tensor("op_3128_pad_type_0"), val = tensor("valid")]; tensor var_3128_strides_0 = const()[name = tensor("op_3128_strides_0"), val = tensor([1, 1])]; tensor var_3128_pad_0 = const()[name = tensor("op_3128_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3128_dilations_0 = const()[name = tensor("op_3128_dilations_0"), val = tensor([1, 1])]; tensor var_3128_groups_0 = const()[name = tensor("op_3128_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_0_conv_module1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_conv_module1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(213533056)))]; tensor core_stacks_3_stack_layers_0_conv_module1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_conv_module1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(214057408)))]; tensor var_3128_cast_fp16 = conv(bias = core_stacks_3_stack_layers_0_conv_module1_out_proj_bias_to_fp16, dilations = var_3128_dilations_0, groups = var_3128_groups_0, pad = var_3128_pad_0, pad_type = var_3128_pad_type_0, strides = var_3128_strides_0, weight = core_stacks_3_stack_layers_0_conv_module1_out_proj_weight_to_fp16, x = input_281_cast_fp16)[name = tensor("op_3128_cast_fp16")]; tensor input_283_cast_fp16 = add(x = x_379_cast_fp16, y = var_3128_cast_fp16)[name = tensor("input_283_cast_fp16")]; tensor x_389_pad_type_0 = const()[name = tensor("x_389_pad_type_0"), val = tensor("valid")]; tensor x_389_strides_0 = const()[name = tensor("x_389_strides_0"), val = tensor([1, 1])]; tensor x_389_pad_0 = const()[name = tensor("x_389_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_389_dilations_0 = const()[name = tensor("x_389_dilations_0"), val = tensor([1, 1])]; tensor x_389_groups_0 = const()[name = tensor("x_389_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_0_feed_forward2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_feed_forward2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(214058496)))]; tensor core_stacks_3_stack_layers_0_feed_forward2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_feed_forward2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(215631424)))]; tensor x_389_cast_fp16 = conv(bias = core_stacks_3_stack_layers_0_feed_forward2_in_proj_bias_to_fp16, dilations = x_389_dilations_0, groups = x_389_groups_0, pad = x_389_pad_0, pad_type = x_389_pad_type_0, strides = x_389_strides_0, weight = core_stacks_3_stack_layers_0_feed_forward2_in_proj_weight_to_fp16, x = input_283_cast_fp16)[name = tensor("x_389_cast_fp16")]; tensor var_3139_to_fp16 = const()[name = tensor("op_3139_to_fp16"), val = tensor(0x1p+2)]; tensor x_391_cast_fp16 = sub(x = x_389_cast_fp16, y = var_3139_to_fp16)[name = tensor("x_391_cast_fp16")]; tensor var_3141_cast_fp16 = relu(x = x_391_cast_fp16)[name = tensor("op_3141_cast_fp16")]; tensor var_3142_cast_fp16 = abs(x = x_391_cast_fp16)[name = tensor("op_3142_cast_fp16")]; tensor const_68_promoted_to_fp16 = const()[name = tensor("const_68_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_3143_cast_fp16 = mul(x = var_3142_cast_fp16, y = const_68_promoted_to_fp16)[name = tensor("op_3143_cast_fp16")]; tensor var_3144_cast_fp16 = exp(x = var_3143_cast_fp16)[name = tensor("op_3144_cast_fp16")]; tensor var_3145_epsilon_0 = const()[name = tensor("op_3145_epsilon_0"), val = tensor(0x1p+0)]; tensor var_3145_cast_fp16 = log(epsilon = var_3145_epsilon_0, x = var_3144_cast_fp16)[name = tensor("op_3145_cast_fp16")]; tensor var_3146_cast_fp16 = add(x = var_3141_cast_fp16, y = var_3145_cast_fp16)[name = tensor("op_3146_cast_fp16")]; tensor var_3147_to_fp16 = const()[name = tensor("op_3147_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_3148_cast_fp16 = mul(x = x_389_cast_fp16, y = var_3147_to_fp16)[name = tensor("op_3148_cast_fp16")]; tensor var_3149_cast_fp16 = sub(x = var_3146_cast_fp16, y = var_3148_cast_fp16)[name = tensor("op_3149_cast_fp16")]; tensor var_3150_to_fp16 = const()[name = tensor("op_3150_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_285_cast_fp16 = sub(x = var_3149_cast_fp16, y = var_3150_to_fp16)[name = tensor("input_285_cast_fp16")]; tensor var_3158_pad_type_0 = const()[name = tensor("op_3158_pad_type_0"), val = tensor("valid")]; tensor var_3158_strides_0 = const()[name = tensor("op_3158_strides_0"), val = tensor([1, 1])]; tensor var_3158_pad_0 = const()[name = tensor("op_3158_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3158_dilations_0 = const()[name = tensor("op_3158_dilations_0"), val = tensor([1, 1])]; tensor var_3158_groups_0 = const()[name = tensor("op_3158_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_0_feed_forward2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_feed_forward2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(215634560)))]; tensor core_stacks_3_stack_layers_0_feed_forward2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_feed_forward2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(217207488)))]; tensor var_3158_cast_fp16 = conv(bias = core_stacks_3_stack_layers_0_feed_forward2_out_proj_bias_to_fp16, dilations = var_3158_dilations_0, groups = var_3158_groups_0, pad = var_3158_pad_0, pad_type = var_3158_pad_type_0, strides = var_3158_strides_0, weight = core_stacks_3_stack_layers_0_feed_forward2_out_proj_weight_to_fp16, x = input_285_cast_fp16)[name = tensor("op_3158_cast_fp16")]; tensor src_37_cast_fp16 = add(x = input_283_cast_fp16, y = var_3158_cast_fp16)[name = tensor("src_37_cast_fp16")]; tensor var_3161_cast_fp16 = sub(x = src_37_cast_fp16, y = input_267_cast_fp16)[name = tensor("op_3161_cast_fp16")]; tensor core_stacks_3_stack_layers_0_bypass_mid_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_bypass_mid_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(217208576)))]; tensor var_3162_cast_fp16 = mul(x = var_3161_cast_fp16, y = core_stacks_3_stack_layers_0_bypass_mid_bypass_scale_to_fp16)[name = tensor("op_3162_cast_fp16")]; tensor x_393_cast_fp16 = add(x = input_267_cast_fp16, y = var_3162_cast_fp16)[name = tensor("x_393_cast_fp16")]; tensor var_3173_pad_type_0 = const()[name = tensor("op_3173_pad_type_0"), val = tensor("valid")]; tensor var_3173_strides_0 = const()[name = tensor("op_3173_strides_0"), val = tensor([1, 1])]; tensor var_3173_pad_0 = const()[name = tensor("op_3173_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3173_dilations_0 = const()[name = tensor("op_3173_dilations_0"), val = tensor([1, 1])]; tensor var_3173_groups_0 = const()[name = tensor("op_3173_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_0_self_attn2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_self_attn2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(217209664)))]; tensor core_stacks_3_stack_layers_0_self_attn2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_self_attn2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(217258880)))]; tensor var_3173_cast_fp16 = conv(bias = core_stacks_3_stack_layers_0_self_attn2_in_proj_bias_to_fp16, dilations = var_3173_dilations_0, groups = var_3173_groups_0, pad = var_3173_pad_0, pad_type = var_3173_pad_type_0, strides = var_3173_strides_0, weight = core_stacks_3_stack_layers_0_self_attn2_in_proj_weight_to_fp16, x = x_393_cast_fp16)[name = tensor("op_3173_cast_fp16")]; tensor var_3174 = const()[name = tensor("op_3174"), val = tensor([4, 12, 1, 512])]; tensor var_3175_cast_fp16 = reshape(shape = var_3174, x = var_3173_cast_fp16)[name = tensor("op_3175_cast_fp16")]; tensor transpose_71_perm_0 = const()[name = tensor("transpose_71_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_355 = const()[name = tensor("concat_355"), val = tensor([4, 512, 12])]; tensor transpose_71_cast_fp16 = transpose(perm = transpose_71_perm_0, x = var_3175_cast_fp16)[name = tensor("transpose_214")]; tensor reshape_106_cast_fp16 = reshape(shape = concat_355, x = transpose_71_cast_fp16)[name = tensor("reshape_106_cast_fp16")]; tensor matmul_35_transpose_x_0 = const()[name = tensor("matmul_35_transpose_x_0"), val = tensor(false)]; tensor matmul_35_transpose_y_0 = const()[name = tensor("matmul_35_transpose_y_0"), val = tensor(false)]; tensor matmul_35_cast_fp16 = matmul(transpose_x = matmul_35_transpose_x_0, transpose_y = matmul_35_transpose_y_0, x = reshape_102_cast_fp16, y = reshape_106_cast_fp16)[name = tensor("matmul_35_cast_fp16")]; tensor concat_359 = const()[name = tensor("concat_359"), val = tensor([4, 1, 512, 12])]; tensor reshape_107_cast_fp16 = reshape(shape = concat_359, x = matmul_35_cast_fp16)[name = tensor("reshape_107_cast_fp16")]; tensor out_35_perm_0 = const()[name = tensor("out_35_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_3178 = const()[name = tensor("op_3178"), val = tensor([1, 48, 1, 512])]; tensor out_35_cast_fp16 = transpose(perm = out_35_perm_0, x = reshape_107_cast_fp16)[name = tensor("transpose_213")]; tensor input_287_cast_fp16 = reshape(shape = var_3178, x = out_35_cast_fp16)[name = tensor("input_287_cast_fp16")]; tensor var_3186_pad_type_0 = const()[name = tensor("op_3186_pad_type_0"), val = tensor("valid")]; tensor var_3186_strides_0 = const()[name = tensor("op_3186_strides_0"), val = tensor([1, 1])]; tensor var_3186_pad_0 = const()[name = tensor("op_3186_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3186_dilations_0 = const()[name = tensor("op_3186_dilations_0"), val = tensor([1, 1])]; tensor var_3186_groups_0 = const()[name = tensor("op_3186_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_0_self_attn2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_self_attn2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(217259072)))]; tensor core_stacks_3_stack_layers_0_self_attn2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_self_attn2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(217308288)))]; tensor var_3186_cast_fp16 = conv(bias = core_stacks_3_stack_layers_0_self_attn2_out_proj_bias_to_fp16, dilations = var_3186_dilations_0, groups = var_3186_groups_0, pad = var_3186_pad_0, pad_type = var_3186_pad_type_0, strides = var_3186_strides_0, weight = core_stacks_3_stack_layers_0_self_attn2_out_proj_weight_to_fp16, x = input_287_cast_fp16)[name = tensor("op_3186_cast_fp16")]; tensor x_395_cast_fp16 = add(x = x_393_cast_fp16, y = var_3186_cast_fp16)[name = tensor("x_395_cast_fp16")]; tensor x_397_cast_fp16 = add(x = x_395_cast_fp16, y = time_emb_7_cast_fp16)[name = tensor("x_397_cast_fp16")]; tensor x_399_pad_type_0 = const()[name = tensor("x_399_pad_type_0"), val = tensor("valid")]; tensor x_399_strides_0 = const()[name = tensor("x_399_strides_0"), val = tensor([1, 1])]; tensor x_399_pad_0 = const()[name = tensor("x_399_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_399_dilations_0 = const()[name = tensor("x_399_dilations_0"), val = tensor([1, 1])]; tensor x_399_groups_0 = const()[name = tensor("x_399_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_0_conv_module2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_conv_module2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(217309376)))]; tensor core_stacks_3_stack_layers_0_conv_module2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_conv_module2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(218358016)))]; tensor x_399_cast_fp16 = conv(bias = core_stacks_3_stack_layers_0_conv_module2_in_proj_bias_to_fp16, dilations = x_399_dilations_0, groups = x_399_groups_0, pad = x_399_pad_0, pad_type = x_399_pad_type_0, strides = x_399_strides_0, weight = core_stacks_3_stack_layers_0_conv_module2_in_proj_weight_to_fp16, x = x_397_cast_fp16)[name = tensor("x_399_cast_fp16")]; tensor var_3200_begin_0 = const()[name = tensor("op_3200_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_3200_end_0 = const()[name = tensor("op_3200_end_0"), val = tensor([1, 512, 1, 512])]; tensor var_3200_end_mask_0 = const()[name = tensor("op_3200_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_3200_cast_fp16 = slice_by_index(begin = var_3200_begin_0, end = var_3200_end_0, end_mask = var_3200_end_mask_0, x = x_399_cast_fp16)[name = tensor("op_3200_cast_fp16")]; tensor var_3202_begin_0 = const()[name = tensor("op_3202_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_3202_end_0 = const()[name = tensor("op_3202_end_0"), val = tensor([1, 1024, 1, 512])]; tensor var_3202_end_mask_0 = const()[name = tensor("op_3202_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_3202_cast_fp16 = slice_by_index(begin = var_3202_begin_0, end = var_3202_end_0, end_mask = var_3202_end_mask_0, x = x_399_cast_fp16)[name = tensor("op_3202_cast_fp16")]; tensor var_3203_cast_fp16 = sigmoid(x = var_3202_cast_fp16)[name = tensor("op_3203_cast_fp16")]; tensor x_401_cast_fp16 = mul(x = var_3200_cast_fp16, y = var_3203_cast_fp16)[name = tensor("x_401_cast_fp16")]; tensor input_289_cast_fp16 = mul(x = x_401_cast_fp16, y = conv_keep_3_cast_fp16)[name = tensor("input_289_cast_fp16")]; tensor x_403_pad_type_0 = const()[name = tensor("x_403_pad_type_0"), val = tensor("custom")]; tensor x_403_pad_0 = const()[name = tensor("x_403_pad_0"), val = tensor([0, 0, 7, 7])]; tensor x_403_groups_0 = const()[name = tensor("x_403_groups_0"), val = tensor(512)]; tensor x_403_strides_0 = const()[name = tensor("x_403_strides_0"), val = tensor([1, 1])]; tensor x_403_dilations_0 = const()[name = tensor("x_403_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_3_stack_layers_0_conv_module2_dw_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_conv_module2_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(218360128)))]; tensor core_stacks_3_stack_layers_0_conv_module2_dw_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_conv_module2_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(218375552)))]; tensor x_403_cast_fp16 = conv(bias = core_stacks_3_stack_layers_0_conv_module2_dw_bias_to_fp16, dilations = x_403_dilations_0, groups = x_403_groups_0, pad = x_403_pad_0, pad_type = x_403_pad_type_0, strides = x_403_strides_0, weight = core_stacks_3_stack_layers_0_conv_module2_dw_weight_to_fp16, x = input_289_cast_fp16)[name = tensor("x_403_cast_fp16")]; tensor var_3213_to_fp16 = const()[name = tensor("op_3213_to_fp16"), val = tensor(0x1p+0)]; tensor x_405_cast_fp16 = sub(x = x_403_cast_fp16, y = var_3213_to_fp16)[name = tensor("x_405_cast_fp16")]; tensor var_3215_cast_fp16 = relu(x = x_405_cast_fp16)[name = tensor("op_3215_cast_fp16")]; tensor var_3216_cast_fp16 = abs(x = x_405_cast_fp16)[name = tensor("op_3216_cast_fp16")]; tensor const_70_promoted_to_fp16 = const()[name = tensor("const_70_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_3217_cast_fp16 = mul(x = var_3216_cast_fp16, y = const_70_promoted_to_fp16)[name = tensor("op_3217_cast_fp16")]; tensor var_3218_cast_fp16 = exp(x = var_3217_cast_fp16)[name = tensor("op_3218_cast_fp16")]; tensor var_3219_epsilon_0 = const()[name = tensor("op_3219_epsilon_0"), val = tensor(0x1p+0)]; tensor var_3219_cast_fp16 = log(epsilon = var_3219_epsilon_0, x = var_3218_cast_fp16)[name = tensor("op_3219_cast_fp16")]; tensor var_3220_cast_fp16 = add(x = var_3215_cast_fp16, y = var_3219_cast_fp16)[name = tensor("op_3220_cast_fp16")]; tensor var_3221_to_fp16 = const()[name = tensor("op_3221_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_3222_cast_fp16 = mul(x = x_403_cast_fp16, y = var_3221_to_fp16)[name = tensor("op_3222_cast_fp16")]; tensor var_3223_cast_fp16 = sub(x = var_3220_cast_fp16, y = var_3222_cast_fp16)[name = tensor("op_3223_cast_fp16")]; tensor var_3224_to_fp16 = const()[name = tensor("op_3224_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_291_cast_fp16 = sub(x = var_3223_cast_fp16, y = var_3224_to_fp16)[name = tensor("input_291_cast_fp16")]; tensor var_3232_pad_type_0 = const()[name = tensor("op_3232_pad_type_0"), val = tensor("valid")]; tensor var_3232_strides_0 = const()[name = tensor("op_3232_strides_0"), val = tensor([1, 1])]; tensor var_3232_pad_0 = const()[name = tensor("op_3232_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3232_dilations_0 = const()[name = tensor("op_3232_dilations_0"), val = tensor([1, 1])]; tensor var_3232_groups_0 = const()[name = tensor("op_3232_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_0_conv_module2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_conv_module2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(218376640)))]; tensor core_stacks_3_stack_layers_0_conv_module2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_conv_module2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(218900992)))]; tensor var_3232_cast_fp16 = conv(bias = core_stacks_3_stack_layers_0_conv_module2_out_proj_bias_to_fp16, dilations = var_3232_dilations_0, groups = var_3232_groups_0, pad = var_3232_pad_0, pad_type = var_3232_pad_type_0, strides = var_3232_strides_0, weight = core_stacks_3_stack_layers_0_conv_module2_out_proj_weight_to_fp16, x = input_291_cast_fp16)[name = tensor("op_3232_cast_fp16")]; tensor input_293_cast_fp16 = add(x = x_397_cast_fp16, y = var_3232_cast_fp16)[name = tensor("input_293_cast_fp16")]; tensor x_407_pad_type_0 = const()[name = tensor("x_407_pad_type_0"), val = tensor("valid")]; tensor x_407_strides_0 = const()[name = tensor("x_407_strides_0"), val = tensor([1, 1])]; tensor x_407_pad_0 = const()[name = tensor("x_407_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_407_dilations_0 = const()[name = tensor("x_407_dilations_0"), val = tensor([1, 1])]; tensor x_407_groups_0 = const()[name = tensor("x_407_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_0_feed_forward3_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_feed_forward3_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(218902080)))]; tensor core_stacks_3_stack_layers_0_feed_forward3_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_feed_forward3_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(220868224)))]; tensor x_407_cast_fp16 = conv(bias = core_stacks_3_stack_layers_0_feed_forward3_in_proj_bias_to_fp16, dilations = x_407_dilations_0, groups = x_407_groups_0, pad = x_407_pad_0, pad_type = x_407_pad_type_0, strides = x_407_strides_0, weight = core_stacks_3_stack_layers_0_feed_forward3_in_proj_weight_to_fp16, x = input_293_cast_fp16)[name = tensor("x_407_cast_fp16")]; tensor var_3243_to_fp16 = const()[name = tensor("op_3243_to_fp16"), val = tensor(0x1p+2)]; tensor x_409_cast_fp16 = sub(x = x_407_cast_fp16, y = var_3243_to_fp16)[name = tensor("x_409_cast_fp16")]; tensor var_3245_cast_fp16 = relu(x = x_409_cast_fp16)[name = tensor("op_3245_cast_fp16")]; tensor var_3246_cast_fp16 = abs(x = x_409_cast_fp16)[name = tensor("op_3246_cast_fp16")]; tensor const_71_promoted_to_fp16 = const()[name = tensor("const_71_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_3247_cast_fp16 = mul(x = var_3246_cast_fp16, y = const_71_promoted_to_fp16)[name = tensor("op_3247_cast_fp16")]; tensor var_3248_cast_fp16 = exp(x = var_3247_cast_fp16)[name = tensor("op_3248_cast_fp16")]; tensor var_3249_epsilon_0 = const()[name = tensor("op_3249_epsilon_0"), val = tensor(0x1p+0)]; tensor var_3249_cast_fp16 = log(epsilon = var_3249_epsilon_0, x = var_3248_cast_fp16)[name = tensor("op_3249_cast_fp16")]; tensor var_3250_cast_fp16 = add(x = var_3245_cast_fp16, y = var_3249_cast_fp16)[name = tensor("op_3250_cast_fp16")]; tensor var_3251_to_fp16 = const()[name = tensor("op_3251_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_3252_cast_fp16 = mul(x = x_407_cast_fp16, y = var_3251_to_fp16)[name = tensor("op_3252_cast_fp16")]; tensor var_3253_cast_fp16 = sub(x = var_3250_cast_fp16, y = var_3252_cast_fp16)[name = tensor("op_3253_cast_fp16")]; tensor var_3254_to_fp16 = const()[name = tensor("op_3254_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_295_cast_fp16 = sub(x = var_3253_cast_fp16, y = var_3254_to_fp16)[name = tensor("input_295_cast_fp16")]; tensor var_3262_pad_type_0 = const()[name = tensor("op_3262_pad_type_0"), val = tensor("valid")]; tensor var_3262_strides_0 = const()[name = tensor("op_3262_strides_0"), val = tensor([1, 1])]; tensor var_3262_pad_0 = const()[name = tensor("op_3262_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3262_dilations_0 = const()[name = tensor("op_3262_dilations_0"), val = tensor([1, 1])]; tensor var_3262_groups_0 = const()[name = tensor("op_3262_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_0_feed_forward3_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_feed_forward3_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(220872128)))]; tensor core_stacks_3_stack_layers_0_feed_forward3_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_feed_forward3_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(222838272)))]; tensor var_3262_cast_fp16 = conv(bias = core_stacks_3_stack_layers_0_feed_forward3_out_proj_bias_to_fp16, dilations = var_3262_dilations_0, groups = var_3262_groups_0, pad = var_3262_pad_0, pad_type = var_3262_pad_type_0, strides = var_3262_strides_0, weight = core_stacks_3_stack_layers_0_feed_forward3_out_proj_weight_to_fp16, x = input_295_cast_fp16)[name = tensor("op_3262_cast_fp16")]; tensor x_411_cast_fp16 = add(x = input_293_cast_fp16, y = var_3262_cast_fp16)[name = tensor("x_411_cast_fp16")]; tensor core_stacks_3_stack_layers_0_norm_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(222839360)))]; tensor d_17_cast_fp16 = sub(x = x_411_cast_fp16, y = core_stacks_3_stack_layers_0_norm_bias_to_fp16)[name = tensor("d_17_cast_fp16")]; tensor var_3267_cast_fp16 = mul(x = d_17_cast_fp16, y = d_17_cast_fp16)[name = tensor("op_3267_cast_fp16")]; tensor var_3269_axes_0 = const()[name = tensor("op_3269_axes_0"), val = tensor([1])]; tensor var_3269_keep_dims_0 = const()[name = tensor("op_3269_keep_dims_0"), val = tensor(true)]; tensor var_3269_cast_fp16 = reduce_mean(axes = var_3269_axes_0, keep_dims = var_3269_keep_dims_0, x = var_3267_cast_fp16)[name = tensor("op_3269_cast_fp16")]; tensor scales_17_epsilon_0 = const()[name = tensor("scales_17_epsilon_0"), val = tensor(0x1.197998p-40)]; tensor scales_17_cast_fp16 = rsqrt(epsilon = scales_17_epsilon_0, x = var_3269_cast_fp16)[name = tensor("scales_17_cast_fp16")]; tensor var_3271_cast_fp16 = mul(x = x_411_cast_fp16, y = scales_17_cast_fp16)[name = tensor("op_3271_cast_fp16")]; tensor core_stacks_3_stack_layers_0_norm_scale_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_norm_scale_to_fp16"), val = tensor(0x1.6acp-2)]; tensor src_39_cast_fp16 = mul(x = var_3271_cast_fp16, y = core_stacks_3_stack_layers_0_norm_scale_to_fp16)[name = tensor("src_39_cast_fp16")]; tensor var_3274_cast_fp16 = sub(x = src_39_cast_fp16, y = input_267_cast_fp16)[name = tensor("op_3274_cast_fp16")]; tensor core_stacks_3_stack_layers_0_bypass_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_0_bypass_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(222840448)))]; tensor var_3275_cast_fp16 = mul(x = var_3274_cast_fp16, y = core_stacks_3_stack_layers_0_bypass_bypass_scale_to_fp16)[name = tensor("op_3275_cast_fp16")]; tensor input_297_cast_fp16 = add(x = input_267_cast_fp16, y = var_3275_cast_fp16)[name = tensor("input_297_cast_fp16")]; tensor proj_19_pad_type_0 = const()[name = tensor("proj_19_pad_type_0"), val = tensor("valid")]; tensor proj_19_strides_0 = const()[name = tensor("proj_19_strides_0"), val = tensor([1, 1])]; tensor proj_19_pad_0 = const()[name = tensor("proj_19_pad_0"), val = tensor([0, 0, 0, 0])]; tensor proj_19_dilations_0 = const()[name = tensor("proj_19_dilations_0"), val = tensor([1, 1])]; tensor proj_19_groups_0 = const()[name = tensor("proj_19_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_1_self_attn_weights_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_self_attn_weights_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(222841536)))]; tensor core_stacks_3_stack_layers_1_self_attn_weights_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_self_attn_weights_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(223234816)))]; tensor proj_19_cast_fp16 = conv(bias = core_stacks_3_stack_layers_1_self_attn_weights_in_proj_bias_to_fp16, dilations = proj_19_dilations_0, groups = proj_19_groups_0, pad = proj_19_pad_0, pad_type = proj_19_pad_type_0, strides = proj_19_strides_0, weight = core_stacks_3_stack_layers_1_self_attn_weights_in_proj_weight_to_fp16, x = input_297_cast_fp16)[name = tensor("proj_19_cast_fp16")]; tensor var_3298_begin_0 = const()[name = tensor("op_3298_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_3298_end_0 = const()[name = tensor("op_3298_end_0"), val = tensor([1, 128, 1, 512])]; tensor var_3298_end_mask_0 = const()[name = tensor("op_3298_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_3298_cast_fp16 = slice_by_index(begin = var_3298_begin_0, end = var_3298_end_0, end_mask = var_3298_end_mask_0, x = proj_19_cast_fp16)[name = tensor("op_3298_cast_fp16")]; tensor var_3299 = const()[name = tensor("op_3299"), val = tensor([4, 32, 1, 512])]; tensor var_3300_cast_fp16 = reshape(shape = var_3299, x = var_3298_cast_fp16)[name = tensor("op_3300_cast_fp16")]; tensor var_3302_begin_0 = const()[name = tensor("op_3302_begin_0"), val = tensor([0, 128, 0, 0])]; tensor var_3302_end_0 = const()[name = tensor("op_3302_end_0"), val = tensor([1, 256, 1, 512])]; tensor var_3302_end_mask_0 = const()[name = tensor("op_3302_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_3302_cast_fp16 = slice_by_index(begin = var_3302_begin_0, end = var_3302_end_0, end_mask = var_3302_end_mask_0, x = proj_19_cast_fp16)[name = tensor("op_3302_cast_fp16")]; tensor var_3303 = const()[name = tensor("op_3303"), val = tensor([4, 32, 1, 512])]; tensor var_3304_cast_fp16 = reshape(shape = var_3303, x = var_3302_cast_fp16)[name = tensor("op_3304_cast_fp16")]; tensor var_3306_begin_0 = const()[name = tensor("op_3306_begin_0"), val = tensor([0, 256, 0, 0])]; tensor var_3306_end_0 = const()[name = tensor("op_3306_end_0"), val = tensor([1, 384, 1, 512])]; tensor var_3306_end_mask_0 = const()[name = tensor("op_3306_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_3306_cast_fp16 = slice_by_index(begin = var_3306_begin_0, end = var_3306_end_0, end_mask = var_3306_end_mask_0, x = proj_19_cast_fp16)[name = tensor("op_3306_cast_fp16")]; tensor var_3307 = const()[name = tensor("op_3307"), val = tensor([4, 32, 1, 512])]; tensor pt_19_cast_fp16 = reshape(shape = var_3307, x = var_3306_cast_fp16)[name = tensor("pt_19_cast_fp16")]; tensor transpose_72_perm_0 = const()[name = tensor("transpose_72_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_364 = const()[name = tensor("concat_364"), val = tensor([4, 512, 32])]; tensor transpose_72_cast_fp16 = transpose(perm = transpose_72_perm_0, x = var_3300_cast_fp16)[name = tensor("transpose_212")]; tensor reshape_108_cast_fp16 = reshape(shape = concat_364, x = transpose_72_cast_fp16)[name = tensor("reshape_108_cast_fp16")]; tensor transpose_73_perm_0 = const()[name = tensor("transpose_73_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_365 = const()[name = tensor("concat_365"), val = tensor([4, 32, 512])]; tensor transpose_73_cast_fp16 = transpose(perm = transpose_73_perm_0, x = var_3304_cast_fp16)[name = tensor("transpose_211")]; tensor reshape_109_cast_fp16 = reshape(shape = concat_365, x = transpose_73_cast_fp16)[name = tensor("reshape_109_cast_fp16")]; tensor matmul_36_transpose_x_0 = const()[name = tensor("matmul_36_transpose_x_0"), val = tensor(false)]; tensor matmul_36_transpose_y_0 = const()[name = tensor("matmul_36_transpose_y_0"), val = tensor(false)]; tensor matmul_36_cast_fp16 = matmul(transpose_x = matmul_36_transpose_x_0, transpose_y = matmul_36_transpose_y_0, x = reshape_108_cast_fp16, y = reshape_109_cast_fp16)[name = tensor("matmul_36_cast_fp16")]; tensor concat_369 = const()[name = tensor("concat_369"), val = tensor([4, 1, 512, 512])]; tensor reshape_110_cast_fp16 = reshape(shape = concat_369, x = matmul_36_cast_fp16)[name = tensor("reshape_110_cast_fp16")]; tensor attn_scores_55_perm_0 = const()[name = tensor("attn_scores_55_perm_0"), val = tensor([0, 2, 1, 3])]; tensor var_3311 = const()[name = tensor("op_3311"), val = tensor([0, 1, 3, 2])]; tensor var_3312_cast_fp16 = transpose(perm = var_3311, x = pt_19_cast_fp16)[name = tensor("transpose_209")]; tensor var_3313_cast_fp16 = mul(x = var_3312_cast_fp16, y = core_pos_basis_512_to_fp16)[name = tensor("op_3313_cast_fp16")]; tensor pos_scores_19_axes_0 = const()[name = tensor("pos_scores_19_axes_0"), val = tensor([1])]; tensor pos_scores_19_keep_dims_0 = const()[name = tensor("pos_scores_19_keep_dims_0"), val = tensor(true)]; tensor pos_scores_19_cast_fp16 = reduce_sum(axes = pos_scores_19_axes_0, keep_dims = pos_scores_19_keep_dims_0, x = var_3313_cast_fp16)[name = tensor("pos_scores_19_cast_fp16")]; tensor var_3316 = const()[name = tensor("op_3316"), val = tensor([4, 512, 1, 512])]; tensor var_3317_cast_fp16 = reshape(shape = var_3316, x = pos_scores_19_cast_fp16)[name = tensor("op_3317_cast_fp16")]; tensor attn_scores_55_cast_fp16 = transpose(perm = attn_scores_55_perm_0, x = reshape_110_cast_fp16)[name = tensor("transpose_210")]; tensor attn_scores_57_cast_fp16 = add(x = attn_scores_55_cast_fp16, y = var_3317_cast_fp16)[name = tensor("attn_scores_57_cast_fp16")]; tensor attn_scores_59_cast_fp16 = add(x = attn_scores_57_cast_fp16, y = attn_bias_3_cast_fp16)[name = tensor("attn_scores_59_cast_fp16")]; tensor attn_weights_19_cast_fp16 = softmax(axis = var_41, x = attn_scores_59_cast_fp16)[name = tensor("attn_weights_19_cast_fp16")]; tensor input_299_cast_fp16 = add(x = input_297_cast_fp16, y = time_emb_7_cast_fp16)[name = tensor("input_299_cast_fp16")]; tensor x_413_pad_type_0 = const()[name = tensor("x_413_pad_type_0"), val = tensor("valid")]; tensor x_413_strides_0 = const()[name = tensor("x_413_strides_0"), val = tensor([1, 1])]; tensor x_413_pad_0 = const()[name = tensor("x_413_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_413_dilations_0 = const()[name = tensor("x_413_dilations_0"), val = tensor([1, 1])]; tensor x_413_groups_0 = const()[name = tensor("x_413_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_1_feed_forward1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_feed_forward1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(223235648)))]; tensor core_stacks_3_stack_layers_1_feed_forward1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_feed_forward1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(224415360)))]; tensor x_413_cast_fp16 = conv(bias = core_stacks_3_stack_layers_1_feed_forward1_in_proj_bias_to_fp16, dilations = x_413_dilations_0, groups = x_413_groups_0, pad = x_413_pad_0, pad_type = x_413_pad_type_0, strides = x_413_strides_0, weight = core_stacks_3_stack_layers_1_feed_forward1_in_proj_weight_to_fp16, x = input_299_cast_fp16)[name = tensor("x_413_cast_fp16")]; tensor var_3331_to_fp16 = const()[name = tensor("op_3331_to_fp16"), val = tensor(0x1p+2)]; tensor x_415_cast_fp16 = sub(x = x_413_cast_fp16, y = var_3331_to_fp16)[name = tensor("x_415_cast_fp16")]; tensor var_3333_cast_fp16 = relu(x = x_415_cast_fp16)[name = tensor("op_3333_cast_fp16")]; tensor var_3334_cast_fp16 = abs(x = x_415_cast_fp16)[name = tensor("op_3334_cast_fp16")]; tensor const_72_promoted_to_fp16 = const()[name = tensor("const_72_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_3335_cast_fp16 = mul(x = var_3334_cast_fp16, y = const_72_promoted_to_fp16)[name = tensor("op_3335_cast_fp16")]; tensor var_3336_cast_fp16 = exp(x = var_3335_cast_fp16)[name = tensor("op_3336_cast_fp16")]; tensor var_3337_epsilon_0 = const()[name = tensor("op_3337_epsilon_0"), val = tensor(0x1p+0)]; tensor var_3337_cast_fp16 = log(epsilon = var_3337_epsilon_0, x = var_3336_cast_fp16)[name = tensor("op_3337_cast_fp16")]; tensor var_3338_cast_fp16 = add(x = var_3333_cast_fp16, y = var_3337_cast_fp16)[name = tensor("op_3338_cast_fp16")]; tensor var_3339_to_fp16 = const()[name = tensor("op_3339_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_3340_cast_fp16 = mul(x = x_413_cast_fp16, y = var_3339_to_fp16)[name = tensor("op_3340_cast_fp16")]; tensor var_3341_cast_fp16 = sub(x = var_3338_cast_fp16, y = var_3340_cast_fp16)[name = tensor("op_3341_cast_fp16")]; tensor var_3342_to_fp16 = const()[name = tensor("op_3342_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_301_cast_fp16 = sub(x = var_3341_cast_fp16, y = var_3342_to_fp16)[name = tensor("input_301_cast_fp16")]; tensor var_3350_pad_type_0 = const()[name = tensor("op_3350_pad_type_0"), val = tensor("valid")]; tensor var_3350_strides_0 = const()[name = tensor("op_3350_strides_0"), val = tensor([1, 1])]; tensor var_3350_pad_0 = const()[name = tensor("op_3350_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3350_dilations_0 = const()[name = tensor("op_3350_dilations_0"), val = tensor([1, 1])]; tensor var_3350_groups_0 = const()[name = tensor("op_3350_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_1_feed_forward1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_feed_forward1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(224417728)))]; tensor core_stacks_3_stack_layers_1_feed_forward1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_feed_forward1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(225597440)))]; tensor var_3350_cast_fp16 = conv(bias = core_stacks_3_stack_layers_1_feed_forward1_out_proj_bias_to_fp16, dilations = var_3350_dilations_0, groups = var_3350_groups_0, pad = var_3350_pad_0, pad_type = var_3350_pad_type_0, strides = var_3350_strides_0, weight = core_stacks_3_stack_layers_1_feed_forward1_out_proj_weight_to_fp16, x = input_301_cast_fp16)[name = tensor("op_3350_cast_fp16")]; tensor input_303_cast_fp16 = add(x = input_299_cast_fp16, y = var_3350_cast_fp16)[name = tensor("input_303_cast_fp16")]; tensor var_3352_begin_0 = const()[name = tensor("op_3352_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_3352_end_0 = const()[name = tensor("op_3352_end_0"), val = tensor([1, 512, 1, 512])]; tensor var_3352_end_mask_0 = const()[name = tensor("op_3352_end_mask_0"), val = tensor([false, true, true, true])]; tensor var_3352_cast_fp16 = slice_by_index(begin = var_3352_begin_0, end = var_3352_end_0, end_mask = var_3352_end_mask_0, x = attn_weights_19_cast_fp16)[name = tensor("op_3352_cast_fp16")]; tensor x_417_pad_type_0 = const()[name = tensor("x_417_pad_type_0"), val = tensor("valid")]; tensor x_417_strides_0 = const()[name = tensor("x_417_strides_0"), val = tensor([1, 1])]; tensor x_417_pad_0 = const()[name = tensor("x_417_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_417_dilations_0 = const()[name = tensor("x_417_dilations_0"), val = tensor([1, 1])]; tensor x_417_groups_0 = const()[name = tensor("x_417_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_1_nonlin_attention_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_nonlin_attention_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(225598528)))]; tensor core_stacks_3_stack_layers_1_nonlin_attention_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_nonlin_attention_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(226778240)))]; tensor x_417_cast_fp16 = conv(bias = core_stacks_3_stack_layers_1_nonlin_attention_in_proj_bias_to_fp16, dilations = x_417_dilations_0, groups = x_417_groups_0, pad = x_417_pad_0, pad_type = x_417_pad_type_0, strides = x_417_strides_0, weight = core_stacks_3_stack_layers_1_nonlin_attention_in_proj_weight_to_fp16, x = input_303_cast_fp16)[name = tensor("x_417_cast_fp16")]; tensor var_3363_begin_0 = const()[name = tensor("op_3363_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_3363_end_0 = const()[name = tensor("op_3363_end_0"), val = tensor([1, 384, 1, 512])]; tensor var_3363_end_mask_0 = const()[name = tensor("op_3363_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_3363_cast_fp16 = slice_by_index(begin = var_3363_begin_0, end = var_3363_end_0, end_mask = var_3363_end_mask_0, x = x_417_cast_fp16)[name = tensor("op_3363_cast_fp16")]; tensor s_gate_19_cast_fp16 = tanh(x = var_3363_cast_fp16)[name = tensor("s_gate_19_cast_fp16")]; tensor var_3366_begin_0 = const()[name = tensor("op_3366_begin_0"), val = tensor([0, 384, 0, 0])]; tensor var_3366_end_0 = const()[name = tensor("op_3366_end_0"), val = tensor([1, 768, 1, 512])]; tensor var_3366_end_mask_0 = const()[name = tensor("op_3366_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_3366_cast_fp16 = slice_by_index(begin = var_3366_begin_0, end = var_3366_end_0, end_mask = var_3366_end_mask_0, x = x_417_cast_fp16)[name = tensor("op_3366_cast_fp16")]; tensor var_3367_cast_fp16 = mul(x = var_3366_cast_fp16, y = s_gate_19_cast_fp16)[name = tensor("op_3367_cast_fp16")]; tensor y_19_begin_0 = const()[name = tensor("y_19_begin_0"), val = tensor([0, 768, 0, 0])]; tensor y_19_end_0 = const()[name = tensor("y_19_end_0"), val = tensor([1, 1152, 1, 512])]; tensor y_19_end_mask_0 = const()[name = tensor("y_19_end_mask_0"), val = tensor([true, true, true, true])]; tensor y_19_cast_fp16 = slice_by_index(begin = y_19_begin_0, end = y_19_end_0, end_mask = y_19_end_mask_0, x = x_417_cast_fp16)[name = tensor("y_19_cast_fp16")]; tensor transpose_74_perm_0 = const()[name = tensor("transpose_74_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_374 = const()[name = tensor("concat_374"), val = tensor([1, 512, 512])]; tensor transpose_74_cast_fp16 = transpose(perm = transpose_74_perm_0, x = var_3352_cast_fp16)[name = tensor("transpose_208")]; tensor reshape_111_cast_fp16 = reshape(shape = concat_374, x = transpose_74_cast_fp16)[name = tensor("reshape_111_cast_fp16")]; tensor transpose_75_perm_0 = const()[name = tensor("transpose_75_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_375 = const()[name = tensor("concat_375"), val = tensor([1, 512, 384])]; tensor transpose_75_cast_fp16 = transpose(perm = transpose_75_perm_0, x = var_3367_cast_fp16)[name = tensor("transpose_207")]; tensor reshape_112_cast_fp16 = reshape(shape = concat_375, x = transpose_75_cast_fp16)[name = tensor("reshape_112_cast_fp16")]; tensor matmul_37_transpose_x_0 = const()[name = tensor("matmul_37_transpose_x_0"), val = tensor(false)]; tensor matmul_37_transpose_y_0 = const()[name = tensor("matmul_37_transpose_y_0"), val = tensor(false)]; tensor matmul_37_cast_fp16 = matmul(transpose_x = matmul_37_transpose_x_0, transpose_y = matmul_37_transpose_y_0, x = reshape_111_cast_fp16, y = reshape_112_cast_fp16)[name = tensor("matmul_37_cast_fp16")]; tensor concat_379 = const()[name = tensor("concat_379"), val = tensor([1, 1, 512, 384])]; tensor reshape_113_cast_fp16 = reshape(shape = concat_379, x = matmul_37_cast_fp16)[name = tensor("reshape_113_cast_fp16")]; tensor v_19_perm_0 = const()[name = tensor("v_19_perm_0"), val = tensor([0, 3, 1, 2])]; tensor v_19_cast_fp16 = transpose(perm = v_19_perm_0, x = reshape_113_cast_fp16)[name = tensor("transpose_206")]; tensor input_305_cast_fp16 = mul(x = v_19_cast_fp16, y = y_19_cast_fp16)[name = tensor("input_305_cast_fp16")]; tensor var_3379_pad_type_0 = const()[name = tensor("op_3379_pad_type_0"), val = tensor("valid")]; tensor var_3379_strides_0 = const()[name = tensor("op_3379_strides_0"), val = tensor([1, 1])]; tensor var_3379_pad_0 = const()[name = tensor("op_3379_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3379_dilations_0 = const()[name = tensor("op_3379_dilations_0"), val = tensor([1, 1])]; tensor var_3379_groups_0 = const()[name = tensor("op_3379_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_1_nonlin_attention_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_nonlin_attention_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(226780608)))]; tensor core_stacks_3_stack_layers_1_nonlin_attention_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_nonlin_attention_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(227173888)))]; tensor var_3379_cast_fp16 = conv(bias = core_stacks_3_stack_layers_1_nonlin_attention_out_proj_bias_to_fp16, dilations = var_3379_dilations_0, groups = var_3379_groups_0, pad = var_3379_pad_0, pad_type = var_3379_pad_type_0, strides = var_3379_strides_0, weight = core_stacks_3_stack_layers_1_nonlin_attention_out_proj_weight_to_fp16, x = input_305_cast_fp16)[name = tensor("op_3379_cast_fp16")]; tensor x_419_cast_fp16 = add(x = input_303_cast_fp16, y = var_3379_cast_fp16)[name = tensor("x_419_cast_fp16")]; tensor var_3390_pad_type_0 = const()[name = tensor("op_3390_pad_type_0"), val = tensor("valid")]; tensor var_3390_strides_0 = const()[name = tensor("op_3390_strides_0"), val = tensor([1, 1])]; tensor var_3390_pad_0 = const()[name = tensor("op_3390_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3390_dilations_0 = const()[name = tensor("op_3390_dilations_0"), val = tensor([1, 1])]; tensor var_3390_groups_0 = const()[name = tensor("op_3390_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_1_self_attn1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_self_attn1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(227174976)))]; tensor core_stacks_3_stack_layers_1_self_attn1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_self_attn1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(227224192)))]; tensor var_3390_cast_fp16 = conv(bias = core_stacks_3_stack_layers_1_self_attn1_in_proj_bias_to_fp16, dilations = var_3390_dilations_0, groups = var_3390_groups_0, pad = var_3390_pad_0, pad_type = var_3390_pad_type_0, strides = var_3390_strides_0, weight = core_stacks_3_stack_layers_1_self_attn1_in_proj_weight_to_fp16, x = x_419_cast_fp16)[name = tensor("op_3390_cast_fp16")]; tensor var_3391 = const()[name = tensor("op_3391"), val = tensor([4, 12, 1, 512])]; tensor var_3392_cast_fp16 = reshape(shape = var_3391, x = var_3390_cast_fp16)[name = tensor("op_3392_cast_fp16")]; tensor transpose_76_perm_0 = const()[name = tensor("transpose_76_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_384 = const()[name = tensor("concat_384"), val = tensor([4, 512, 512])]; tensor transpose_76_cast_fp16 = transpose(perm = transpose_76_perm_0, x = attn_weights_19_cast_fp16)[name = tensor("transpose_205")]; tensor reshape_114_cast_fp16 = reshape(shape = concat_384, x = transpose_76_cast_fp16)[name = tensor("reshape_114_cast_fp16")]; tensor transpose_77_perm_0 = const()[name = tensor("transpose_77_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_385 = const()[name = tensor("concat_385"), val = tensor([4, 512, 12])]; tensor transpose_77_cast_fp16 = transpose(perm = transpose_77_perm_0, x = var_3392_cast_fp16)[name = tensor("transpose_204")]; tensor reshape_115_cast_fp16 = reshape(shape = concat_385, x = transpose_77_cast_fp16)[name = tensor("reshape_115_cast_fp16")]; tensor matmul_38_transpose_x_0 = const()[name = tensor("matmul_38_transpose_x_0"), val = tensor(false)]; tensor matmul_38_transpose_y_0 = const()[name = tensor("matmul_38_transpose_y_0"), val = tensor(false)]; tensor matmul_38_cast_fp16 = matmul(transpose_x = matmul_38_transpose_x_0, transpose_y = matmul_38_transpose_y_0, x = reshape_114_cast_fp16, y = reshape_115_cast_fp16)[name = tensor("matmul_38_cast_fp16")]; tensor concat_389 = const()[name = tensor("concat_389"), val = tensor([4, 1, 512, 12])]; tensor reshape_116_cast_fp16 = reshape(shape = concat_389, x = matmul_38_cast_fp16)[name = tensor("reshape_116_cast_fp16")]; tensor out_37_perm_0 = const()[name = tensor("out_37_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_3395 = const()[name = tensor("op_3395"), val = tensor([1, 48, 1, 512])]; tensor out_37_cast_fp16 = transpose(perm = out_37_perm_0, x = reshape_116_cast_fp16)[name = tensor("transpose_203")]; tensor input_307_cast_fp16 = reshape(shape = var_3395, x = out_37_cast_fp16)[name = tensor("input_307_cast_fp16")]; tensor var_3403_pad_type_0 = const()[name = tensor("op_3403_pad_type_0"), val = tensor("valid")]; tensor var_3403_strides_0 = const()[name = tensor("op_3403_strides_0"), val = tensor([1, 1])]; tensor var_3403_pad_0 = const()[name = tensor("op_3403_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3403_dilations_0 = const()[name = tensor("op_3403_dilations_0"), val = tensor([1, 1])]; tensor var_3403_groups_0 = const()[name = tensor("op_3403_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_1_self_attn1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_self_attn1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(227224384)))]; tensor core_stacks_3_stack_layers_1_self_attn1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_self_attn1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(227273600)))]; tensor var_3403_cast_fp16 = conv(bias = core_stacks_3_stack_layers_1_self_attn1_out_proj_bias_to_fp16, dilations = var_3403_dilations_0, groups = var_3403_groups_0, pad = var_3403_pad_0, pad_type = var_3403_pad_type_0, strides = var_3403_strides_0, weight = core_stacks_3_stack_layers_1_self_attn1_out_proj_weight_to_fp16, x = input_307_cast_fp16)[name = tensor("op_3403_cast_fp16")]; tensor x_421_cast_fp16 = add(x = x_419_cast_fp16, y = var_3403_cast_fp16)[name = tensor("x_421_cast_fp16")]; tensor x_423_cast_fp16 = add(x = x_421_cast_fp16, y = time_emb_7_cast_fp16)[name = tensor("x_423_cast_fp16")]; tensor x_425_pad_type_0 = const()[name = tensor("x_425_pad_type_0"), val = tensor("valid")]; tensor x_425_strides_0 = const()[name = tensor("x_425_strides_0"), val = tensor([1, 1])]; tensor x_425_pad_0 = const()[name = tensor("x_425_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_425_dilations_0 = const()[name = tensor("x_425_dilations_0"), val = tensor([1, 1])]; tensor x_425_groups_0 = const()[name = tensor("x_425_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_1_conv_module1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_conv_module1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(227274688)))]; tensor core_stacks_3_stack_layers_1_conv_module1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_conv_module1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(228323328)))]; tensor x_425_cast_fp16 = conv(bias = core_stacks_3_stack_layers_1_conv_module1_in_proj_bias_to_fp16, dilations = x_425_dilations_0, groups = x_425_groups_0, pad = x_425_pad_0, pad_type = x_425_pad_type_0, strides = x_425_strides_0, weight = core_stacks_3_stack_layers_1_conv_module1_in_proj_weight_to_fp16, x = x_423_cast_fp16)[name = tensor("x_425_cast_fp16")]; tensor var_3417_begin_0 = const()[name = tensor("op_3417_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_3417_end_0 = const()[name = tensor("op_3417_end_0"), val = tensor([1, 512, 1, 512])]; tensor var_3417_end_mask_0 = const()[name = tensor("op_3417_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_3417_cast_fp16 = slice_by_index(begin = var_3417_begin_0, end = var_3417_end_0, end_mask = var_3417_end_mask_0, x = x_425_cast_fp16)[name = tensor("op_3417_cast_fp16")]; tensor var_3419_begin_0 = const()[name = tensor("op_3419_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_3419_end_0 = const()[name = tensor("op_3419_end_0"), val = tensor([1, 1024, 1, 512])]; tensor var_3419_end_mask_0 = const()[name = tensor("op_3419_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_3419_cast_fp16 = slice_by_index(begin = var_3419_begin_0, end = var_3419_end_0, end_mask = var_3419_end_mask_0, x = x_425_cast_fp16)[name = tensor("op_3419_cast_fp16")]; tensor var_3420_cast_fp16 = sigmoid(x = var_3419_cast_fp16)[name = tensor("op_3420_cast_fp16")]; tensor x_427_cast_fp16 = mul(x = var_3417_cast_fp16, y = var_3420_cast_fp16)[name = tensor("x_427_cast_fp16")]; tensor input_309_cast_fp16 = mul(x = x_427_cast_fp16, y = conv_keep_3_cast_fp16)[name = tensor("input_309_cast_fp16")]; tensor x_429_pad_type_0 = const()[name = tensor("x_429_pad_type_0"), val = tensor("custom")]; tensor x_429_pad_0 = const()[name = tensor("x_429_pad_0"), val = tensor([0, 0, 7, 7])]; tensor x_429_groups_0 = const()[name = tensor("x_429_groups_0"), val = tensor(512)]; tensor x_429_strides_0 = const()[name = tensor("x_429_strides_0"), val = tensor([1, 1])]; tensor x_429_dilations_0 = const()[name = tensor("x_429_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_3_stack_layers_1_conv_module1_dw_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_conv_module1_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(228325440)))]; tensor core_stacks_3_stack_layers_1_conv_module1_dw_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_conv_module1_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(228340864)))]; tensor x_429_cast_fp16 = conv(bias = core_stacks_3_stack_layers_1_conv_module1_dw_bias_to_fp16, dilations = x_429_dilations_0, groups = x_429_groups_0, pad = x_429_pad_0, pad_type = x_429_pad_type_0, strides = x_429_strides_0, weight = core_stacks_3_stack_layers_1_conv_module1_dw_weight_to_fp16, x = input_309_cast_fp16)[name = tensor("x_429_cast_fp16")]; tensor var_3430_to_fp16 = const()[name = tensor("op_3430_to_fp16"), val = tensor(0x1p+0)]; tensor x_431_cast_fp16 = sub(x = x_429_cast_fp16, y = var_3430_to_fp16)[name = tensor("x_431_cast_fp16")]; tensor var_3432_cast_fp16 = relu(x = x_431_cast_fp16)[name = tensor("op_3432_cast_fp16")]; tensor var_3433_cast_fp16 = abs(x = x_431_cast_fp16)[name = tensor("op_3433_cast_fp16")]; tensor const_74_promoted_to_fp16 = const()[name = tensor("const_74_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_3434_cast_fp16 = mul(x = var_3433_cast_fp16, y = const_74_promoted_to_fp16)[name = tensor("op_3434_cast_fp16")]; tensor var_3435_cast_fp16 = exp(x = var_3434_cast_fp16)[name = tensor("op_3435_cast_fp16")]; tensor var_3436_epsilon_0 = const()[name = tensor("op_3436_epsilon_0"), val = tensor(0x1p+0)]; tensor var_3436_cast_fp16 = log(epsilon = var_3436_epsilon_0, x = var_3435_cast_fp16)[name = tensor("op_3436_cast_fp16")]; tensor var_3437_cast_fp16 = add(x = var_3432_cast_fp16, y = var_3436_cast_fp16)[name = tensor("op_3437_cast_fp16")]; tensor var_3438_to_fp16 = const()[name = tensor("op_3438_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_3439_cast_fp16 = mul(x = x_429_cast_fp16, y = var_3438_to_fp16)[name = tensor("op_3439_cast_fp16")]; tensor var_3440_cast_fp16 = sub(x = var_3437_cast_fp16, y = var_3439_cast_fp16)[name = tensor("op_3440_cast_fp16")]; tensor var_3441_to_fp16 = const()[name = tensor("op_3441_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_311_cast_fp16 = sub(x = var_3440_cast_fp16, y = var_3441_to_fp16)[name = tensor("input_311_cast_fp16")]; tensor var_3449_pad_type_0 = const()[name = tensor("op_3449_pad_type_0"), val = tensor("valid")]; tensor var_3449_strides_0 = const()[name = tensor("op_3449_strides_0"), val = tensor([1, 1])]; tensor var_3449_pad_0 = const()[name = tensor("op_3449_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3449_dilations_0 = const()[name = tensor("op_3449_dilations_0"), val = tensor([1, 1])]; tensor var_3449_groups_0 = const()[name = tensor("op_3449_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_1_conv_module1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_conv_module1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(228341952)))]; tensor core_stacks_3_stack_layers_1_conv_module1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_conv_module1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(228866304)))]; tensor var_3449_cast_fp16 = conv(bias = core_stacks_3_stack_layers_1_conv_module1_out_proj_bias_to_fp16, dilations = var_3449_dilations_0, groups = var_3449_groups_0, pad = var_3449_pad_0, pad_type = var_3449_pad_type_0, strides = var_3449_strides_0, weight = core_stacks_3_stack_layers_1_conv_module1_out_proj_weight_to_fp16, x = input_311_cast_fp16)[name = tensor("op_3449_cast_fp16")]; tensor input_313_cast_fp16 = add(x = x_423_cast_fp16, y = var_3449_cast_fp16)[name = tensor("input_313_cast_fp16")]; tensor x_433_pad_type_0 = const()[name = tensor("x_433_pad_type_0"), val = tensor("valid")]; tensor x_433_strides_0 = const()[name = tensor("x_433_strides_0"), val = tensor([1, 1])]; tensor x_433_pad_0 = const()[name = tensor("x_433_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_433_dilations_0 = const()[name = tensor("x_433_dilations_0"), val = tensor([1, 1])]; tensor x_433_groups_0 = const()[name = tensor("x_433_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_1_feed_forward2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_feed_forward2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(228867392)))]; tensor core_stacks_3_stack_layers_1_feed_forward2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_feed_forward2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(230440320)))]; tensor x_433_cast_fp16 = conv(bias = core_stacks_3_stack_layers_1_feed_forward2_in_proj_bias_to_fp16, dilations = x_433_dilations_0, groups = x_433_groups_0, pad = x_433_pad_0, pad_type = x_433_pad_type_0, strides = x_433_strides_0, weight = core_stacks_3_stack_layers_1_feed_forward2_in_proj_weight_to_fp16, x = input_313_cast_fp16)[name = tensor("x_433_cast_fp16")]; tensor var_3460_to_fp16 = const()[name = tensor("op_3460_to_fp16"), val = tensor(0x1p+2)]; tensor x_435_cast_fp16 = sub(x = x_433_cast_fp16, y = var_3460_to_fp16)[name = tensor("x_435_cast_fp16")]; tensor var_3462_cast_fp16 = relu(x = x_435_cast_fp16)[name = tensor("op_3462_cast_fp16")]; tensor var_3463_cast_fp16 = abs(x = x_435_cast_fp16)[name = tensor("op_3463_cast_fp16")]; tensor const_75_promoted_to_fp16 = const()[name = tensor("const_75_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_3464_cast_fp16 = mul(x = var_3463_cast_fp16, y = const_75_promoted_to_fp16)[name = tensor("op_3464_cast_fp16")]; tensor var_3465_cast_fp16 = exp(x = var_3464_cast_fp16)[name = tensor("op_3465_cast_fp16")]; tensor var_3466_epsilon_0 = const()[name = tensor("op_3466_epsilon_0"), val = tensor(0x1p+0)]; tensor var_3466_cast_fp16 = log(epsilon = var_3466_epsilon_0, x = var_3465_cast_fp16)[name = tensor("op_3466_cast_fp16")]; tensor var_3467_cast_fp16 = add(x = var_3462_cast_fp16, y = var_3466_cast_fp16)[name = tensor("op_3467_cast_fp16")]; tensor var_3468_to_fp16 = const()[name = tensor("op_3468_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_3469_cast_fp16 = mul(x = x_433_cast_fp16, y = var_3468_to_fp16)[name = tensor("op_3469_cast_fp16")]; tensor var_3470_cast_fp16 = sub(x = var_3467_cast_fp16, y = var_3469_cast_fp16)[name = tensor("op_3470_cast_fp16")]; tensor var_3471_to_fp16 = const()[name = tensor("op_3471_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_315_cast_fp16 = sub(x = var_3470_cast_fp16, y = var_3471_to_fp16)[name = tensor("input_315_cast_fp16")]; tensor var_3479_pad_type_0 = const()[name = tensor("op_3479_pad_type_0"), val = tensor("valid")]; tensor var_3479_strides_0 = const()[name = tensor("op_3479_strides_0"), val = tensor([1, 1])]; tensor var_3479_pad_0 = const()[name = tensor("op_3479_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3479_dilations_0 = const()[name = tensor("op_3479_dilations_0"), val = tensor([1, 1])]; tensor var_3479_groups_0 = const()[name = tensor("op_3479_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_1_feed_forward2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_feed_forward2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(230443456)))]; tensor core_stacks_3_stack_layers_1_feed_forward2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_feed_forward2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(232016384)))]; tensor var_3479_cast_fp16 = conv(bias = core_stacks_3_stack_layers_1_feed_forward2_out_proj_bias_to_fp16, dilations = var_3479_dilations_0, groups = var_3479_groups_0, pad = var_3479_pad_0, pad_type = var_3479_pad_type_0, strides = var_3479_strides_0, weight = core_stacks_3_stack_layers_1_feed_forward2_out_proj_weight_to_fp16, x = input_315_cast_fp16)[name = tensor("op_3479_cast_fp16")]; tensor src_41_cast_fp16 = add(x = input_313_cast_fp16, y = var_3479_cast_fp16)[name = tensor("src_41_cast_fp16")]; tensor var_3482_cast_fp16 = sub(x = src_41_cast_fp16, y = input_297_cast_fp16)[name = tensor("op_3482_cast_fp16")]; tensor core_stacks_3_stack_layers_1_bypass_mid_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_bypass_mid_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(232017472)))]; tensor var_3483_cast_fp16 = mul(x = var_3482_cast_fp16, y = core_stacks_3_stack_layers_1_bypass_mid_bypass_scale_to_fp16)[name = tensor("op_3483_cast_fp16")]; tensor x_437_cast_fp16 = add(x = input_297_cast_fp16, y = var_3483_cast_fp16)[name = tensor("x_437_cast_fp16")]; tensor var_3494_pad_type_0 = const()[name = tensor("op_3494_pad_type_0"), val = tensor("valid")]; tensor var_3494_strides_0 = const()[name = tensor("op_3494_strides_0"), val = tensor([1, 1])]; tensor var_3494_pad_0 = const()[name = tensor("op_3494_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3494_dilations_0 = const()[name = tensor("op_3494_dilations_0"), val = tensor([1, 1])]; tensor var_3494_groups_0 = const()[name = tensor("op_3494_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_1_self_attn2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_self_attn2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(232018560)))]; tensor core_stacks_3_stack_layers_1_self_attn2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_self_attn2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(232067776)))]; tensor var_3494_cast_fp16 = conv(bias = core_stacks_3_stack_layers_1_self_attn2_in_proj_bias_to_fp16, dilations = var_3494_dilations_0, groups = var_3494_groups_0, pad = var_3494_pad_0, pad_type = var_3494_pad_type_0, strides = var_3494_strides_0, weight = core_stacks_3_stack_layers_1_self_attn2_in_proj_weight_to_fp16, x = x_437_cast_fp16)[name = tensor("op_3494_cast_fp16")]; tensor var_3495 = const()[name = tensor("op_3495"), val = tensor([4, 12, 1, 512])]; tensor var_3496_cast_fp16 = reshape(shape = var_3495, x = var_3494_cast_fp16)[name = tensor("op_3496_cast_fp16")]; tensor transpose_79_perm_0 = const()[name = tensor("transpose_79_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_395 = const()[name = tensor("concat_395"), val = tensor([4, 512, 12])]; tensor transpose_79_cast_fp16 = transpose(perm = transpose_79_perm_0, x = var_3496_cast_fp16)[name = tensor("transpose_202")]; tensor reshape_118_cast_fp16 = reshape(shape = concat_395, x = transpose_79_cast_fp16)[name = tensor("reshape_118_cast_fp16")]; tensor matmul_39_transpose_x_0 = const()[name = tensor("matmul_39_transpose_x_0"), val = tensor(false)]; tensor matmul_39_transpose_y_0 = const()[name = tensor("matmul_39_transpose_y_0"), val = tensor(false)]; tensor matmul_39_cast_fp16 = matmul(transpose_x = matmul_39_transpose_x_0, transpose_y = matmul_39_transpose_y_0, x = reshape_114_cast_fp16, y = reshape_118_cast_fp16)[name = tensor("matmul_39_cast_fp16")]; tensor concat_399 = const()[name = tensor("concat_399"), val = tensor([4, 1, 512, 12])]; tensor reshape_119_cast_fp16 = reshape(shape = concat_399, x = matmul_39_cast_fp16)[name = tensor("reshape_119_cast_fp16")]; tensor out_39_perm_0 = const()[name = tensor("out_39_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_3499 = const()[name = tensor("op_3499"), val = tensor([1, 48, 1, 512])]; tensor out_39_cast_fp16 = transpose(perm = out_39_perm_0, x = reshape_119_cast_fp16)[name = tensor("transpose_201")]; tensor input_317_cast_fp16 = reshape(shape = var_3499, x = out_39_cast_fp16)[name = tensor("input_317_cast_fp16")]; tensor var_3507_pad_type_0 = const()[name = tensor("op_3507_pad_type_0"), val = tensor("valid")]; tensor var_3507_strides_0 = const()[name = tensor("op_3507_strides_0"), val = tensor([1, 1])]; tensor var_3507_pad_0 = const()[name = tensor("op_3507_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3507_dilations_0 = const()[name = tensor("op_3507_dilations_0"), val = tensor([1, 1])]; tensor var_3507_groups_0 = const()[name = tensor("op_3507_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_1_self_attn2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_self_attn2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(232067968)))]; tensor core_stacks_3_stack_layers_1_self_attn2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_self_attn2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(232117184)))]; tensor var_3507_cast_fp16 = conv(bias = core_stacks_3_stack_layers_1_self_attn2_out_proj_bias_to_fp16, dilations = var_3507_dilations_0, groups = var_3507_groups_0, pad = var_3507_pad_0, pad_type = var_3507_pad_type_0, strides = var_3507_strides_0, weight = core_stacks_3_stack_layers_1_self_attn2_out_proj_weight_to_fp16, x = input_317_cast_fp16)[name = tensor("op_3507_cast_fp16")]; tensor x_439_cast_fp16 = add(x = x_437_cast_fp16, y = var_3507_cast_fp16)[name = tensor("x_439_cast_fp16")]; tensor x_441_cast_fp16 = add(x = x_439_cast_fp16, y = time_emb_7_cast_fp16)[name = tensor("x_441_cast_fp16")]; tensor x_443_pad_type_0 = const()[name = tensor("x_443_pad_type_0"), val = tensor("valid")]; tensor x_443_strides_0 = const()[name = tensor("x_443_strides_0"), val = tensor([1, 1])]; tensor x_443_pad_0 = const()[name = tensor("x_443_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_443_dilations_0 = const()[name = tensor("x_443_dilations_0"), val = tensor([1, 1])]; tensor x_443_groups_0 = const()[name = tensor("x_443_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_1_conv_module2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_conv_module2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(232118272)))]; tensor core_stacks_3_stack_layers_1_conv_module2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_conv_module2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(233166912)))]; tensor x_443_cast_fp16 = conv(bias = core_stacks_3_stack_layers_1_conv_module2_in_proj_bias_to_fp16, dilations = x_443_dilations_0, groups = x_443_groups_0, pad = x_443_pad_0, pad_type = x_443_pad_type_0, strides = x_443_strides_0, weight = core_stacks_3_stack_layers_1_conv_module2_in_proj_weight_to_fp16, x = x_441_cast_fp16)[name = tensor("x_443_cast_fp16")]; tensor var_3521_begin_0 = const()[name = tensor("op_3521_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_3521_end_0 = const()[name = tensor("op_3521_end_0"), val = tensor([1, 512, 1, 512])]; tensor var_3521_end_mask_0 = const()[name = tensor("op_3521_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_3521_cast_fp16 = slice_by_index(begin = var_3521_begin_0, end = var_3521_end_0, end_mask = var_3521_end_mask_0, x = x_443_cast_fp16)[name = tensor("op_3521_cast_fp16")]; tensor var_3523_begin_0 = const()[name = tensor("op_3523_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_3523_end_0 = const()[name = tensor("op_3523_end_0"), val = tensor([1, 1024, 1, 512])]; tensor var_3523_end_mask_0 = const()[name = tensor("op_3523_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_3523_cast_fp16 = slice_by_index(begin = var_3523_begin_0, end = var_3523_end_0, end_mask = var_3523_end_mask_0, x = x_443_cast_fp16)[name = tensor("op_3523_cast_fp16")]; tensor var_3524_cast_fp16 = sigmoid(x = var_3523_cast_fp16)[name = tensor("op_3524_cast_fp16")]; tensor x_445_cast_fp16 = mul(x = var_3521_cast_fp16, y = var_3524_cast_fp16)[name = tensor("x_445_cast_fp16")]; tensor input_319_cast_fp16 = mul(x = x_445_cast_fp16, y = conv_keep_3_cast_fp16)[name = tensor("input_319_cast_fp16")]; tensor x_447_pad_type_0 = const()[name = tensor("x_447_pad_type_0"), val = tensor("custom")]; tensor x_447_pad_0 = const()[name = tensor("x_447_pad_0"), val = tensor([0, 0, 7, 7])]; tensor x_447_groups_0 = const()[name = tensor("x_447_groups_0"), val = tensor(512)]; tensor x_447_strides_0 = const()[name = tensor("x_447_strides_0"), val = tensor([1, 1])]; tensor x_447_dilations_0 = const()[name = tensor("x_447_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_3_stack_layers_1_conv_module2_dw_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_conv_module2_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(233169024)))]; tensor core_stacks_3_stack_layers_1_conv_module2_dw_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_conv_module2_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(233184448)))]; tensor x_447_cast_fp16 = conv(bias = core_stacks_3_stack_layers_1_conv_module2_dw_bias_to_fp16, dilations = x_447_dilations_0, groups = x_447_groups_0, pad = x_447_pad_0, pad_type = x_447_pad_type_0, strides = x_447_strides_0, weight = core_stacks_3_stack_layers_1_conv_module2_dw_weight_to_fp16, x = input_319_cast_fp16)[name = tensor("x_447_cast_fp16")]; tensor var_3534_to_fp16 = const()[name = tensor("op_3534_to_fp16"), val = tensor(0x1p+0)]; tensor x_449_cast_fp16 = sub(x = x_447_cast_fp16, y = var_3534_to_fp16)[name = tensor("x_449_cast_fp16")]; tensor var_3536_cast_fp16 = relu(x = x_449_cast_fp16)[name = tensor("op_3536_cast_fp16")]; tensor var_3537_cast_fp16 = abs(x = x_449_cast_fp16)[name = tensor("op_3537_cast_fp16")]; tensor const_77_promoted_to_fp16 = const()[name = tensor("const_77_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_3538_cast_fp16 = mul(x = var_3537_cast_fp16, y = const_77_promoted_to_fp16)[name = tensor("op_3538_cast_fp16")]; tensor var_3539_cast_fp16 = exp(x = var_3538_cast_fp16)[name = tensor("op_3539_cast_fp16")]; tensor var_3540_epsilon_0 = const()[name = tensor("op_3540_epsilon_0"), val = tensor(0x1p+0)]; tensor var_3540_cast_fp16 = log(epsilon = var_3540_epsilon_0, x = var_3539_cast_fp16)[name = tensor("op_3540_cast_fp16")]; tensor var_3541_cast_fp16 = add(x = var_3536_cast_fp16, y = var_3540_cast_fp16)[name = tensor("op_3541_cast_fp16")]; tensor var_3542_to_fp16 = const()[name = tensor("op_3542_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_3543_cast_fp16 = mul(x = x_447_cast_fp16, y = var_3542_to_fp16)[name = tensor("op_3543_cast_fp16")]; tensor var_3544_cast_fp16 = sub(x = var_3541_cast_fp16, y = var_3543_cast_fp16)[name = tensor("op_3544_cast_fp16")]; tensor var_3545_to_fp16 = const()[name = tensor("op_3545_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_321_cast_fp16 = sub(x = var_3544_cast_fp16, y = var_3545_to_fp16)[name = tensor("input_321_cast_fp16")]; tensor var_3553_pad_type_0 = const()[name = tensor("op_3553_pad_type_0"), val = tensor("valid")]; tensor var_3553_strides_0 = const()[name = tensor("op_3553_strides_0"), val = tensor([1, 1])]; tensor var_3553_pad_0 = const()[name = tensor("op_3553_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3553_dilations_0 = const()[name = tensor("op_3553_dilations_0"), val = tensor([1, 1])]; tensor var_3553_groups_0 = const()[name = tensor("op_3553_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_1_conv_module2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_conv_module2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(233185536)))]; tensor core_stacks_3_stack_layers_1_conv_module2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_conv_module2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(233709888)))]; tensor var_3553_cast_fp16 = conv(bias = core_stacks_3_stack_layers_1_conv_module2_out_proj_bias_to_fp16, dilations = var_3553_dilations_0, groups = var_3553_groups_0, pad = var_3553_pad_0, pad_type = var_3553_pad_type_0, strides = var_3553_strides_0, weight = core_stacks_3_stack_layers_1_conv_module2_out_proj_weight_to_fp16, x = input_321_cast_fp16)[name = tensor("op_3553_cast_fp16")]; tensor input_323_cast_fp16 = add(x = x_441_cast_fp16, y = var_3553_cast_fp16)[name = tensor("input_323_cast_fp16")]; tensor x_451_pad_type_0 = const()[name = tensor("x_451_pad_type_0"), val = tensor("valid")]; tensor x_451_strides_0 = const()[name = tensor("x_451_strides_0"), val = tensor([1, 1])]; tensor x_451_pad_0 = const()[name = tensor("x_451_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_451_dilations_0 = const()[name = tensor("x_451_dilations_0"), val = tensor([1, 1])]; tensor x_451_groups_0 = const()[name = tensor("x_451_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_1_feed_forward3_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_feed_forward3_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(233710976)))]; tensor core_stacks_3_stack_layers_1_feed_forward3_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_feed_forward3_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(235677120)))]; tensor x_451_cast_fp16 = conv(bias = core_stacks_3_stack_layers_1_feed_forward3_in_proj_bias_to_fp16, dilations = x_451_dilations_0, groups = x_451_groups_0, pad = x_451_pad_0, pad_type = x_451_pad_type_0, strides = x_451_strides_0, weight = core_stacks_3_stack_layers_1_feed_forward3_in_proj_weight_to_fp16, x = input_323_cast_fp16)[name = tensor("x_451_cast_fp16")]; tensor var_3564_to_fp16 = const()[name = tensor("op_3564_to_fp16"), val = tensor(0x1p+2)]; tensor x_453_cast_fp16 = sub(x = x_451_cast_fp16, y = var_3564_to_fp16)[name = tensor("x_453_cast_fp16")]; tensor var_3566_cast_fp16 = relu(x = x_453_cast_fp16)[name = tensor("op_3566_cast_fp16")]; tensor var_3567_cast_fp16 = abs(x = x_453_cast_fp16)[name = tensor("op_3567_cast_fp16")]; tensor const_78_promoted_to_fp16 = const()[name = tensor("const_78_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_3568_cast_fp16 = mul(x = var_3567_cast_fp16, y = const_78_promoted_to_fp16)[name = tensor("op_3568_cast_fp16")]; tensor var_3569_cast_fp16 = exp(x = var_3568_cast_fp16)[name = tensor("op_3569_cast_fp16")]; tensor var_3570_epsilon_0 = const()[name = tensor("op_3570_epsilon_0"), val = tensor(0x1p+0)]; tensor var_3570_cast_fp16 = log(epsilon = var_3570_epsilon_0, x = var_3569_cast_fp16)[name = tensor("op_3570_cast_fp16")]; tensor var_3571_cast_fp16 = add(x = var_3566_cast_fp16, y = var_3570_cast_fp16)[name = tensor("op_3571_cast_fp16")]; tensor var_3572_to_fp16 = const()[name = tensor("op_3572_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_3573_cast_fp16 = mul(x = x_451_cast_fp16, y = var_3572_to_fp16)[name = tensor("op_3573_cast_fp16")]; tensor var_3574_cast_fp16 = sub(x = var_3571_cast_fp16, y = var_3573_cast_fp16)[name = tensor("op_3574_cast_fp16")]; tensor var_3575_to_fp16 = const()[name = tensor("op_3575_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_325_cast_fp16 = sub(x = var_3574_cast_fp16, y = var_3575_to_fp16)[name = tensor("input_325_cast_fp16")]; tensor var_3583_pad_type_0 = const()[name = tensor("op_3583_pad_type_0"), val = tensor("valid")]; tensor var_3583_strides_0 = const()[name = tensor("op_3583_strides_0"), val = tensor([1, 1])]; tensor var_3583_pad_0 = const()[name = tensor("op_3583_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3583_dilations_0 = const()[name = tensor("op_3583_dilations_0"), val = tensor([1, 1])]; tensor var_3583_groups_0 = const()[name = tensor("op_3583_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_1_feed_forward3_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_feed_forward3_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(235681024)))]; tensor core_stacks_3_stack_layers_1_feed_forward3_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_feed_forward3_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(237647168)))]; tensor var_3583_cast_fp16 = conv(bias = core_stacks_3_stack_layers_1_feed_forward3_out_proj_bias_to_fp16, dilations = var_3583_dilations_0, groups = var_3583_groups_0, pad = var_3583_pad_0, pad_type = var_3583_pad_type_0, strides = var_3583_strides_0, weight = core_stacks_3_stack_layers_1_feed_forward3_out_proj_weight_to_fp16, x = input_325_cast_fp16)[name = tensor("op_3583_cast_fp16")]; tensor x_455_cast_fp16 = add(x = input_323_cast_fp16, y = var_3583_cast_fp16)[name = tensor("x_455_cast_fp16")]; tensor core_stacks_3_stack_layers_1_norm_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(237648256)))]; tensor d_19_cast_fp16 = sub(x = x_455_cast_fp16, y = core_stacks_3_stack_layers_1_norm_bias_to_fp16)[name = tensor("d_19_cast_fp16")]; tensor var_3588_cast_fp16 = mul(x = d_19_cast_fp16, y = d_19_cast_fp16)[name = tensor("op_3588_cast_fp16")]; tensor var_3590_axes_0 = const()[name = tensor("op_3590_axes_0"), val = tensor([1])]; tensor var_3590_keep_dims_0 = const()[name = tensor("op_3590_keep_dims_0"), val = tensor(true)]; tensor var_3590_cast_fp16 = reduce_mean(axes = var_3590_axes_0, keep_dims = var_3590_keep_dims_0, x = var_3588_cast_fp16)[name = tensor("op_3590_cast_fp16")]; tensor scales_19_epsilon_0 = const()[name = tensor("scales_19_epsilon_0"), val = tensor(0x1.197998p-40)]; tensor scales_19_cast_fp16 = rsqrt(epsilon = scales_19_epsilon_0, x = var_3590_cast_fp16)[name = tensor("scales_19_cast_fp16")]; tensor var_3592_cast_fp16 = mul(x = x_455_cast_fp16, y = scales_19_cast_fp16)[name = tensor("op_3592_cast_fp16")]; tensor core_stacks_3_stack_layers_1_norm_scale_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_norm_scale_to_fp16"), val = tensor(0x1.fc4p-3)]; tensor src_43_cast_fp16 = mul(x = var_3592_cast_fp16, y = core_stacks_3_stack_layers_1_norm_scale_to_fp16)[name = tensor("src_43_cast_fp16")]; tensor var_3595_cast_fp16 = sub(x = src_43_cast_fp16, y = input_297_cast_fp16)[name = tensor("op_3595_cast_fp16")]; tensor core_stacks_3_stack_layers_1_bypass_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_1_bypass_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(237649344)))]; tensor var_3596_cast_fp16 = mul(x = var_3595_cast_fp16, y = core_stacks_3_stack_layers_1_bypass_bypass_scale_to_fp16)[name = tensor("op_3596_cast_fp16")]; tensor input_327_cast_fp16 = add(x = input_297_cast_fp16, y = var_3596_cast_fp16)[name = tensor("input_327_cast_fp16")]; tensor proj_21_pad_type_0 = const()[name = tensor("proj_21_pad_type_0"), val = tensor("valid")]; tensor proj_21_strides_0 = const()[name = tensor("proj_21_strides_0"), val = tensor([1, 1])]; tensor proj_21_pad_0 = const()[name = tensor("proj_21_pad_0"), val = tensor([0, 0, 0, 0])]; tensor proj_21_dilations_0 = const()[name = tensor("proj_21_dilations_0"), val = tensor([1, 1])]; tensor proj_21_groups_0 = const()[name = tensor("proj_21_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_2_self_attn_weights_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_self_attn_weights_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(237650432)))]; tensor core_stacks_3_stack_layers_2_self_attn_weights_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_self_attn_weights_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(238043712)))]; tensor proj_21_cast_fp16 = conv(bias = core_stacks_3_stack_layers_2_self_attn_weights_in_proj_bias_to_fp16, dilations = proj_21_dilations_0, groups = proj_21_groups_0, pad = proj_21_pad_0, pad_type = proj_21_pad_type_0, strides = proj_21_strides_0, weight = core_stacks_3_stack_layers_2_self_attn_weights_in_proj_weight_to_fp16, x = input_327_cast_fp16)[name = tensor("proj_21_cast_fp16")]; tensor var_3619_begin_0 = const()[name = tensor("op_3619_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_3619_end_0 = const()[name = tensor("op_3619_end_0"), val = tensor([1, 128, 1, 512])]; tensor var_3619_end_mask_0 = const()[name = tensor("op_3619_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_3619_cast_fp16 = slice_by_index(begin = var_3619_begin_0, end = var_3619_end_0, end_mask = var_3619_end_mask_0, x = proj_21_cast_fp16)[name = tensor("op_3619_cast_fp16")]; tensor var_3620 = const()[name = tensor("op_3620"), val = tensor([4, 32, 1, 512])]; tensor var_3621_cast_fp16 = reshape(shape = var_3620, x = var_3619_cast_fp16)[name = tensor("op_3621_cast_fp16")]; tensor var_3623_begin_0 = const()[name = tensor("op_3623_begin_0"), val = tensor([0, 128, 0, 0])]; tensor var_3623_end_0 = const()[name = tensor("op_3623_end_0"), val = tensor([1, 256, 1, 512])]; tensor var_3623_end_mask_0 = const()[name = tensor("op_3623_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_3623_cast_fp16 = slice_by_index(begin = var_3623_begin_0, end = var_3623_end_0, end_mask = var_3623_end_mask_0, x = proj_21_cast_fp16)[name = tensor("op_3623_cast_fp16")]; tensor var_3624 = const()[name = tensor("op_3624"), val = tensor([4, 32, 1, 512])]; tensor var_3625_cast_fp16 = reshape(shape = var_3624, x = var_3623_cast_fp16)[name = tensor("op_3625_cast_fp16")]; tensor var_3627_begin_0 = const()[name = tensor("op_3627_begin_0"), val = tensor([0, 256, 0, 0])]; tensor var_3627_end_0 = const()[name = tensor("op_3627_end_0"), val = tensor([1, 384, 1, 512])]; tensor var_3627_end_mask_0 = const()[name = tensor("op_3627_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_3627_cast_fp16 = slice_by_index(begin = var_3627_begin_0, end = var_3627_end_0, end_mask = var_3627_end_mask_0, x = proj_21_cast_fp16)[name = tensor("op_3627_cast_fp16")]; tensor var_3628 = const()[name = tensor("op_3628"), val = tensor([4, 32, 1, 512])]; tensor pt_21_cast_fp16 = reshape(shape = var_3628, x = var_3627_cast_fp16)[name = tensor("pt_21_cast_fp16")]; tensor transpose_80_perm_0 = const()[name = tensor("transpose_80_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_404 = const()[name = tensor("concat_404"), val = tensor([4, 512, 32])]; tensor transpose_80_cast_fp16 = transpose(perm = transpose_80_perm_0, x = var_3621_cast_fp16)[name = tensor("transpose_200")]; tensor reshape_120_cast_fp16 = reshape(shape = concat_404, x = transpose_80_cast_fp16)[name = tensor("reshape_120_cast_fp16")]; tensor transpose_81_perm_0 = const()[name = tensor("transpose_81_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_405 = const()[name = tensor("concat_405"), val = tensor([4, 32, 512])]; tensor transpose_81_cast_fp16 = transpose(perm = transpose_81_perm_0, x = var_3625_cast_fp16)[name = tensor("transpose_199")]; tensor reshape_121_cast_fp16 = reshape(shape = concat_405, x = transpose_81_cast_fp16)[name = tensor("reshape_121_cast_fp16")]; tensor matmul_40_transpose_x_0 = const()[name = tensor("matmul_40_transpose_x_0"), val = tensor(false)]; tensor matmul_40_transpose_y_0 = const()[name = tensor("matmul_40_transpose_y_0"), val = tensor(false)]; tensor matmul_40_cast_fp16 = matmul(transpose_x = matmul_40_transpose_x_0, transpose_y = matmul_40_transpose_y_0, x = reshape_120_cast_fp16, y = reshape_121_cast_fp16)[name = tensor("matmul_40_cast_fp16")]; tensor concat_409 = const()[name = tensor("concat_409"), val = tensor([4, 1, 512, 512])]; tensor reshape_122_cast_fp16 = reshape(shape = concat_409, x = matmul_40_cast_fp16)[name = tensor("reshape_122_cast_fp16")]; tensor attn_scores_61_perm_0 = const()[name = tensor("attn_scores_61_perm_0"), val = tensor([0, 2, 1, 3])]; tensor var_3632 = const()[name = tensor("op_3632"), val = tensor([0, 1, 3, 2])]; tensor var_3633_cast_fp16 = transpose(perm = var_3632, x = pt_21_cast_fp16)[name = tensor("transpose_197")]; tensor var_3634_cast_fp16 = mul(x = var_3633_cast_fp16, y = core_pos_basis_512_to_fp16)[name = tensor("op_3634_cast_fp16")]; tensor pos_scores_21_axes_0 = const()[name = tensor("pos_scores_21_axes_0"), val = tensor([1])]; tensor pos_scores_21_keep_dims_0 = const()[name = tensor("pos_scores_21_keep_dims_0"), val = tensor(true)]; tensor pos_scores_21_cast_fp16 = reduce_sum(axes = pos_scores_21_axes_0, keep_dims = pos_scores_21_keep_dims_0, x = var_3634_cast_fp16)[name = tensor("pos_scores_21_cast_fp16")]; tensor var_3637 = const()[name = tensor("op_3637"), val = tensor([4, 512, 1, 512])]; tensor var_3638_cast_fp16 = reshape(shape = var_3637, x = pos_scores_21_cast_fp16)[name = tensor("op_3638_cast_fp16")]; tensor attn_scores_61_cast_fp16 = transpose(perm = attn_scores_61_perm_0, x = reshape_122_cast_fp16)[name = tensor("transpose_198")]; tensor attn_scores_63_cast_fp16 = add(x = attn_scores_61_cast_fp16, y = var_3638_cast_fp16)[name = tensor("attn_scores_63_cast_fp16")]; tensor attn_scores_65_cast_fp16 = add(x = attn_scores_63_cast_fp16, y = attn_bias_3_cast_fp16)[name = tensor("attn_scores_65_cast_fp16")]; tensor attn_weights_21_cast_fp16 = softmax(axis = var_41, x = attn_scores_65_cast_fp16)[name = tensor("attn_weights_21_cast_fp16")]; tensor input_329_cast_fp16 = add(x = input_327_cast_fp16, y = time_emb_7_cast_fp16)[name = tensor("input_329_cast_fp16")]; tensor x_457_pad_type_0 = const()[name = tensor("x_457_pad_type_0"), val = tensor("valid")]; tensor x_457_strides_0 = const()[name = tensor("x_457_strides_0"), val = tensor([1, 1])]; tensor x_457_pad_0 = const()[name = tensor("x_457_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_457_dilations_0 = const()[name = tensor("x_457_dilations_0"), val = tensor([1, 1])]; tensor x_457_groups_0 = const()[name = tensor("x_457_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_2_feed_forward1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_feed_forward1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(238044544)))]; tensor core_stacks_3_stack_layers_2_feed_forward1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_feed_forward1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(239224256)))]; tensor x_457_cast_fp16 = conv(bias = core_stacks_3_stack_layers_2_feed_forward1_in_proj_bias_to_fp16, dilations = x_457_dilations_0, groups = x_457_groups_0, pad = x_457_pad_0, pad_type = x_457_pad_type_0, strides = x_457_strides_0, weight = core_stacks_3_stack_layers_2_feed_forward1_in_proj_weight_to_fp16, x = input_329_cast_fp16)[name = tensor("x_457_cast_fp16")]; tensor var_3652_to_fp16 = const()[name = tensor("op_3652_to_fp16"), val = tensor(0x1p+2)]; tensor x_459_cast_fp16 = sub(x = x_457_cast_fp16, y = var_3652_to_fp16)[name = tensor("x_459_cast_fp16")]; tensor var_3654_cast_fp16 = relu(x = x_459_cast_fp16)[name = tensor("op_3654_cast_fp16")]; tensor var_3655_cast_fp16 = abs(x = x_459_cast_fp16)[name = tensor("op_3655_cast_fp16")]; tensor const_79_promoted_to_fp16 = const()[name = tensor("const_79_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_3656_cast_fp16 = mul(x = var_3655_cast_fp16, y = const_79_promoted_to_fp16)[name = tensor("op_3656_cast_fp16")]; tensor var_3657_cast_fp16 = exp(x = var_3656_cast_fp16)[name = tensor("op_3657_cast_fp16")]; tensor var_3658_epsilon_0 = const()[name = tensor("op_3658_epsilon_0"), val = tensor(0x1p+0)]; tensor var_3658_cast_fp16 = log(epsilon = var_3658_epsilon_0, x = var_3657_cast_fp16)[name = tensor("op_3658_cast_fp16")]; tensor var_3659_cast_fp16 = add(x = var_3654_cast_fp16, y = var_3658_cast_fp16)[name = tensor("op_3659_cast_fp16")]; tensor var_3660_to_fp16 = const()[name = tensor("op_3660_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_3661_cast_fp16 = mul(x = x_457_cast_fp16, y = var_3660_to_fp16)[name = tensor("op_3661_cast_fp16")]; tensor var_3662_cast_fp16 = sub(x = var_3659_cast_fp16, y = var_3661_cast_fp16)[name = tensor("op_3662_cast_fp16")]; tensor var_3663_to_fp16 = const()[name = tensor("op_3663_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_331_cast_fp16 = sub(x = var_3662_cast_fp16, y = var_3663_to_fp16)[name = tensor("input_331_cast_fp16")]; tensor var_3671_pad_type_0 = const()[name = tensor("op_3671_pad_type_0"), val = tensor("valid")]; tensor var_3671_strides_0 = const()[name = tensor("op_3671_strides_0"), val = tensor([1, 1])]; tensor var_3671_pad_0 = const()[name = tensor("op_3671_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3671_dilations_0 = const()[name = tensor("op_3671_dilations_0"), val = tensor([1, 1])]; tensor var_3671_groups_0 = const()[name = tensor("op_3671_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_2_feed_forward1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_feed_forward1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(239226624)))]; tensor core_stacks_3_stack_layers_2_feed_forward1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_feed_forward1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(240406336)))]; tensor var_3671_cast_fp16 = conv(bias = core_stacks_3_stack_layers_2_feed_forward1_out_proj_bias_to_fp16, dilations = var_3671_dilations_0, groups = var_3671_groups_0, pad = var_3671_pad_0, pad_type = var_3671_pad_type_0, strides = var_3671_strides_0, weight = core_stacks_3_stack_layers_2_feed_forward1_out_proj_weight_to_fp16, x = input_331_cast_fp16)[name = tensor("op_3671_cast_fp16")]; tensor input_333_cast_fp16 = add(x = input_329_cast_fp16, y = var_3671_cast_fp16)[name = tensor("input_333_cast_fp16")]; tensor var_3673_begin_0 = const()[name = tensor("op_3673_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_3673_end_0 = const()[name = tensor("op_3673_end_0"), val = tensor([1, 512, 1, 512])]; tensor var_3673_end_mask_0 = const()[name = tensor("op_3673_end_mask_0"), val = tensor([false, true, true, true])]; tensor var_3673_cast_fp16 = slice_by_index(begin = var_3673_begin_0, end = var_3673_end_0, end_mask = var_3673_end_mask_0, x = attn_weights_21_cast_fp16)[name = tensor("op_3673_cast_fp16")]; tensor x_461_pad_type_0 = const()[name = tensor("x_461_pad_type_0"), val = tensor("valid")]; tensor x_461_strides_0 = const()[name = tensor("x_461_strides_0"), val = tensor([1, 1])]; tensor x_461_pad_0 = const()[name = tensor("x_461_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_461_dilations_0 = const()[name = tensor("x_461_dilations_0"), val = tensor([1, 1])]; tensor x_461_groups_0 = const()[name = tensor("x_461_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_2_nonlin_attention_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_nonlin_attention_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(240407424)))]; tensor core_stacks_3_stack_layers_2_nonlin_attention_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_nonlin_attention_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(241587136)))]; tensor x_461_cast_fp16 = conv(bias = core_stacks_3_stack_layers_2_nonlin_attention_in_proj_bias_to_fp16, dilations = x_461_dilations_0, groups = x_461_groups_0, pad = x_461_pad_0, pad_type = x_461_pad_type_0, strides = x_461_strides_0, weight = core_stacks_3_stack_layers_2_nonlin_attention_in_proj_weight_to_fp16, x = input_333_cast_fp16)[name = tensor("x_461_cast_fp16")]; tensor var_3684_begin_0 = const()[name = tensor("op_3684_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_3684_end_0 = const()[name = tensor("op_3684_end_0"), val = tensor([1, 384, 1, 512])]; tensor var_3684_end_mask_0 = const()[name = tensor("op_3684_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_3684_cast_fp16 = slice_by_index(begin = var_3684_begin_0, end = var_3684_end_0, end_mask = var_3684_end_mask_0, x = x_461_cast_fp16)[name = tensor("op_3684_cast_fp16")]; tensor s_gate_21_cast_fp16 = tanh(x = var_3684_cast_fp16)[name = tensor("s_gate_21_cast_fp16")]; tensor var_3687_begin_0 = const()[name = tensor("op_3687_begin_0"), val = tensor([0, 384, 0, 0])]; tensor var_3687_end_0 = const()[name = tensor("op_3687_end_0"), val = tensor([1, 768, 1, 512])]; tensor var_3687_end_mask_0 = const()[name = tensor("op_3687_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_3687_cast_fp16 = slice_by_index(begin = var_3687_begin_0, end = var_3687_end_0, end_mask = var_3687_end_mask_0, x = x_461_cast_fp16)[name = tensor("op_3687_cast_fp16")]; tensor var_3688_cast_fp16 = mul(x = var_3687_cast_fp16, y = s_gate_21_cast_fp16)[name = tensor("op_3688_cast_fp16")]; tensor y_21_begin_0 = const()[name = tensor("y_21_begin_0"), val = tensor([0, 768, 0, 0])]; tensor y_21_end_0 = const()[name = tensor("y_21_end_0"), val = tensor([1, 1152, 1, 512])]; tensor y_21_end_mask_0 = const()[name = tensor("y_21_end_mask_0"), val = tensor([true, true, true, true])]; tensor y_21_cast_fp16 = slice_by_index(begin = y_21_begin_0, end = y_21_end_0, end_mask = y_21_end_mask_0, x = x_461_cast_fp16)[name = tensor("y_21_cast_fp16")]; tensor transpose_82_perm_0 = const()[name = tensor("transpose_82_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_414 = const()[name = tensor("concat_414"), val = tensor([1, 512, 512])]; tensor transpose_82_cast_fp16 = transpose(perm = transpose_82_perm_0, x = var_3673_cast_fp16)[name = tensor("transpose_196")]; tensor reshape_123_cast_fp16 = reshape(shape = concat_414, x = transpose_82_cast_fp16)[name = tensor("reshape_123_cast_fp16")]; tensor transpose_83_perm_0 = const()[name = tensor("transpose_83_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_415 = const()[name = tensor("concat_415"), val = tensor([1, 512, 384])]; tensor transpose_83_cast_fp16 = transpose(perm = transpose_83_perm_0, x = var_3688_cast_fp16)[name = tensor("transpose_195")]; tensor reshape_124_cast_fp16 = reshape(shape = concat_415, x = transpose_83_cast_fp16)[name = tensor("reshape_124_cast_fp16")]; tensor matmul_41_transpose_x_0 = const()[name = tensor("matmul_41_transpose_x_0"), val = tensor(false)]; tensor matmul_41_transpose_y_0 = const()[name = tensor("matmul_41_transpose_y_0"), val = tensor(false)]; tensor matmul_41_cast_fp16 = matmul(transpose_x = matmul_41_transpose_x_0, transpose_y = matmul_41_transpose_y_0, x = reshape_123_cast_fp16, y = reshape_124_cast_fp16)[name = tensor("matmul_41_cast_fp16")]; tensor concat_419 = const()[name = tensor("concat_419"), val = tensor([1, 1, 512, 384])]; tensor reshape_125_cast_fp16 = reshape(shape = concat_419, x = matmul_41_cast_fp16)[name = tensor("reshape_125_cast_fp16")]; tensor v_21_perm_0 = const()[name = tensor("v_21_perm_0"), val = tensor([0, 3, 1, 2])]; tensor v_21_cast_fp16 = transpose(perm = v_21_perm_0, x = reshape_125_cast_fp16)[name = tensor("transpose_194")]; tensor input_335_cast_fp16 = mul(x = v_21_cast_fp16, y = y_21_cast_fp16)[name = tensor("input_335_cast_fp16")]; tensor var_3700_pad_type_0 = const()[name = tensor("op_3700_pad_type_0"), val = tensor("valid")]; tensor var_3700_strides_0 = const()[name = tensor("op_3700_strides_0"), val = tensor([1, 1])]; tensor var_3700_pad_0 = const()[name = tensor("op_3700_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3700_dilations_0 = const()[name = tensor("op_3700_dilations_0"), val = tensor([1, 1])]; tensor var_3700_groups_0 = const()[name = tensor("op_3700_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_2_nonlin_attention_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_nonlin_attention_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(241589504)))]; tensor core_stacks_3_stack_layers_2_nonlin_attention_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_nonlin_attention_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(241982784)))]; tensor var_3700_cast_fp16 = conv(bias = core_stacks_3_stack_layers_2_nonlin_attention_out_proj_bias_to_fp16, dilations = var_3700_dilations_0, groups = var_3700_groups_0, pad = var_3700_pad_0, pad_type = var_3700_pad_type_0, strides = var_3700_strides_0, weight = core_stacks_3_stack_layers_2_nonlin_attention_out_proj_weight_to_fp16, x = input_335_cast_fp16)[name = tensor("op_3700_cast_fp16")]; tensor x_463_cast_fp16 = add(x = input_333_cast_fp16, y = var_3700_cast_fp16)[name = tensor("x_463_cast_fp16")]; tensor var_3711_pad_type_0 = const()[name = tensor("op_3711_pad_type_0"), val = tensor("valid")]; tensor var_3711_strides_0 = const()[name = tensor("op_3711_strides_0"), val = tensor([1, 1])]; tensor var_3711_pad_0 = const()[name = tensor("op_3711_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3711_dilations_0 = const()[name = tensor("op_3711_dilations_0"), val = tensor([1, 1])]; tensor var_3711_groups_0 = const()[name = tensor("op_3711_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_2_self_attn1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_self_attn1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(241983872)))]; tensor core_stacks_3_stack_layers_2_self_attn1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_self_attn1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(242033088)))]; tensor var_3711_cast_fp16 = conv(bias = core_stacks_3_stack_layers_2_self_attn1_in_proj_bias_to_fp16, dilations = var_3711_dilations_0, groups = var_3711_groups_0, pad = var_3711_pad_0, pad_type = var_3711_pad_type_0, strides = var_3711_strides_0, weight = core_stacks_3_stack_layers_2_self_attn1_in_proj_weight_to_fp16, x = x_463_cast_fp16)[name = tensor("op_3711_cast_fp16")]; tensor var_3712 = const()[name = tensor("op_3712"), val = tensor([4, 12, 1, 512])]; tensor var_3713_cast_fp16 = reshape(shape = var_3712, x = var_3711_cast_fp16)[name = tensor("op_3713_cast_fp16")]; tensor transpose_84_perm_0 = const()[name = tensor("transpose_84_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_424 = const()[name = tensor("concat_424"), val = tensor([4, 512, 512])]; tensor transpose_84_cast_fp16 = transpose(perm = transpose_84_perm_0, x = attn_weights_21_cast_fp16)[name = tensor("transpose_193")]; tensor reshape_126_cast_fp16 = reshape(shape = concat_424, x = transpose_84_cast_fp16)[name = tensor("reshape_126_cast_fp16")]; tensor transpose_85_perm_0 = const()[name = tensor("transpose_85_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_425 = const()[name = tensor("concat_425"), val = tensor([4, 512, 12])]; tensor transpose_85_cast_fp16 = transpose(perm = transpose_85_perm_0, x = var_3713_cast_fp16)[name = tensor("transpose_192")]; tensor reshape_127_cast_fp16 = reshape(shape = concat_425, x = transpose_85_cast_fp16)[name = tensor("reshape_127_cast_fp16")]; tensor matmul_42_transpose_x_0 = const()[name = tensor("matmul_42_transpose_x_0"), val = tensor(false)]; tensor matmul_42_transpose_y_0 = const()[name = tensor("matmul_42_transpose_y_0"), val = tensor(false)]; tensor matmul_42_cast_fp16 = matmul(transpose_x = matmul_42_transpose_x_0, transpose_y = matmul_42_transpose_y_0, x = reshape_126_cast_fp16, y = reshape_127_cast_fp16)[name = tensor("matmul_42_cast_fp16")]; tensor concat_429 = const()[name = tensor("concat_429"), val = tensor([4, 1, 512, 12])]; tensor reshape_128_cast_fp16 = reshape(shape = concat_429, x = matmul_42_cast_fp16)[name = tensor("reshape_128_cast_fp16")]; tensor out_41_perm_0 = const()[name = tensor("out_41_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_3716 = const()[name = tensor("op_3716"), val = tensor([1, 48, 1, 512])]; tensor out_41_cast_fp16 = transpose(perm = out_41_perm_0, x = reshape_128_cast_fp16)[name = tensor("transpose_191")]; tensor input_337_cast_fp16 = reshape(shape = var_3716, x = out_41_cast_fp16)[name = tensor("input_337_cast_fp16")]; tensor var_3724_pad_type_0 = const()[name = tensor("op_3724_pad_type_0"), val = tensor("valid")]; tensor var_3724_strides_0 = const()[name = tensor("op_3724_strides_0"), val = tensor([1, 1])]; tensor var_3724_pad_0 = const()[name = tensor("op_3724_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3724_dilations_0 = const()[name = tensor("op_3724_dilations_0"), val = tensor([1, 1])]; tensor var_3724_groups_0 = const()[name = tensor("op_3724_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_2_self_attn1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_self_attn1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(242033280)))]; tensor core_stacks_3_stack_layers_2_self_attn1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_self_attn1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(242082496)))]; tensor var_3724_cast_fp16 = conv(bias = core_stacks_3_stack_layers_2_self_attn1_out_proj_bias_to_fp16, dilations = var_3724_dilations_0, groups = var_3724_groups_0, pad = var_3724_pad_0, pad_type = var_3724_pad_type_0, strides = var_3724_strides_0, weight = core_stacks_3_stack_layers_2_self_attn1_out_proj_weight_to_fp16, x = input_337_cast_fp16)[name = tensor("op_3724_cast_fp16")]; tensor x_465_cast_fp16 = add(x = x_463_cast_fp16, y = var_3724_cast_fp16)[name = tensor("x_465_cast_fp16")]; tensor x_467_cast_fp16 = add(x = x_465_cast_fp16, y = time_emb_7_cast_fp16)[name = tensor("x_467_cast_fp16")]; tensor x_469_pad_type_0 = const()[name = tensor("x_469_pad_type_0"), val = tensor("valid")]; tensor x_469_strides_0 = const()[name = tensor("x_469_strides_0"), val = tensor([1, 1])]; tensor x_469_pad_0 = const()[name = tensor("x_469_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_469_dilations_0 = const()[name = tensor("x_469_dilations_0"), val = tensor([1, 1])]; tensor x_469_groups_0 = const()[name = tensor("x_469_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_2_conv_module1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_conv_module1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(242083584)))]; tensor core_stacks_3_stack_layers_2_conv_module1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_conv_module1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(243132224)))]; tensor x_469_cast_fp16 = conv(bias = core_stacks_3_stack_layers_2_conv_module1_in_proj_bias_to_fp16, dilations = x_469_dilations_0, groups = x_469_groups_0, pad = x_469_pad_0, pad_type = x_469_pad_type_0, strides = x_469_strides_0, weight = core_stacks_3_stack_layers_2_conv_module1_in_proj_weight_to_fp16, x = x_467_cast_fp16)[name = tensor("x_469_cast_fp16")]; tensor var_3738_begin_0 = const()[name = tensor("op_3738_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_3738_end_0 = const()[name = tensor("op_3738_end_0"), val = tensor([1, 512, 1, 512])]; tensor var_3738_end_mask_0 = const()[name = tensor("op_3738_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_3738_cast_fp16 = slice_by_index(begin = var_3738_begin_0, end = var_3738_end_0, end_mask = var_3738_end_mask_0, x = x_469_cast_fp16)[name = tensor("op_3738_cast_fp16")]; tensor var_3740_begin_0 = const()[name = tensor("op_3740_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_3740_end_0 = const()[name = tensor("op_3740_end_0"), val = tensor([1, 1024, 1, 512])]; tensor var_3740_end_mask_0 = const()[name = tensor("op_3740_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_3740_cast_fp16 = slice_by_index(begin = var_3740_begin_0, end = var_3740_end_0, end_mask = var_3740_end_mask_0, x = x_469_cast_fp16)[name = tensor("op_3740_cast_fp16")]; tensor var_3741_cast_fp16 = sigmoid(x = var_3740_cast_fp16)[name = tensor("op_3741_cast_fp16")]; tensor x_471_cast_fp16 = mul(x = var_3738_cast_fp16, y = var_3741_cast_fp16)[name = tensor("x_471_cast_fp16")]; tensor input_339_cast_fp16 = mul(x = x_471_cast_fp16, y = conv_keep_3_cast_fp16)[name = tensor("input_339_cast_fp16")]; tensor x_473_pad_type_0 = const()[name = tensor("x_473_pad_type_0"), val = tensor("custom")]; tensor x_473_pad_0 = const()[name = tensor("x_473_pad_0"), val = tensor([0, 0, 7, 7])]; tensor x_473_groups_0 = const()[name = tensor("x_473_groups_0"), val = tensor(512)]; tensor x_473_strides_0 = const()[name = tensor("x_473_strides_0"), val = tensor([1, 1])]; tensor x_473_dilations_0 = const()[name = tensor("x_473_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_3_stack_layers_2_conv_module1_dw_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_conv_module1_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(243134336)))]; tensor core_stacks_3_stack_layers_2_conv_module1_dw_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_conv_module1_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(243149760)))]; tensor x_473_cast_fp16 = conv(bias = core_stacks_3_stack_layers_2_conv_module1_dw_bias_to_fp16, dilations = x_473_dilations_0, groups = x_473_groups_0, pad = x_473_pad_0, pad_type = x_473_pad_type_0, strides = x_473_strides_0, weight = core_stacks_3_stack_layers_2_conv_module1_dw_weight_to_fp16, x = input_339_cast_fp16)[name = tensor("x_473_cast_fp16")]; tensor var_3751_to_fp16 = const()[name = tensor("op_3751_to_fp16"), val = tensor(0x1p+0)]; tensor x_475_cast_fp16 = sub(x = x_473_cast_fp16, y = var_3751_to_fp16)[name = tensor("x_475_cast_fp16")]; tensor var_3753_cast_fp16 = relu(x = x_475_cast_fp16)[name = tensor("op_3753_cast_fp16")]; tensor var_3754_cast_fp16 = abs(x = x_475_cast_fp16)[name = tensor("op_3754_cast_fp16")]; tensor const_81_promoted_to_fp16 = const()[name = tensor("const_81_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_3755_cast_fp16 = mul(x = var_3754_cast_fp16, y = const_81_promoted_to_fp16)[name = tensor("op_3755_cast_fp16")]; tensor var_3756_cast_fp16 = exp(x = var_3755_cast_fp16)[name = tensor("op_3756_cast_fp16")]; tensor var_3757_epsilon_0 = const()[name = tensor("op_3757_epsilon_0"), val = tensor(0x1p+0)]; tensor var_3757_cast_fp16 = log(epsilon = var_3757_epsilon_0, x = var_3756_cast_fp16)[name = tensor("op_3757_cast_fp16")]; tensor var_3758_cast_fp16 = add(x = var_3753_cast_fp16, y = var_3757_cast_fp16)[name = tensor("op_3758_cast_fp16")]; tensor var_3759_to_fp16 = const()[name = tensor("op_3759_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_3760_cast_fp16 = mul(x = x_473_cast_fp16, y = var_3759_to_fp16)[name = tensor("op_3760_cast_fp16")]; tensor var_3761_cast_fp16 = sub(x = var_3758_cast_fp16, y = var_3760_cast_fp16)[name = tensor("op_3761_cast_fp16")]; tensor var_3762_to_fp16 = const()[name = tensor("op_3762_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_341_cast_fp16 = sub(x = var_3761_cast_fp16, y = var_3762_to_fp16)[name = tensor("input_341_cast_fp16")]; tensor var_3770_pad_type_0 = const()[name = tensor("op_3770_pad_type_0"), val = tensor("valid")]; tensor var_3770_strides_0 = const()[name = tensor("op_3770_strides_0"), val = tensor([1, 1])]; tensor var_3770_pad_0 = const()[name = tensor("op_3770_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3770_dilations_0 = const()[name = tensor("op_3770_dilations_0"), val = tensor([1, 1])]; tensor var_3770_groups_0 = const()[name = tensor("op_3770_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_2_conv_module1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_conv_module1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(243150848)))]; tensor core_stacks_3_stack_layers_2_conv_module1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_conv_module1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(243675200)))]; tensor var_3770_cast_fp16 = conv(bias = core_stacks_3_stack_layers_2_conv_module1_out_proj_bias_to_fp16, dilations = var_3770_dilations_0, groups = var_3770_groups_0, pad = var_3770_pad_0, pad_type = var_3770_pad_type_0, strides = var_3770_strides_0, weight = core_stacks_3_stack_layers_2_conv_module1_out_proj_weight_to_fp16, x = input_341_cast_fp16)[name = tensor("op_3770_cast_fp16")]; tensor input_343_cast_fp16 = add(x = x_467_cast_fp16, y = var_3770_cast_fp16)[name = tensor("input_343_cast_fp16")]; tensor x_477_pad_type_0 = const()[name = tensor("x_477_pad_type_0"), val = tensor("valid")]; tensor x_477_strides_0 = const()[name = tensor("x_477_strides_0"), val = tensor([1, 1])]; tensor x_477_pad_0 = const()[name = tensor("x_477_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_477_dilations_0 = const()[name = tensor("x_477_dilations_0"), val = tensor([1, 1])]; tensor x_477_groups_0 = const()[name = tensor("x_477_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_2_feed_forward2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_feed_forward2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(243676288)))]; tensor core_stacks_3_stack_layers_2_feed_forward2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_feed_forward2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(245249216)))]; tensor x_477_cast_fp16 = conv(bias = core_stacks_3_stack_layers_2_feed_forward2_in_proj_bias_to_fp16, dilations = x_477_dilations_0, groups = x_477_groups_0, pad = x_477_pad_0, pad_type = x_477_pad_type_0, strides = x_477_strides_0, weight = core_stacks_3_stack_layers_2_feed_forward2_in_proj_weight_to_fp16, x = input_343_cast_fp16)[name = tensor("x_477_cast_fp16")]; tensor var_3781_to_fp16 = const()[name = tensor("op_3781_to_fp16"), val = tensor(0x1p+2)]; tensor x_479_cast_fp16 = sub(x = x_477_cast_fp16, y = var_3781_to_fp16)[name = tensor("x_479_cast_fp16")]; tensor var_3783_cast_fp16 = relu(x = x_479_cast_fp16)[name = tensor("op_3783_cast_fp16")]; tensor var_3784_cast_fp16 = abs(x = x_479_cast_fp16)[name = tensor("op_3784_cast_fp16")]; tensor const_82_promoted_to_fp16 = const()[name = tensor("const_82_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_3785_cast_fp16 = mul(x = var_3784_cast_fp16, y = const_82_promoted_to_fp16)[name = tensor("op_3785_cast_fp16")]; tensor var_3786_cast_fp16 = exp(x = var_3785_cast_fp16)[name = tensor("op_3786_cast_fp16")]; tensor var_3787_epsilon_0 = const()[name = tensor("op_3787_epsilon_0"), val = tensor(0x1p+0)]; tensor var_3787_cast_fp16 = log(epsilon = var_3787_epsilon_0, x = var_3786_cast_fp16)[name = tensor("op_3787_cast_fp16")]; tensor var_3788_cast_fp16 = add(x = var_3783_cast_fp16, y = var_3787_cast_fp16)[name = tensor("op_3788_cast_fp16")]; tensor var_3789_to_fp16 = const()[name = tensor("op_3789_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_3790_cast_fp16 = mul(x = x_477_cast_fp16, y = var_3789_to_fp16)[name = tensor("op_3790_cast_fp16")]; tensor var_3791_cast_fp16 = sub(x = var_3788_cast_fp16, y = var_3790_cast_fp16)[name = tensor("op_3791_cast_fp16")]; tensor var_3792_to_fp16 = const()[name = tensor("op_3792_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_345_cast_fp16 = sub(x = var_3791_cast_fp16, y = var_3792_to_fp16)[name = tensor("input_345_cast_fp16")]; tensor var_3800_pad_type_0 = const()[name = tensor("op_3800_pad_type_0"), val = tensor("valid")]; tensor var_3800_strides_0 = const()[name = tensor("op_3800_strides_0"), val = tensor([1, 1])]; tensor var_3800_pad_0 = const()[name = tensor("op_3800_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3800_dilations_0 = const()[name = tensor("op_3800_dilations_0"), val = tensor([1, 1])]; tensor var_3800_groups_0 = const()[name = tensor("op_3800_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_2_feed_forward2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_feed_forward2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(245252352)))]; tensor core_stacks_3_stack_layers_2_feed_forward2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_feed_forward2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(246825280)))]; tensor var_3800_cast_fp16 = conv(bias = core_stacks_3_stack_layers_2_feed_forward2_out_proj_bias_to_fp16, dilations = var_3800_dilations_0, groups = var_3800_groups_0, pad = var_3800_pad_0, pad_type = var_3800_pad_type_0, strides = var_3800_strides_0, weight = core_stacks_3_stack_layers_2_feed_forward2_out_proj_weight_to_fp16, x = input_345_cast_fp16)[name = tensor("op_3800_cast_fp16")]; tensor src_45_cast_fp16 = add(x = input_343_cast_fp16, y = var_3800_cast_fp16)[name = tensor("src_45_cast_fp16")]; tensor var_3803_cast_fp16 = sub(x = src_45_cast_fp16, y = input_327_cast_fp16)[name = tensor("op_3803_cast_fp16")]; tensor core_stacks_3_stack_layers_2_bypass_mid_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_bypass_mid_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(246826368)))]; tensor var_3804_cast_fp16 = mul(x = var_3803_cast_fp16, y = core_stacks_3_stack_layers_2_bypass_mid_bypass_scale_to_fp16)[name = tensor("op_3804_cast_fp16")]; tensor x_481_cast_fp16 = add(x = input_327_cast_fp16, y = var_3804_cast_fp16)[name = tensor("x_481_cast_fp16")]; tensor var_3815_pad_type_0 = const()[name = tensor("op_3815_pad_type_0"), val = tensor("valid")]; tensor var_3815_strides_0 = const()[name = tensor("op_3815_strides_0"), val = tensor([1, 1])]; tensor var_3815_pad_0 = const()[name = tensor("op_3815_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3815_dilations_0 = const()[name = tensor("op_3815_dilations_0"), val = tensor([1, 1])]; tensor var_3815_groups_0 = const()[name = tensor("op_3815_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_2_self_attn2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_self_attn2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(246827456)))]; tensor core_stacks_3_stack_layers_2_self_attn2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_self_attn2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(246876672)))]; tensor var_3815_cast_fp16 = conv(bias = core_stacks_3_stack_layers_2_self_attn2_in_proj_bias_to_fp16, dilations = var_3815_dilations_0, groups = var_3815_groups_0, pad = var_3815_pad_0, pad_type = var_3815_pad_type_0, strides = var_3815_strides_0, weight = core_stacks_3_stack_layers_2_self_attn2_in_proj_weight_to_fp16, x = x_481_cast_fp16)[name = tensor("op_3815_cast_fp16")]; tensor var_3816 = const()[name = tensor("op_3816"), val = tensor([4, 12, 1, 512])]; tensor var_3817_cast_fp16 = reshape(shape = var_3816, x = var_3815_cast_fp16)[name = tensor("op_3817_cast_fp16")]; tensor transpose_87_perm_0 = const()[name = tensor("transpose_87_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_435 = const()[name = tensor("concat_435"), val = tensor([4, 512, 12])]; tensor transpose_87_cast_fp16 = transpose(perm = transpose_87_perm_0, x = var_3817_cast_fp16)[name = tensor("transpose_190")]; tensor reshape_130_cast_fp16 = reshape(shape = concat_435, x = transpose_87_cast_fp16)[name = tensor("reshape_130_cast_fp16")]; tensor matmul_43_transpose_x_0 = const()[name = tensor("matmul_43_transpose_x_0"), val = tensor(false)]; tensor matmul_43_transpose_y_0 = const()[name = tensor("matmul_43_transpose_y_0"), val = tensor(false)]; tensor matmul_43_cast_fp16 = matmul(transpose_x = matmul_43_transpose_x_0, transpose_y = matmul_43_transpose_y_0, x = reshape_126_cast_fp16, y = reshape_130_cast_fp16)[name = tensor("matmul_43_cast_fp16")]; tensor concat_439 = const()[name = tensor("concat_439"), val = tensor([4, 1, 512, 12])]; tensor reshape_131_cast_fp16 = reshape(shape = concat_439, x = matmul_43_cast_fp16)[name = tensor("reshape_131_cast_fp16")]; tensor out_43_perm_0 = const()[name = tensor("out_43_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_3820 = const()[name = tensor("op_3820"), val = tensor([1, 48, 1, 512])]; tensor out_43_cast_fp16 = transpose(perm = out_43_perm_0, x = reshape_131_cast_fp16)[name = tensor("transpose_189")]; tensor input_347_cast_fp16 = reshape(shape = var_3820, x = out_43_cast_fp16)[name = tensor("input_347_cast_fp16")]; tensor var_3828_pad_type_0 = const()[name = tensor("op_3828_pad_type_0"), val = tensor("valid")]; tensor var_3828_strides_0 = const()[name = tensor("op_3828_strides_0"), val = tensor([1, 1])]; tensor var_3828_pad_0 = const()[name = tensor("op_3828_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3828_dilations_0 = const()[name = tensor("op_3828_dilations_0"), val = tensor([1, 1])]; tensor var_3828_groups_0 = const()[name = tensor("op_3828_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_2_self_attn2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_self_attn2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(246876864)))]; tensor core_stacks_3_stack_layers_2_self_attn2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_self_attn2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(246926080)))]; tensor var_3828_cast_fp16 = conv(bias = core_stacks_3_stack_layers_2_self_attn2_out_proj_bias_to_fp16, dilations = var_3828_dilations_0, groups = var_3828_groups_0, pad = var_3828_pad_0, pad_type = var_3828_pad_type_0, strides = var_3828_strides_0, weight = core_stacks_3_stack_layers_2_self_attn2_out_proj_weight_to_fp16, x = input_347_cast_fp16)[name = tensor("op_3828_cast_fp16")]; tensor x_483_cast_fp16 = add(x = x_481_cast_fp16, y = var_3828_cast_fp16)[name = tensor("x_483_cast_fp16")]; tensor x_485_cast_fp16 = add(x = x_483_cast_fp16, y = time_emb_7_cast_fp16)[name = tensor("x_485_cast_fp16")]; tensor x_487_pad_type_0 = const()[name = tensor("x_487_pad_type_0"), val = tensor("valid")]; tensor x_487_strides_0 = const()[name = tensor("x_487_strides_0"), val = tensor([1, 1])]; tensor x_487_pad_0 = const()[name = tensor("x_487_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_487_dilations_0 = const()[name = tensor("x_487_dilations_0"), val = tensor([1, 1])]; tensor x_487_groups_0 = const()[name = tensor("x_487_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_2_conv_module2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_conv_module2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(246927168)))]; tensor core_stacks_3_stack_layers_2_conv_module2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_conv_module2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(247975808)))]; tensor x_487_cast_fp16 = conv(bias = core_stacks_3_stack_layers_2_conv_module2_in_proj_bias_to_fp16, dilations = x_487_dilations_0, groups = x_487_groups_0, pad = x_487_pad_0, pad_type = x_487_pad_type_0, strides = x_487_strides_0, weight = core_stacks_3_stack_layers_2_conv_module2_in_proj_weight_to_fp16, x = x_485_cast_fp16)[name = tensor("x_487_cast_fp16")]; tensor var_3842_begin_0 = const()[name = tensor("op_3842_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_3842_end_0 = const()[name = tensor("op_3842_end_0"), val = tensor([1, 512, 1, 512])]; tensor var_3842_end_mask_0 = const()[name = tensor("op_3842_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_3842_cast_fp16 = slice_by_index(begin = var_3842_begin_0, end = var_3842_end_0, end_mask = var_3842_end_mask_0, x = x_487_cast_fp16)[name = tensor("op_3842_cast_fp16")]; tensor var_3844_begin_0 = const()[name = tensor("op_3844_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_3844_end_0 = const()[name = tensor("op_3844_end_0"), val = tensor([1, 1024, 1, 512])]; tensor var_3844_end_mask_0 = const()[name = tensor("op_3844_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_3844_cast_fp16 = slice_by_index(begin = var_3844_begin_0, end = var_3844_end_0, end_mask = var_3844_end_mask_0, x = x_487_cast_fp16)[name = tensor("op_3844_cast_fp16")]; tensor var_3845_cast_fp16 = sigmoid(x = var_3844_cast_fp16)[name = tensor("op_3845_cast_fp16")]; tensor x_489_cast_fp16 = mul(x = var_3842_cast_fp16, y = var_3845_cast_fp16)[name = tensor("x_489_cast_fp16")]; tensor input_349_cast_fp16 = mul(x = x_489_cast_fp16, y = conv_keep_3_cast_fp16)[name = tensor("input_349_cast_fp16")]; tensor x_491_pad_type_0 = const()[name = tensor("x_491_pad_type_0"), val = tensor("custom")]; tensor x_491_pad_0 = const()[name = tensor("x_491_pad_0"), val = tensor([0, 0, 7, 7])]; tensor x_491_groups_0 = const()[name = tensor("x_491_groups_0"), val = tensor(512)]; tensor x_491_strides_0 = const()[name = tensor("x_491_strides_0"), val = tensor([1, 1])]; tensor x_491_dilations_0 = const()[name = tensor("x_491_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_3_stack_layers_2_conv_module2_dw_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_conv_module2_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(247977920)))]; tensor core_stacks_3_stack_layers_2_conv_module2_dw_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_conv_module2_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(247993344)))]; tensor x_491_cast_fp16 = conv(bias = core_stacks_3_stack_layers_2_conv_module2_dw_bias_to_fp16, dilations = x_491_dilations_0, groups = x_491_groups_0, pad = x_491_pad_0, pad_type = x_491_pad_type_0, strides = x_491_strides_0, weight = core_stacks_3_stack_layers_2_conv_module2_dw_weight_to_fp16, x = input_349_cast_fp16)[name = tensor("x_491_cast_fp16")]; tensor var_3855_to_fp16 = const()[name = tensor("op_3855_to_fp16"), val = tensor(0x1p+0)]; tensor x_493_cast_fp16 = sub(x = x_491_cast_fp16, y = var_3855_to_fp16)[name = tensor("x_493_cast_fp16")]; tensor var_3857_cast_fp16 = relu(x = x_493_cast_fp16)[name = tensor("op_3857_cast_fp16")]; tensor var_3858_cast_fp16 = abs(x = x_493_cast_fp16)[name = tensor("op_3858_cast_fp16")]; tensor const_84_promoted_to_fp16 = const()[name = tensor("const_84_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_3859_cast_fp16 = mul(x = var_3858_cast_fp16, y = const_84_promoted_to_fp16)[name = tensor("op_3859_cast_fp16")]; tensor var_3860_cast_fp16 = exp(x = var_3859_cast_fp16)[name = tensor("op_3860_cast_fp16")]; tensor var_3861_epsilon_0 = const()[name = tensor("op_3861_epsilon_0"), val = tensor(0x1p+0)]; tensor var_3861_cast_fp16 = log(epsilon = var_3861_epsilon_0, x = var_3860_cast_fp16)[name = tensor("op_3861_cast_fp16")]; tensor var_3862_cast_fp16 = add(x = var_3857_cast_fp16, y = var_3861_cast_fp16)[name = tensor("op_3862_cast_fp16")]; tensor var_3863_to_fp16 = const()[name = tensor("op_3863_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_3864_cast_fp16 = mul(x = x_491_cast_fp16, y = var_3863_to_fp16)[name = tensor("op_3864_cast_fp16")]; tensor var_3865_cast_fp16 = sub(x = var_3862_cast_fp16, y = var_3864_cast_fp16)[name = tensor("op_3865_cast_fp16")]; tensor var_3866_to_fp16 = const()[name = tensor("op_3866_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_351_cast_fp16 = sub(x = var_3865_cast_fp16, y = var_3866_to_fp16)[name = tensor("input_351_cast_fp16")]; tensor var_3874_pad_type_0 = const()[name = tensor("op_3874_pad_type_0"), val = tensor("valid")]; tensor var_3874_strides_0 = const()[name = tensor("op_3874_strides_0"), val = tensor([1, 1])]; tensor var_3874_pad_0 = const()[name = tensor("op_3874_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3874_dilations_0 = const()[name = tensor("op_3874_dilations_0"), val = tensor([1, 1])]; tensor var_3874_groups_0 = const()[name = tensor("op_3874_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_2_conv_module2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_conv_module2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(247994432)))]; tensor core_stacks_3_stack_layers_2_conv_module2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_conv_module2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(248518784)))]; tensor var_3874_cast_fp16 = conv(bias = core_stacks_3_stack_layers_2_conv_module2_out_proj_bias_to_fp16, dilations = var_3874_dilations_0, groups = var_3874_groups_0, pad = var_3874_pad_0, pad_type = var_3874_pad_type_0, strides = var_3874_strides_0, weight = core_stacks_3_stack_layers_2_conv_module2_out_proj_weight_to_fp16, x = input_351_cast_fp16)[name = tensor("op_3874_cast_fp16")]; tensor input_353_cast_fp16 = add(x = x_485_cast_fp16, y = var_3874_cast_fp16)[name = tensor("input_353_cast_fp16")]; tensor x_495_pad_type_0 = const()[name = tensor("x_495_pad_type_0"), val = tensor("valid")]; tensor x_495_strides_0 = const()[name = tensor("x_495_strides_0"), val = tensor([1, 1])]; tensor x_495_pad_0 = const()[name = tensor("x_495_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_495_dilations_0 = const()[name = tensor("x_495_dilations_0"), val = tensor([1, 1])]; tensor x_495_groups_0 = const()[name = tensor("x_495_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_2_feed_forward3_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_feed_forward3_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(248519872)))]; tensor core_stacks_3_stack_layers_2_feed_forward3_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_feed_forward3_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(250486016)))]; tensor x_495_cast_fp16 = conv(bias = core_stacks_3_stack_layers_2_feed_forward3_in_proj_bias_to_fp16, dilations = x_495_dilations_0, groups = x_495_groups_0, pad = x_495_pad_0, pad_type = x_495_pad_type_0, strides = x_495_strides_0, weight = core_stacks_3_stack_layers_2_feed_forward3_in_proj_weight_to_fp16, x = input_353_cast_fp16)[name = tensor("x_495_cast_fp16")]; tensor var_3885_to_fp16 = const()[name = tensor("op_3885_to_fp16"), val = tensor(0x1p+2)]; tensor x_497_cast_fp16 = sub(x = x_495_cast_fp16, y = var_3885_to_fp16)[name = tensor("x_497_cast_fp16")]; tensor var_3887_cast_fp16 = relu(x = x_497_cast_fp16)[name = tensor("op_3887_cast_fp16")]; tensor var_3888_cast_fp16 = abs(x = x_497_cast_fp16)[name = tensor("op_3888_cast_fp16")]; tensor const_85_promoted_to_fp16 = const()[name = tensor("const_85_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_3889_cast_fp16 = mul(x = var_3888_cast_fp16, y = const_85_promoted_to_fp16)[name = tensor("op_3889_cast_fp16")]; tensor var_3890_cast_fp16 = exp(x = var_3889_cast_fp16)[name = tensor("op_3890_cast_fp16")]; tensor var_3891_epsilon_0 = const()[name = tensor("op_3891_epsilon_0"), val = tensor(0x1p+0)]; tensor var_3891_cast_fp16 = log(epsilon = var_3891_epsilon_0, x = var_3890_cast_fp16)[name = tensor("op_3891_cast_fp16")]; tensor var_3892_cast_fp16 = add(x = var_3887_cast_fp16, y = var_3891_cast_fp16)[name = tensor("op_3892_cast_fp16")]; tensor var_3893_to_fp16 = const()[name = tensor("op_3893_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_3894_cast_fp16 = mul(x = x_495_cast_fp16, y = var_3893_to_fp16)[name = tensor("op_3894_cast_fp16")]; tensor var_3895_cast_fp16 = sub(x = var_3892_cast_fp16, y = var_3894_cast_fp16)[name = tensor("op_3895_cast_fp16")]; tensor var_3896_to_fp16 = const()[name = tensor("op_3896_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_355_cast_fp16 = sub(x = var_3895_cast_fp16, y = var_3896_to_fp16)[name = tensor("input_355_cast_fp16")]; tensor var_3904_pad_type_0 = const()[name = tensor("op_3904_pad_type_0"), val = tensor("valid")]; tensor var_3904_strides_0 = const()[name = tensor("op_3904_strides_0"), val = tensor([1, 1])]; tensor var_3904_pad_0 = const()[name = tensor("op_3904_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3904_dilations_0 = const()[name = tensor("op_3904_dilations_0"), val = tensor([1, 1])]; tensor var_3904_groups_0 = const()[name = tensor("op_3904_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_2_feed_forward3_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_feed_forward3_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(250489920)))]; tensor core_stacks_3_stack_layers_2_feed_forward3_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_feed_forward3_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(252456064)))]; tensor var_3904_cast_fp16 = conv(bias = core_stacks_3_stack_layers_2_feed_forward3_out_proj_bias_to_fp16, dilations = var_3904_dilations_0, groups = var_3904_groups_0, pad = var_3904_pad_0, pad_type = var_3904_pad_type_0, strides = var_3904_strides_0, weight = core_stacks_3_stack_layers_2_feed_forward3_out_proj_weight_to_fp16, x = input_355_cast_fp16)[name = tensor("op_3904_cast_fp16")]; tensor x_499_cast_fp16 = add(x = input_353_cast_fp16, y = var_3904_cast_fp16)[name = tensor("x_499_cast_fp16")]; tensor core_stacks_3_stack_layers_2_norm_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(252457152)))]; tensor d_21_cast_fp16 = sub(x = x_499_cast_fp16, y = core_stacks_3_stack_layers_2_norm_bias_to_fp16)[name = tensor("d_21_cast_fp16")]; tensor var_3909_cast_fp16 = mul(x = d_21_cast_fp16, y = d_21_cast_fp16)[name = tensor("op_3909_cast_fp16")]; tensor var_3911_axes_0 = const()[name = tensor("op_3911_axes_0"), val = tensor([1])]; tensor var_3911_keep_dims_0 = const()[name = tensor("op_3911_keep_dims_0"), val = tensor(true)]; tensor var_3911_cast_fp16 = reduce_mean(axes = var_3911_axes_0, keep_dims = var_3911_keep_dims_0, x = var_3909_cast_fp16)[name = tensor("op_3911_cast_fp16")]; tensor scales_21_epsilon_0 = const()[name = tensor("scales_21_epsilon_0"), val = tensor(0x1.197998p-40)]; tensor scales_21_cast_fp16 = rsqrt(epsilon = scales_21_epsilon_0, x = var_3911_cast_fp16)[name = tensor("scales_21_cast_fp16")]; tensor var_3913_cast_fp16 = mul(x = x_499_cast_fp16, y = scales_21_cast_fp16)[name = tensor("op_3913_cast_fp16")]; tensor core_stacks_3_stack_layers_2_norm_scale_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_norm_scale_to_fp16"), val = tensor(0x1.01p-2)]; tensor src_47_cast_fp16 = mul(x = var_3913_cast_fp16, y = core_stacks_3_stack_layers_2_norm_scale_to_fp16)[name = tensor("src_47_cast_fp16")]; tensor var_3916_cast_fp16 = sub(x = src_47_cast_fp16, y = input_327_cast_fp16)[name = tensor("op_3916_cast_fp16")]; tensor core_stacks_3_stack_layers_2_bypass_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_2_bypass_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(252458240)))]; tensor var_3917_cast_fp16 = mul(x = var_3916_cast_fp16, y = core_stacks_3_stack_layers_2_bypass_bypass_scale_to_fp16)[name = tensor("op_3917_cast_fp16")]; tensor input_357_cast_fp16 = add(x = input_327_cast_fp16, y = var_3917_cast_fp16)[name = tensor("input_357_cast_fp16")]; tensor proj_23_pad_type_0 = const()[name = tensor("proj_23_pad_type_0"), val = tensor("valid")]; tensor proj_23_strides_0 = const()[name = tensor("proj_23_strides_0"), val = tensor([1, 1])]; tensor proj_23_pad_0 = const()[name = tensor("proj_23_pad_0"), val = tensor([0, 0, 0, 0])]; tensor proj_23_dilations_0 = const()[name = tensor("proj_23_dilations_0"), val = tensor([1, 1])]; tensor proj_23_groups_0 = const()[name = tensor("proj_23_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_3_self_attn_weights_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_self_attn_weights_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(252459328)))]; tensor core_stacks_3_stack_layers_3_self_attn_weights_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_self_attn_weights_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(252852608)))]; tensor proj_23_cast_fp16 = conv(bias = core_stacks_3_stack_layers_3_self_attn_weights_in_proj_bias_to_fp16, dilations = proj_23_dilations_0, groups = proj_23_groups_0, pad = proj_23_pad_0, pad_type = proj_23_pad_type_0, strides = proj_23_strides_0, weight = core_stacks_3_stack_layers_3_self_attn_weights_in_proj_weight_to_fp16, x = input_357_cast_fp16)[name = tensor("proj_23_cast_fp16")]; tensor var_3940_begin_0 = const()[name = tensor("op_3940_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_3940_end_0 = const()[name = tensor("op_3940_end_0"), val = tensor([1, 128, 1, 512])]; tensor var_3940_end_mask_0 = const()[name = tensor("op_3940_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_3940_cast_fp16 = slice_by_index(begin = var_3940_begin_0, end = var_3940_end_0, end_mask = var_3940_end_mask_0, x = proj_23_cast_fp16)[name = tensor("op_3940_cast_fp16")]; tensor var_3941 = const()[name = tensor("op_3941"), val = tensor([4, 32, 1, 512])]; tensor var_3942_cast_fp16 = reshape(shape = var_3941, x = var_3940_cast_fp16)[name = tensor("op_3942_cast_fp16")]; tensor var_3944_begin_0 = const()[name = tensor("op_3944_begin_0"), val = tensor([0, 128, 0, 0])]; tensor var_3944_end_0 = const()[name = tensor("op_3944_end_0"), val = tensor([1, 256, 1, 512])]; tensor var_3944_end_mask_0 = const()[name = tensor("op_3944_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_3944_cast_fp16 = slice_by_index(begin = var_3944_begin_0, end = var_3944_end_0, end_mask = var_3944_end_mask_0, x = proj_23_cast_fp16)[name = tensor("op_3944_cast_fp16")]; tensor var_3945 = const()[name = tensor("op_3945"), val = tensor([4, 32, 1, 512])]; tensor var_3946_cast_fp16 = reshape(shape = var_3945, x = var_3944_cast_fp16)[name = tensor("op_3946_cast_fp16")]; tensor var_3948_begin_0 = const()[name = tensor("op_3948_begin_0"), val = tensor([0, 256, 0, 0])]; tensor var_3948_end_0 = const()[name = tensor("op_3948_end_0"), val = tensor([1, 384, 1, 512])]; tensor var_3948_end_mask_0 = const()[name = tensor("op_3948_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_3948_cast_fp16 = slice_by_index(begin = var_3948_begin_0, end = var_3948_end_0, end_mask = var_3948_end_mask_0, x = proj_23_cast_fp16)[name = tensor("op_3948_cast_fp16")]; tensor var_3949 = const()[name = tensor("op_3949"), val = tensor([4, 32, 1, 512])]; tensor pt_23_cast_fp16 = reshape(shape = var_3949, x = var_3948_cast_fp16)[name = tensor("pt_23_cast_fp16")]; tensor transpose_88_perm_0 = const()[name = tensor("transpose_88_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_444 = const()[name = tensor("concat_444"), val = tensor([4, 512, 32])]; tensor transpose_88_cast_fp16 = transpose(perm = transpose_88_perm_0, x = var_3942_cast_fp16)[name = tensor("transpose_188")]; tensor reshape_132_cast_fp16 = reshape(shape = concat_444, x = transpose_88_cast_fp16)[name = tensor("reshape_132_cast_fp16")]; tensor transpose_89_perm_0 = const()[name = tensor("transpose_89_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_445 = const()[name = tensor("concat_445"), val = tensor([4, 32, 512])]; tensor transpose_89_cast_fp16 = transpose(perm = transpose_89_perm_0, x = var_3946_cast_fp16)[name = tensor("transpose_187")]; tensor reshape_133_cast_fp16 = reshape(shape = concat_445, x = transpose_89_cast_fp16)[name = tensor("reshape_133_cast_fp16")]; tensor matmul_44_transpose_x_0 = const()[name = tensor("matmul_44_transpose_x_0"), val = tensor(false)]; tensor matmul_44_transpose_y_0 = const()[name = tensor("matmul_44_transpose_y_0"), val = tensor(false)]; tensor matmul_44_cast_fp16 = matmul(transpose_x = matmul_44_transpose_x_0, transpose_y = matmul_44_transpose_y_0, x = reshape_132_cast_fp16, y = reshape_133_cast_fp16)[name = tensor("matmul_44_cast_fp16")]; tensor concat_449 = const()[name = tensor("concat_449"), val = tensor([4, 1, 512, 512])]; tensor reshape_134_cast_fp16 = reshape(shape = concat_449, x = matmul_44_cast_fp16)[name = tensor("reshape_134_cast_fp16")]; tensor attn_scores_67_perm_0 = const()[name = tensor("attn_scores_67_perm_0"), val = tensor([0, 2, 1, 3])]; tensor var_3953 = const()[name = tensor("op_3953"), val = tensor([0, 1, 3, 2])]; tensor var_3954_cast_fp16 = transpose(perm = var_3953, x = pt_23_cast_fp16)[name = tensor("transpose_185")]; tensor var_3955_cast_fp16 = mul(x = var_3954_cast_fp16, y = core_pos_basis_512_to_fp16)[name = tensor("op_3955_cast_fp16")]; tensor pos_scores_23_axes_0 = const()[name = tensor("pos_scores_23_axes_0"), val = tensor([1])]; tensor pos_scores_23_keep_dims_0 = const()[name = tensor("pos_scores_23_keep_dims_0"), val = tensor(true)]; tensor pos_scores_23_cast_fp16 = reduce_sum(axes = pos_scores_23_axes_0, keep_dims = pos_scores_23_keep_dims_0, x = var_3955_cast_fp16)[name = tensor("pos_scores_23_cast_fp16")]; tensor var_3958 = const()[name = tensor("op_3958"), val = tensor([4, 512, 1, 512])]; tensor var_3959_cast_fp16 = reshape(shape = var_3958, x = pos_scores_23_cast_fp16)[name = tensor("op_3959_cast_fp16")]; tensor attn_scores_67_cast_fp16 = transpose(perm = attn_scores_67_perm_0, x = reshape_134_cast_fp16)[name = tensor("transpose_186")]; tensor attn_scores_69_cast_fp16 = add(x = attn_scores_67_cast_fp16, y = var_3959_cast_fp16)[name = tensor("attn_scores_69_cast_fp16")]; tensor attn_scores_71_cast_fp16 = add(x = attn_scores_69_cast_fp16, y = attn_bias_3_cast_fp16)[name = tensor("attn_scores_71_cast_fp16")]; tensor attn_weights_23_cast_fp16 = softmax(axis = var_41, x = attn_scores_71_cast_fp16)[name = tensor("attn_weights_23_cast_fp16")]; tensor input_359_cast_fp16 = add(x = input_357_cast_fp16, y = time_emb_7_cast_fp16)[name = tensor("input_359_cast_fp16")]; tensor x_501_pad_type_0 = const()[name = tensor("x_501_pad_type_0"), val = tensor("valid")]; tensor x_501_strides_0 = const()[name = tensor("x_501_strides_0"), val = tensor([1, 1])]; tensor x_501_pad_0 = const()[name = tensor("x_501_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_501_dilations_0 = const()[name = tensor("x_501_dilations_0"), val = tensor([1, 1])]; tensor x_501_groups_0 = const()[name = tensor("x_501_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_3_feed_forward1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_feed_forward1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(252853440)))]; tensor core_stacks_3_stack_layers_3_feed_forward1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_feed_forward1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(254033152)))]; tensor x_501_cast_fp16 = conv(bias = core_stacks_3_stack_layers_3_feed_forward1_in_proj_bias_to_fp16, dilations = x_501_dilations_0, groups = x_501_groups_0, pad = x_501_pad_0, pad_type = x_501_pad_type_0, strides = x_501_strides_0, weight = core_stacks_3_stack_layers_3_feed_forward1_in_proj_weight_to_fp16, x = input_359_cast_fp16)[name = tensor("x_501_cast_fp16")]; tensor var_3973_to_fp16 = const()[name = tensor("op_3973_to_fp16"), val = tensor(0x1p+2)]; tensor x_503_cast_fp16 = sub(x = x_501_cast_fp16, y = var_3973_to_fp16)[name = tensor("x_503_cast_fp16")]; tensor var_3975_cast_fp16 = relu(x = x_503_cast_fp16)[name = tensor("op_3975_cast_fp16")]; tensor var_3976_cast_fp16 = abs(x = x_503_cast_fp16)[name = tensor("op_3976_cast_fp16")]; tensor const_86_promoted_to_fp16 = const()[name = tensor("const_86_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_3977_cast_fp16 = mul(x = var_3976_cast_fp16, y = const_86_promoted_to_fp16)[name = tensor("op_3977_cast_fp16")]; tensor var_3978_cast_fp16 = exp(x = var_3977_cast_fp16)[name = tensor("op_3978_cast_fp16")]; tensor var_3979_epsilon_0 = const()[name = tensor("op_3979_epsilon_0"), val = tensor(0x1p+0)]; tensor var_3979_cast_fp16 = log(epsilon = var_3979_epsilon_0, x = var_3978_cast_fp16)[name = tensor("op_3979_cast_fp16")]; tensor var_3980_cast_fp16 = add(x = var_3975_cast_fp16, y = var_3979_cast_fp16)[name = tensor("op_3980_cast_fp16")]; tensor var_3981_to_fp16 = const()[name = tensor("op_3981_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_3982_cast_fp16 = mul(x = x_501_cast_fp16, y = var_3981_to_fp16)[name = tensor("op_3982_cast_fp16")]; tensor var_3983_cast_fp16 = sub(x = var_3980_cast_fp16, y = var_3982_cast_fp16)[name = tensor("op_3983_cast_fp16")]; tensor var_3984_to_fp16 = const()[name = tensor("op_3984_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_361_cast_fp16 = sub(x = var_3983_cast_fp16, y = var_3984_to_fp16)[name = tensor("input_361_cast_fp16")]; tensor var_3992_pad_type_0 = const()[name = tensor("op_3992_pad_type_0"), val = tensor("valid")]; tensor var_3992_strides_0 = const()[name = tensor("op_3992_strides_0"), val = tensor([1, 1])]; tensor var_3992_pad_0 = const()[name = tensor("op_3992_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_3992_dilations_0 = const()[name = tensor("op_3992_dilations_0"), val = tensor([1, 1])]; tensor var_3992_groups_0 = const()[name = tensor("op_3992_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_3_feed_forward1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_feed_forward1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(254035520)))]; tensor core_stacks_3_stack_layers_3_feed_forward1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_feed_forward1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(255215232)))]; tensor var_3992_cast_fp16 = conv(bias = core_stacks_3_stack_layers_3_feed_forward1_out_proj_bias_to_fp16, dilations = var_3992_dilations_0, groups = var_3992_groups_0, pad = var_3992_pad_0, pad_type = var_3992_pad_type_0, strides = var_3992_strides_0, weight = core_stacks_3_stack_layers_3_feed_forward1_out_proj_weight_to_fp16, x = input_361_cast_fp16)[name = tensor("op_3992_cast_fp16")]; tensor input_363_cast_fp16 = add(x = input_359_cast_fp16, y = var_3992_cast_fp16)[name = tensor("input_363_cast_fp16")]; tensor var_3994_begin_0 = const()[name = tensor("op_3994_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_3994_end_0 = const()[name = tensor("op_3994_end_0"), val = tensor([1, 512, 1, 512])]; tensor var_3994_end_mask_0 = const()[name = tensor("op_3994_end_mask_0"), val = tensor([false, true, true, true])]; tensor var_3994_cast_fp16 = slice_by_index(begin = var_3994_begin_0, end = var_3994_end_0, end_mask = var_3994_end_mask_0, x = attn_weights_23_cast_fp16)[name = tensor("op_3994_cast_fp16")]; tensor x_505_pad_type_0 = const()[name = tensor("x_505_pad_type_0"), val = tensor("valid")]; tensor x_505_strides_0 = const()[name = tensor("x_505_strides_0"), val = tensor([1, 1])]; tensor x_505_pad_0 = const()[name = tensor("x_505_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_505_dilations_0 = const()[name = tensor("x_505_dilations_0"), val = tensor([1, 1])]; tensor x_505_groups_0 = const()[name = tensor("x_505_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_3_nonlin_attention_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_nonlin_attention_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(255216320)))]; tensor core_stacks_3_stack_layers_3_nonlin_attention_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_nonlin_attention_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(256396032)))]; tensor x_505_cast_fp16 = conv(bias = core_stacks_3_stack_layers_3_nonlin_attention_in_proj_bias_to_fp16, dilations = x_505_dilations_0, groups = x_505_groups_0, pad = x_505_pad_0, pad_type = x_505_pad_type_0, strides = x_505_strides_0, weight = core_stacks_3_stack_layers_3_nonlin_attention_in_proj_weight_to_fp16, x = input_363_cast_fp16)[name = tensor("x_505_cast_fp16")]; tensor var_4005_begin_0 = const()[name = tensor("op_4005_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_4005_end_0 = const()[name = tensor("op_4005_end_0"), val = tensor([1, 384, 1, 512])]; tensor var_4005_end_mask_0 = const()[name = tensor("op_4005_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_4005_cast_fp16 = slice_by_index(begin = var_4005_begin_0, end = var_4005_end_0, end_mask = var_4005_end_mask_0, x = x_505_cast_fp16)[name = tensor("op_4005_cast_fp16")]; tensor s_gate_23_cast_fp16 = tanh(x = var_4005_cast_fp16)[name = tensor("s_gate_23_cast_fp16")]; tensor var_4008_begin_0 = const()[name = tensor("op_4008_begin_0"), val = tensor([0, 384, 0, 0])]; tensor var_4008_end_0 = const()[name = tensor("op_4008_end_0"), val = tensor([1, 768, 1, 512])]; tensor var_4008_end_mask_0 = const()[name = tensor("op_4008_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_4008_cast_fp16 = slice_by_index(begin = var_4008_begin_0, end = var_4008_end_0, end_mask = var_4008_end_mask_0, x = x_505_cast_fp16)[name = tensor("op_4008_cast_fp16")]; tensor var_4009_cast_fp16 = mul(x = var_4008_cast_fp16, y = s_gate_23_cast_fp16)[name = tensor("op_4009_cast_fp16")]; tensor y_23_begin_0 = const()[name = tensor("y_23_begin_0"), val = tensor([0, 768, 0, 0])]; tensor y_23_end_0 = const()[name = tensor("y_23_end_0"), val = tensor([1, 1152, 1, 512])]; tensor y_23_end_mask_0 = const()[name = tensor("y_23_end_mask_0"), val = tensor([true, true, true, true])]; tensor y_23_cast_fp16 = slice_by_index(begin = y_23_begin_0, end = y_23_end_0, end_mask = y_23_end_mask_0, x = x_505_cast_fp16)[name = tensor("y_23_cast_fp16")]; tensor transpose_90_perm_0 = const()[name = tensor("transpose_90_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_454 = const()[name = tensor("concat_454"), val = tensor([1, 512, 512])]; tensor transpose_90_cast_fp16 = transpose(perm = transpose_90_perm_0, x = var_3994_cast_fp16)[name = tensor("transpose_184")]; tensor reshape_135_cast_fp16 = reshape(shape = concat_454, x = transpose_90_cast_fp16)[name = tensor("reshape_135_cast_fp16")]; tensor transpose_91_perm_0 = const()[name = tensor("transpose_91_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_455 = const()[name = tensor("concat_455"), val = tensor([1, 512, 384])]; tensor transpose_91_cast_fp16 = transpose(perm = transpose_91_perm_0, x = var_4009_cast_fp16)[name = tensor("transpose_183")]; tensor reshape_136_cast_fp16 = reshape(shape = concat_455, x = transpose_91_cast_fp16)[name = tensor("reshape_136_cast_fp16")]; tensor matmul_45_transpose_x_0 = const()[name = tensor("matmul_45_transpose_x_0"), val = tensor(false)]; tensor matmul_45_transpose_y_0 = const()[name = tensor("matmul_45_transpose_y_0"), val = tensor(false)]; tensor matmul_45_cast_fp16 = matmul(transpose_x = matmul_45_transpose_x_0, transpose_y = matmul_45_transpose_y_0, x = reshape_135_cast_fp16, y = reshape_136_cast_fp16)[name = tensor("matmul_45_cast_fp16")]; tensor concat_459 = const()[name = tensor("concat_459"), val = tensor([1, 1, 512, 384])]; tensor reshape_137_cast_fp16 = reshape(shape = concat_459, x = matmul_45_cast_fp16)[name = tensor("reshape_137_cast_fp16")]; tensor v_23_perm_0 = const()[name = tensor("v_23_perm_0"), val = tensor([0, 3, 1, 2])]; tensor v_23_cast_fp16 = transpose(perm = v_23_perm_0, x = reshape_137_cast_fp16)[name = tensor("transpose_182")]; tensor input_365_cast_fp16 = mul(x = v_23_cast_fp16, y = y_23_cast_fp16)[name = tensor("input_365_cast_fp16")]; tensor var_4021_pad_type_0 = const()[name = tensor("op_4021_pad_type_0"), val = tensor("valid")]; tensor var_4021_strides_0 = const()[name = tensor("op_4021_strides_0"), val = tensor([1, 1])]; tensor var_4021_pad_0 = const()[name = tensor("op_4021_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4021_dilations_0 = const()[name = tensor("op_4021_dilations_0"), val = tensor([1, 1])]; tensor var_4021_groups_0 = const()[name = tensor("op_4021_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_3_nonlin_attention_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_nonlin_attention_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(256398400)))]; tensor core_stacks_3_stack_layers_3_nonlin_attention_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_nonlin_attention_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(256791680)))]; tensor var_4021_cast_fp16 = conv(bias = core_stacks_3_stack_layers_3_nonlin_attention_out_proj_bias_to_fp16, dilations = var_4021_dilations_0, groups = var_4021_groups_0, pad = var_4021_pad_0, pad_type = var_4021_pad_type_0, strides = var_4021_strides_0, weight = core_stacks_3_stack_layers_3_nonlin_attention_out_proj_weight_to_fp16, x = input_365_cast_fp16)[name = tensor("op_4021_cast_fp16")]; tensor x_507_cast_fp16 = add(x = input_363_cast_fp16, y = var_4021_cast_fp16)[name = tensor("x_507_cast_fp16")]; tensor var_4032_pad_type_0 = const()[name = tensor("op_4032_pad_type_0"), val = tensor("valid")]; tensor var_4032_strides_0 = const()[name = tensor("op_4032_strides_0"), val = tensor([1, 1])]; tensor var_4032_pad_0 = const()[name = tensor("op_4032_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4032_dilations_0 = const()[name = tensor("op_4032_dilations_0"), val = tensor([1, 1])]; tensor var_4032_groups_0 = const()[name = tensor("op_4032_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_3_self_attn1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_self_attn1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(256792768)))]; tensor core_stacks_3_stack_layers_3_self_attn1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_self_attn1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(256841984)))]; tensor var_4032_cast_fp16 = conv(bias = core_stacks_3_stack_layers_3_self_attn1_in_proj_bias_to_fp16, dilations = var_4032_dilations_0, groups = var_4032_groups_0, pad = var_4032_pad_0, pad_type = var_4032_pad_type_0, strides = var_4032_strides_0, weight = core_stacks_3_stack_layers_3_self_attn1_in_proj_weight_to_fp16, x = x_507_cast_fp16)[name = tensor("op_4032_cast_fp16")]; tensor var_4033 = const()[name = tensor("op_4033"), val = tensor([4, 12, 1, 512])]; tensor var_4034_cast_fp16 = reshape(shape = var_4033, x = var_4032_cast_fp16)[name = tensor("op_4034_cast_fp16")]; tensor transpose_92_perm_0 = const()[name = tensor("transpose_92_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_464 = const()[name = tensor("concat_464"), val = tensor([4, 512, 512])]; tensor transpose_92_cast_fp16 = transpose(perm = transpose_92_perm_0, x = attn_weights_23_cast_fp16)[name = tensor("transpose_181")]; tensor reshape_138_cast_fp16 = reshape(shape = concat_464, x = transpose_92_cast_fp16)[name = tensor("reshape_138_cast_fp16")]; tensor transpose_93_perm_0 = const()[name = tensor("transpose_93_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_465 = const()[name = tensor("concat_465"), val = tensor([4, 512, 12])]; tensor transpose_93_cast_fp16 = transpose(perm = transpose_93_perm_0, x = var_4034_cast_fp16)[name = tensor("transpose_180")]; tensor reshape_139_cast_fp16 = reshape(shape = concat_465, x = transpose_93_cast_fp16)[name = tensor("reshape_139_cast_fp16")]; tensor matmul_46_transpose_x_0 = const()[name = tensor("matmul_46_transpose_x_0"), val = tensor(false)]; tensor matmul_46_transpose_y_0 = const()[name = tensor("matmul_46_transpose_y_0"), val = tensor(false)]; tensor matmul_46_cast_fp16 = matmul(transpose_x = matmul_46_transpose_x_0, transpose_y = matmul_46_transpose_y_0, x = reshape_138_cast_fp16, y = reshape_139_cast_fp16)[name = tensor("matmul_46_cast_fp16")]; tensor concat_469 = const()[name = tensor("concat_469"), val = tensor([4, 1, 512, 12])]; tensor reshape_140_cast_fp16 = reshape(shape = concat_469, x = matmul_46_cast_fp16)[name = tensor("reshape_140_cast_fp16")]; tensor out_45_perm_0 = const()[name = tensor("out_45_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_4037 = const()[name = tensor("op_4037"), val = tensor([1, 48, 1, 512])]; tensor out_45_cast_fp16 = transpose(perm = out_45_perm_0, x = reshape_140_cast_fp16)[name = tensor("transpose_179")]; tensor input_367_cast_fp16 = reshape(shape = var_4037, x = out_45_cast_fp16)[name = tensor("input_367_cast_fp16")]; tensor var_4045_pad_type_0 = const()[name = tensor("op_4045_pad_type_0"), val = tensor("valid")]; tensor var_4045_strides_0 = const()[name = tensor("op_4045_strides_0"), val = tensor([1, 1])]; tensor var_4045_pad_0 = const()[name = tensor("op_4045_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4045_dilations_0 = const()[name = tensor("op_4045_dilations_0"), val = tensor([1, 1])]; tensor var_4045_groups_0 = const()[name = tensor("op_4045_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_3_self_attn1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_self_attn1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(256842176)))]; tensor core_stacks_3_stack_layers_3_self_attn1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_self_attn1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(256891392)))]; tensor var_4045_cast_fp16 = conv(bias = core_stacks_3_stack_layers_3_self_attn1_out_proj_bias_to_fp16, dilations = var_4045_dilations_0, groups = var_4045_groups_0, pad = var_4045_pad_0, pad_type = var_4045_pad_type_0, strides = var_4045_strides_0, weight = core_stacks_3_stack_layers_3_self_attn1_out_proj_weight_to_fp16, x = input_367_cast_fp16)[name = tensor("op_4045_cast_fp16")]; tensor x_509_cast_fp16 = add(x = x_507_cast_fp16, y = var_4045_cast_fp16)[name = tensor("x_509_cast_fp16")]; tensor x_511_cast_fp16 = add(x = x_509_cast_fp16, y = time_emb_7_cast_fp16)[name = tensor("x_511_cast_fp16")]; tensor x_513_pad_type_0 = const()[name = tensor("x_513_pad_type_0"), val = tensor("valid")]; tensor x_513_strides_0 = const()[name = tensor("x_513_strides_0"), val = tensor([1, 1])]; tensor x_513_pad_0 = const()[name = tensor("x_513_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_513_dilations_0 = const()[name = tensor("x_513_dilations_0"), val = tensor([1, 1])]; tensor x_513_groups_0 = const()[name = tensor("x_513_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_3_conv_module1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_conv_module1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(256892480)))]; tensor core_stacks_3_stack_layers_3_conv_module1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_conv_module1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(257941120)))]; tensor x_513_cast_fp16 = conv(bias = core_stacks_3_stack_layers_3_conv_module1_in_proj_bias_to_fp16, dilations = x_513_dilations_0, groups = x_513_groups_0, pad = x_513_pad_0, pad_type = x_513_pad_type_0, strides = x_513_strides_0, weight = core_stacks_3_stack_layers_3_conv_module1_in_proj_weight_to_fp16, x = x_511_cast_fp16)[name = tensor("x_513_cast_fp16")]; tensor var_4059_begin_0 = const()[name = tensor("op_4059_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_4059_end_0 = const()[name = tensor("op_4059_end_0"), val = tensor([1, 512, 1, 512])]; tensor var_4059_end_mask_0 = const()[name = tensor("op_4059_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_4059_cast_fp16 = slice_by_index(begin = var_4059_begin_0, end = var_4059_end_0, end_mask = var_4059_end_mask_0, x = x_513_cast_fp16)[name = tensor("op_4059_cast_fp16")]; tensor var_4061_begin_0 = const()[name = tensor("op_4061_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_4061_end_0 = const()[name = tensor("op_4061_end_0"), val = tensor([1, 1024, 1, 512])]; tensor var_4061_end_mask_0 = const()[name = tensor("op_4061_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_4061_cast_fp16 = slice_by_index(begin = var_4061_begin_0, end = var_4061_end_0, end_mask = var_4061_end_mask_0, x = x_513_cast_fp16)[name = tensor("op_4061_cast_fp16")]; tensor var_4062_cast_fp16 = sigmoid(x = var_4061_cast_fp16)[name = tensor("op_4062_cast_fp16")]; tensor x_515_cast_fp16 = mul(x = var_4059_cast_fp16, y = var_4062_cast_fp16)[name = tensor("x_515_cast_fp16")]; tensor input_369_cast_fp16 = mul(x = x_515_cast_fp16, y = conv_keep_3_cast_fp16)[name = tensor("input_369_cast_fp16")]; tensor x_517_pad_type_0 = const()[name = tensor("x_517_pad_type_0"), val = tensor("custom")]; tensor x_517_pad_0 = const()[name = tensor("x_517_pad_0"), val = tensor([0, 0, 7, 7])]; tensor x_517_groups_0 = const()[name = tensor("x_517_groups_0"), val = tensor(512)]; tensor x_517_strides_0 = const()[name = tensor("x_517_strides_0"), val = tensor([1, 1])]; tensor x_517_dilations_0 = const()[name = tensor("x_517_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_3_stack_layers_3_conv_module1_dw_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_conv_module1_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(257943232)))]; tensor core_stacks_3_stack_layers_3_conv_module1_dw_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_conv_module1_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(257958656)))]; tensor x_517_cast_fp16 = conv(bias = core_stacks_3_stack_layers_3_conv_module1_dw_bias_to_fp16, dilations = x_517_dilations_0, groups = x_517_groups_0, pad = x_517_pad_0, pad_type = x_517_pad_type_0, strides = x_517_strides_0, weight = core_stacks_3_stack_layers_3_conv_module1_dw_weight_to_fp16, x = input_369_cast_fp16)[name = tensor("x_517_cast_fp16")]; tensor var_4072_to_fp16 = const()[name = tensor("op_4072_to_fp16"), val = tensor(0x1p+0)]; tensor x_519_cast_fp16 = sub(x = x_517_cast_fp16, y = var_4072_to_fp16)[name = tensor("x_519_cast_fp16")]; tensor var_4074_cast_fp16 = relu(x = x_519_cast_fp16)[name = tensor("op_4074_cast_fp16")]; tensor var_4075_cast_fp16 = abs(x = x_519_cast_fp16)[name = tensor("op_4075_cast_fp16")]; tensor const_88_promoted_to_fp16 = const()[name = tensor("const_88_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_4076_cast_fp16 = mul(x = var_4075_cast_fp16, y = const_88_promoted_to_fp16)[name = tensor("op_4076_cast_fp16")]; tensor var_4077_cast_fp16 = exp(x = var_4076_cast_fp16)[name = tensor("op_4077_cast_fp16")]; tensor var_4078_epsilon_0 = const()[name = tensor("op_4078_epsilon_0"), val = tensor(0x1p+0)]; tensor var_4078_cast_fp16 = log(epsilon = var_4078_epsilon_0, x = var_4077_cast_fp16)[name = tensor("op_4078_cast_fp16")]; tensor var_4079_cast_fp16 = add(x = var_4074_cast_fp16, y = var_4078_cast_fp16)[name = tensor("op_4079_cast_fp16")]; tensor var_4080_to_fp16 = const()[name = tensor("op_4080_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_4081_cast_fp16 = mul(x = x_517_cast_fp16, y = var_4080_to_fp16)[name = tensor("op_4081_cast_fp16")]; tensor var_4082_cast_fp16 = sub(x = var_4079_cast_fp16, y = var_4081_cast_fp16)[name = tensor("op_4082_cast_fp16")]; tensor var_4083_to_fp16 = const()[name = tensor("op_4083_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_371_cast_fp16 = sub(x = var_4082_cast_fp16, y = var_4083_to_fp16)[name = tensor("input_371_cast_fp16")]; tensor var_4091_pad_type_0 = const()[name = tensor("op_4091_pad_type_0"), val = tensor("valid")]; tensor var_4091_strides_0 = const()[name = tensor("op_4091_strides_0"), val = tensor([1, 1])]; tensor var_4091_pad_0 = const()[name = tensor("op_4091_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4091_dilations_0 = const()[name = tensor("op_4091_dilations_0"), val = tensor([1, 1])]; tensor var_4091_groups_0 = const()[name = tensor("op_4091_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_3_conv_module1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_conv_module1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(257959744)))]; tensor core_stacks_3_stack_layers_3_conv_module1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_conv_module1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(258484096)))]; tensor var_4091_cast_fp16 = conv(bias = core_stacks_3_stack_layers_3_conv_module1_out_proj_bias_to_fp16, dilations = var_4091_dilations_0, groups = var_4091_groups_0, pad = var_4091_pad_0, pad_type = var_4091_pad_type_0, strides = var_4091_strides_0, weight = core_stacks_3_stack_layers_3_conv_module1_out_proj_weight_to_fp16, x = input_371_cast_fp16)[name = tensor("op_4091_cast_fp16")]; tensor input_373_cast_fp16 = add(x = x_511_cast_fp16, y = var_4091_cast_fp16)[name = tensor("input_373_cast_fp16")]; tensor x_521_pad_type_0 = const()[name = tensor("x_521_pad_type_0"), val = tensor("valid")]; tensor x_521_strides_0 = const()[name = tensor("x_521_strides_0"), val = tensor([1, 1])]; tensor x_521_pad_0 = const()[name = tensor("x_521_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_521_dilations_0 = const()[name = tensor("x_521_dilations_0"), val = tensor([1, 1])]; tensor x_521_groups_0 = const()[name = tensor("x_521_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_3_feed_forward2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_feed_forward2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(258485184)))]; tensor core_stacks_3_stack_layers_3_feed_forward2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_feed_forward2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(260058112)))]; tensor x_521_cast_fp16 = conv(bias = core_stacks_3_stack_layers_3_feed_forward2_in_proj_bias_to_fp16, dilations = x_521_dilations_0, groups = x_521_groups_0, pad = x_521_pad_0, pad_type = x_521_pad_type_0, strides = x_521_strides_0, weight = core_stacks_3_stack_layers_3_feed_forward2_in_proj_weight_to_fp16, x = input_373_cast_fp16)[name = tensor("x_521_cast_fp16")]; tensor var_4102_to_fp16 = const()[name = tensor("op_4102_to_fp16"), val = tensor(0x1p+2)]; tensor x_523_cast_fp16 = sub(x = x_521_cast_fp16, y = var_4102_to_fp16)[name = tensor("x_523_cast_fp16")]; tensor var_4104_cast_fp16 = relu(x = x_523_cast_fp16)[name = tensor("op_4104_cast_fp16")]; tensor var_4105_cast_fp16 = abs(x = x_523_cast_fp16)[name = tensor("op_4105_cast_fp16")]; tensor const_89_promoted_to_fp16 = const()[name = tensor("const_89_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_4106_cast_fp16 = mul(x = var_4105_cast_fp16, y = const_89_promoted_to_fp16)[name = tensor("op_4106_cast_fp16")]; tensor var_4107_cast_fp16 = exp(x = var_4106_cast_fp16)[name = tensor("op_4107_cast_fp16")]; tensor var_4108_epsilon_0 = const()[name = tensor("op_4108_epsilon_0"), val = tensor(0x1p+0)]; tensor var_4108_cast_fp16 = log(epsilon = var_4108_epsilon_0, x = var_4107_cast_fp16)[name = tensor("op_4108_cast_fp16")]; tensor var_4109_cast_fp16 = add(x = var_4104_cast_fp16, y = var_4108_cast_fp16)[name = tensor("op_4109_cast_fp16")]; tensor var_4110_to_fp16 = const()[name = tensor("op_4110_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_4111_cast_fp16 = mul(x = x_521_cast_fp16, y = var_4110_to_fp16)[name = tensor("op_4111_cast_fp16")]; tensor var_4112_cast_fp16 = sub(x = var_4109_cast_fp16, y = var_4111_cast_fp16)[name = tensor("op_4112_cast_fp16")]; tensor var_4113_to_fp16 = const()[name = tensor("op_4113_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_375_cast_fp16 = sub(x = var_4112_cast_fp16, y = var_4113_to_fp16)[name = tensor("input_375_cast_fp16")]; tensor var_4121_pad_type_0 = const()[name = tensor("op_4121_pad_type_0"), val = tensor("valid")]; tensor var_4121_strides_0 = const()[name = tensor("op_4121_strides_0"), val = tensor([1, 1])]; tensor var_4121_pad_0 = const()[name = tensor("op_4121_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4121_dilations_0 = const()[name = tensor("op_4121_dilations_0"), val = tensor([1, 1])]; tensor var_4121_groups_0 = const()[name = tensor("op_4121_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_3_feed_forward2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_feed_forward2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(260061248)))]; tensor core_stacks_3_stack_layers_3_feed_forward2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_feed_forward2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(261634176)))]; tensor var_4121_cast_fp16 = conv(bias = core_stacks_3_stack_layers_3_feed_forward2_out_proj_bias_to_fp16, dilations = var_4121_dilations_0, groups = var_4121_groups_0, pad = var_4121_pad_0, pad_type = var_4121_pad_type_0, strides = var_4121_strides_0, weight = core_stacks_3_stack_layers_3_feed_forward2_out_proj_weight_to_fp16, x = input_375_cast_fp16)[name = tensor("op_4121_cast_fp16")]; tensor src_49_cast_fp16 = add(x = input_373_cast_fp16, y = var_4121_cast_fp16)[name = tensor("src_49_cast_fp16")]; tensor var_4124_cast_fp16 = sub(x = src_49_cast_fp16, y = input_357_cast_fp16)[name = tensor("op_4124_cast_fp16")]; tensor core_stacks_3_stack_layers_3_bypass_mid_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_bypass_mid_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(261635264)))]; tensor var_4125_cast_fp16 = mul(x = var_4124_cast_fp16, y = core_stacks_3_stack_layers_3_bypass_mid_bypass_scale_to_fp16)[name = tensor("op_4125_cast_fp16")]; tensor x_525_cast_fp16 = add(x = input_357_cast_fp16, y = var_4125_cast_fp16)[name = tensor("x_525_cast_fp16")]; tensor var_4136_pad_type_0 = const()[name = tensor("op_4136_pad_type_0"), val = tensor("valid")]; tensor var_4136_strides_0 = const()[name = tensor("op_4136_strides_0"), val = tensor([1, 1])]; tensor var_4136_pad_0 = const()[name = tensor("op_4136_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4136_dilations_0 = const()[name = tensor("op_4136_dilations_0"), val = tensor([1, 1])]; tensor var_4136_groups_0 = const()[name = tensor("op_4136_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_3_self_attn2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_self_attn2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(261636352)))]; tensor core_stacks_3_stack_layers_3_self_attn2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_self_attn2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(261685568)))]; tensor var_4136_cast_fp16 = conv(bias = core_stacks_3_stack_layers_3_self_attn2_in_proj_bias_to_fp16, dilations = var_4136_dilations_0, groups = var_4136_groups_0, pad = var_4136_pad_0, pad_type = var_4136_pad_type_0, strides = var_4136_strides_0, weight = core_stacks_3_stack_layers_3_self_attn2_in_proj_weight_to_fp16, x = x_525_cast_fp16)[name = tensor("op_4136_cast_fp16")]; tensor var_4137 = const()[name = tensor("op_4137"), val = tensor([4, 12, 1, 512])]; tensor var_4138_cast_fp16 = reshape(shape = var_4137, x = var_4136_cast_fp16)[name = tensor("op_4138_cast_fp16")]; tensor transpose_95_perm_0 = const()[name = tensor("transpose_95_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_475 = const()[name = tensor("concat_475"), val = tensor([4, 512, 12])]; tensor transpose_95_cast_fp16 = transpose(perm = transpose_95_perm_0, x = var_4138_cast_fp16)[name = tensor("transpose_178")]; tensor reshape_142_cast_fp16 = reshape(shape = concat_475, x = transpose_95_cast_fp16)[name = tensor("reshape_142_cast_fp16")]; tensor matmul_47_transpose_x_0 = const()[name = tensor("matmul_47_transpose_x_0"), val = tensor(false)]; tensor matmul_47_transpose_y_0 = const()[name = tensor("matmul_47_transpose_y_0"), val = tensor(false)]; tensor matmul_47_cast_fp16 = matmul(transpose_x = matmul_47_transpose_x_0, transpose_y = matmul_47_transpose_y_0, x = reshape_138_cast_fp16, y = reshape_142_cast_fp16)[name = tensor("matmul_47_cast_fp16")]; tensor concat_479 = const()[name = tensor("concat_479"), val = tensor([4, 1, 512, 12])]; tensor reshape_143_cast_fp16 = reshape(shape = concat_479, x = matmul_47_cast_fp16)[name = tensor("reshape_143_cast_fp16")]; tensor out_47_perm_0 = const()[name = tensor("out_47_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_4141 = const()[name = tensor("op_4141"), val = tensor([1, 48, 1, 512])]; tensor out_47_cast_fp16 = transpose(perm = out_47_perm_0, x = reshape_143_cast_fp16)[name = tensor("transpose_177")]; tensor input_377_cast_fp16 = reshape(shape = var_4141, x = out_47_cast_fp16)[name = tensor("input_377_cast_fp16")]; tensor var_4149_pad_type_0 = const()[name = tensor("op_4149_pad_type_0"), val = tensor("valid")]; tensor var_4149_strides_0 = const()[name = tensor("op_4149_strides_0"), val = tensor([1, 1])]; tensor var_4149_pad_0 = const()[name = tensor("op_4149_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4149_dilations_0 = const()[name = tensor("op_4149_dilations_0"), val = tensor([1, 1])]; tensor var_4149_groups_0 = const()[name = tensor("op_4149_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_3_self_attn2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_self_attn2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(261685760)))]; tensor core_stacks_3_stack_layers_3_self_attn2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_self_attn2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(261734976)))]; tensor var_4149_cast_fp16 = conv(bias = core_stacks_3_stack_layers_3_self_attn2_out_proj_bias_to_fp16, dilations = var_4149_dilations_0, groups = var_4149_groups_0, pad = var_4149_pad_0, pad_type = var_4149_pad_type_0, strides = var_4149_strides_0, weight = core_stacks_3_stack_layers_3_self_attn2_out_proj_weight_to_fp16, x = input_377_cast_fp16)[name = tensor("op_4149_cast_fp16")]; tensor x_527_cast_fp16 = add(x = x_525_cast_fp16, y = var_4149_cast_fp16)[name = tensor("x_527_cast_fp16")]; tensor x_529_cast_fp16 = add(x = x_527_cast_fp16, y = time_emb_7_cast_fp16)[name = tensor("x_529_cast_fp16")]; tensor x_531_pad_type_0 = const()[name = tensor("x_531_pad_type_0"), val = tensor("valid")]; tensor x_531_strides_0 = const()[name = tensor("x_531_strides_0"), val = tensor([1, 1])]; tensor x_531_pad_0 = const()[name = tensor("x_531_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_531_dilations_0 = const()[name = tensor("x_531_dilations_0"), val = tensor([1, 1])]; tensor x_531_groups_0 = const()[name = tensor("x_531_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_3_conv_module2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_conv_module2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(261736064)))]; tensor core_stacks_3_stack_layers_3_conv_module2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_conv_module2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(262784704)))]; tensor x_531_cast_fp16 = conv(bias = core_stacks_3_stack_layers_3_conv_module2_in_proj_bias_to_fp16, dilations = x_531_dilations_0, groups = x_531_groups_0, pad = x_531_pad_0, pad_type = x_531_pad_type_0, strides = x_531_strides_0, weight = core_stacks_3_stack_layers_3_conv_module2_in_proj_weight_to_fp16, x = x_529_cast_fp16)[name = tensor("x_531_cast_fp16")]; tensor var_4163_begin_0 = const()[name = tensor("op_4163_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_4163_end_0 = const()[name = tensor("op_4163_end_0"), val = tensor([1, 512, 1, 512])]; tensor var_4163_end_mask_0 = const()[name = tensor("op_4163_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_4163_cast_fp16 = slice_by_index(begin = var_4163_begin_0, end = var_4163_end_0, end_mask = var_4163_end_mask_0, x = x_531_cast_fp16)[name = tensor("op_4163_cast_fp16")]; tensor var_4165_begin_0 = const()[name = tensor("op_4165_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_4165_end_0 = const()[name = tensor("op_4165_end_0"), val = tensor([1, 1024, 1, 512])]; tensor var_4165_end_mask_0 = const()[name = tensor("op_4165_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_4165_cast_fp16 = slice_by_index(begin = var_4165_begin_0, end = var_4165_end_0, end_mask = var_4165_end_mask_0, x = x_531_cast_fp16)[name = tensor("op_4165_cast_fp16")]; tensor var_4166_cast_fp16 = sigmoid(x = var_4165_cast_fp16)[name = tensor("op_4166_cast_fp16")]; tensor x_533_cast_fp16 = mul(x = var_4163_cast_fp16, y = var_4166_cast_fp16)[name = tensor("x_533_cast_fp16")]; tensor input_379_cast_fp16 = mul(x = x_533_cast_fp16, y = conv_keep_3_cast_fp16)[name = tensor("input_379_cast_fp16")]; tensor x_535_pad_type_0 = const()[name = tensor("x_535_pad_type_0"), val = tensor("custom")]; tensor x_535_pad_0 = const()[name = tensor("x_535_pad_0"), val = tensor([0, 0, 7, 7])]; tensor x_535_groups_0 = const()[name = tensor("x_535_groups_0"), val = tensor(512)]; tensor x_535_strides_0 = const()[name = tensor("x_535_strides_0"), val = tensor([1, 1])]; tensor x_535_dilations_0 = const()[name = tensor("x_535_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_3_stack_layers_3_conv_module2_dw_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_conv_module2_dw_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(262786816)))]; tensor core_stacks_3_stack_layers_3_conv_module2_dw_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_conv_module2_dw_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(262802240)))]; tensor x_535_cast_fp16 = conv(bias = core_stacks_3_stack_layers_3_conv_module2_dw_bias_to_fp16, dilations = x_535_dilations_0, groups = x_535_groups_0, pad = x_535_pad_0, pad_type = x_535_pad_type_0, strides = x_535_strides_0, weight = core_stacks_3_stack_layers_3_conv_module2_dw_weight_to_fp16, x = input_379_cast_fp16)[name = tensor("x_535_cast_fp16")]; tensor var_4176_to_fp16 = const()[name = tensor("op_4176_to_fp16"), val = tensor(0x1p+0)]; tensor x_537_cast_fp16 = sub(x = x_535_cast_fp16, y = var_4176_to_fp16)[name = tensor("x_537_cast_fp16")]; tensor var_4178_cast_fp16 = relu(x = x_537_cast_fp16)[name = tensor("op_4178_cast_fp16")]; tensor var_4179_cast_fp16 = abs(x = x_537_cast_fp16)[name = tensor("op_4179_cast_fp16")]; tensor const_91_promoted_to_fp16 = const()[name = tensor("const_91_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_4180_cast_fp16 = mul(x = var_4179_cast_fp16, y = const_91_promoted_to_fp16)[name = tensor("op_4180_cast_fp16")]; tensor var_4181_cast_fp16 = exp(x = var_4180_cast_fp16)[name = tensor("op_4181_cast_fp16")]; tensor var_4182_epsilon_0 = const()[name = tensor("op_4182_epsilon_0"), val = tensor(0x1p+0)]; tensor var_4182_cast_fp16 = log(epsilon = var_4182_epsilon_0, x = var_4181_cast_fp16)[name = tensor("op_4182_cast_fp16")]; tensor var_4183_cast_fp16 = add(x = var_4178_cast_fp16, y = var_4182_cast_fp16)[name = tensor("op_4183_cast_fp16")]; tensor var_4184_to_fp16 = const()[name = tensor("op_4184_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_4185_cast_fp16 = mul(x = x_535_cast_fp16, y = var_4184_to_fp16)[name = tensor("op_4185_cast_fp16")]; tensor var_4186_cast_fp16 = sub(x = var_4183_cast_fp16, y = var_4185_cast_fp16)[name = tensor("op_4186_cast_fp16")]; tensor var_4187_to_fp16 = const()[name = tensor("op_4187_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_381_cast_fp16 = sub(x = var_4186_cast_fp16, y = var_4187_to_fp16)[name = tensor("input_381_cast_fp16")]; tensor var_4195_pad_type_0 = const()[name = tensor("op_4195_pad_type_0"), val = tensor("valid")]; tensor var_4195_strides_0 = const()[name = tensor("op_4195_strides_0"), val = tensor([1, 1])]; tensor var_4195_pad_0 = const()[name = tensor("op_4195_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4195_dilations_0 = const()[name = tensor("op_4195_dilations_0"), val = tensor([1, 1])]; tensor var_4195_groups_0 = const()[name = tensor("op_4195_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_3_conv_module2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_conv_module2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(262803328)))]; tensor core_stacks_3_stack_layers_3_conv_module2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_conv_module2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(263327680)))]; tensor var_4195_cast_fp16 = conv(bias = core_stacks_3_stack_layers_3_conv_module2_out_proj_bias_to_fp16, dilations = var_4195_dilations_0, groups = var_4195_groups_0, pad = var_4195_pad_0, pad_type = var_4195_pad_type_0, strides = var_4195_strides_0, weight = core_stacks_3_stack_layers_3_conv_module2_out_proj_weight_to_fp16, x = input_381_cast_fp16)[name = tensor("op_4195_cast_fp16")]; tensor input_383_cast_fp16 = add(x = x_529_cast_fp16, y = var_4195_cast_fp16)[name = tensor("input_383_cast_fp16")]; tensor x_539_pad_type_0 = const()[name = tensor("x_539_pad_type_0"), val = tensor("valid")]; tensor x_539_strides_0 = const()[name = tensor("x_539_strides_0"), val = tensor([1, 1])]; tensor x_539_pad_0 = const()[name = tensor("x_539_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_539_dilations_0 = const()[name = tensor("x_539_dilations_0"), val = tensor([1, 1])]; tensor x_539_groups_0 = const()[name = tensor("x_539_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_3_feed_forward3_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_feed_forward3_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(263328768)))]; tensor core_stacks_3_stack_layers_3_feed_forward3_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_feed_forward3_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(265294912)))]; tensor x_539_cast_fp16 = conv(bias = core_stacks_3_stack_layers_3_feed_forward3_in_proj_bias_to_fp16, dilations = x_539_dilations_0, groups = x_539_groups_0, pad = x_539_pad_0, pad_type = x_539_pad_type_0, strides = x_539_strides_0, weight = core_stacks_3_stack_layers_3_feed_forward3_in_proj_weight_to_fp16, x = input_383_cast_fp16)[name = tensor("x_539_cast_fp16")]; tensor var_4206_to_fp16 = const()[name = tensor("op_4206_to_fp16"), val = tensor(0x1p+2)]; tensor x_541_cast_fp16 = sub(x = x_539_cast_fp16, y = var_4206_to_fp16)[name = tensor("x_541_cast_fp16")]; tensor var_4208_cast_fp16 = relu(x = x_541_cast_fp16)[name = tensor("op_4208_cast_fp16")]; tensor var_4209_cast_fp16 = abs(x = x_541_cast_fp16)[name = tensor("op_4209_cast_fp16")]; tensor const_92_promoted_to_fp16 = const()[name = tensor("const_92_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_4210_cast_fp16 = mul(x = var_4209_cast_fp16, y = const_92_promoted_to_fp16)[name = tensor("op_4210_cast_fp16")]; tensor var_4211_cast_fp16 = exp(x = var_4210_cast_fp16)[name = tensor("op_4211_cast_fp16")]; tensor var_4212_epsilon_0 = const()[name = tensor("op_4212_epsilon_0"), val = tensor(0x1p+0)]; tensor var_4212_cast_fp16 = log(epsilon = var_4212_epsilon_0, x = var_4211_cast_fp16)[name = tensor("op_4212_cast_fp16")]; tensor var_4213_cast_fp16 = add(x = var_4208_cast_fp16, y = var_4212_cast_fp16)[name = tensor("op_4213_cast_fp16")]; tensor var_4214_to_fp16 = const()[name = tensor("op_4214_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_4215_cast_fp16 = mul(x = x_539_cast_fp16, y = var_4214_to_fp16)[name = tensor("op_4215_cast_fp16")]; tensor var_4216_cast_fp16 = sub(x = var_4213_cast_fp16, y = var_4215_cast_fp16)[name = tensor("op_4216_cast_fp16")]; tensor var_4217_to_fp16 = const()[name = tensor("op_4217_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_385_cast_fp16 = sub(x = var_4216_cast_fp16, y = var_4217_to_fp16)[name = tensor("input_385_cast_fp16")]; tensor var_4225_pad_type_0 = const()[name = tensor("op_4225_pad_type_0"), val = tensor("valid")]; tensor var_4225_strides_0 = const()[name = tensor("op_4225_strides_0"), val = tensor([1, 1])]; tensor var_4225_pad_0 = const()[name = tensor("op_4225_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4225_dilations_0 = const()[name = tensor("op_4225_dilations_0"), val = tensor([1, 1])]; tensor var_4225_groups_0 = const()[name = tensor("op_4225_groups_0"), val = tensor(1)]; tensor core_stacks_3_stack_layers_3_feed_forward3_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_feed_forward3_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(265298816)))]; tensor core_stacks_3_stack_layers_3_feed_forward3_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_feed_forward3_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(267264960)))]; tensor var_4225_cast_fp16 = conv(bias = core_stacks_3_stack_layers_3_feed_forward3_out_proj_bias_to_fp16, dilations = var_4225_dilations_0, groups = var_4225_groups_0, pad = var_4225_pad_0, pad_type = var_4225_pad_type_0, strides = var_4225_strides_0, weight = core_stacks_3_stack_layers_3_feed_forward3_out_proj_weight_to_fp16, x = input_385_cast_fp16)[name = tensor("op_4225_cast_fp16")]; tensor x_543_cast_fp16 = add(x = input_383_cast_fp16, y = var_4225_cast_fp16)[name = tensor("x_543_cast_fp16")]; tensor core_stacks_3_stack_layers_3_norm_bias_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(267266048)))]; tensor d_23_cast_fp16 = sub(x = x_543_cast_fp16, y = core_stacks_3_stack_layers_3_norm_bias_to_fp16)[name = tensor("d_23_cast_fp16")]; tensor var_4230_cast_fp16 = mul(x = d_23_cast_fp16, y = d_23_cast_fp16)[name = tensor("op_4230_cast_fp16")]; tensor var_4232_axes_0 = const()[name = tensor("op_4232_axes_0"), val = tensor([1])]; tensor var_4232_keep_dims_0 = const()[name = tensor("op_4232_keep_dims_0"), val = tensor(true)]; tensor var_4232_cast_fp16 = reduce_mean(axes = var_4232_axes_0, keep_dims = var_4232_keep_dims_0, x = var_4230_cast_fp16)[name = tensor("op_4232_cast_fp16")]; tensor scales_23_epsilon_0 = const()[name = tensor("scales_23_epsilon_0"), val = tensor(0x1.197998p-40)]; tensor scales_23_cast_fp16 = rsqrt(epsilon = scales_23_epsilon_0, x = var_4232_cast_fp16)[name = tensor("scales_23_cast_fp16")]; tensor var_4234_cast_fp16 = mul(x = x_543_cast_fp16, y = scales_23_cast_fp16)[name = tensor("op_4234_cast_fp16")]; tensor core_stacks_3_stack_layers_3_norm_scale_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_norm_scale_to_fp16"), val = tensor(0x1.aacp-2)]; tensor src_51_cast_fp16 = mul(x = var_4234_cast_fp16, y = core_stacks_3_stack_layers_3_norm_scale_to_fp16)[name = tensor("src_51_cast_fp16")]; tensor var_4237_cast_fp16 = sub(x = src_51_cast_fp16, y = input_357_cast_fp16)[name = tensor("op_4237_cast_fp16")]; tensor core_stacks_3_stack_layers_3_bypass_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_3_stack_layers_3_bypass_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(267267136)))]; tensor var_4238_cast_fp16 = mul(x = var_4237_cast_fp16, y = core_stacks_3_stack_layers_3_bypass_bypass_scale_to_fp16)[name = tensor("op_4238_cast_fp16")]; tensor input_387_cast_fp16 = add(x = input_357_cast_fp16, y = var_4238_cast_fp16)[name = tensor("input_387_cast_fp16")]; tensor src_53_scale_factor_height_0 = const()[name = tensor("src_53_scale_factor_height_0"), val = tensor(0x1p+0)]; tensor src_53_scale_factor_width_0 = const()[name = tensor("src_53_scale_factor_width_0"), val = tensor(0x1p+1)]; tensor src_53_cast_fp16 = upsample_nearest_neighbor(scale_factor_height = src_53_scale_factor_height_0, scale_factor_width = src_53_scale_factor_width_0, x = input_387_cast_fp16)[name = tensor("src_53_cast_fp16")]; tensor var_4243_cast_fp16 = sub(x = src_53_cast_fp16, y = input_263_cast_fp16)[name = tensor("op_4243_cast_fp16")]; tensor core_stacks_3_out_combiner_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_3_out_combiner_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(267268224)))]; tensor var_4244_cast_fp16 = mul(x = var_4243_cast_fp16, y = core_stacks_3_out_combiner_bypass_scale_to_fp16)[name = tensor("op_4244_cast_fp16")]; tensor input_391_cast_fp16 = add(x = input_263_cast_fp16, y = var_4244_cast_fp16)[name = tensor("input_391_cast_fp16")]; tensor time_emb_pad_type_0 = const()[name = tensor("time_emb_pad_type_0"), val = tensor("valid")]; tensor time_emb_strides_0 = const()[name = tensor("time_emb_strides_0"), val = tensor([1, 1])]; tensor time_emb_pad_0 = const()[name = tensor("time_emb_pad_0"), val = tensor([0, 0, 0, 0])]; tensor time_emb_dilations_0 = const()[name = tensor("time_emb_dilations_0"), val = tensor([1, 1])]; tensor time_emb_groups_0 = const()[name = tensor("time_emb_groups_0"), val = tensor(1)]; tensor core_stacks_4_time_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_time_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(267269312)))]; tensor core_stacks_4_time_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_time_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(267465984)))]; tensor time_emb_cast_fp16 = conv(bias = core_stacks_4_time_proj_bias_to_fp16, dilations = time_emb_dilations_0, groups = time_emb_groups_0, pad = time_emb_pad_0, pad_type = time_emb_pad_type_0, strides = time_emb_strides_0, weight = core_stacks_4_time_proj_weight_to_fp16, x = input_9_cast_fp16)[name = tensor("time_emb_cast_fp16")]; tensor proj_25_pad_type_0 = const()[name = tensor("proj_25_pad_type_0"), val = tensor("valid")]; tensor proj_25_strides_0 = const()[name = tensor("proj_25_strides_0"), val = tensor([1, 1])]; tensor proj_25_pad_0 = const()[name = tensor("proj_25_pad_0"), val = tensor([0, 0, 0, 0])]; tensor proj_25_dilations_0 = const()[name = tensor("proj_25_dilations_0"), val = tensor([1, 1])]; tensor proj_25_groups_0 = const()[name = tensor("proj_25_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_0_self_attn_weights_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_self_attn_weights_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(267467072)))]; tensor core_stacks_4_layers_0_self_attn_weights_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_self_attn_weights_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(267860352)))]; tensor proj_25_cast_fp16 = conv(bias = core_stacks_4_layers_0_self_attn_weights_in_proj_bias_to_fp16, dilations = proj_25_dilations_0, groups = proj_25_groups_0, pad = proj_25_pad_0, pad_type = proj_25_pad_type_0, strides = proj_25_strides_0, weight = core_stacks_4_layers_0_self_attn_weights_in_proj_weight_to_fp16, x = input_391_cast_fp16)[name = tensor("proj_25_cast_fp16")]; tensor var_4296_begin_0 = const()[name = tensor("op_4296_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_4296_end_0 = const()[name = tensor("op_4296_end_0"), val = tensor([1, 128, 1, 1024])]; tensor var_4296_end_mask_0 = const()[name = tensor("op_4296_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_4296_cast_fp16 = slice_by_index(begin = var_4296_begin_0, end = var_4296_end_0, end_mask = var_4296_end_mask_0, x = proj_25_cast_fp16)[name = tensor("op_4296_cast_fp16")]; tensor var_4297 = const()[name = tensor("op_4297"), val = tensor([4, 32, 1, 1024])]; tensor var_4298_cast_fp16 = reshape(shape = var_4297, x = var_4296_cast_fp16)[name = tensor("op_4298_cast_fp16")]; tensor var_4300_begin_0 = const()[name = tensor("op_4300_begin_0"), val = tensor([0, 128, 0, 0])]; tensor var_4300_end_0 = const()[name = tensor("op_4300_end_0"), val = tensor([1, 256, 1, 1024])]; tensor var_4300_end_mask_0 = const()[name = tensor("op_4300_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_4300_cast_fp16 = slice_by_index(begin = var_4300_begin_0, end = var_4300_end_0, end_mask = var_4300_end_mask_0, x = proj_25_cast_fp16)[name = tensor("op_4300_cast_fp16")]; tensor var_4301 = const()[name = tensor("op_4301"), val = tensor([4, 32, 1, 1024])]; tensor var_4302_cast_fp16 = reshape(shape = var_4301, x = var_4300_cast_fp16)[name = tensor("op_4302_cast_fp16")]; tensor var_4304_begin_0 = const()[name = tensor("op_4304_begin_0"), val = tensor([0, 256, 0, 0])]; tensor var_4304_end_0 = const()[name = tensor("op_4304_end_0"), val = tensor([1, 384, 1, 1024])]; tensor var_4304_end_mask_0 = const()[name = tensor("op_4304_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_4304_cast_fp16 = slice_by_index(begin = var_4304_begin_0, end = var_4304_end_0, end_mask = var_4304_end_mask_0, x = proj_25_cast_fp16)[name = tensor("op_4304_cast_fp16")]; tensor var_4305 = const()[name = tensor("op_4305"), val = tensor([4, 32, 1, 1024])]; tensor pt_25_cast_fp16 = reshape(shape = var_4305, x = var_4304_cast_fp16)[name = tensor("pt_25_cast_fp16")]; tensor transpose_96_perm_0 = const()[name = tensor("transpose_96_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_484 = const()[name = tensor("concat_484"), val = tensor([4, 1024, 32])]; tensor transpose_96_cast_fp16 = transpose(perm = transpose_96_perm_0, x = var_4298_cast_fp16)[name = tensor("transpose_176")]; tensor reshape_144_cast_fp16 = reshape(shape = concat_484, x = transpose_96_cast_fp16)[name = tensor("reshape_144_cast_fp16")]; tensor transpose_97_perm_0 = const()[name = tensor("transpose_97_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_485 = const()[name = tensor("concat_485"), val = tensor([4, 32, 1024])]; tensor transpose_97_cast_fp16 = transpose(perm = transpose_97_perm_0, x = var_4302_cast_fp16)[name = tensor("transpose_175")]; tensor reshape_145_cast_fp16 = reshape(shape = concat_485, x = transpose_97_cast_fp16)[name = tensor("reshape_145_cast_fp16")]; tensor matmul_48_transpose_x_0 = const()[name = tensor("matmul_48_transpose_x_0"), val = tensor(false)]; tensor matmul_48_transpose_y_0 = const()[name = tensor("matmul_48_transpose_y_0"), val = tensor(false)]; tensor matmul_48_cast_fp16 = matmul(transpose_x = matmul_48_transpose_x_0, transpose_y = matmul_48_transpose_y_0, x = reshape_144_cast_fp16, y = reshape_145_cast_fp16)[name = tensor("matmul_48_cast_fp16")]; tensor concat_489 = const()[name = tensor("concat_489"), val = tensor([4, 1, 1024, 1024])]; tensor reshape_146_cast_fp16 = reshape(shape = concat_489, x = matmul_48_cast_fp16)[name = tensor("reshape_146_cast_fp16")]; tensor attn_scores_73_perm_0 = const()[name = tensor("attn_scores_73_perm_0"), val = tensor([0, 2, 1, 3])]; tensor var_4309 = const()[name = tensor("op_4309"), val = tensor([0, 1, 3, 2])]; tensor var_4310_cast_fp16 = transpose(perm = var_4309, x = pt_25_cast_fp16)[name = tensor("transpose_173")]; tensor var_4311_cast_fp16 = mul(x = var_4310_cast_fp16, y = core_pos_basis_1024_to_fp16)[name = tensor("op_4311_cast_fp16")]; tensor pos_scores_25_axes_0 = const()[name = tensor("pos_scores_25_axes_0"), val = tensor([1])]; tensor pos_scores_25_keep_dims_0 = const()[name = tensor("pos_scores_25_keep_dims_0"), val = tensor(true)]; tensor pos_scores_25_cast_fp16 = reduce_sum(axes = pos_scores_25_axes_0, keep_dims = pos_scores_25_keep_dims_0, x = var_4311_cast_fp16)[name = tensor("pos_scores_25_cast_fp16")]; tensor var_4314 = const()[name = tensor("op_4314"), val = tensor([4, 1024, 1, 1024])]; tensor var_4315_cast_fp16 = reshape(shape = var_4314, x = pos_scores_25_cast_fp16)[name = tensor("op_4315_cast_fp16")]; tensor attn_scores_73_cast_fp16 = transpose(perm = attn_scores_73_perm_0, x = reshape_146_cast_fp16)[name = tensor("transpose_174")]; tensor attn_scores_75_cast_fp16 = add(x = attn_scores_73_cast_fp16, y = var_4315_cast_fp16)[name = tensor("attn_scores_75_cast_fp16")]; tensor attn_scores_77_cast_fp16 = add(x = attn_scores_75_cast_fp16, y = attn_bias_1_cast_fp16)[name = tensor("attn_scores_77_cast_fp16")]; tensor attn_weights_25_cast_fp16 = softmax(axis = var_41, x = attn_scores_77_cast_fp16)[name = tensor("attn_weights_25_cast_fp16")]; tensor input_393_cast_fp16 = add(x = input_391_cast_fp16, y = time_emb_cast_fp16)[name = tensor("input_393_cast_fp16")]; tensor x_547_pad_type_0 = const()[name = tensor("x_547_pad_type_0"), val = tensor("valid")]; tensor x_547_strides_0 = const()[name = tensor("x_547_strides_0"), val = tensor([1, 1])]; tensor x_547_pad_0 = const()[name = tensor("x_547_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_547_dilations_0 = const()[name = tensor("x_547_dilations_0"), val = tensor([1, 1])]; tensor x_547_groups_0 = const()[name = tensor("x_547_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_0_feed_forward1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_feed_forward1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(267861184)))]; tensor core_stacks_4_layers_0_feed_forward1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_feed_forward1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(269040896)))]; tensor x_547_cast_fp16 = conv(bias = core_stacks_4_layers_0_feed_forward1_in_proj_bias_to_fp16, dilations = x_547_dilations_0, groups = x_547_groups_0, pad = x_547_pad_0, pad_type = x_547_pad_type_0, strides = x_547_strides_0, weight = core_stacks_4_layers_0_feed_forward1_in_proj_weight_to_fp16, x = input_393_cast_fp16)[name = tensor("x_547_cast_fp16")]; tensor var_4329_to_fp16 = const()[name = tensor("op_4329_to_fp16"), val = tensor(0x1p+2)]; tensor x_549_cast_fp16 = sub(x = x_547_cast_fp16, y = var_4329_to_fp16)[name = tensor("x_549_cast_fp16")]; tensor var_4331_cast_fp16 = relu(x = x_549_cast_fp16)[name = tensor("op_4331_cast_fp16")]; tensor var_4332_cast_fp16 = abs(x = x_549_cast_fp16)[name = tensor("op_4332_cast_fp16")]; tensor const_94_promoted_to_fp16 = const()[name = tensor("const_94_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_4333_cast_fp16 = mul(x = var_4332_cast_fp16, y = const_94_promoted_to_fp16)[name = tensor("op_4333_cast_fp16")]; tensor var_4334_cast_fp16 = exp(x = var_4333_cast_fp16)[name = tensor("op_4334_cast_fp16")]; tensor var_4335_epsilon_0 = const()[name = tensor("op_4335_epsilon_0"), val = tensor(0x1p+0)]; tensor var_4335_cast_fp16 = log(epsilon = var_4335_epsilon_0, x = var_4334_cast_fp16)[name = tensor("op_4335_cast_fp16")]; tensor var_4336_cast_fp16 = add(x = var_4331_cast_fp16, y = var_4335_cast_fp16)[name = tensor("op_4336_cast_fp16")]; tensor var_4337_to_fp16 = const()[name = tensor("op_4337_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_4338_cast_fp16 = mul(x = x_547_cast_fp16, y = var_4337_to_fp16)[name = tensor("op_4338_cast_fp16")]; tensor var_4339_cast_fp16 = sub(x = var_4336_cast_fp16, y = var_4338_cast_fp16)[name = tensor("op_4339_cast_fp16")]; tensor var_4340_to_fp16 = const()[name = tensor("op_4340_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_395_cast_fp16 = sub(x = var_4339_cast_fp16, y = var_4340_to_fp16)[name = tensor("input_395_cast_fp16")]; tensor var_4348_pad_type_0 = const()[name = tensor("op_4348_pad_type_0"), val = tensor("valid")]; tensor var_4348_strides_0 = const()[name = tensor("op_4348_strides_0"), val = tensor([1, 1])]; tensor var_4348_pad_0 = const()[name = tensor("op_4348_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4348_dilations_0 = const()[name = tensor("op_4348_dilations_0"), val = tensor([1, 1])]; tensor var_4348_groups_0 = const()[name = tensor("op_4348_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_0_feed_forward1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_feed_forward1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(269043264)))]; tensor core_stacks_4_layers_0_feed_forward1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_feed_forward1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(270222976)))]; tensor var_4348_cast_fp16 = conv(bias = core_stacks_4_layers_0_feed_forward1_out_proj_bias_to_fp16, dilations = var_4348_dilations_0, groups = var_4348_groups_0, pad = var_4348_pad_0, pad_type = var_4348_pad_type_0, strides = var_4348_strides_0, weight = core_stacks_4_layers_0_feed_forward1_out_proj_weight_to_fp16, x = input_395_cast_fp16)[name = tensor("op_4348_cast_fp16")]; tensor input_397_cast_fp16 = add(x = input_393_cast_fp16, y = var_4348_cast_fp16)[name = tensor("input_397_cast_fp16")]; tensor var_4350_begin_0 = const()[name = tensor("op_4350_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_4350_end_0 = const()[name = tensor("op_4350_end_0"), val = tensor([1, 1024, 1, 1024])]; tensor var_4350_end_mask_0 = const()[name = tensor("op_4350_end_mask_0"), val = tensor([false, true, true, true])]; tensor var_4350_cast_fp16 = slice_by_index(begin = var_4350_begin_0, end = var_4350_end_0, end_mask = var_4350_end_mask_0, x = attn_weights_25_cast_fp16)[name = tensor("op_4350_cast_fp16")]; tensor x_551_pad_type_0 = const()[name = tensor("x_551_pad_type_0"), val = tensor("valid")]; tensor x_551_strides_0 = const()[name = tensor("x_551_strides_0"), val = tensor([1, 1])]; tensor x_551_pad_0 = const()[name = tensor("x_551_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_551_dilations_0 = const()[name = tensor("x_551_dilations_0"), val = tensor([1, 1])]; tensor x_551_groups_0 = const()[name = tensor("x_551_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_0_nonlin_attention_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_nonlin_attention_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(270224064)))]; tensor core_stacks_4_layers_0_nonlin_attention_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_nonlin_attention_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(271403776)))]; tensor x_551_cast_fp16 = conv(bias = core_stacks_4_layers_0_nonlin_attention_in_proj_bias_to_fp16, dilations = x_551_dilations_0, groups = x_551_groups_0, pad = x_551_pad_0, pad_type = x_551_pad_type_0, strides = x_551_strides_0, weight = core_stacks_4_layers_0_nonlin_attention_in_proj_weight_to_fp16, x = input_397_cast_fp16)[name = tensor("x_551_cast_fp16")]; tensor var_4361_begin_0 = const()[name = tensor("op_4361_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_4361_end_0 = const()[name = tensor("op_4361_end_0"), val = tensor([1, 384, 1, 1024])]; tensor var_4361_end_mask_0 = const()[name = tensor("op_4361_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_4361_cast_fp16 = slice_by_index(begin = var_4361_begin_0, end = var_4361_end_0, end_mask = var_4361_end_mask_0, x = x_551_cast_fp16)[name = tensor("op_4361_cast_fp16")]; tensor s_gate_25_cast_fp16 = tanh(x = var_4361_cast_fp16)[name = tensor("s_gate_25_cast_fp16")]; tensor var_4364_begin_0 = const()[name = tensor("op_4364_begin_0"), val = tensor([0, 384, 0, 0])]; tensor var_4364_end_0 = const()[name = tensor("op_4364_end_0"), val = tensor([1, 768, 1, 1024])]; tensor var_4364_end_mask_0 = const()[name = tensor("op_4364_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_4364_cast_fp16 = slice_by_index(begin = var_4364_begin_0, end = var_4364_end_0, end_mask = var_4364_end_mask_0, x = x_551_cast_fp16)[name = tensor("op_4364_cast_fp16")]; tensor var_4365_cast_fp16 = mul(x = var_4364_cast_fp16, y = s_gate_25_cast_fp16)[name = tensor("op_4365_cast_fp16")]; tensor y_25_begin_0 = const()[name = tensor("y_25_begin_0"), val = tensor([0, 768, 0, 0])]; tensor y_25_end_0 = const()[name = tensor("y_25_end_0"), val = tensor([1, 1152, 1, 1024])]; tensor y_25_end_mask_0 = const()[name = tensor("y_25_end_mask_0"), val = tensor([true, true, true, true])]; tensor y_25_cast_fp16 = slice_by_index(begin = y_25_begin_0, end = y_25_end_0, end_mask = y_25_end_mask_0, x = x_551_cast_fp16)[name = tensor("y_25_cast_fp16")]; tensor transpose_98_perm_0 = const()[name = tensor("transpose_98_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_494 = const()[name = tensor("concat_494"), val = tensor([1, 1024, 1024])]; tensor transpose_98_cast_fp16 = transpose(perm = transpose_98_perm_0, x = var_4350_cast_fp16)[name = tensor("transpose_172")]; tensor reshape_147_cast_fp16 = reshape(shape = concat_494, x = transpose_98_cast_fp16)[name = tensor("reshape_147_cast_fp16")]; tensor transpose_99_perm_0 = const()[name = tensor("transpose_99_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_495 = const()[name = tensor("concat_495"), val = tensor([1, 1024, 384])]; tensor transpose_99_cast_fp16 = transpose(perm = transpose_99_perm_0, x = var_4365_cast_fp16)[name = tensor("transpose_171")]; tensor reshape_148_cast_fp16 = reshape(shape = concat_495, x = transpose_99_cast_fp16)[name = tensor("reshape_148_cast_fp16")]; tensor matmul_49_transpose_x_0 = const()[name = tensor("matmul_49_transpose_x_0"), val = tensor(false)]; tensor matmul_49_transpose_y_0 = const()[name = tensor("matmul_49_transpose_y_0"), val = tensor(false)]; tensor matmul_49_cast_fp16 = matmul(transpose_x = matmul_49_transpose_x_0, transpose_y = matmul_49_transpose_y_0, x = reshape_147_cast_fp16, y = reshape_148_cast_fp16)[name = tensor("matmul_49_cast_fp16")]; tensor concat_499 = const()[name = tensor("concat_499"), val = tensor([1, 1, 1024, 384])]; tensor reshape_149_cast_fp16 = reshape(shape = concat_499, x = matmul_49_cast_fp16)[name = tensor("reshape_149_cast_fp16")]; tensor v_25_perm_0 = const()[name = tensor("v_25_perm_0"), val = tensor([0, 3, 1, 2])]; tensor v_25_cast_fp16 = transpose(perm = v_25_perm_0, x = reshape_149_cast_fp16)[name = tensor("transpose_170")]; tensor input_399_cast_fp16 = mul(x = v_25_cast_fp16, y = y_25_cast_fp16)[name = tensor("input_399_cast_fp16")]; tensor var_4377_pad_type_0 = const()[name = tensor("op_4377_pad_type_0"), val = tensor("valid")]; tensor var_4377_strides_0 = const()[name = tensor("op_4377_strides_0"), val = tensor([1, 1])]; tensor var_4377_pad_0 = const()[name = tensor("op_4377_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4377_dilations_0 = const()[name = tensor("op_4377_dilations_0"), val = tensor([1, 1])]; tensor var_4377_groups_0 = const()[name = tensor("op_4377_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_0_nonlin_attention_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_nonlin_attention_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(271406144)))]; tensor core_stacks_4_layers_0_nonlin_attention_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_nonlin_attention_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(271799424)))]; tensor var_4377_cast_fp16 = conv(bias = core_stacks_4_layers_0_nonlin_attention_out_proj_bias_to_fp16, dilations = var_4377_dilations_0, groups = var_4377_groups_0, pad = var_4377_pad_0, pad_type = var_4377_pad_type_0, strides = var_4377_strides_0, weight = core_stacks_4_layers_0_nonlin_attention_out_proj_weight_to_fp16, x = input_399_cast_fp16)[name = tensor("op_4377_cast_fp16")]; tensor x_553_cast_fp16 = add(x = input_397_cast_fp16, y = var_4377_cast_fp16)[name = tensor("x_553_cast_fp16")]; tensor var_4388_pad_type_0 = const()[name = tensor("op_4388_pad_type_0"), val = tensor("valid")]; tensor var_4388_strides_0 = const()[name = tensor("op_4388_strides_0"), val = tensor([1, 1])]; tensor var_4388_pad_0 = const()[name = tensor("op_4388_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4388_dilations_0 = const()[name = tensor("op_4388_dilations_0"), val = tensor([1, 1])]; tensor var_4388_groups_0 = const()[name = tensor("op_4388_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_0_self_attn1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_self_attn1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(271800512)))]; tensor core_stacks_4_layers_0_self_attn1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_self_attn1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(271849728)))]; tensor var_4388_cast_fp16 = conv(bias = core_stacks_4_layers_0_self_attn1_in_proj_bias_to_fp16, dilations = var_4388_dilations_0, groups = var_4388_groups_0, pad = var_4388_pad_0, pad_type = var_4388_pad_type_0, strides = var_4388_strides_0, weight = core_stacks_4_layers_0_self_attn1_in_proj_weight_to_fp16, x = x_553_cast_fp16)[name = tensor("op_4388_cast_fp16")]; tensor var_4389 = const()[name = tensor("op_4389"), val = tensor([4, 12, 1, 1024])]; tensor var_4390_cast_fp16 = reshape(shape = var_4389, x = var_4388_cast_fp16)[name = tensor("op_4390_cast_fp16")]; tensor transpose_100_perm_0 = const()[name = tensor("transpose_100_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_504 = const()[name = tensor("concat_504"), val = tensor([4, 1024, 1024])]; tensor transpose_100_cast_fp16 = transpose(perm = transpose_100_perm_0, x = attn_weights_25_cast_fp16)[name = tensor("transpose_169")]; tensor reshape_150_cast_fp16 = reshape(shape = concat_504, x = transpose_100_cast_fp16)[name = tensor("reshape_150_cast_fp16")]; tensor transpose_101_perm_0 = const()[name = tensor("transpose_101_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_505 = const()[name = tensor("concat_505"), val = tensor([4, 1024, 12])]; tensor transpose_101_cast_fp16 = transpose(perm = transpose_101_perm_0, x = var_4390_cast_fp16)[name = tensor("transpose_168")]; tensor reshape_151_cast_fp16 = reshape(shape = concat_505, x = transpose_101_cast_fp16)[name = tensor("reshape_151_cast_fp16")]; tensor matmul_50_transpose_x_0 = const()[name = tensor("matmul_50_transpose_x_0"), val = tensor(false)]; tensor matmul_50_transpose_y_0 = const()[name = tensor("matmul_50_transpose_y_0"), val = tensor(false)]; tensor matmul_50_cast_fp16 = matmul(transpose_x = matmul_50_transpose_x_0, transpose_y = matmul_50_transpose_y_0, x = reshape_150_cast_fp16, y = reshape_151_cast_fp16)[name = tensor("matmul_50_cast_fp16")]; tensor concat_509 = const()[name = tensor("concat_509"), val = tensor([4, 1, 1024, 12])]; tensor reshape_152_cast_fp16 = reshape(shape = concat_509, x = matmul_50_cast_fp16)[name = tensor("reshape_152_cast_fp16")]; tensor out_49_perm_0 = const()[name = tensor("out_49_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_4393 = const()[name = tensor("op_4393"), val = tensor([1, 48, 1, 1024])]; tensor out_49_cast_fp16 = transpose(perm = out_49_perm_0, x = reshape_152_cast_fp16)[name = tensor("transpose_167")]; tensor input_401_cast_fp16 = reshape(shape = var_4393, x = out_49_cast_fp16)[name = tensor("input_401_cast_fp16")]; tensor var_4401_pad_type_0 = const()[name = tensor("op_4401_pad_type_0"), val = tensor("valid")]; tensor var_4401_strides_0 = const()[name = tensor("op_4401_strides_0"), val = tensor([1, 1])]; tensor var_4401_pad_0 = const()[name = tensor("op_4401_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4401_dilations_0 = const()[name = tensor("op_4401_dilations_0"), val = tensor([1, 1])]; tensor var_4401_groups_0 = const()[name = tensor("op_4401_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_0_self_attn1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_self_attn1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(271849920)))]; tensor core_stacks_4_layers_0_self_attn1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_self_attn1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(271899136)))]; tensor var_4401_cast_fp16 = conv(bias = core_stacks_4_layers_0_self_attn1_out_proj_bias_to_fp16, dilations = var_4401_dilations_0, groups = var_4401_groups_0, pad = var_4401_pad_0, pad_type = var_4401_pad_type_0, strides = var_4401_strides_0, weight = core_stacks_4_layers_0_self_attn1_out_proj_weight_to_fp16, x = input_401_cast_fp16)[name = tensor("op_4401_cast_fp16")]; tensor x_555_cast_fp16 = add(x = x_553_cast_fp16, y = var_4401_cast_fp16)[name = tensor("x_555_cast_fp16")]; tensor x_557_cast_fp16 = add(x = x_555_cast_fp16, y = time_emb_cast_fp16)[name = tensor("x_557_cast_fp16")]; tensor x_559_pad_type_0 = const()[name = tensor("x_559_pad_type_0"), val = tensor("valid")]; tensor x_559_strides_0 = const()[name = tensor("x_559_strides_0"), val = tensor([1, 1])]; tensor x_559_pad_0 = const()[name = tensor("x_559_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_559_dilations_0 = const()[name = tensor("x_559_dilations_0"), val = tensor([1, 1])]; tensor x_559_groups_0 = const()[name = tensor("x_559_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_0_conv_module1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_conv_module1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(271900224)))]; tensor core_stacks_4_layers_0_conv_module1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_conv_module1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(272948864)))]; tensor x_559_cast_fp16 = conv(bias = core_stacks_4_layers_0_conv_module1_in_proj_bias_to_fp16, dilations = x_559_dilations_0, groups = x_559_groups_0, pad = x_559_pad_0, pad_type = x_559_pad_type_0, strides = x_559_strides_0, weight = core_stacks_4_layers_0_conv_module1_in_proj_weight_to_fp16, x = x_557_cast_fp16)[name = tensor("x_559_cast_fp16")]; tensor var_4419_begin_0 = const()[name = tensor("op_4419_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_4419_end_0 = const()[name = tensor("op_4419_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_4419_end_mask_0 = const()[name = tensor("op_4419_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_4419_cast_fp16 = slice_by_index(begin = var_4419_begin_0, end = var_4419_end_0, end_mask = var_4419_end_mask_0, x = x_559_cast_fp16)[name = tensor("op_4419_cast_fp16")]; tensor var_4421_begin_0 = const()[name = tensor("op_4421_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_4421_end_0 = const()[name = tensor("op_4421_end_0"), val = tensor([1, 1024, 1, 1024])]; tensor var_4421_end_mask_0 = const()[name = tensor("op_4421_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_4421_cast_fp16 = slice_by_index(begin = var_4421_begin_0, end = var_4421_end_0, end_mask = var_4421_end_mask_0, x = x_559_cast_fp16)[name = tensor("op_4421_cast_fp16")]; tensor var_4422_cast_fp16 = sigmoid(x = var_4421_cast_fp16)[name = tensor("op_4422_cast_fp16")]; tensor x_561_cast_fp16 = mul(x = var_4419_cast_fp16, y = var_4422_cast_fp16)[name = tensor("x_561_cast_fp16")]; tensor input_403_cast_fp16 = mul(x = x_561_cast_fp16, y = conv_keep_1_cast_fp16)[name = tensor("input_403_cast_fp16")]; tensor var_4431_pad_type_0 = const()[name = tensor("op_4431_pad_type_0"), val = tensor("custom")]; tensor var_4431_pad_0 = const()[name = tensor("op_4431_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_4431_groups_0 = const()[name = tensor("op_4431_groups_0"), val = tensor(512)]; tensor var_4431_strides_0 = const()[name = tensor("op_4431_strides_0"), val = tensor([1, 1])]; tensor var_4431_dilations_0 = const()[name = tensor("op_4431_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_0_conv_module1_dw_a_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_conv_module1_dw_a_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(272950976)))]; tensor core_stacks_4_layers_0_conv_module1_dw_a_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_conv_module1_dw_a_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(272966400)))]; tensor var_4431_cast_fp16 = conv(bias = core_stacks_4_layers_0_conv_module1_dw_a_bias_to_fp16, dilations = var_4431_dilations_0, groups = var_4431_groups_0, pad = var_4431_pad_0, pad_type = var_4431_pad_type_0, strides = var_4431_strides_0, weight = core_stacks_4_layers_0_conv_module1_dw_a_weight_to_fp16, x = input_403_cast_fp16)[name = tensor("op_4431_cast_fp16")]; tensor var_4432_begin_0 = const()[name = tensor("op_4432_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_4432_end_0 = const()[name = tensor("op_4432_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_4432_end_mask_0 = const()[name = tensor("op_4432_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_4432_cast_fp16 = slice_by_index(begin = var_4432_begin_0, end = var_4432_end_0, end_mask = var_4432_end_mask_0, x = var_4431_cast_fp16)[name = tensor("op_4432_cast_fp16")]; tensor var_4438_pad_type_0 = const()[name = tensor("op_4438_pad_type_0"), val = tensor("custom")]; tensor var_4438_pad_0 = const()[name = tensor("op_4438_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_4438_groups_0 = const()[name = tensor("op_4438_groups_0"), val = tensor(512)]; tensor var_4438_strides_0 = const()[name = tensor("op_4438_strides_0"), val = tensor([1, 1])]; tensor var_4438_dilations_0 = const()[name = tensor("op_4438_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_0_conv_module1_dw_b_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_conv_module1_dw_b_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(272967488)))]; tensor var_4438_cast_fp16 = conv(dilations = var_4438_dilations_0, groups = var_4438_groups_0, pad = var_4438_pad_0, pad_type = var_4438_pad_type_0, strides = var_4438_strides_0, weight = core_stacks_4_layers_0_conv_module1_dw_b_weight_to_fp16, x = input_403_cast_fp16)[name = tensor("op_4438_cast_fp16")]; tensor var_4442_begin_0 = const()[name = tensor("op_4442_begin_0"), val = tensor([0, 0, 0, 15])]; tensor var_4442_end_0 = const()[name = tensor("op_4442_end_0"), val = tensor([1, 512, 1, 1039])]; tensor var_4442_end_mask_0 = const()[name = tensor("op_4442_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_4442_cast_fp16 = slice_by_index(begin = var_4442_begin_0, end = var_4442_end_0, end_mask = var_4442_end_mask_0, x = var_4438_cast_fp16)[name = tensor("op_4442_cast_fp16")]; tensor var_4443_cast_fp16 = add(x = var_4432_cast_fp16, y = var_4442_cast_fp16)[name = tensor("op_4443_cast_fp16")]; tensor var_4449_pad_type_0 = const()[name = tensor("op_4449_pad_type_0"), val = tensor("custom")]; tensor var_4449_pad_0 = const()[name = tensor("op_4449_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_4449_groups_0 = const()[name = tensor("op_4449_groups_0"), val = tensor(512)]; tensor var_4449_strides_0 = const()[name = tensor("op_4449_strides_0"), val = tensor([1, 1])]; tensor var_4449_dilations_0 = const()[name = tensor("op_4449_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_0_conv_module1_dw_c_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_conv_module1_dw_c_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(272982912)))]; tensor var_4449_cast_fp16 = conv(dilations = var_4449_dilations_0, groups = var_4449_groups_0, pad = var_4449_pad_0, pad_type = var_4449_pad_type_0, strides = var_4449_strides_0, weight = core_stacks_4_layers_0_conv_module1_dw_c_weight_to_fp16, x = input_403_cast_fp16)[name = tensor("op_4449_cast_fp16")]; tensor var_4453_begin_0 = const()[name = tensor("op_4453_begin_0"), val = tensor([0, 0, 0, 30])]; tensor var_4453_end_0 = const()[name = tensor("op_4453_end_0"), val = tensor([1, 512, 1, 1])]; tensor var_4453_end_mask_0 = const()[name = tensor("op_4453_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_4453_cast_fp16 = slice_by_index(begin = var_4453_begin_0, end = var_4453_end_0, end_mask = var_4453_end_mask_0, x = var_4449_cast_fp16)[name = tensor("op_4453_cast_fp16")]; tensor x_563_cast_fp16 = add(x = var_4443_cast_fp16, y = var_4453_cast_fp16)[name = tensor("x_563_cast_fp16")]; tensor var_4455_to_fp16 = const()[name = tensor("op_4455_to_fp16"), val = tensor(0x1p+0)]; tensor x_565_cast_fp16 = sub(x = x_563_cast_fp16, y = var_4455_to_fp16)[name = tensor("x_565_cast_fp16")]; tensor var_4457_cast_fp16 = relu(x = x_565_cast_fp16)[name = tensor("op_4457_cast_fp16")]; tensor var_4458_cast_fp16 = abs(x = x_565_cast_fp16)[name = tensor("op_4458_cast_fp16")]; tensor const_97_promoted_to_fp16 = const()[name = tensor("const_97_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_4459_cast_fp16 = mul(x = var_4458_cast_fp16, y = const_97_promoted_to_fp16)[name = tensor("op_4459_cast_fp16")]; tensor var_4460_cast_fp16 = exp(x = var_4459_cast_fp16)[name = tensor("op_4460_cast_fp16")]; tensor var_4461_epsilon_0 = const()[name = tensor("op_4461_epsilon_0"), val = tensor(0x1p+0)]; tensor var_4461_cast_fp16 = log(epsilon = var_4461_epsilon_0, x = var_4460_cast_fp16)[name = tensor("op_4461_cast_fp16")]; tensor var_4462_cast_fp16 = add(x = var_4457_cast_fp16, y = var_4461_cast_fp16)[name = tensor("op_4462_cast_fp16")]; tensor var_4463_to_fp16 = const()[name = tensor("op_4463_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_4464_cast_fp16 = mul(x = x_563_cast_fp16, y = var_4463_to_fp16)[name = tensor("op_4464_cast_fp16")]; tensor var_4465_cast_fp16 = sub(x = var_4462_cast_fp16, y = var_4464_cast_fp16)[name = tensor("op_4465_cast_fp16")]; tensor var_4466_to_fp16 = const()[name = tensor("op_4466_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_405_cast_fp16 = sub(x = var_4465_cast_fp16, y = var_4466_to_fp16)[name = tensor("input_405_cast_fp16")]; tensor var_4474_pad_type_0 = const()[name = tensor("op_4474_pad_type_0"), val = tensor("valid")]; tensor var_4474_strides_0 = const()[name = tensor("op_4474_strides_0"), val = tensor([1, 1])]; tensor var_4474_pad_0 = const()[name = tensor("op_4474_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4474_dilations_0 = const()[name = tensor("op_4474_dilations_0"), val = tensor([1, 1])]; tensor var_4474_groups_0 = const()[name = tensor("op_4474_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_0_conv_module1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_conv_module1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(272984000)))]; tensor core_stacks_4_layers_0_conv_module1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_conv_module1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(273508352)))]; tensor var_4474_cast_fp16 = conv(bias = core_stacks_4_layers_0_conv_module1_out_proj_bias_to_fp16, dilations = var_4474_dilations_0, groups = var_4474_groups_0, pad = var_4474_pad_0, pad_type = var_4474_pad_type_0, strides = var_4474_strides_0, weight = core_stacks_4_layers_0_conv_module1_out_proj_weight_to_fp16, x = input_405_cast_fp16)[name = tensor("op_4474_cast_fp16")]; tensor input_407_cast_fp16 = add(x = x_557_cast_fp16, y = var_4474_cast_fp16)[name = tensor("input_407_cast_fp16")]; tensor x_567_pad_type_0 = const()[name = tensor("x_567_pad_type_0"), val = tensor("valid")]; tensor x_567_strides_0 = const()[name = tensor("x_567_strides_0"), val = tensor([1, 1])]; tensor x_567_pad_0 = const()[name = tensor("x_567_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_567_dilations_0 = const()[name = tensor("x_567_dilations_0"), val = tensor([1, 1])]; tensor x_567_groups_0 = const()[name = tensor("x_567_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_0_feed_forward2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_feed_forward2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(273509440)))]; tensor core_stacks_4_layers_0_feed_forward2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_feed_forward2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(275082368)))]; tensor x_567_cast_fp16 = conv(bias = core_stacks_4_layers_0_feed_forward2_in_proj_bias_to_fp16, dilations = x_567_dilations_0, groups = x_567_groups_0, pad = x_567_pad_0, pad_type = x_567_pad_type_0, strides = x_567_strides_0, weight = core_stacks_4_layers_0_feed_forward2_in_proj_weight_to_fp16, x = input_407_cast_fp16)[name = tensor("x_567_cast_fp16")]; tensor var_4485_to_fp16 = const()[name = tensor("op_4485_to_fp16"), val = tensor(0x1p+2)]; tensor x_569_cast_fp16 = sub(x = x_567_cast_fp16, y = var_4485_to_fp16)[name = tensor("x_569_cast_fp16")]; tensor var_4487_cast_fp16 = relu(x = x_569_cast_fp16)[name = tensor("op_4487_cast_fp16")]; tensor var_4488_cast_fp16 = abs(x = x_569_cast_fp16)[name = tensor("op_4488_cast_fp16")]; tensor const_98_promoted_to_fp16 = const()[name = tensor("const_98_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_4489_cast_fp16 = mul(x = var_4488_cast_fp16, y = const_98_promoted_to_fp16)[name = tensor("op_4489_cast_fp16")]; tensor var_4490_cast_fp16 = exp(x = var_4489_cast_fp16)[name = tensor("op_4490_cast_fp16")]; tensor var_4491_epsilon_0 = const()[name = tensor("op_4491_epsilon_0"), val = tensor(0x1p+0)]; tensor var_4491_cast_fp16 = log(epsilon = var_4491_epsilon_0, x = var_4490_cast_fp16)[name = tensor("op_4491_cast_fp16")]; tensor var_4492_cast_fp16 = add(x = var_4487_cast_fp16, y = var_4491_cast_fp16)[name = tensor("op_4492_cast_fp16")]; tensor var_4493_to_fp16 = const()[name = tensor("op_4493_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_4494_cast_fp16 = mul(x = x_567_cast_fp16, y = var_4493_to_fp16)[name = tensor("op_4494_cast_fp16")]; tensor var_4495_cast_fp16 = sub(x = var_4492_cast_fp16, y = var_4494_cast_fp16)[name = tensor("op_4495_cast_fp16")]; tensor var_4496_to_fp16 = const()[name = tensor("op_4496_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_409_cast_fp16 = sub(x = var_4495_cast_fp16, y = var_4496_to_fp16)[name = tensor("input_409_cast_fp16")]; tensor var_4504_pad_type_0 = const()[name = tensor("op_4504_pad_type_0"), val = tensor("valid")]; tensor var_4504_strides_0 = const()[name = tensor("op_4504_strides_0"), val = tensor([1, 1])]; tensor var_4504_pad_0 = const()[name = tensor("op_4504_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4504_dilations_0 = const()[name = tensor("op_4504_dilations_0"), val = tensor([1, 1])]; tensor var_4504_groups_0 = const()[name = tensor("op_4504_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_0_feed_forward2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_feed_forward2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(275085504)))]; tensor core_stacks_4_layers_0_feed_forward2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_feed_forward2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(276658432)))]; tensor var_4504_cast_fp16 = conv(bias = core_stacks_4_layers_0_feed_forward2_out_proj_bias_to_fp16, dilations = var_4504_dilations_0, groups = var_4504_groups_0, pad = var_4504_pad_0, pad_type = var_4504_pad_type_0, strides = var_4504_strides_0, weight = core_stacks_4_layers_0_feed_forward2_out_proj_weight_to_fp16, x = input_409_cast_fp16)[name = tensor("op_4504_cast_fp16")]; tensor src_55_cast_fp16 = add(x = input_407_cast_fp16, y = var_4504_cast_fp16)[name = tensor("src_55_cast_fp16")]; tensor var_4507_cast_fp16 = sub(x = src_55_cast_fp16, y = input_391_cast_fp16)[name = tensor("op_4507_cast_fp16")]; tensor core_stacks_4_layers_0_bypass_mid_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_bypass_mid_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(276659520)))]; tensor var_4508_cast_fp16 = mul(x = var_4507_cast_fp16, y = core_stacks_4_layers_0_bypass_mid_bypass_scale_to_fp16)[name = tensor("op_4508_cast_fp16")]; tensor x_571_cast_fp16 = add(x = input_391_cast_fp16, y = var_4508_cast_fp16)[name = tensor("x_571_cast_fp16")]; tensor var_4519_pad_type_0 = const()[name = tensor("op_4519_pad_type_0"), val = tensor("valid")]; tensor var_4519_strides_0 = const()[name = tensor("op_4519_strides_0"), val = tensor([1, 1])]; tensor var_4519_pad_0 = const()[name = tensor("op_4519_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4519_dilations_0 = const()[name = tensor("op_4519_dilations_0"), val = tensor([1, 1])]; tensor var_4519_groups_0 = const()[name = tensor("op_4519_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_0_self_attn2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_self_attn2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(276660608)))]; tensor core_stacks_4_layers_0_self_attn2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_self_attn2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(276709824)))]; tensor var_4519_cast_fp16 = conv(bias = core_stacks_4_layers_0_self_attn2_in_proj_bias_to_fp16, dilations = var_4519_dilations_0, groups = var_4519_groups_0, pad = var_4519_pad_0, pad_type = var_4519_pad_type_0, strides = var_4519_strides_0, weight = core_stacks_4_layers_0_self_attn2_in_proj_weight_to_fp16, x = x_571_cast_fp16)[name = tensor("op_4519_cast_fp16")]; tensor var_4520 = const()[name = tensor("op_4520"), val = tensor([4, 12, 1, 1024])]; tensor var_4521_cast_fp16 = reshape(shape = var_4520, x = var_4519_cast_fp16)[name = tensor("op_4521_cast_fp16")]; tensor transpose_103_perm_0 = const()[name = tensor("transpose_103_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_515 = const()[name = tensor("concat_515"), val = tensor([4, 1024, 12])]; tensor transpose_103_cast_fp16 = transpose(perm = transpose_103_perm_0, x = var_4521_cast_fp16)[name = tensor("transpose_166")]; tensor reshape_154_cast_fp16 = reshape(shape = concat_515, x = transpose_103_cast_fp16)[name = tensor("reshape_154_cast_fp16")]; tensor matmul_51_transpose_x_0 = const()[name = tensor("matmul_51_transpose_x_0"), val = tensor(false)]; tensor matmul_51_transpose_y_0 = const()[name = tensor("matmul_51_transpose_y_0"), val = tensor(false)]; tensor matmul_51_cast_fp16 = matmul(transpose_x = matmul_51_transpose_x_0, transpose_y = matmul_51_transpose_y_0, x = reshape_150_cast_fp16, y = reshape_154_cast_fp16)[name = tensor("matmul_51_cast_fp16")]; tensor concat_519 = const()[name = tensor("concat_519"), val = tensor([4, 1, 1024, 12])]; tensor reshape_155_cast_fp16 = reshape(shape = concat_519, x = matmul_51_cast_fp16)[name = tensor("reshape_155_cast_fp16")]; tensor out_51_perm_0 = const()[name = tensor("out_51_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_4524 = const()[name = tensor("op_4524"), val = tensor([1, 48, 1, 1024])]; tensor out_51_cast_fp16 = transpose(perm = out_51_perm_0, x = reshape_155_cast_fp16)[name = tensor("transpose_165")]; tensor input_411_cast_fp16 = reshape(shape = var_4524, x = out_51_cast_fp16)[name = tensor("input_411_cast_fp16")]; tensor var_4532_pad_type_0 = const()[name = tensor("op_4532_pad_type_0"), val = tensor("valid")]; tensor var_4532_strides_0 = const()[name = tensor("op_4532_strides_0"), val = tensor([1, 1])]; tensor var_4532_pad_0 = const()[name = tensor("op_4532_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4532_dilations_0 = const()[name = tensor("op_4532_dilations_0"), val = tensor([1, 1])]; tensor var_4532_groups_0 = const()[name = tensor("op_4532_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_0_self_attn2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_self_attn2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(276710016)))]; tensor core_stacks_4_layers_0_self_attn2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_self_attn2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(276759232)))]; tensor var_4532_cast_fp16 = conv(bias = core_stacks_4_layers_0_self_attn2_out_proj_bias_to_fp16, dilations = var_4532_dilations_0, groups = var_4532_groups_0, pad = var_4532_pad_0, pad_type = var_4532_pad_type_0, strides = var_4532_strides_0, weight = core_stacks_4_layers_0_self_attn2_out_proj_weight_to_fp16, x = input_411_cast_fp16)[name = tensor("op_4532_cast_fp16")]; tensor x_573_cast_fp16 = add(x = x_571_cast_fp16, y = var_4532_cast_fp16)[name = tensor("x_573_cast_fp16")]; tensor x_575_cast_fp16 = add(x = x_573_cast_fp16, y = time_emb_cast_fp16)[name = tensor("x_575_cast_fp16")]; tensor x_577_pad_type_0 = const()[name = tensor("x_577_pad_type_0"), val = tensor("valid")]; tensor x_577_strides_0 = const()[name = tensor("x_577_strides_0"), val = tensor([1, 1])]; tensor x_577_pad_0 = const()[name = tensor("x_577_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_577_dilations_0 = const()[name = tensor("x_577_dilations_0"), val = tensor([1, 1])]; tensor x_577_groups_0 = const()[name = tensor("x_577_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_0_conv_module2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_conv_module2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(276760320)))]; tensor core_stacks_4_layers_0_conv_module2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_conv_module2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(277808960)))]; tensor x_577_cast_fp16 = conv(bias = core_stacks_4_layers_0_conv_module2_in_proj_bias_to_fp16, dilations = x_577_dilations_0, groups = x_577_groups_0, pad = x_577_pad_0, pad_type = x_577_pad_type_0, strides = x_577_strides_0, weight = core_stacks_4_layers_0_conv_module2_in_proj_weight_to_fp16, x = x_575_cast_fp16)[name = tensor("x_577_cast_fp16")]; tensor var_4550_begin_0 = const()[name = tensor("op_4550_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_4550_end_0 = const()[name = tensor("op_4550_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_4550_end_mask_0 = const()[name = tensor("op_4550_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_4550_cast_fp16 = slice_by_index(begin = var_4550_begin_0, end = var_4550_end_0, end_mask = var_4550_end_mask_0, x = x_577_cast_fp16)[name = tensor("op_4550_cast_fp16")]; tensor var_4552_begin_0 = const()[name = tensor("op_4552_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_4552_end_0 = const()[name = tensor("op_4552_end_0"), val = tensor([1, 1024, 1, 1024])]; tensor var_4552_end_mask_0 = const()[name = tensor("op_4552_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_4552_cast_fp16 = slice_by_index(begin = var_4552_begin_0, end = var_4552_end_0, end_mask = var_4552_end_mask_0, x = x_577_cast_fp16)[name = tensor("op_4552_cast_fp16")]; tensor var_4553_cast_fp16 = sigmoid(x = var_4552_cast_fp16)[name = tensor("op_4553_cast_fp16")]; tensor x_579_cast_fp16 = mul(x = var_4550_cast_fp16, y = var_4553_cast_fp16)[name = tensor("x_579_cast_fp16")]; tensor input_413_cast_fp16 = mul(x = x_579_cast_fp16, y = conv_keep_1_cast_fp16)[name = tensor("input_413_cast_fp16")]; tensor var_4562_pad_type_0 = const()[name = tensor("op_4562_pad_type_0"), val = tensor("custom")]; tensor var_4562_pad_0 = const()[name = tensor("op_4562_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_4562_groups_0 = const()[name = tensor("op_4562_groups_0"), val = tensor(512)]; tensor var_4562_strides_0 = const()[name = tensor("op_4562_strides_0"), val = tensor([1, 1])]; tensor var_4562_dilations_0 = const()[name = tensor("op_4562_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_0_conv_module2_dw_a_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_conv_module2_dw_a_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(277811072)))]; tensor core_stacks_4_layers_0_conv_module2_dw_a_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_conv_module2_dw_a_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(277826496)))]; tensor var_4562_cast_fp16 = conv(bias = core_stacks_4_layers_0_conv_module2_dw_a_bias_to_fp16, dilations = var_4562_dilations_0, groups = var_4562_groups_0, pad = var_4562_pad_0, pad_type = var_4562_pad_type_0, strides = var_4562_strides_0, weight = core_stacks_4_layers_0_conv_module2_dw_a_weight_to_fp16, x = input_413_cast_fp16)[name = tensor("op_4562_cast_fp16")]; tensor var_4563_begin_0 = const()[name = tensor("op_4563_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_4563_end_0 = const()[name = tensor("op_4563_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_4563_end_mask_0 = const()[name = tensor("op_4563_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_4563_cast_fp16 = slice_by_index(begin = var_4563_begin_0, end = var_4563_end_0, end_mask = var_4563_end_mask_0, x = var_4562_cast_fp16)[name = tensor("op_4563_cast_fp16")]; tensor var_4569_pad_type_0 = const()[name = tensor("op_4569_pad_type_0"), val = tensor("custom")]; tensor var_4569_pad_0 = const()[name = tensor("op_4569_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_4569_groups_0 = const()[name = tensor("op_4569_groups_0"), val = tensor(512)]; tensor var_4569_strides_0 = const()[name = tensor("op_4569_strides_0"), val = tensor([1, 1])]; tensor var_4569_dilations_0 = const()[name = tensor("op_4569_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_0_conv_module2_dw_b_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_conv_module2_dw_b_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(277827584)))]; tensor var_4569_cast_fp16 = conv(dilations = var_4569_dilations_0, groups = var_4569_groups_0, pad = var_4569_pad_0, pad_type = var_4569_pad_type_0, strides = var_4569_strides_0, weight = core_stacks_4_layers_0_conv_module2_dw_b_weight_to_fp16, x = input_413_cast_fp16)[name = tensor("op_4569_cast_fp16")]; tensor var_4573_begin_0 = const()[name = tensor("op_4573_begin_0"), val = tensor([0, 0, 0, 15])]; tensor var_4573_end_0 = const()[name = tensor("op_4573_end_0"), val = tensor([1, 512, 1, 1039])]; tensor var_4573_end_mask_0 = const()[name = tensor("op_4573_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_4573_cast_fp16 = slice_by_index(begin = var_4573_begin_0, end = var_4573_end_0, end_mask = var_4573_end_mask_0, x = var_4569_cast_fp16)[name = tensor("op_4573_cast_fp16")]; tensor var_4574_cast_fp16 = add(x = var_4563_cast_fp16, y = var_4573_cast_fp16)[name = tensor("op_4574_cast_fp16")]; tensor var_4580_pad_type_0 = const()[name = tensor("op_4580_pad_type_0"), val = tensor("custom")]; tensor var_4580_pad_0 = const()[name = tensor("op_4580_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_4580_groups_0 = const()[name = tensor("op_4580_groups_0"), val = tensor(512)]; tensor var_4580_strides_0 = const()[name = tensor("op_4580_strides_0"), val = tensor([1, 1])]; tensor var_4580_dilations_0 = const()[name = tensor("op_4580_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_0_conv_module2_dw_c_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_conv_module2_dw_c_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(277843008)))]; tensor var_4580_cast_fp16 = conv(dilations = var_4580_dilations_0, groups = var_4580_groups_0, pad = var_4580_pad_0, pad_type = var_4580_pad_type_0, strides = var_4580_strides_0, weight = core_stacks_4_layers_0_conv_module2_dw_c_weight_to_fp16, x = input_413_cast_fp16)[name = tensor("op_4580_cast_fp16")]; tensor var_4584_begin_0 = const()[name = tensor("op_4584_begin_0"), val = tensor([0, 0, 0, 30])]; tensor var_4584_end_0 = const()[name = tensor("op_4584_end_0"), val = tensor([1, 512, 1, 1])]; tensor var_4584_end_mask_0 = const()[name = tensor("op_4584_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_4584_cast_fp16 = slice_by_index(begin = var_4584_begin_0, end = var_4584_end_0, end_mask = var_4584_end_mask_0, x = var_4580_cast_fp16)[name = tensor("op_4584_cast_fp16")]; tensor x_581_cast_fp16 = add(x = var_4574_cast_fp16, y = var_4584_cast_fp16)[name = tensor("x_581_cast_fp16")]; tensor var_4586_to_fp16 = const()[name = tensor("op_4586_to_fp16"), val = tensor(0x1p+0)]; tensor x_583_cast_fp16 = sub(x = x_581_cast_fp16, y = var_4586_to_fp16)[name = tensor("x_583_cast_fp16")]; tensor var_4588_cast_fp16 = relu(x = x_583_cast_fp16)[name = tensor("op_4588_cast_fp16")]; tensor var_4589_cast_fp16 = abs(x = x_583_cast_fp16)[name = tensor("op_4589_cast_fp16")]; tensor const_101_promoted_to_fp16 = const()[name = tensor("const_101_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_4590_cast_fp16 = mul(x = var_4589_cast_fp16, y = const_101_promoted_to_fp16)[name = tensor("op_4590_cast_fp16")]; tensor var_4591_cast_fp16 = exp(x = var_4590_cast_fp16)[name = tensor("op_4591_cast_fp16")]; tensor var_4592_epsilon_0 = const()[name = tensor("op_4592_epsilon_0"), val = tensor(0x1p+0)]; tensor var_4592_cast_fp16 = log(epsilon = var_4592_epsilon_0, x = var_4591_cast_fp16)[name = tensor("op_4592_cast_fp16")]; tensor var_4593_cast_fp16 = add(x = var_4588_cast_fp16, y = var_4592_cast_fp16)[name = tensor("op_4593_cast_fp16")]; tensor var_4594_to_fp16 = const()[name = tensor("op_4594_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_4595_cast_fp16 = mul(x = x_581_cast_fp16, y = var_4594_to_fp16)[name = tensor("op_4595_cast_fp16")]; tensor var_4596_cast_fp16 = sub(x = var_4593_cast_fp16, y = var_4595_cast_fp16)[name = tensor("op_4596_cast_fp16")]; tensor var_4597_to_fp16 = const()[name = tensor("op_4597_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_415_cast_fp16 = sub(x = var_4596_cast_fp16, y = var_4597_to_fp16)[name = tensor("input_415_cast_fp16")]; tensor var_4605_pad_type_0 = const()[name = tensor("op_4605_pad_type_0"), val = tensor("valid")]; tensor var_4605_strides_0 = const()[name = tensor("op_4605_strides_0"), val = tensor([1, 1])]; tensor var_4605_pad_0 = const()[name = tensor("op_4605_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4605_dilations_0 = const()[name = tensor("op_4605_dilations_0"), val = tensor([1, 1])]; tensor var_4605_groups_0 = const()[name = tensor("op_4605_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_0_conv_module2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_conv_module2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(277844096)))]; tensor core_stacks_4_layers_0_conv_module2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_conv_module2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(278368448)))]; tensor var_4605_cast_fp16 = conv(bias = core_stacks_4_layers_0_conv_module2_out_proj_bias_to_fp16, dilations = var_4605_dilations_0, groups = var_4605_groups_0, pad = var_4605_pad_0, pad_type = var_4605_pad_type_0, strides = var_4605_strides_0, weight = core_stacks_4_layers_0_conv_module2_out_proj_weight_to_fp16, x = input_415_cast_fp16)[name = tensor("op_4605_cast_fp16")]; tensor input_417_cast_fp16 = add(x = x_575_cast_fp16, y = var_4605_cast_fp16)[name = tensor("input_417_cast_fp16")]; tensor x_585_pad_type_0 = const()[name = tensor("x_585_pad_type_0"), val = tensor("valid")]; tensor x_585_strides_0 = const()[name = tensor("x_585_strides_0"), val = tensor([1, 1])]; tensor x_585_pad_0 = const()[name = tensor("x_585_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_585_dilations_0 = const()[name = tensor("x_585_dilations_0"), val = tensor([1, 1])]; tensor x_585_groups_0 = const()[name = tensor("x_585_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_0_feed_forward3_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_feed_forward3_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(278369536)))]; tensor core_stacks_4_layers_0_feed_forward3_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_feed_forward3_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(280335680)))]; tensor x_585_cast_fp16 = conv(bias = core_stacks_4_layers_0_feed_forward3_in_proj_bias_to_fp16, dilations = x_585_dilations_0, groups = x_585_groups_0, pad = x_585_pad_0, pad_type = x_585_pad_type_0, strides = x_585_strides_0, weight = core_stacks_4_layers_0_feed_forward3_in_proj_weight_to_fp16, x = input_417_cast_fp16)[name = tensor("x_585_cast_fp16")]; tensor var_4616_to_fp16 = const()[name = tensor("op_4616_to_fp16"), val = tensor(0x1p+2)]; tensor x_587_cast_fp16 = sub(x = x_585_cast_fp16, y = var_4616_to_fp16)[name = tensor("x_587_cast_fp16")]; tensor var_4618_cast_fp16 = relu(x = x_587_cast_fp16)[name = tensor("op_4618_cast_fp16")]; tensor var_4619_cast_fp16 = abs(x = x_587_cast_fp16)[name = tensor("op_4619_cast_fp16")]; tensor const_102_promoted_to_fp16 = const()[name = tensor("const_102_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_4620_cast_fp16 = mul(x = var_4619_cast_fp16, y = const_102_promoted_to_fp16)[name = tensor("op_4620_cast_fp16")]; tensor var_4621_cast_fp16 = exp(x = var_4620_cast_fp16)[name = tensor("op_4621_cast_fp16")]; tensor var_4622_epsilon_0 = const()[name = tensor("op_4622_epsilon_0"), val = tensor(0x1p+0)]; tensor var_4622_cast_fp16 = log(epsilon = var_4622_epsilon_0, x = var_4621_cast_fp16)[name = tensor("op_4622_cast_fp16")]; tensor var_4623_cast_fp16 = add(x = var_4618_cast_fp16, y = var_4622_cast_fp16)[name = tensor("op_4623_cast_fp16")]; tensor var_4624_to_fp16 = const()[name = tensor("op_4624_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_4625_cast_fp16 = mul(x = x_585_cast_fp16, y = var_4624_to_fp16)[name = tensor("op_4625_cast_fp16")]; tensor var_4626_cast_fp16 = sub(x = var_4623_cast_fp16, y = var_4625_cast_fp16)[name = tensor("op_4626_cast_fp16")]; tensor var_4627_to_fp16 = const()[name = tensor("op_4627_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_419_cast_fp16 = sub(x = var_4626_cast_fp16, y = var_4627_to_fp16)[name = tensor("input_419_cast_fp16")]; tensor var_4635_pad_type_0 = const()[name = tensor("op_4635_pad_type_0"), val = tensor("valid")]; tensor var_4635_strides_0 = const()[name = tensor("op_4635_strides_0"), val = tensor([1, 1])]; tensor var_4635_pad_0 = const()[name = tensor("op_4635_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4635_dilations_0 = const()[name = tensor("op_4635_dilations_0"), val = tensor([1, 1])]; tensor var_4635_groups_0 = const()[name = tensor("op_4635_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_0_feed_forward3_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_feed_forward3_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(280339584)))]; tensor core_stacks_4_layers_0_feed_forward3_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_feed_forward3_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(282305728)))]; tensor var_4635_cast_fp16 = conv(bias = core_stacks_4_layers_0_feed_forward3_out_proj_bias_to_fp16, dilations = var_4635_dilations_0, groups = var_4635_groups_0, pad = var_4635_pad_0, pad_type = var_4635_pad_type_0, strides = var_4635_strides_0, weight = core_stacks_4_layers_0_feed_forward3_out_proj_weight_to_fp16, x = input_419_cast_fp16)[name = tensor("op_4635_cast_fp16")]; tensor x_589_cast_fp16 = add(x = input_417_cast_fp16, y = var_4635_cast_fp16)[name = tensor("x_589_cast_fp16")]; tensor core_stacks_4_layers_0_norm_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(282306816)))]; tensor d_25_cast_fp16 = sub(x = x_589_cast_fp16, y = core_stacks_4_layers_0_norm_bias_to_fp16)[name = tensor("d_25_cast_fp16")]; tensor var_4640_cast_fp16 = mul(x = d_25_cast_fp16, y = d_25_cast_fp16)[name = tensor("op_4640_cast_fp16")]; tensor var_4642_axes_0 = const()[name = tensor("op_4642_axes_0"), val = tensor([1])]; tensor var_4642_keep_dims_0 = const()[name = tensor("op_4642_keep_dims_0"), val = tensor(true)]; tensor var_4642_cast_fp16 = reduce_mean(axes = var_4642_axes_0, keep_dims = var_4642_keep_dims_0, x = var_4640_cast_fp16)[name = tensor("op_4642_cast_fp16")]; tensor scales_25_epsilon_0 = const()[name = tensor("scales_25_epsilon_0"), val = tensor(0x1.197998p-40)]; tensor scales_25_cast_fp16 = rsqrt(epsilon = scales_25_epsilon_0, x = var_4642_cast_fp16)[name = tensor("scales_25_cast_fp16")]; tensor var_4644_cast_fp16 = mul(x = x_589_cast_fp16, y = scales_25_cast_fp16)[name = tensor("op_4644_cast_fp16")]; tensor core_stacks_4_layers_0_norm_scale_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_norm_scale_to_fp16"), val = tensor(0x1.b54p-1)]; tensor src_57_cast_fp16 = mul(x = var_4644_cast_fp16, y = core_stacks_4_layers_0_norm_scale_to_fp16)[name = tensor("src_57_cast_fp16")]; tensor var_4647_cast_fp16 = sub(x = src_57_cast_fp16, y = input_391_cast_fp16)[name = tensor("op_4647_cast_fp16")]; tensor core_stacks_4_layers_0_bypass_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_4_layers_0_bypass_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(282307904)))]; tensor var_4648_cast_fp16 = mul(x = var_4647_cast_fp16, y = core_stacks_4_layers_0_bypass_bypass_scale_to_fp16)[name = tensor("op_4648_cast_fp16")]; tensor input_421_cast_fp16 = add(x = input_391_cast_fp16, y = var_4648_cast_fp16)[name = tensor("input_421_cast_fp16")]; tensor proj_27_pad_type_0 = const()[name = tensor("proj_27_pad_type_0"), val = tensor("valid")]; tensor proj_27_strides_0 = const()[name = tensor("proj_27_strides_0"), val = tensor([1, 1])]; tensor proj_27_pad_0 = const()[name = tensor("proj_27_pad_0"), val = tensor([0, 0, 0, 0])]; tensor proj_27_dilations_0 = const()[name = tensor("proj_27_dilations_0"), val = tensor([1, 1])]; tensor proj_27_groups_0 = const()[name = tensor("proj_27_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_1_self_attn_weights_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_self_attn_weights_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(282308992)))]; tensor core_stacks_4_layers_1_self_attn_weights_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_self_attn_weights_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(282702272)))]; tensor proj_27_cast_fp16 = conv(bias = core_stacks_4_layers_1_self_attn_weights_in_proj_bias_to_fp16, dilations = proj_27_dilations_0, groups = proj_27_groups_0, pad = proj_27_pad_0, pad_type = proj_27_pad_type_0, strides = proj_27_strides_0, weight = core_stacks_4_layers_1_self_attn_weights_in_proj_weight_to_fp16, x = input_421_cast_fp16)[name = tensor("proj_27_cast_fp16")]; tensor var_4671_begin_0 = const()[name = tensor("op_4671_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_4671_end_0 = const()[name = tensor("op_4671_end_0"), val = tensor([1, 128, 1, 1024])]; tensor var_4671_end_mask_0 = const()[name = tensor("op_4671_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_4671_cast_fp16 = slice_by_index(begin = var_4671_begin_0, end = var_4671_end_0, end_mask = var_4671_end_mask_0, x = proj_27_cast_fp16)[name = tensor("op_4671_cast_fp16")]; tensor var_4672 = const()[name = tensor("op_4672"), val = tensor([4, 32, 1, 1024])]; tensor var_4673_cast_fp16 = reshape(shape = var_4672, x = var_4671_cast_fp16)[name = tensor("op_4673_cast_fp16")]; tensor var_4675_begin_0 = const()[name = tensor("op_4675_begin_0"), val = tensor([0, 128, 0, 0])]; tensor var_4675_end_0 = const()[name = tensor("op_4675_end_0"), val = tensor([1, 256, 1, 1024])]; tensor var_4675_end_mask_0 = const()[name = tensor("op_4675_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_4675_cast_fp16 = slice_by_index(begin = var_4675_begin_0, end = var_4675_end_0, end_mask = var_4675_end_mask_0, x = proj_27_cast_fp16)[name = tensor("op_4675_cast_fp16")]; tensor var_4676 = const()[name = tensor("op_4676"), val = tensor([4, 32, 1, 1024])]; tensor var_4677_cast_fp16 = reshape(shape = var_4676, x = var_4675_cast_fp16)[name = tensor("op_4677_cast_fp16")]; tensor var_4679_begin_0 = const()[name = tensor("op_4679_begin_0"), val = tensor([0, 256, 0, 0])]; tensor var_4679_end_0 = const()[name = tensor("op_4679_end_0"), val = tensor([1, 384, 1, 1024])]; tensor var_4679_end_mask_0 = const()[name = tensor("op_4679_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_4679_cast_fp16 = slice_by_index(begin = var_4679_begin_0, end = var_4679_end_0, end_mask = var_4679_end_mask_0, x = proj_27_cast_fp16)[name = tensor("op_4679_cast_fp16")]; tensor var_4680 = const()[name = tensor("op_4680"), val = tensor([4, 32, 1, 1024])]; tensor pt_27_cast_fp16 = reshape(shape = var_4680, x = var_4679_cast_fp16)[name = tensor("pt_27_cast_fp16")]; tensor transpose_104_perm_0 = const()[name = tensor("transpose_104_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_524 = const()[name = tensor("concat_524"), val = tensor([4, 1024, 32])]; tensor transpose_104_cast_fp16 = transpose(perm = transpose_104_perm_0, x = var_4673_cast_fp16)[name = tensor("transpose_164")]; tensor reshape_156_cast_fp16 = reshape(shape = concat_524, x = transpose_104_cast_fp16)[name = tensor("reshape_156_cast_fp16")]; tensor transpose_105_perm_0 = const()[name = tensor("transpose_105_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_525 = const()[name = tensor("concat_525"), val = tensor([4, 32, 1024])]; tensor transpose_105_cast_fp16 = transpose(perm = transpose_105_perm_0, x = var_4677_cast_fp16)[name = tensor("transpose_163")]; tensor reshape_157_cast_fp16 = reshape(shape = concat_525, x = transpose_105_cast_fp16)[name = tensor("reshape_157_cast_fp16")]; tensor matmul_52_transpose_x_0 = const()[name = tensor("matmul_52_transpose_x_0"), val = tensor(false)]; tensor matmul_52_transpose_y_0 = const()[name = tensor("matmul_52_transpose_y_0"), val = tensor(false)]; tensor matmul_52_cast_fp16 = matmul(transpose_x = matmul_52_transpose_x_0, transpose_y = matmul_52_transpose_y_0, x = reshape_156_cast_fp16, y = reshape_157_cast_fp16)[name = tensor("matmul_52_cast_fp16")]; tensor concat_529 = const()[name = tensor("concat_529"), val = tensor([4, 1, 1024, 1024])]; tensor reshape_158_cast_fp16 = reshape(shape = concat_529, x = matmul_52_cast_fp16)[name = tensor("reshape_158_cast_fp16")]; tensor attn_scores_79_perm_0 = const()[name = tensor("attn_scores_79_perm_0"), val = tensor([0, 2, 1, 3])]; tensor var_4684 = const()[name = tensor("op_4684"), val = tensor([0, 1, 3, 2])]; tensor var_4685_cast_fp16 = transpose(perm = var_4684, x = pt_27_cast_fp16)[name = tensor("transpose_161")]; tensor var_4686_cast_fp16 = mul(x = var_4685_cast_fp16, y = core_pos_basis_1024_to_fp16)[name = tensor("op_4686_cast_fp16")]; tensor pos_scores_27_axes_0 = const()[name = tensor("pos_scores_27_axes_0"), val = tensor([1])]; tensor pos_scores_27_keep_dims_0 = const()[name = tensor("pos_scores_27_keep_dims_0"), val = tensor(true)]; tensor pos_scores_27_cast_fp16 = reduce_sum(axes = pos_scores_27_axes_0, keep_dims = pos_scores_27_keep_dims_0, x = var_4686_cast_fp16)[name = tensor("pos_scores_27_cast_fp16")]; tensor var_4689 = const()[name = tensor("op_4689"), val = tensor([4, 1024, 1, 1024])]; tensor var_4690_cast_fp16 = reshape(shape = var_4689, x = pos_scores_27_cast_fp16)[name = tensor("op_4690_cast_fp16")]; tensor attn_scores_79_cast_fp16 = transpose(perm = attn_scores_79_perm_0, x = reshape_158_cast_fp16)[name = tensor("transpose_162")]; tensor attn_scores_81_cast_fp16 = add(x = attn_scores_79_cast_fp16, y = var_4690_cast_fp16)[name = tensor("attn_scores_81_cast_fp16")]; tensor attn_scores_83_cast_fp16 = add(x = attn_scores_81_cast_fp16, y = attn_bias_1_cast_fp16)[name = tensor("attn_scores_83_cast_fp16")]; tensor attn_weights_27_cast_fp16 = softmax(axis = var_41, x = attn_scores_83_cast_fp16)[name = tensor("attn_weights_27_cast_fp16")]; tensor input_423_cast_fp16 = add(x = input_421_cast_fp16, y = time_emb_cast_fp16)[name = tensor("input_423_cast_fp16")]; tensor x_591_pad_type_0 = const()[name = tensor("x_591_pad_type_0"), val = tensor("valid")]; tensor x_591_strides_0 = const()[name = tensor("x_591_strides_0"), val = tensor([1, 1])]; tensor x_591_pad_0 = const()[name = tensor("x_591_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_591_dilations_0 = const()[name = tensor("x_591_dilations_0"), val = tensor([1, 1])]; tensor x_591_groups_0 = const()[name = tensor("x_591_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_1_feed_forward1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_feed_forward1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(282703104)))]; tensor core_stacks_4_layers_1_feed_forward1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_feed_forward1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(283882816)))]; tensor x_591_cast_fp16 = conv(bias = core_stacks_4_layers_1_feed_forward1_in_proj_bias_to_fp16, dilations = x_591_dilations_0, groups = x_591_groups_0, pad = x_591_pad_0, pad_type = x_591_pad_type_0, strides = x_591_strides_0, weight = core_stacks_4_layers_1_feed_forward1_in_proj_weight_to_fp16, x = input_423_cast_fp16)[name = tensor("x_591_cast_fp16")]; tensor var_4704_to_fp16 = const()[name = tensor("op_4704_to_fp16"), val = tensor(0x1p+2)]; tensor x_593_cast_fp16 = sub(x = x_591_cast_fp16, y = var_4704_to_fp16)[name = tensor("x_593_cast_fp16")]; tensor var_4706_cast_fp16 = relu(x = x_593_cast_fp16)[name = tensor("op_4706_cast_fp16")]; tensor var_4707_cast_fp16 = abs(x = x_593_cast_fp16)[name = tensor("op_4707_cast_fp16")]; tensor const_103_promoted_to_fp16 = const()[name = tensor("const_103_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_4708_cast_fp16 = mul(x = var_4707_cast_fp16, y = const_103_promoted_to_fp16)[name = tensor("op_4708_cast_fp16")]; tensor var_4709_cast_fp16 = exp(x = var_4708_cast_fp16)[name = tensor("op_4709_cast_fp16")]; tensor var_4710_epsilon_0 = const()[name = tensor("op_4710_epsilon_0"), val = tensor(0x1p+0)]; tensor var_4710_cast_fp16 = log(epsilon = var_4710_epsilon_0, x = var_4709_cast_fp16)[name = tensor("op_4710_cast_fp16")]; tensor var_4711_cast_fp16 = add(x = var_4706_cast_fp16, y = var_4710_cast_fp16)[name = tensor("op_4711_cast_fp16")]; tensor var_4712_to_fp16 = const()[name = tensor("op_4712_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_4713_cast_fp16 = mul(x = x_591_cast_fp16, y = var_4712_to_fp16)[name = tensor("op_4713_cast_fp16")]; tensor var_4714_cast_fp16 = sub(x = var_4711_cast_fp16, y = var_4713_cast_fp16)[name = tensor("op_4714_cast_fp16")]; tensor var_4715_to_fp16 = const()[name = tensor("op_4715_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_425_cast_fp16 = sub(x = var_4714_cast_fp16, y = var_4715_to_fp16)[name = tensor("input_425_cast_fp16")]; tensor var_4723_pad_type_0 = const()[name = tensor("op_4723_pad_type_0"), val = tensor("valid")]; tensor var_4723_strides_0 = const()[name = tensor("op_4723_strides_0"), val = tensor([1, 1])]; tensor var_4723_pad_0 = const()[name = tensor("op_4723_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4723_dilations_0 = const()[name = tensor("op_4723_dilations_0"), val = tensor([1, 1])]; tensor var_4723_groups_0 = const()[name = tensor("op_4723_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_1_feed_forward1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_feed_forward1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(283885184)))]; tensor core_stacks_4_layers_1_feed_forward1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_feed_forward1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(285064896)))]; tensor var_4723_cast_fp16 = conv(bias = core_stacks_4_layers_1_feed_forward1_out_proj_bias_to_fp16, dilations = var_4723_dilations_0, groups = var_4723_groups_0, pad = var_4723_pad_0, pad_type = var_4723_pad_type_0, strides = var_4723_strides_0, weight = core_stacks_4_layers_1_feed_forward1_out_proj_weight_to_fp16, x = input_425_cast_fp16)[name = tensor("op_4723_cast_fp16")]; tensor input_427_cast_fp16 = add(x = input_423_cast_fp16, y = var_4723_cast_fp16)[name = tensor("input_427_cast_fp16")]; tensor var_4725_begin_0 = const()[name = tensor("op_4725_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_4725_end_0 = const()[name = tensor("op_4725_end_0"), val = tensor([1, 1024, 1, 1024])]; tensor var_4725_end_mask_0 = const()[name = tensor("op_4725_end_mask_0"), val = tensor([false, true, true, true])]; tensor var_4725_cast_fp16 = slice_by_index(begin = var_4725_begin_0, end = var_4725_end_0, end_mask = var_4725_end_mask_0, x = attn_weights_27_cast_fp16)[name = tensor("op_4725_cast_fp16")]; tensor x_595_pad_type_0 = const()[name = tensor("x_595_pad_type_0"), val = tensor("valid")]; tensor x_595_strides_0 = const()[name = tensor("x_595_strides_0"), val = tensor([1, 1])]; tensor x_595_pad_0 = const()[name = tensor("x_595_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_595_dilations_0 = const()[name = tensor("x_595_dilations_0"), val = tensor([1, 1])]; tensor x_595_groups_0 = const()[name = tensor("x_595_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_1_nonlin_attention_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_nonlin_attention_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(285065984)))]; tensor core_stacks_4_layers_1_nonlin_attention_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_nonlin_attention_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(286245696)))]; tensor x_595_cast_fp16 = conv(bias = core_stacks_4_layers_1_nonlin_attention_in_proj_bias_to_fp16, dilations = x_595_dilations_0, groups = x_595_groups_0, pad = x_595_pad_0, pad_type = x_595_pad_type_0, strides = x_595_strides_0, weight = core_stacks_4_layers_1_nonlin_attention_in_proj_weight_to_fp16, x = input_427_cast_fp16)[name = tensor("x_595_cast_fp16")]; tensor var_4736_begin_0 = const()[name = tensor("op_4736_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_4736_end_0 = const()[name = tensor("op_4736_end_0"), val = tensor([1, 384, 1, 1024])]; tensor var_4736_end_mask_0 = const()[name = tensor("op_4736_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_4736_cast_fp16 = slice_by_index(begin = var_4736_begin_0, end = var_4736_end_0, end_mask = var_4736_end_mask_0, x = x_595_cast_fp16)[name = tensor("op_4736_cast_fp16")]; tensor s_gate_27_cast_fp16 = tanh(x = var_4736_cast_fp16)[name = tensor("s_gate_27_cast_fp16")]; tensor var_4739_begin_0 = const()[name = tensor("op_4739_begin_0"), val = tensor([0, 384, 0, 0])]; tensor var_4739_end_0 = const()[name = tensor("op_4739_end_0"), val = tensor([1, 768, 1, 1024])]; tensor var_4739_end_mask_0 = const()[name = tensor("op_4739_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_4739_cast_fp16 = slice_by_index(begin = var_4739_begin_0, end = var_4739_end_0, end_mask = var_4739_end_mask_0, x = x_595_cast_fp16)[name = tensor("op_4739_cast_fp16")]; tensor var_4740_cast_fp16 = mul(x = var_4739_cast_fp16, y = s_gate_27_cast_fp16)[name = tensor("op_4740_cast_fp16")]; tensor y_27_begin_0 = const()[name = tensor("y_27_begin_0"), val = tensor([0, 768, 0, 0])]; tensor y_27_end_0 = const()[name = tensor("y_27_end_0"), val = tensor([1, 1152, 1, 1024])]; tensor y_27_end_mask_0 = const()[name = tensor("y_27_end_mask_0"), val = tensor([true, true, true, true])]; tensor y_27_cast_fp16 = slice_by_index(begin = y_27_begin_0, end = y_27_end_0, end_mask = y_27_end_mask_0, x = x_595_cast_fp16)[name = tensor("y_27_cast_fp16")]; tensor transpose_106_perm_0 = const()[name = tensor("transpose_106_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_534 = const()[name = tensor("concat_534"), val = tensor([1, 1024, 1024])]; tensor transpose_106_cast_fp16 = transpose(perm = transpose_106_perm_0, x = var_4725_cast_fp16)[name = tensor("transpose_160")]; tensor reshape_159_cast_fp16 = reshape(shape = concat_534, x = transpose_106_cast_fp16)[name = tensor("reshape_159_cast_fp16")]; tensor transpose_107_perm_0 = const()[name = tensor("transpose_107_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_535 = const()[name = tensor("concat_535"), val = tensor([1, 1024, 384])]; tensor transpose_107_cast_fp16 = transpose(perm = transpose_107_perm_0, x = var_4740_cast_fp16)[name = tensor("transpose_159")]; tensor reshape_160_cast_fp16 = reshape(shape = concat_535, x = transpose_107_cast_fp16)[name = tensor("reshape_160_cast_fp16")]; tensor matmul_53_transpose_x_0 = const()[name = tensor("matmul_53_transpose_x_0"), val = tensor(false)]; tensor matmul_53_transpose_y_0 = const()[name = tensor("matmul_53_transpose_y_0"), val = tensor(false)]; tensor matmul_53_cast_fp16 = matmul(transpose_x = matmul_53_transpose_x_0, transpose_y = matmul_53_transpose_y_0, x = reshape_159_cast_fp16, y = reshape_160_cast_fp16)[name = tensor("matmul_53_cast_fp16")]; tensor concat_539 = const()[name = tensor("concat_539"), val = tensor([1, 1, 1024, 384])]; tensor reshape_161_cast_fp16 = reshape(shape = concat_539, x = matmul_53_cast_fp16)[name = tensor("reshape_161_cast_fp16")]; tensor v_27_perm_0 = const()[name = tensor("v_27_perm_0"), val = tensor([0, 3, 1, 2])]; tensor v_27_cast_fp16 = transpose(perm = v_27_perm_0, x = reshape_161_cast_fp16)[name = tensor("transpose_158")]; tensor input_429_cast_fp16 = mul(x = v_27_cast_fp16, y = y_27_cast_fp16)[name = tensor("input_429_cast_fp16")]; tensor var_4752_pad_type_0 = const()[name = tensor("op_4752_pad_type_0"), val = tensor("valid")]; tensor var_4752_strides_0 = const()[name = tensor("op_4752_strides_0"), val = tensor([1, 1])]; tensor var_4752_pad_0 = const()[name = tensor("op_4752_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4752_dilations_0 = const()[name = tensor("op_4752_dilations_0"), val = tensor([1, 1])]; tensor var_4752_groups_0 = const()[name = tensor("op_4752_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_1_nonlin_attention_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_nonlin_attention_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(286248064)))]; tensor core_stacks_4_layers_1_nonlin_attention_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_nonlin_attention_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(286641344)))]; tensor var_4752_cast_fp16 = conv(bias = core_stacks_4_layers_1_nonlin_attention_out_proj_bias_to_fp16, dilations = var_4752_dilations_0, groups = var_4752_groups_0, pad = var_4752_pad_0, pad_type = var_4752_pad_type_0, strides = var_4752_strides_0, weight = core_stacks_4_layers_1_nonlin_attention_out_proj_weight_to_fp16, x = input_429_cast_fp16)[name = tensor("op_4752_cast_fp16")]; tensor x_597_cast_fp16 = add(x = input_427_cast_fp16, y = var_4752_cast_fp16)[name = tensor("x_597_cast_fp16")]; tensor var_4763_pad_type_0 = const()[name = tensor("op_4763_pad_type_0"), val = tensor("valid")]; tensor var_4763_strides_0 = const()[name = tensor("op_4763_strides_0"), val = tensor([1, 1])]; tensor var_4763_pad_0 = const()[name = tensor("op_4763_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4763_dilations_0 = const()[name = tensor("op_4763_dilations_0"), val = tensor([1, 1])]; tensor var_4763_groups_0 = const()[name = tensor("op_4763_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_1_self_attn1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_self_attn1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(286642432)))]; tensor core_stacks_4_layers_1_self_attn1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_self_attn1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(286691648)))]; tensor var_4763_cast_fp16 = conv(bias = core_stacks_4_layers_1_self_attn1_in_proj_bias_to_fp16, dilations = var_4763_dilations_0, groups = var_4763_groups_0, pad = var_4763_pad_0, pad_type = var_4763_pad_type_0, strides = var_4763_strides_0, weight = core_stacks_4_layers_1_self_attn1_in_proj_weight_to_fp16, x = x_597_cast_fp16)[name = tensor("op_4763_cast_fp16")]; tensor var_4764 = const()[name = tensor("op_4764"), val = tensor([4, 12, 1, 1024])]; tensor var_4765_cast_fp16 = reshape(shape = var_4764, x = var_4763_cast_fp16)[name = tensor("op_4765_cast_fp16")]; tensor transpose_108_perm_0 = const()[name = tensor("transpose_108_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_544 = const()[name = tensor("concat_544"), val = tensor([4, 1024, 1024])]; tensor transpose_108_cast_fp16 = transpose(perm = transpose_108_perm_0, x = attn_weights_27_cast_fp16)[name = tensor("transpose_157")]; tensor reshape_162_cast_fp16 = reshape(shape = concat_544, x = transpose_108_cast_fp16)[name = tensor("reshape_162_cast_fp16")]; tensor transpose_109_perm_0 = const()[name = tensor("transpose_109_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_545 = const()[name = tensor("concat_545"), val = tensor([4, 1024, 12])]; tensor transpose_109_cast_fp16 = transpose(perm = transpose_109_perm_0, x = var_4765_cast_fp16)[name = tensor("transpose_156")]; tensor reshape_163_cast_fp16 = reshape(shape = concat_545, x = transpose_109_cast_fp16)[name = tensor("reshape_163_cast_fp16")]; tensor matmul_54_transpose_x_0 = const()[name = tensor("matmul_54_transpose_x_0"), val = tensor(false)]; tensor matmul_54_transpose_y_0 = const()[name = tensor("matmul_54_transpose_y_0"), val = tensor(false)]; tensor matmul_54_cast_fp16 = matmul(transpose_x = matmul_54_transpose_x_0, transpose_y = matmul_54_transpose_y_0, x = reshape_162_cast_fp16, y = reshape_163_cast_fp16)[name = tensor("matmul_54_cast_fp16")]; tensor concat_549 = const()[name = tensor("concat_549"), val = tensor([4, 1, 1024, 12])]; tensor reshape_164_cast_fp16 = reshape(shape = concat_549, x = matmul_54_cast_fp16)[name = tensor("reshape_164_cast_fp16")]; tensor out_53_perm_0 = const()[name = tensor("out_53_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_4768 = const()[name = tensor("op_4768"), val = tensor([1, 48, 1, 1024])]; tensor out_53_cast_fp16 = transpose(perm = out_53_perm_0, x = reshape_164_cast_fp16)[name = tensor("transpose_155")]; tensor input_431_cast_fp16 = reshape(shape = var_4768, x = out_53_cast_fp16)[name = tensor("input_431_cast_fp16")]; tensor var_4776_pad_type_0 = const()[name = tensor("op_4776_pad_type_0"), val = tensor("valid")]; tensor var_4776_strides_0 = const()[name = tensor("op_4776_strides_0"), val = tensor([1, 1])]; tensor var_4776_pad_0 = const()[name = tensor("op_4776_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4776_dilations_0 = const()[name = tensor("op_4776_dilations_0"), val = tensor([1, 1])]; tensor var_4776_groups_0 = const()[name = tensor("op_4776_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_1_self_attn1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_self_attn1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(286691840)))]; tensor core_stacks_4_layers_1_self_attn1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_self_attn1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(286741056)))]; tensor var_4776_cast_fp16 = conv(bias = core_stacks_4_layers_1_self_attn1_out_proj_bias_to_fp16, dilations = var_4776_dilations_0, groups = var_4776_groups_0, pad = var_4776_pad_0, pad_type = var_4776_pad_type_0, strides = var_4776_strides_0, weight = core_stacks_4_layers_1_self_attn1_out_proj_weight_to_fp16, x = input_431_cast_fp16)[name = tensor("op_4776_cast_fp16")]; tensor x_599_cast_fp16 = add(x = x_597_cast_fp16, y = var_4776_cast_fp16)[name = tensor("x_599_cast_fp16")]; tensor x_601_cast_fp16 = add(x = x_599_cast_fp16, y = time_emb_cast_fp16)[name = tensor("x_601_cast_fp16")]; tensor x_603_pad_type_0 = const()[name = tensor("x_603_pad_type_0"), val = tensor("valid")]; tensor x_603_strides_0 = const()[name = tensor("x_603_strides_0"), val = tensor([1, 1])]; tensor x_603_pad_0 = const()[name = tensor("x_603_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_603_dilations_0 = const()[name = tensor("x_603_dilations_0"), val = tensor([1, 1])]; tensor x_603_groups_0 = const()[name = tensor("x_603_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_1_conv_module1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_conv_module1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(286742144)))]; tensor core_stacks_4_layers_1_conv_module1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_conv_module1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(287790784)))]; tensor x_603_cast_fp16 = conv(bias = core_stacks_4_layers_1_conv_module1_in_proj_bias_to_fp16, dilations = x_603_dilations_0, groups = x_603_groups_0, pad = x_603_pad_0, pad_type = x_603_pad_type_0, strides = x_603_strides_0, weight = core_stacks_4_layers_1_conv_module1_in_proj_weight_to_fp16, x = x_601_cast_fp16)[name = tensor("x_603_cast_fp16")]; tensor var_4794_begin_0 = const()[name = tensor("op_4794_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_4794_end_0 = const()[name = tensor("op_4794_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_4794_end_mask_0 = const()[name = tensor("op_4794_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_4794_cast_fp16 = slice_by_index(begin = var_4794_begin_0, end = var_4794_end_0, end_mask = var_4794_end_mask_0, x = x_603_cast_fp16)[name = tensor("op_4794_cast_fp16")]; tensor var_4796_begin_0 = const()[name = tensor("op_4796_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_4796_end_0 = const()[name = tensor("op_4796_end_0"), val = tensor([1, 1024, 1, 1024])]; tensor var_4796_end_mask_0 = const()[name = tensor("op_4796_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_4796_cast_fp16 = slice_by_index(begin = var_4796_begin_0, end = var_4796_end_0, end_mask = var_4796_end_mask_0, x = x_603_cast_fp16)[name = tensor("op_4796_cast_fp16")]; tensor var_4797_cast_fp16 = sigmoid(x = var_4796_cast_fp16)[name = tensor("op_4797_cast_fp16")]; tensor x_605_cast_fp16 = mul(x = var_4794_cast_fp16, y = var_4797_cast_fp16)[name = tensor("x_605_cast_fp16")]; tensor input_433_cast_fp16 = mul(x = x_605_cast_fp16, y = conv_keep_1_cast_fp16)[name = tensor("input_433_cast_fp16")]; tensor var_4806_pad_type_0 = const()[name = tensor("op_4806_pad_type_0"), val = tensor("custom")]; tensor var_4806_pad_0 = const()[name = tensor("op_4806_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_4806_groups_0 = const()[name = tensor("op_4806_groups_0"), val = tensor(512)]; tensor var_4806_strides_0 = const()[name = tensor("op_4806_strides_0"), val = tensor([1, 1])]; tensor var_4806_dilations_0 = const()[name = tensor("op_4806_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_1_conv_module1_dw_a_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_conv_module1_dw_a_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(287792896)))]; tensor core_stacks_4_layers_1_conv_module1_dw_a_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_conv_module1_dw_a_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(287808320)))]; tensor var_4806_cast_fp16 = conv(bias = core_stacks_4_layers_1_conv_module1_dw_a_bias_to_fp16, dilations = var_4806_dilations_0, groups = var_4806_groups_0, pad = var_4806_pad_0, pad_type = var_4806_pad_type_0, strides = var_4806_strides_0, weight = core_stacks_4_layers_1_conv_module1_dw_a_weight_to_fp16, x = input_433_cast_fp16)[name = tensor("op_4806_cast_fp16")]; tensor var_4807_begin_0 = const()[name = tensor("op_4807_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_4807_end_0 = const()[name = tensor("op_4807_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_4807_end_mask_0 = const()[name = tensor("op_4807_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_4807_cast_fp16 = slice_by_index(begin = var_4807_begin_0, end = var_4807_end_0, end_mask = var_4807_end_mask_0, x = var_4806_cast_fp16)[name = tensor("op_4807_cast_fp16")]; tensor var_4813_pad_type_0 = const()[name = tensor("op_4813_pad_type_0"), val = tensor("custom")]; tensor var_4813_pad_0 = const()[name = tensor("op_4813_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_4813_groups_0 = const()[name = tensor("op_4813_groups_0"), val = tensor(512)]; tensor var_4813_strides_0 = const()[name = tensor("op_4813_strides_0"), val = tensor([1, 1])]; tensor var_4813_dilations_0 = const()[name = tensor("op_4813_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_1_conv_module1_dw_b_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_conv_module1_dw_b_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(287809408)))]; tensor var_4813_cast_fp16 = conv(dilations = var_4813_dilations_0, groups = var_4813_groups_0, pad = var_4813_pad_0, pad_type = var_4813_pad_type_0, strides = var_4813_strides_0, weight = core_stacks_4_layers_1_conv_module1_dw_b_weight_to_fp16, x = input_433_cast_fp16)[name = tensor("op_4813_cast_fp16")]; tensor var_4817_begin_0 = const()[name = tensor("op_4817_begin_0"), val = tensor([0, 0, 0, 15])]; tensor var_4817_end_0 = const()[name = tensor("op_4817_end_0"), val = tensor([1, 512, 1, 1039])]; tensor var_4817_end_mask_0 = const()[name = tensor("op_4817_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_4817_cast_fp16 = slice_by_index(begin = var_4817_begin_0, end = var_4817_end_0, end_mask = var_4817_end_mask_0, x = var_4813_cast_fp16)[name = tensor("op_4817_cast_fp16")]; tensor var_4818_cast_fp16 = add(x = var_4807_cast_fp16, y = var_4817_cast_fp16)[name = tensor("op_4818_cast_fp16")]; tensor var_4824_pad_type_0 = const()[name = tensor("op_4824_pad_type_0"), val = tensor("custom")]; tensor var_4824_pad_0 = const()[name = tensor("op_4824_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_4824_groups_0 = const()[name = tensor("op_4824_groups_0"), val = tensor(512)]; tensor var_4824_strides_0 = const()[name = tensor("op_4824_strides_0"), val = tensor([1, 1])]; tensor var_4824_dilations_0 = const()[name = tensor("op_4824_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_1_conv_module1_dw_c_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_conv_module1_dw_c_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(287824832)))]; tensor var_4824_cast_fp16 = conv(dilations = var_4824_dilations_0, groups = var_4824_groups_0, pad = var_4824_pad_0, pad_type = var_4824_pad_type_0, strides = var_4824_strides_0, weight = core_stacks_4_layers_1_conv_module1_dw_c_weight_to_fp16, x = input_433_cast_fp16)[name = tensor("op_4824_cast_fp16")]; tensor var_4828_begin_0 = const()[name = tensor("op_4828_begin_0"), val = tensor([0, 0, 0, 30])]; tensor var_4828_end_0 = const()[name = tensor("op_4828_end_0"), val = tensor([1, 512, 1, 1])]; tensor var_4828_end_mask_0 = const()[name = tensor("op_4828_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_4828_cast_fp16 = slice_by_index(begin = var_4828_begin_0, end = var_4828_end_0, end_mask = var_4828_end_mask_0, x = var_4824_cast_fp16)[name = tensor("op_4828_cast_fp16")]; tensor x_607_cast_fp16 = add(x = var_4818_cast_fp16, y = var_4828_cast_fp16)[name = tensor("x_607_cast_fp16")]; tensor var_4830_to_fp16 = const()[name = tensor("op_4830_to_fp16"), val = tensor(0x1p+0)]; tensor x_609_cast_fp16 = sub(x = x_607_cast_fp16, y = var_4830_to_fp16)[name = tensor("x_609_cast_fp16")]; tensor var_4832_cast_fp16 = relu(x = x_609_cast_fp16)[name = tensor("op_4832_cast_fp16")]; tensor var_4833_cast_fp16 = abs(x = x_609_cast_fp16)[name = tensor("op_4833_cast_fp16")]; tensor const_106_promoted_to_fp16 = const()[name = tensor("const_106_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_4834_cast_fp16 = mul(x = var_4833_cast_fp16, y = const_106_promoted_to_fp16)[name = tensor("op_4834_cast_fp16")]; tensor var_4835_cast_fp16 = exp(x = var_4834_cast_fp16)[name = tensor("op_4835_cast_fp16")]; tensor var_4836_epsilon_0 = const()[name = tensor("op_4836_epsilon_0"), val = tensor(0x1p+0)]; tensor var_4836_cast_fp16 = log(epsilon = var_4836_epsilon_0, x = var_4835_cast_fp16)[name = tensor("op_4836_cast_fp16")]; tensor var_4837_cast_fp16 = add(x = var_4832_cast_fp16, y = var_4836_cast_fp16)[name = tensor("op_4837_cast_fp16")]; tensor var_4838_to_fp16 = const()[name = tensor("op_4838_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_4839_cast_fp16 = mul(x = x_607_cast_fp16, y = var_4838_to_fp16)[name = tensor("op_4839_cast_fp16")]; tensor var_4840_cast_fp16 = sub(x = var_4837_cast_fp16, y = var_4839_cast_fp16)[name = tensor("op_4840_cast_fp16")]; tensor var_4841_to_fp16 = const()[name = tensor("op_4841_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_435_cast_fp16 = sub(x = var_4840_cast_fp16, y = var_4841_to_fp16)[name = tensor("input_435_cast_fp16")]; tensor var_4849_pad_type_0 = const()[name = tensor("op_4849_pad_type_0"), val = tensor("valid")]; tensor var_4849_strides_0 = const()[name = tensor("op_4849_strides_0"), val = tensor([1, 1])]; tensor var_4849_pad_0 = const()[name = tensor("op_4849_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4849_dilations_0 = const()[name = tensor("op_4849_dilations_0"), val = tensor([1, 1])]; tensor var_4849_groups_0 = const()[name = tensor("op_4849_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_1_conv_module1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_conv_module1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(287825920)))]; tensor core_stacks_4_layers_1_conv_module1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_conv_module1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(288350272)))]; tensor var_4849_cast_fp16 = conv(bias = core_stacks_4_layers_1_conv_module1_out_proj_bias_to_fp16, dilations = var_4849_dilations_0, groups = var_4849_groups_0, pad = var_4849_pad_0, pad_type = var_4849_pad_type_0, strides = var_4849_strides_0, weight = core_stacks_4_layers_1_conv_module1_out_proj_weight_to_fp16, x = input_435_cast_fp16)[name = tensor("op_4849_cast_fp16")]; tensor input_437_cast_fp16 = add(x = x_601_cast_fp16, y = var_4849_cast_fp16)[name = tensor("input_437_cast_fp16")]; tensor x_611_pad_type_0 = const()[name = tensor("x_611_pad_type_0"), val = tensor("valid")]; tensor x_611_strides_0 = const()[name = tensor("x_611_strides_0"), val = tensor([1, 1])]; tensor x_611_pad_0 = const()[name = tensor("x_611_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_611_dilations_0 = const()[name = tensor("x_611_dilations_0"), val = tensor([1, 1])]; tensor x_611_groups_0 = const()[name = tensor("x_611_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_1_feed_forward2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_feed_forward2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(288351360)))]; tensor core_stacks_4_layers_1_feed_forward2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_feed_forward2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(289924288)))]; tensor x_611_cast_fp16 = conv(bias = core_stacks_4_layers_1_feed_forward2_in_proj_bias_to_fp16, dilations = x_611_dilations_0, groups = x_611_groups_0, pad = x_611_pad_0, pad_type = x_611_pad_type_0, strides = x_611_strides_0, weight = core_stacks_4_layers_1_feed_forward2_in_proj_weight_to_fp16, x = input_437_cast_fp16)[name = tensor("x_611_cast_fp16")]; tensor var_4860_to_fp16 = const()[name = tensor("op_4860_to_fp16"), val = tensor(0x1p+2)]; tensor x_613_cast_fp16 = sub(x = x_611_cast_fp16, y = var_4860_to_fp16)[name = tensor("x_613_cast_fp16")]; tensor var_4862_cast_fp16 = relu(x = x_613_cast_fp16)[name = tensor("op_4862_cast_fp16")]; tensor var_4863_cast_fp16 = abs(x = x_613_cast_fp16)[name = tensor("op_4863_cast_fp16")]; tensor const_107_promoted_to_fp16 = const()[name = tensor("const_107_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_4864_cast_fp16 = mul(x = var_4863_cast_fp16, y = const_107_promoted_to_fp16)[name = tensor("op_4864_cast_fp16")]; tensor var_4865_cast_fp16 = exp(x = var_4864_cast_fp16)[name = tensor("op_4865_cast_fp16")]; tensor var_4866_epsilon_0 = const()[name = tensor("op_4866_epsilon_0"), val = tensor(0x1p+0)]; tensor var_4866_cast_fp16 = log(epsilon = var_4866_epsilon_0, x = var_4865_cast_fp16)[name = tensor("op_4866_cast_fp16")]; tensor var_4867_cast_fp16 = add(x = var_4862_cast_fp16, y = var_4866_cast_fp16)[name = tensor("op_4867_cast_fp16")]; tensor var_4868_to_fp16 = const()[name = tensor("op_4868_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_4869_cast_fp16 = mul(x = x_611_cast_fp16, y = var_4868_to_fp16)[name = tensor("op_4869_cast_fp16")]; tensor var_4870_cast_fp16 = sub(x = var_4867_cast_fp16, y = var_4869_cast_fp16)[name = tensor("op_4870_cast_fp16")]; tensor var_4871_to_fp16 = const()[name = tensor("op_4871_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_439_cast_fp16 = sub(x = var_4870_cast_fp16, y = var_4871_to_fp16)[name = tensor("input_439_cast_fp16")]; tensor var_4879_pad_type_0 = const()[name = tensor("op_4879_pad_type_0"), val = tensor("valid")]; tensor var_4879_strides_0 = const()[name = tensor("op_4879_strides_0"), val = tensor([1, 1])]; tensor var_4879_pad_0 = const()[name = tensor("op_4879_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4879_dilations_0 = const()[name = tensor("op_4879_dilations_0"), val = tensor([1, 1])]; tensor var_4879_groups_0 = const()[name = tensor("op_4879_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_1_feed_forward2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_feed_forward2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(289927424)))]; tensor core_stacks_4_layers_1_feed_forward2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_feed_forward2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(291500352)))]; tensor var_4879_cast_fp16 = conv(bias = core_stacks_4_layers_1_feed_forward2_out_proj_bias_to_fp16, dilations = var_4879_dilations_0, groups = var_4879_groups_0, pad = var_4879_pad_0, pad_type = var_4879_pad_type_0, strides = var_4879_strides_0, weight = core_stacks_4_layers_1_feed_forward2_out_proj_weight_to_fp16, x = input_439_cast_fp16)[name = tensor("op_4879_cast_fp16")]; tensor src_59_cast_fp16 = add(x = input_437_cast_fp16, y = var_4879_cast_fp16)[name = tensor("src_59_cast_fp16")]; tensor var_4882_cast_fp16 = sub(x = src_59_cast_fp16, y = input_421_cast_fp16)[name = tensor("op_4882_cast_fp16")]; tensor core_stacks_4_layers_1_bypass_mid_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_bypass_mid_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(291501440)))]; tensor var_4883_cast_fp16 = mul(x = var_4882_cast_fp16, y = core_stacks_4_layers_1_bypass_mid_bypass_scale_to_fp16)[name = tensor("op_4883_cast_fp16")]; tensor x_615_cast_fp16 = add(x = input_421_cast_fp16, y = var_4883_cast_fp16)[name = tensor("x_615_cast_fp16")]; tensor var_4894_pad_type_0 = const()[name = tensor("op_4894_pad_type_0"), val = tensor("valid")]; tensor var_4894_strides_0 = const()[name = tensor("op_4894_strides_0"), val = tensor([1, 1])]; tensor var_4894_pad_0 = const()[name = tensor("op_4894_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4894_dilations_0 = const()[name = tensor("op_4894_dilations_0"), val = tensor([1, 1])]; tensor var_4894_groups_0 = const()[name = tensor("op_4894_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_1_self_attn2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_self_attn2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(291502528)))]; tensor core_stacks_4_layers_1_self_attn2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_self_attn2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(291551744)))]; tensor var_4894_cast_fp16 = conv(bias = core_stacks_4_layers_1_self_attn2_in_proj_bias_to_fp16, dilations = var_4894_dilations_0, groups = var_4894_groups_0, pad = var_4894_pad_0, pad_type = var_4894_pad_type_0, strides = var_4894_strides_0, weight = core_stacks_4_layers_1_self_attn2_in_proj_weight_to_fp16, x = x_615_cast_fp16)[name = tensor("op_4894_cast_fp16")]; tensor var_4895 = const()[name = tensor("op_4895"), val = tensor([4, 12, 1, 1024])]; tensor var_4896_cast_fp16 = reshape(shape = var_4895, x = var_4894_cast_fp16)[name = tensor("op_4896_cast_fp16")]; tensor transpose_111_perm_0 = const()[name = tensor("transpose_111_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_555 = const()[name = tensor("concat_555"), val = tensor([4, 1024, 12])]; tensor transpose_111_cast_fp16 = transpose(perm = transpose_111_perm_0, x = var_4896_cast_fp16)[name = tensor("transpose_154")]; tensor reshape_166_cast_fp16 = reshape(shape = concat_555, x = transpose_111_cast_fp16)[name = tensor("reshape_166_cast_fp16")]; tensor matmul_55_transpose_x_0 = const()[name = tensor("matmul_55_transpose_x_0"), val = tensor(false)]; tensor matmul_55_transpose_y_0 = const()[name = tensor("matmul_55_transpose_y_0"), val = tensor(false)]; tensor matmul_55_cast_fp16 = matmul(transpose_x = matmul_55_transpose_x_0, transpose_y = matmul_55_transpose_y_0, x = reshape_162_cast_fp16, y = reshape_166_cast_fp16)[name = tensor("matmul_55_cast_fp16")]; tensor concat_559 = const()[name = tensor("concat_559"), val = tensor([4, 1, 1024, 12])]; tensor reshape_167_cast_fp16 = reshape(shape = concat_559, x = matmul_55_cast_fp16)[name = tensor("reshape_167_cast_fp16")]; tensor out_55_perm_0 = const()[name = tensor("out_55_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_4899 = const()[name = tensor("op_4899"), val = tensor([1, 48, 1, 1024])]; tensor out_55_cast_fp16 = transpose(perm = out_55_perm_0, x = reshape_167_cast_fp16)[name = tensor("transpose_153")]; tensor input_441_cast_fp16 = reshape(shape = var_4899, x = out_55_cast_fp16)[name = tensor("input_441_cast_fp16")]; tensor var_4907_pad_type_0 = const()[name = tensor("op_4907_pad_type_0"), val = tensor("valid")]; tensor var_4907_strides_0 = const()[name = tensor("op_4907_strides_0"), val = tensor([1, 1])]; tensor var_4907_pad_0 = const()[name = tensor("op_4907_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4907_dilations_0 = const()[name = tensor("op_4907_dilations_0"), val = tensor([1, 1])]; tensor var_4907_groups_0 = const()[name = tensor("op_4907_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_1_self_attn2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_self_attn2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(291551936)))]; tensor core_stacks_4_layers_1_self_attn2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_self_attn2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(291601152)))]; tensor var_4907_cast_fp16 = conv(bias = core_stacks_4_layers_1_self_attn2_out_proj_bias_to_fp16, dilations = var_4907_dilations_0, groups = var_4907_groups_0, pad = var_4907_pad_0, pad_type = var_4907_pad_type_0, strides = var_4907_strides_0, weight = core_stacks_4_layers_1_self_attn2_out_proj_weight_to_fp16, x = input_441_cast_fp16)[name = tensor("op_4907_cast_fp16")]; tensor x_617_cast_fp16 = add(x = x_615_cast_fp16, y = var_4907_cast_fp16)[name = tensor("x_617_cast_fp16")]; tensor x_619_cast_fp16 = add(x = x_617_cast_fp16, y = time_emb_cast_fp16)[name = tensor("x_619_cast_fp16")]; tensor x_621_pad_type_0 = const()[name = tensor("x_621_pad_type_0"), val = tensor("valid")]; tensor x_621_strides_0 = const()[name = tensor("x_621_strides_0"), val = tensor([1, 1])]; tensor x_621_pad_0 = const()[name = tensor("x_621_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_621_dilations_0 = const()[name = tensor("x_621_dilations_0"), val = tensor([1, 1])]; tensor x_621_groups_0 = const()[name = tensor("x_621_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_1_conv_module2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_conv_module2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(291602240)))]; tensor core_stacks_4_layers_1_conv_module2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_conv_module2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(292650880)))]; tensor x_621_cast_fp16 = conv(bias = core_stacks_4_layers_1_conv_module2_in_proj_bias_to_fp16, dilations = x_621_dilations_0, groups = x_621_groups_0, pad = x_621_pad_0, pad_type = x_621_pad_type_0, strides = x_621_strides_0, weight = core_stacks_4_layers_1_conv_module2_in_proj_weight_to_fp16, x = x_619_cast_fp16)[name = tensor("x_621_cast_fp16")]; tensor var_4925_begin_0 = const()[name = tensor("op_4925_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_4925_end_0 = const()[name = tensor("op_4925_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_4925_end_mask_0 = const()[name = tensor("op_4925_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_4925_cast_fp16 = slice_by_index(begin = var_4925_begin_0, end = var_4925_end_0, end_mask = var_4925_end_mask_0, x = x_621_cast_fp16)[name = tensor("op_4925_cast_fp16")]; tensor var_4927_begin_0 = const()[name = tensor("op_4927_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_4927_end_0 = const()[name = tensor("op_4927_end_0"), val = tensor([1, 1024, 1, 1024])]; tensor var_4927_end_mask_0 = const()[name = tensor("op_4927_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_4927_cast_fp16 = slice_by_index(begin = var_4927_begin_0, end = var_4927_end_0, end_mask = var_4927_end_mask_0, x = x_621_cast_fp16)[name = tensor("op_4927_cast_fp16")]; tensor var_4928_cast_fp16 = sigmoid(x = var_4927_cast_fp16)[name = tensor("op_4928_cast_fp16")]; tensor x_623_cast_fp16 = mul(x = var_4925_cast_fp16, y = var_4928_cast_fp16)[name = tensor("x_623_cast_fp16")]; tensor input_443_cast_fp16 = mul(x = x_623_cast_fp16, y = conv_keep_1_cast_fp16)[name = tensor("input_443_cast_fp16")]; tensor var_4937_pad_type_0 = const()[name = tensor("op_4937_pad_type_0"), val = tensor("custom")]; tensor var_4937_pad_0 = const()[name = tensor("op_4937_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_4937_groups_0 = const()[name = tensor("op_4937_groups_0"), val = tensor(512)]; tensor var_4937_strides_0 = const()[name = tensor("op_4937_strides_0"), val = tensor([1, 1])]; tensor var_4937_dilations_0 = const()[name = tensor("op_4937_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_1_conv_module2_dw_a_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_conv_module2_dw_a_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(292652992)))]; tensor core_stacks_4_layers_1_conv_module2_dw_a_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_conv_module2_dw_a_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(292668416)))]; tensor var_4937_cast_fp16 = conv(bias = core_stacks_4_layers_1_conv_module2_dw_a_bias_to_fp16, dilations = var_4937_dilations_0, groups = var_4937_groups_0, pad = var_4937_pad_0, pad_type = var_4937_pad_type_0, strides = var_4937_strides_0, weight = core_stacks_4_layers_1_conv_module2_dw_a_weight_to_fp16, x = input_443_cast_fp16)[name = tensor("op_4937_cast_fp16")]; tensor var_4938_begin_0 = const()[name = tensor("op_4938_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_4938_end_0 = const()[name = tensor("op_4938_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_4938_end_mask_0 = const()[name = tensor("op_4938_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_4938_cast_fp16 = slice_by_index(begin = var_4938_begin_0, end = var_4938_end_0, end_mask = var_4938_end_mask_0, x = var_4937_cast_fp16)[name = tensor("op_4938_cast_fp16")]; tensor var_4944_pad_type_0 = const()[name = tensor("op_4944_pad_type_0"), val = tensor("custom")]; tensor var_4944_pad_0 = const()[name = tensor("op_4944_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_4944_groups_0 = const()[name = tensor("op_4944_groups_0"), val = tensor(512)]; tensor var_4944_strides_0 = const()[name = tensor("op_4944_strides_0"), val = tensor([1, 1])]; tensor var_4944_dilations_0 = const()[name = tensor("op_4944_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_1_conv_module2_dw_b_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_conv_module2_dw_b_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(292669504)))]; tensor var_4944_cast_fp16 = conv(dilations = var_4944_dilations_0, groups = var_4944_groups_0, pad = var_4944_pad_0, pad_type = var_4944_pad_type_0, strides = var_4944_strides_0, weight = core_stacks_4_layers_1_conv_module2_dw_b_weight_to_fp16, x = input_443_cast_fp16)[name = tensor("op_4944_cast_fp16")]; tensor var_4948_begin_0 = const()[name = tensor("op_4948_begin_0"), val = tensor([0, 0, 0, 15])]; tensor var_4948_end_0 = const()[name = tensor("op_4948_end_0"), val = tensor([1, 512, 1, 1039])]; tensor var_4948_end_mask_0 = const()[name = tensor("op_4948_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_4948_cast_fp16 = slice_by_index(begin = var_4948_begin_0, end = var_4948_end_0, end_mask = var_4948_end_mask_0, x = var_4944_cast_fp16)[name = tensor("op_4948_cast_fp16")]; tensor var_4949_cast_fp16 = add(x = var_4938_cast_fp16, y = var_4948_cast_fp16)[name = tensor("op_4949_cast_fp16")]; tensor var_4955_pad_type_0 = const()[name = tensor("op_4955_pad_type_0"), val = tensor("custom")]; tensor var_4955_pad_0 = const()[name = tensor("op_4955_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_4955_groups_0 = const()[name = tensor("op_4955_groups_0"), val = tensor(512)]; tensor var_4955_strides_0 = const()[name = tensor("op_4955_strides_0"), val = tensor([1, 1])]; tensor var_4955_dilations_0 = const()[name = tensor("op_4955_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_1_conv_module2_dw_c_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_conv_module2_dw_c_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(292684928)))]; tensor var_4955_cast_fp16 = conv(dilations = var_4955_dilations_0, groups = var_4955_groups_0, pad = var_4955_pad_0, pad_type = var_4955_pad_type_0, strides = var_4955_strides_0, weight = core_stacks_4_layers_1_conv_module2_dw_c_weight_to_fp16, x = input_443_cast_fp16)[name = tensor("op_4955_cast_fp16")]; tensor var_4959_begin_0 = const()[name = tensor("op_4959_begin_0"), val = tensor([0, 0, 0, 30])]; tensor var_4959_end_0 = const()[name = tensor("op_4959_end_0"), val = tensor([1, 512, 1, 1])]; tensor var_4959_end_mask_0 = const()[name = tensor("op_4959_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_4959_cast_fp16 = slice_by_index(begin = var_4959_begin_0, end = var_4959_end_0, end_mask = var_4959_end_mask_0, x = var_4955_cast_fp16)[name = tensor("op_4959_cast_fp16")]; tensor x_625_cast_fp16 = add(x = var_4949_cast_fp16, y = var_4959_cast_fp16)[name = tensor("x_625_cast_fp16")]; tensor var_4961_to_fp16 = const()[name = tensor("op_4961_to_fp16"), val = tensor(0x1p+0)]; tensor x_627_cast_fp16 = sub(x = x_625_cast_fp16, y = var_4961_to_fp16)[name = tensor("x_627_cast_fp16")]; tensor var_4963_cast_fp16 = relu(x = x_627_cast_fp16)[name = tensor("op_4963_cast_fp16")]; tensor var_4964_cast_fp16 = abs(x = x_627_cast_fp16)[name = tensor("op_4964_cast_fp16")]; tensor const_110_promoted_to_fp16 = const()[name = tensor("const_110_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_4965_cast_fp16 = mul(x = var_4964_cast_fp16, y = const_110_promoted_to_fp16)[name = tensor("op_4965_cast_fp16")]; tensor var_4966_cast_fp16 = exp(x = var_4965_cast_fp16)[name = tensor("op_4966_cast_fp16")]; tensor var_4967_epsilon_0 = const()[name = tensor("op_4967_epsilon_0"), val = tensor(0x1p+0)]; tensor var_4967_cast_fp16 = log(epsilon = var_4967_epsilon_0, x = var_4966_cast_fp16)[name = tensor("op_4967_cast_fp16")]; tensor var_4968_cast_fp16 = add(x = var_4963_cast_fp16, y = var_4967_cast_fp16)[name = tensor("op_4968_cast_fp16")]; tensor var_4969_to_fp16 = const()[name = tensor("op_4969_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_4970_cast_fp16 = mul(x = x_625_cast_fp16, y = var_4969_to_fp16)[name = tensor("op_4970_cast_fp16")]; tensor var_4971_cast_fp16 = sub(x = var_4968_cast_fp16, y = var_4970_cast_fp16)[name = tensor("op_4971_cast_fp16")]; tensor var_4972_to_fp16 = const()[name = tensor("op_4972_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_445_cast_fp16 = sub(x = var_4971_cast_fp16, y = var_4972_to_fp16)[name = tensor("input_445_cast_fp16")]; tensor var_4980_pad_type_0 = const()[name = tensor("op_4980_pad_type_0"), val = tensor("valid")]; tensor var_4980_strides_0 = const()[name = tensor("op_4980_strides_0"), val = tensor([1, 1])]; tensor var_4980_pad_0 = const()[name = tensor("op_4980_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_4980_dilations_0 = const()[name = tensor("op_4980_dilations_0"), val = tensor([1, 1])]; tensor var_4980_groups_0 = const()[name = tensor("op_4980_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_1_conv_module2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_conv_module2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(292686016)))]; tensor core_stacks_4_layers_1_conv_module2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_conv_module2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(293210368)))]; tensor var_4980_cast_fp16 = conv(bias = core_stacks_4_layers_1_conv_module2_out_proj_bias_to_fp16, dilations = var_4980_dilations_0, groups = var_4980_groups_0, pad = var_4980_pad_0, pad_type = var_4980_pad_type_0, strides = var_4980_strides_0, weight = core_stacks_4_layers_1_conv_module2_out_proj_weight_to_fp16, x = input_445_cast_fp16)[name = tensor("op_4980_cast_fp16")]; tensor input_447_cast_fp16 = add(x = x_619_cast_fp16, y = var_4980_cast_fp16)[name = tensor("input_447_cast_fp16")]; tensor x_629_pad_type_0 = const()[name = tensor("x_629_pad_type_0"), val = tensor("valid")]; tensor x_629_strides_0 = const()[name = tensor("x_629_strides_0"), val = tensor([1, 1])]; tensor x_629_pad_0 = const()[name = tensor("x_629_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_629_dilations_0 = const()[name = tensor("x_629_dilations_0"), val = tensor([1, 1])]; tensor x_629_groups_0 = const()[name = tensor("x_629_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_1_feed_forward3_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_feed_forward3_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(293211456)))]; tensor core_stacks_4_layers_1_feed_forward3_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_feed_forward3_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(295177600)))]; tensor x_629_cast_fp16 = conv(bias = core_stacks_4_layers_1_feed_forward3_in_proj_bias_to_fp16, dilations = x_629_dilations_0, groups = x_629_groups_0, pad = x_629_pad_0, pad_type = x_629_pad_type_0, strides = x_629_strides_0, weight = core_stacks_4_layers_1_feed_forward3_in_proj_weight_to_fp16, x = input_447_cast_fp16)[name = tensor("x_629_cast_fp16")]; tensor var_4991_to_fp16 = const()[name = tensor("op_4991_to_fp16"), val = tensor(0x1p+2)]; tensor x_631_cast_fp16 = sub(x = x_629_cast_fp16, y = var_4991_to_fp16)[name = tensor("x_631_cast_fp16")]; tensor var_4993_cast_fp16 = relu(x = x_631_cast_fp16)[name = tensor("op_4993_cast_fp16")]; tensor var_4994_cast_fp16 = abs(x = x_631_cast_fp16)[name = tensor("op_4994_cast_fp16")]; tensor const_111_promoted_to_fp16 = const()[name = tensor("const_111_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_4995_cast_fp16 = mul(x = var_4994_cast_fp16, y = const_111_promoted_to_fp16)[name = tensor("op_4995_cast_fp16")]; tensor var_4996_cast_fp16 = exp(x = var_4995_cast_fp16)[name = tensor("op_4996_cast_fp16")]; tensor var_4997_epsilon_0 = const()[name = tensor("op_4997_epsilon_0"), val = tensor(0x1p+0)]; tensor var_4997_cast_fp16 = log(epsilon = var_4997_epsilon_0, x = var_4996_cast_fp16)[name = tensor("op_4997_cast_fp16")]; tensor var_4998_cast_fp16 = add(x = var_4993_cast_fp16, y = var_4997_cast_fp16)[name = tensor("op_4998_cast_fp16")]; tensor var_4999_to_fp16 = const()[name = tensor("op_4999_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_5000_cast_fp16 = mul(x = x_629_cast_fp16, y = var_4999_to_fp16)[name = tensor("op_5000_cast_fp16")]; tensor var_5001_cast_fp16 = sub(x = var_4998_cast_fp16, y = var_5000_cast_fp16)[name = tensor("op_5001_cast_fp16")]; tensor var_5002_to_fp16 = const()[name = tensor("op_5002_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_449_cast_fp16 = sub(x = var_5001_cast_fp16, y = var_5002_to_fp16)[name = tensor("input_449_cast_fp16")]; tensor var_5010_pad_type_0 = const()[name = tensor("op_5010_pad_type_0"), val = tensor("valid")]; tensor var_5010_strides_0 = const()[name = tensor("op_5010_strides_0"), val = tensor([1, 1])]; tensor var_5010_pad_0 = const()[name = tensor("op_5010_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5010_dilations_0 = const()[name = tensor("op_5010_dilations_0"), val = tensor([1, 1])]; tensor var_5010_groups_0 = const()[name = tensor("op_5010_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_1_feed_forward3_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_feed_forward3_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(295181504)))]; tensor core_stacks_4_layers_1_feed_forward3_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_feed_forward3_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(297147648)))]; tensor var_5010_cast_fp16 = conv(bias = core_stacks_4_layers_1_feed_forward3_out_proj_bias_to_fp16, dilations = var_5010_dilations_0, groups = var_5010_groups_0, pad = var_5010_pad_0, pad_type = var_5010_pad_type_0, strides = var_5010_strides_0, weight = core_stacks_4_layers_1_feed_forward3_out_proj_weight_to_fp16, x = input_449_cast_fp16)[name = tensor("op_5010_cast_fp16")]; tensor x_633_cast_fp16 = add(x = input_447_cast_fp16, y = var_5010_cast_fp16)[name = tensor("x_633_cast_fp16")]; tensor core_stacks_4_layers_1_norm_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(297148736)))]; tensor d_27_cast_fp16 = sub(x = x_633_cast_fp16, y = core_stacks_4_layers_1_norm_bias_to_fp16)[name = tensor("d_27_cast_fp16")]; tensor var_5015_cast_fp16 = mul(x = d_27_cast_fp16, y = d_27_cast_fp16)[name = tensor("op_5015_cast_fp16")]; tensor var_5017_axes_0 = const()[name = tensor("op_5017_axes_0"), val = tensor([1])]; tensor var_5017_keep_dims_0 = const()[name = tensor("op_5017_keep_dims_0"), val = tensor(true)]; tensor var_5017_cast_fp16 = reduce_mean(axes = var_5017_axes_0, keep_dims = var_5017_keep_dims_0, x = var_5015_cast_fp16)[name = tensor("op_5017_cast_fp16")]; tensor scales_27_epsilon_0 = const()[name = tensor("scales_27_epsilon_0"), val = tensor(0x1.197998p-40)]; tensor scales_27_cast_fp16 = rsqrt(epsilon = scales_27_epsilon_0, x = var_5017_cast_fp16)[name = tensor("scales_27_cast_fp16")]; tensor var_5019_cast_fp16 = mul(x = x_633_cast_fp16, y = scales_27_cast_fp16)[name = tensor("op_5019_cast_fp16")]; tensor core_stacks_4_layers_1_norm_scale_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_norm_scale_to_fp16"), val = tensor(0x1.42cp+0)]; tensor src_61_cast_fp16 = mul(x = var_5019_cast_fp16, y = core_stacks_4_layers_1_norm_scale_to_fp16)[name = tensor("src_61_cast_fp16")]; tensor var_5022_cast_fp16 = sub(x = src_61_cast_fp16, y = input_421_cast_fp16)[name = tensor("op_5022_cast_fp16")]; tensor core_stacks_4_layers_1_bypass_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_4_layers_1_bypass_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(297149824)))]; tensor var_5023_cast_fp16 = mul(x = var_5022_cast_fp16, y = core_stacks_4_layers_1_bypass_bypass_scale_to_fp16)[name = tensor("op_5023_cast_fp16")]; tensor input_451_cast_fp16 = add(x = input_421_cast_fp16, y = var_5023_cast_fp16)[name = tensor("input_451_cast_fp16")]; tensor proj_29_pad_type_0 = const()[name = tensor("proj_29_pad_type_0"), val = tensor("valid")]; tensor proj_29_strides_0 = const()[name = tensor("proj_29_strides_0"), val = tensor([1, 1])]; tensor proj_29_pad_0 = const()[name = tensor("proj_29_pad_0"), val = tensor([0, 0, 0, 0])]; tensor proj_29_dilations_0 = const()[name = tensor("proj_29_dilations_0"), val = tensor([1, 1])]; tensor proj_29_groups_0 = const()[name = tensor("proj_29_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_2_self_attn_weights_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_self_attn_weights_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(297150912)))]; tensor core_stacks_4_layers_2_self_attn_weights_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_self_attn_weights_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(297544192)))]; tensor proj_29_cast_fp16 = conv(bias = core_stacks_4_layers_2_self_attn_weights_in_proj_bias_to_fp16, dilations = proj_29_dilations_0, groups = proj_29_groups_0, pad = proj_29_pad_0, pad_type = proj_29_pad_type_0, strides = proj_29_strides_0, weight = core_stacks_4_layers_2_self_attn_weights_in_proj_weight_to_fp16, x = input_451_cast_fp16)[name = tensor("proj_29_cast_fp16")]; tensor var_5046_begin_0 = const()[name = tensor("op_5046_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_5046_end_0 = const()[name = tensor("op_5046_end_0"), val = tensor([1, 128, 1, 1024])]; tensor var_5046_end_mask_0 = const()[name = tensor("op_5046_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_5046_cast_fp16 = slice_by_index(begin = var_5046_begin_0, end = var_5046_end_0, end_mask = var_5046_end_mask_0, x = proj_29_cast_fp16)[name = tensor("op_5046_cast_fp16")]; tensor var_5047 = const()[name = tensor("op_5047"), val = tensor([4, 32, 1, 1024])]; tensor var_5048_cast_fp16 = reshape(shape = var_5047, x = var_5046_cast_fp16)[name = tensor("op_5048_cast_fp16")]; tensor var_5050_begin_0 = const()[name = tensor("op_5050_begin_0"), val = tensor([0, 128, 0, 0])]; tensor var_5050_end_0 = const()[name = tensor("op_5050_end_0"), val = tensor([1, 256, 1, 1024])]; tensor var_5050_end_mask_0 = const()[name = tensor("op_5050_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_5050_cast_fp16 = slice_by_index(begin = var_5050_begin_0, end = var_5050_end_0, end_mask = var_5050_end_mask_0, x = proj_29_cast_fp16)[name = tensor("op_5050_cast_fp16")]; tensor var_5051 = const()[name = tensor("op_5051"), val = tensor([4, 32, 1, 1024])]; tensor var_5052_cast_fp16 = reshape(shape = var_5051, x = var_5050_cast_fp16)[name = tensor("op_5052_cast_fp16")]; tensor var_5054_begin_0 = const()[name = tensor("op_5054_begin_0"), val = tensor([0, 256, 0, 0])]; tensor var_5054_end_0 = const()[name = tensor("op_5054_end_0"), val = tensor([1, 384, 1, 1024])]; tensor var_5054_end_mask_0 = const()[name = tensor("op_5054_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_5054_cast_fp16 = slice_by_index(begin = var_5054_begin_0, end = var_5054_end_0, end_mask = var_5054_end_mask_0, x = proj_29_cast_fp16)[name = tensor("op_5054_cast_fp16")]; tensor var_5055 = const()[name = tensor("op_5055"), val = tensor([4, 32, 1, 1024])]; tensor pt_29_cast_fp16 = reshape(shape = var_5055, x = var_5054_cast_fp16)[name = tensor("pt_29_cast_fp16")]; tensor transpose_112_perm_0 = const()[name = tensor("transpose_112_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_564 = const()[name = tensor("concat_564"), val = tensor([4, 1024, 32])]; tensor transpose_112_cast_fp16 = transpose(perm = transpose_112_perm_0, x = var_5048_cast_fp16)[name = tensor("transpose_152")]; tensor reshape_168_cast_fp16 = reshape(shape = concat_564, x = transpose_112_cast_fp16)[name = tensor("reshape_168_cast_fp16")]; tensor transpose_113_perm_0 = const()[name = tensor("transpose_113_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_565 = const()[name = tensor("concat_565"), val = tensor([4, 32, 1024])]; tensor transpose_113_cast_fp16 = transpose(perm = transpose_113_perm_0, x = var_5052_cast_fp16)[name = tensor("transpose_151")]; tensor reshape_169_cast_fp16 = reshape(shape = concat_565, x = transpose_113_cast_fp16)[name = tensor("reshape_169_cast_fp16")]; tensor matmul_56_transpose_x_0 = const()[name = tensor("matmul_56_transpose_x_0"), val = tensor(false)]; tensor matmul_56_transpose_y_0 = const()[name = tensor("matmul_56_transpose_y_0"), val = tensor(false)]; tensor matmul_56_cast_fp16 = matmul(transpose_x = matmul_56_transpose_x_0, transpose_y = matmul_56_transpose_y_0, x = reshape_168_cast_fp16, y = reshape_169_cast_fp16)[name = tensor("matmul_56_cast_fp16")]; tensor concat_569 = const()[name = tensor("concat_569"), val = tensor([4, 1, 1024, 1024])]; tensor reshape_170_cast_fp16 = reshape(shape = concat_569, x = matmul_56_cast_fp16)[name = tensor("reshape_170_cast_fp16")]; tensor attn_scores_85_perm_0 = const()[name = tensor("attn_scores_85_perm_0"), val = tensor([0, 2, 1, 3])]; tensor var_5059 = const()[name = tensor("op_5059"), val = tensor([0, 1, 3, 2])]; tensor var_5060_cast_fp16 = transpose(perm = var_5059, x = pt_29_cast_fp16)[name = tensor("transpose_149")]; tensor var_5061_cast_fp16 = mul(x = var_5060_cast_fp16, y = core_pos_basis_1024_to_fp16)[name = tensor("op_5061_cast_fp16")]; tensor pos_scores_29_axes_0 = const()[name = tensor("pos_scores_29_axes_0"), val = tensor([1])]; tensor pos_scores_29_keep_dims_0 = const()[name = tensor("pos_scores_29_keep_dims_0"), val = tensor(true)]; tensor pos_scores_29_cast_fp16 = reduce_sum(axes = pos_scores_29_axes_0, keep_dims = pos_scores_29_keep_dims_0, x = var_5061_cast_fp16)[name = tensor("pos_scores_29_cast_fp16")]; tensor var_5064 = const()[name = tensor("op_5064"), val = tensor([4, 1024, 1, 1024])]; tensor var_5065_cast_fp16 = reshape(shape = var_5064, x = pos_scores_29_cast_fp16)[name = tensor("op_5065_cast_fp16")]; tensor attn_scores_85_cast_fp16 = transpose(perm = attn_scores_85_perm_0, x = reshape_170_cast_fp16)[name = tensor("transpose_150")]; tensor attn_scores_87_cast_fp16 = add(x = attn_scores_85_cast_fp16, y = var_5065_cast_fp16)[name = tensor("attn_scores_87_cast_fp16")]; tensor attn_scores_89_cast_fp16 = add(x = attn_scores_87_cast_fp16, y = attn_bias_1_cast_fp16)[name = tensor("attn_scores_89_cast_fp16")]; tensor attn_weights_29_cast_fp16 = softmax(axis = var_41, x = attn_scores_89_cast_fp16)[name = tensor("attn_weights_29_cast_fp16")]; tensor input_453_cast_fp16 = add(x = input_451_cast_fp16, y = time_emb_cast_fp16)[name = tensor("input_453_cast_fp16")]; tensor x_635_pad_type_0 = const()[name = tensor("x_635_pad_type_0"), val = tensor("valid")]; tensor x_635_strides_0 = const()[name = tensor("x_635_strides_0"), val = tensor([1, 1])]; tensor x_635_pad_0 = const()[name = tensor("x_635_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_635_dilations_0 = const()[name = tensor("x_635_dilations_0"), val = tensor([1, 1])]; tensor x_635_groups_0 = const()[name = tensor("x_635_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_2_feed_forward1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_feed_forward1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(297545024)))]; tensor core_stacks_4_layers_2_feed_forward1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_feed_forward1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(298724736)))]; tensor x_635_cast_fp16 = conv(bias = core_stacks_4_layers_2_feed_forward1_in_proj_bias_to_fp16, dilations = x_635_dilations_0, groups = x_635_groups_0, pad = x_635_pad_0, pad_type = x_635_pad_type_0, strides = x_635_strides_0, weight = core_stacks_4_layers_2_feed_forward1_in_proj_weight_to_fp16, x = input_453_cast_fp16)[name = tensor("x_635_cast_fp16")]; tensor var_5079_to_fp16 = const()[name = tensor("op_5079_to_fp16"), val = tensor(0x1p+2)]; tensor x_637_cast_fp16 = sub(x = x_635_cast_fp16, y = var_5079_to_fp16)[name = tensor("x_637_cast_fp16")]; tensor var_5081_cast_fp16 = relu(x = x_637_cast_fp16)[name = tensor("op_5081_cast_fp16")]; tensor var_5082_cast_fp16 = abs(x = x_637_cast_fp16)[name = tensor("op_5082_cast_fp16")]; tensor const_112_promoted_to_fp16 = const()[name = tensor("const_112_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_5083_cast_fp16 = mul(x = var_5082_cast_fp16, y = const_112_promoted_to_fp16)[name = tensor("op_5083_cast_fp16")]; tensor var_5084_cast_fp16 = exp(x = var_5083_cast_fp16)[name = tensor("op_5084_cast_fp16")]; tensor var_5085_epsilon_0 = const()[name = tensor("op_5085_epsilon_0"), val = tensor(0x1p+0)]; tensor var_5085_cast_fp16 = log(epsilon = var_5085_epsilon_0, x = var_5084_cast_fp16)[name = tensor("op_5085_cast_fp16")]; tensor var_5086_cast_fp16 = add(x = var_5081_cast_fp16, y = var_5085_cast_fp16)[name = tensor("op_5086_cast_fp16")]; tensor var_5087_to_fp16 = const()[name = tensor("op_5087_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_5088_cast_fp16 = mul(x = x_635_cast_fp16, y = var_5087_to_fp16)[name = tensor("op_5088_cast_fp16")]; tensor var_5089_cast_fp16 = sub(x = var_5086_cast_fp16, y = var_5088_cast_fp16)[name = tensor("op_5089_cast_fp16")]; tensor var_5090_to_fp16 = const()[name = tensor("op_5090_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_455_cast_fp16 = sub(x = var_5089_cast_fp16, y = var_5090_to_fp16)[name = tensor("input_455_cast_fp16")]; tensor var_5098_pad_type_0 = const()[name = tensor("op_5098_pad_type_0"), val = tensor("valid")]; tensor var_5098_strides_0 = const()[name = tensor("op_5098_strides_0"), val = tensor([1, 1])]; tensor var_5098_pad_0 = const()[name = tensor("op_5098_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5098_dilations_0 = const()[name = tensor("op_5098_dilations_0"), val = tensor([1, 1])]; tensor var_5098_groups_0 = const()[name = tensor("op_5098_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_2_feed_forward1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_feed_forward1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(298727104)))]; tensor core_stacks_4_layers_2_feed_forward1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_feed_forward1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(299906816)))]; tensor var_5098_cast_fp16 = conv(bias = core_stacks_4_layers_2_feed_forward1_out_proj_bias_to_fp16, dilations = var_5098_dilations_0, groups = var_5098_groups_0, pad = var_5098_pad_0, pad_type = var_5098_pad_type_0, strides = var_5098_strides_0, weight = core_stacks_4_layers_2_feed_forward1_out_proj_weight_to_fp16, x = input_455_cast_fp16)[name = tensor("op_5098_cast_fp16")]; tensor input_457_cast_fp16 = add(x = input_453_cast_fp16, y = var_5098_cast_fp16)[name = tensor("input_457_cast_fp16")]; tensor var_5100_begin_0 = const()[name = tensor("op_5100_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_5100_end_0 = const()[name = tensor("op_5100_end_0"), val = tensor([1, 1024, 1, 1024])]; tensor var_5100_end_mask_0 = const()[name = tensor("op_5100_end_mask_0"), val = tensor([false, true, true, true])]; tensor var_5100_cast_fp16 = slice_by_index(begin = var_5100_begin_0, end = var_5100_end_0, end_mask = var_5100_end_mask_0, x = attn_weights_29_cast_fp16)[name = tensor("op_5100_cast_fp16")]; tensor x_639_pad_type_0 = const()[name = tensor("x_639_pad_type_0"), val = tensor("valid")]; tensor x_639_strides_0 = const()[name = tensor("x_639_strides_0"), val = tensor([1, 1])]; tensor x_639_pad_0 = const()[name = tensor("x_639_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_639_dilations_0 = const()[name = tensor("x_639_dilations_0"), val = tensor([1, 1])]; tensor x_639_groups_0 = const()[name = tensor("x_639_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_2_nonlin_attention_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_nonlin_attention_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(299907904)))]; tensor core_stacks_4_layers_2_nonlin_attention_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_nonlin_attention_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(301087616)))]; tensor x_639_cast_fp16 = conv(bias = core_stacks_4_layers_2_nonlin_attention_in_proj_bias_to_fp16, dilations = x_639_dilations_0, groups = x_639_groups_0, pad = x_639_pad_0, pad_type = x_639_pad_type_0, strides = x_639_strides_0, weight = core_stacks_4_layers_2_nonlin_attention_in_proj_weight_to_fp16, x = input_457_cast_fp16)[name = tensor("x_639_cast_fp16")]; tensor var_5111_begin_0 = const()[name = tensor("op_5111_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_5111_end_0 = const()[name = tensor("op_5111_end_0"), val = tensor([1, 384, 1, 1024])]; tensor var_5111_end_mask_0 = const()[name = tensor("op_5111_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_5111_cast_fp16 = slice_by_index(begin = var_5111_begin_0, end = var_5111_end_0, end_mask = var_5111_end_mask_0, x = x_639_cast_fp16)[name = tensor("op_5111_cast_fp16")]; tensor s_gate_29_cast_fp16 = tanh(x = var_5111_cast_fp16)[name = tensor("s_gate_29_cast_fp16")]; tensor var_5114_begin_0 = const()[name = tensor("op_5114_begin_0"), val = tensor([0, 384, 0, 0])]; tensor var_5114_end_0 = const()[name = tensor("op_5114_end_0"), val = tensor([1, 768, 1, 1024])]; tensor var_5114_end_mask_0 = const()[name = tensor("op_5114_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_5114_cast_fp16 = slice_by_index(begin = var_5114_begin_0, end = var_5114_end_0, end_mask = var_5114_end_mask_0, x = x_639_cast_fp16)[name = tensor("op_5114_cast_fp16")]; tensor var_5115_cast_fp16 = mul(x = var_5114_cast_fp16, y = s_gate_29_cast_fp16)[name = tensor("op_5115_cast_fp16")]; tensor y_29_begin_0 = const()[name = tensor("y_29_begin_0"), val = tensor([0, 768, 0, 0])]; tensor y_29_end_0 = const()[name = tensor("y_29_end_0"), val = tensor([1, 1152, 1, 1024])]; tensor y_29_end_mask_0 = const()[name = tensor("y_29_end_mask_0"), val = tensor([true, true, true, true])]; tensor y_29_cast_fp16 = slice_by_index(begin = y_29_begin_0, end = y_29_end_0, end_mask = y_29_end_mask_0, x = x_639_cast_fp16)[name = tensor("y_29_cast_fp16")]; tensor transpose_114_perm_0 = const()[name = tensor("transpose_114_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_574 = const()[name = tensor("concat_574"), val = tensor([1, 1024, 1024])]; tensor transpose_114_cast_fp16 = transpose(perm = transpose_114_perm_0, x = var_5100_cast_fp16)[name = tensor("transpose_148")]; tensor reshape_171_cast_fp16 = reshape(shape = concat_574, x = transpose_114_cast_fp16)[name = tensor("reshape_171_cast_fp16")]; tensor transpose_115_perm_0 = const()[name = tensor("transpose_115_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_575 = const()[name = tensor("concat_575"), val = tensor([1, 1024, 384])]; tensor transpose_115_cast_fp16 = transpose(perm = transpose_115_perm_0, x = var_5115_cast_fp16)[name = tensor("transpose_147")]; tensor reshape_172_cast_fp16 = reshape(shape = concat_575, x = transpose_115_cast_fp16)[name = tensor("reshape_172_cast_fp16")]; tensor matmul_57_transpose_x_0 = const()[name = tensor("matmul_57_transpose_x_0"), val = tensor(false)]; tensor matmul_57_transpose_y_0 = const()[name = tensor("matmul_57_transpose_y_0"), val = tensor(false)]; tensor matmul_57_cast_fp16 = matmul(transpose_x = matmul_57_transpose_x_0, transpose_y = matmul_57_transpose_y_0, x = reshape_171_cast_fp16, y = reshape_172_cast_fp16)[name = tensor("matmul_57_cast_fp16")]; tensor concat_579 = const()[name = tensor("concat_579"), val = tensor([1, 1, 1024, 384])]; tensor reshape_173_cast_fp16 = reshape(shape = concat_579, x = matmul_57_cast_fp16)[name = tensor("reshape_173_cast_fp16")]; tensor v_29_perm_0 = const()[name = tensor("v_29_perm_0"), val = tensor([0, 3, 1, 2])]; tensor v_29_cast_fp16 = transpose(perm = v_29_perm_0, x = reshape_173_cast_fp16)[name = tensor("transpose_146")]; tensor input_459_cast_fp16 = mul(x = v_29_cast_fp16, y = y_29_cast_fp16)[name = tensor("input_459_cast_fp16")]; tensor var_5127_pad_type_0 = const()[name = tensor("op_5127_pad_type_0"), val = tensor("valid")]; tensor var_5127_strides_0 = const()[name = tensor("op_5127_strides_0"), val = tensor([1, 1])]; tensor var_5127_pad_0 = const()[name = tensor("op_5127_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5127_dilations_0 = const()[name = tensor("op_5127_dilations_0"), val = tensor([1, 1])]; tensor var_5127_groups_0 = const()[name = tensor("op_5127_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_2_nonlin_attention_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_nonlin_attention_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(301089984)))]; tensor core_stacks_4_layers_2_nonlin_attention_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_nonlin_attention_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(301483264)))]; tensor var_5127_cast_fp16 = conv(bias = core_stacks_4_layers_2_nonlin_attention_out_proj_bias_to_fp16, dilations = var_5127_dilations_0, groups = var_5127_groups_0, pad = var_5127_pad_0, pad_type = var_5127_pad_type_0, strides = var_5127_strides_0, weight = core_stacks_4_layers_2_nonlin_attention_out_proj_weight_to_fp16, x = input_459_cast_fp16)[name = tensor("op_5127_cast_fp16")]; tensor x_641_cast_fp16 = add(x = input_457_cast_fp16, y = var_5127_cast_fp16)[name = tensor("x_641_cast_fp16")]; tensor var_5138_pad_type_0 = const()[name = tensor("op_5138_pad_type_0"), val = tensor("valid")]; tensor var_5138_strides_0 = const()[name = tensor("op_5138_strides_0"), val = tensor([1, 1])]; tensor var_5138_pad_0 = const()[name = tensor("op_5138_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5138_dilations_0 = const()[name = tensor("op_5138_dilations_0"), val = tensor([1, 1])]; tensor var_5138_groups_0 = const()[name = tensor("op_5138_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_2_self_attn1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_self_attn1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(301484352)))]; tensor core_stacks_4_layers_2_self_attn1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_self_attn1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(301533568)))]; tensor var_5138_cast_fp16 = conv(bias = core_stacks_4_layers_2_self_attn1_in_proj_bias_to_fp16, dilations = var_5138_dilations_0, groups = var_5138_groups_0, pad = var_5138_pad_0, pad_type = var_5138_pad_type_0, strides = var_5138_strides_0, weight = core_stacks_4_layers_2_self_attn1_in_proj_weight_to_fp16, x = x_641_cast_fp16)[name = tensor("op_5138_cast_fp16")]; tensor var_5139 = const()[name = tensor("op_5139"), val = tensor([4, 12, 1, 1024])]; tensor var_5140_cast_fp16 = reshape(shape = var_5139, x = var_5138_cast_fp16)[name = tensor("op_5140_cast_fp16")]; tensor transpose_116_perm_0 = const()[name = tensor("transpose_116_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_584 = const()[name = tensor("concat_584"), val = tensor([4, 1024, 1024])]; tensor transpose_116_cast_fp16 = transpose(perm = transpose_116_perm_0, x = attn_weights_29_cast_fp16)[name = tensor("transpose_145")]; tensor reshape_174_cast_fp16 = reshape(shape = concat_584, x = transpose_116_cast_fp16)[name = tensor("reshape_174_cast_fp16")]; tensor transpose_117_perm_0 = const()[name = tensor("transpose_117_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_585 = const()[name = tensor("concat_585"), val = tensor([4, 1024, 12])]; tensor transpose_117_cast_fp16 = transpose(perm = transpose_117_perm_0, x = var_5140_cast_fp16)[name = tensor("transpose_144")]; tensor reshape_175_cast_fp16 = reshape(shape = concat_585, x = transpose_117_cast_fp16)[name = tensor("reshape_175_cast_fp16")]; tensor matmul_58_transpose_x_0 = const()[name = tensor("matmul_58_transpose_x_0"), val = tensor(false)]; tensor matmul_58_transpose_y_0 = const()[name = tensor("matmul_58_transpose_y_0"), val = tensor(false)]; tensor matmul_58_cast_fp16 = matmul(transpose_x = matmul_58_transpose_x_0, transpose_y = matmul_58_transpose_y_0, x = reshape_174_cast_fp16, y = reshape_175_cast_fp16)[name = tensor("matmul_58_cast_fp16")]; tensor concat_589 = const()[name = tensor("concat_589"), val = tensor([4, 1, 1024, 12])]; tensor reshape_176_cast_fp16 = reshape(shape = concat_589, x = matmul_58_cast_fp16)[name = tensor("reshape_176_cast_fp16")]; tensor out_57_perm_0 = const()[name = tensor("out_57_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_5143 = const()[name = tensor("op_5143"), val = tensor([1, 48, 1, 1024])]; tensor out_57_cast_fp16 = transpose(perm = out_57_perm_0, x = reshape_176_cast_fp16)[name = tensor("transpose_143")]; tensor input_461_cast_fp16 = reshape(shape = var_5143, x = out_57_cast_fp16)[name = tensor("input_461_cast_fp16")]; tensor var_5151_pad_type_0 = const()[name = tensor("op_5151_pad_type_0"), val = tensor("valid")]; tensor var_5151_strides_0 = const()[name = tensor("op_5151_strides_0"), val = tensor([1, 1])]; tensor var_5151_pad_0 = const()[name = tensor("op_5151_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5151_dilations_0 = const()[name = tensor("op_5151_dilations_0"), val = tensor([1, 1])]; tensor var_5151_groups_0 = const()[name = tensor("op_5151_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_2_self_attn1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_self_attn1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(301533760)))]; tensor core_stacks_4_layers_2_self_attn1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_self_attn1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(301582976)))]; tensor var_5151_cast_fp16 = conv(bias = core_stacks_4_layers_2_self_attn1_out_proj_bias_to_fp16, dilations = var_5151_dilations_0, groups = var_5151_groups_0, pad = var_5151_pad_0, pad_type = var_5151_pad_type_0, strides = var_5151_strides_0, weight = core_stacks_4_layers_2_self_attn1_out_proj_weight_to_fp16, x = input_461_cast_fp16)[name = tensor("op_5151_cast_fp16")]; tensor x_643_cast_fp16 = add(x = x_641_cast_fp16, y = var_5151_cast_fp16)[name = tensor("x_643_cast_fp16")]; tensor x_645_cast_fp16 = add(x = x_643_cast_fp16, y = time_emb_cast_fp16)[name = tensor("x_645_cast_fp16")]; tensor x_647_pad_type_0 = const()[name = tensor("x_647_pad_type_0"), val = tensor("valid")]; tensor x_647_strides_0 = const()[name = tensor("x_647_strides_0"), val = tensor([1, 1])]; tensor x_647_pad_0 = const()[name = tensor("x_647_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_647_dilations_0 = const()[name = tensor("x_647_dilations_0"), val = tensor([1, 1])]; tensor x_647_groups_0 = const()[name = tensor("x_647_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_2_conv_module1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_conv_module1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(301584064)))]; tensor core_stacks_4_layers_2_conv_module1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_conv_module1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(302632704)))]; tensor x_647_cast_fp16 = conv(bias = core_stacks_4_layers_2_conv_module1_in_proj_bias_to_fp16, dilations = x_647_dilations_0, groups = x_647_groups_0, pad = x_647_pad_0, pad_type = x_647_pad_type_0, strides = x_647_strides_0, weight = core_stacks_4_layers_2_conv_module1_in_proj_weight_to_fp16, x = x_645_cast_fp16)[name = tensor("x_647_cast_fp16")]; tensor var_5169_begin_0 = const()[name = tensor("op_5169_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_5169_end_0 = const()[name = tensor("op_5169_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_5169_end_mask_0 = const()[name = tensor("op_5169_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_5169_cast_fp16 = slice_by_index(begin = var_5169_begin_0, end = var_5169_end_0, end_mask = var_5169_end_mask_0, x = x_647_cast_fp16)[name = tensor("op_5169_cast_fp16")]; tensor var_5171_begin_0 = const()[name = tensor("op_5171_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_5171_end_0 = const()[name = tensor("op_5171_end_0"), val = tensor([1, 1024, 1, 1024])]; tensor var_5171_end_mask_0 = const()[name = tensor("op_5171_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_5171_cast_fp16 = slice_by_index(begin = var_5171_begin_0, end = var_5171_end_0, end_mask = var_5171_end_mask_0, x = x_647_cast_fp16)[name = tensor("op_5171_cast_fp16")]; tensor var_5172_cast_fp16 = sigmoid(x = var_5171_cast_fp16)[name = tensor("op_5172_cast_fp16")]; tensor x_649_cast_fp16 = mul(x = var_5169_cast_fp16, y = var_5172_cast_fp16)[name = tensor("x_649_cast_fp16")]; tensor input_463_cast_fp16 = mul(x = x_649_cast_fp16, y = conv_keep_1_cast_fp16)[name = tensor("input_463_cast_fp16")]; tensor var_5181_pad_type_0 = const()[name = tensor("op_5181_pad_type_0"), val = tensor("custom")]; tensor var_5181_pad_0 = const()[name = tensor("op_5181_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_5181_groups_0 = const()[name = tensor("op_5181_groups_0"), val = tensor(512)]; tensor var_5181_strides_0 = const()[name = tensor("op_5181_strides_0"), val = tensor([1, 1])]; tensor var_5181_dilations_0 = const()[name = tensor("op_5181_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_2_conv_module1_dw_a_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_conv_module1_dw_a_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(302634816)))]; tensor core_stacks_4_layers_2_conv_module1_dw_a_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_conv_module1_dw_a_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(302650240)))]; tensor var_5181_cast_fp16 = conv(bias = core_stacks_4_layers_2_conv_module1_dw_a_bias_to_fp16, dilations = var_5181_dilations_0, groups = var_5181_groups_0, pad = var_5181_pad_0, pad_type = var_5181_pad_type_0, strides = var_5181_strides_0, weight = core_stacks_4_layers_2_conv_module1_dw_a_weight_to_fp16, x = input_463_cast_fp16)[name = tensor("op_5181_cast_fp16")]; tensor var_5182_begin_0 = const()[name = tensor("op_5182_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_5182_end_0 = const()[name = tensor("op_5182_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_5182_end_mask_0 = const()[name = tensor("op_5182_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_5182_cast_fp16 = slice_by_index(begin = var_5182_begin_0, end = var_5182_end_0, end_mask = var_5182_end_mask_0, x = var_5181_cast_fp16)[name = tensor("op_5182_cast_fp16")]; tensor var_5188_pad_type_0 = const()[name = tensor("op_5188_pad_type_0"), val = tensor("custom")]; tensor var_5188_pad_0 = const()[name = tensor("op_5188_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_5188_groups_0 = const()[name = tensor("op_5188_groups_0"), val = tensor(512)]; tensor var_5188_strides_0 = const()[name = tensor("op_5188_strides_0"), val = tensor([1, 1])]; tensor var_5188_dilations_0 = const()[name = tensor("op_5188_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_2_conv_module1_dw_b_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_conv_module1_dw_b_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(302651328)))]; tensor var_5188_cast_fp16 = conv(dilations = var_5188_dilations_0, groups = var_5188_groups_0, pad = var_5188_pad_0, pad_type = var_5188_pad_type_0, strides = var_5188_strides_0, weight = core_stacks_4_layers_2_conv_module1_dw_b_weight_to_fp16, x = input_463_cast_fp16)[name = tensor("op_5188_cast_fp16")]; tensor var_5192_begin_0 = const()[name = tensor("op_5192_begin_0"), val = tensor([0, 0, 0, 15])]; tensor var_5192_end_0 = const()[name = tensor("op_5192_end_0"), val = tensor([1, 512, 1, 1039])]; tensor var_5192_end_mask_0 = const()[name = tensor("op_5192_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_5192_cast_fp16 = slice_by_index(begin = var_5192_begin_0, end = var_5192_end_0, end_mask = var_5192_end_mask_0, x = var_5188_cast_fp16)[name = tensor("op_5192_cast_fp16")]; tensor var_5193_cast_fp16 = add(x = var_5182_cast_fp16, y = var_5192_cast_fp16)[name = tensor("op_5193_cast_fp16")]; tensor var_5199_pad_type_0 = const()[name = tensor("op_5199_pad_type_0"), val = tensor("custom")]; tensor var_5199_pad_0 = const()[name = tensor("op_5199_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_5199_groups_0 = const()[name = tensor("op_5199_groups_0"), val = tensor(512)]; tensor var_5199_strides_0 = const()[name = tensor("op_5199_strides_0"), val = tensor([1, 1])]; tensor var_5199_dilations_0 = const()[name = tensor("op_5199_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_2_conv_module1_dw_c_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_conv_module1_dw_c_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(302666752)))]; tensor var_5199_cast_fp16 = conv(dilations = var_5199_dilations_0, groups = var_5199_groups_0, pad = var_5199_pad_0, pad_type = var_5199_pad_type_0, strides = var_5199_strides_0, weight = core_stacks_4_layers_2_conv_module1_dw_c_weight_to_fp16, x = input_463_cast_fp16)[name = tensor("op_5199_cast_fp16")]; tensor var_5203_begin_0 = const()[name = tensor("op_5203_begin_0"), val = tensor([0, 0, 0, 30])]; tensor var_5203_end_0 = const()[name = tensor("op_5203_end_0"), val = tensor([1, 512, 1, 1])]; tensor var_5203_end_mask_0 = const()[name = tensor("op_5203_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_5203_cast_fp16 = slice_by_index(begin = var_5203_begin_0, end = var_5203_end_0, end_mask = var_5203_end_mask_0, x = var_5199_cast_fp16)[name = tensor("op_5203_cast_fp16")]; tensor x_651_cast_fp16 = add(x = var_5193_cast_fp16, y = var_5203_cast_fp16)[name = tensor("x_651_cast_fp16")]; tensor var_5205_to_fp16 = const()[name = tensor("op_5205_to_fp16"), val = tensor(0x1p+0)]; tensor x_653_cast_fp16 = sub(x = x_651_cast_fp16, y = var_5205_to_fp16)[name = tensor("x_653_cast_fp16")]; tensor var_5207_cast_fp16 = relu(x = x_653_cast_fp16)[name = tensor("op_5207_cast_fp16")]; tensor var_5208_cast_fp16 = abs(x = x_653_cast_fp16)[name = tensor("op_5208_cast_fp16")]; tensor const_115_promoted_to_fp16 = const()[name = tensor("const_115_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_5209_cast_fp16 = mul(x = var_5208_cast_fp16, y = const_115_promoted_to_fp16)[name = tensor("op_5209_cast_fp16")]; tensor var_5210_cast_fp16 = exp(x = var_5209_cast_fp16)[name = tensor("op_5210_cast_fp16")]; tensor var_5211_epsilon_0 = const()[name = tensor("op_5211_epsilon_0"), val = tensor(0x1p+0)]; tensor var_5211_cast_fp16 = log(epsilon = var_5211_epsilon_0, x = var_5210_cast_fp16)[name = tensor("op_5211_cast_fp16")]; tensor var_5212_cast_fp16 = add(x = var_5207_cast_fp16, y = var_5211_cast_fp16)[name = tensor("op_5212_cast_fp16")]; tensor var_5213_to_fp16 = const()[name = tensor("op_5213_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_5214_cast_fp16 = mul(x = x_651_cast_fp16, y = var_5213_to_fp16)[name = tensor("op_5214_cast_fp16")]; tensor var_5215_cast_fp16 = sub(x = var_5212_cast_fp16, y = var_5214_cast_fp16)[name = tensor("op_5215_cast_fp16")]; tensor var_5216_to_fp16 = const()[name = tensor("op_5216_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_465_cast_fp16 = sub(x = var_5215_cast_fp16, y = var_5216_to_fp16)[name = tensor("input_465_cast_fp16")]; tensor var_5224_pad_type_0 = const()[name = tensor("op_5224_pad_type_0"), val = tensor("valid")]; tensor var_5224_strides_0 = const()[name = tensor("op_5224_strides_0"), val = tensor([1, 1])]; tensor var_5224_pad_0 = const()[name = tensor("op_5224_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5224_dilations_0 = const()[name = tensor("op_5224_dilations_0"), val = tensor([1, 1])]; tensor var_5224_groups_0 = const()[name = tensor("op_5224_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_2_conv_module1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_conv_module1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(302667840)))]; tensor core_stacks_4_layers_2_conv_module1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_conv_module1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(303192192)))]; tensor var_5224_cast_fp16 = conv(bias = core_stacks_4_layers_2_conv_module1_out_proj_bias_to_fp16, dilations = var_5224_dilations_0, groups = var_5224_groups_0, pad = var_5224_pad_0, pad_type = var_5224_pad_type_0, strides = var_5224_strides_0, weight = core_stacks_4_layers_2_conv_module1_out_proj_weight_to_fp16, x = input_465_cast_fp16)[name = tensor("op_5224_cast_fp16")]; tensor input_467_cast_fp16 = add(x = x_645_cast_fp16, y = var_5224_cast_fp16)[name = tensor("input_467_cast_fp16")]; tensor x_655_pad_type_0 = const()[name = tensor("x_655_pad_type_0"), val = tensor("valid")]; tensor x_655_strides_0 = const()[name = tensor("x_655_strides_0"), val = tensor([1, 1])]; tensor x_655_pad_0 = const()[name = tensor("x_655_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_655_dilations_0 = const()[name = tensor("x_655_dilations_0"), val = tensor([1, 1])]; tensor x_655_groups_0 = const()[name = tensor("x_655_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_2_feed_forward2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_feed_forward2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(303193280)))]; tensor core_stacks_4_layers_2_feed_forward2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_feed_forward2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(304766208)))]; tensor x_655_cast_fp16 = conv(bias = core_stacks_4_layers_2_feed_forward2_in_proj_bias_to_fp16, dilations = x_655_dilations_0, groups = x_655_groups_0, pad = x_655_pad_0, pad_type = x_655_pad_type_0, strides = x_655_strides_0, weight = core_stacks_4_layers_2_feed_forward2_in_proj_weight_to_fp16, x = input_467_cast_fp16)[name = tensor("x_655_cast_fp16")]; tensor var_5235_to_fp16 = const()[name = tensor("op_5235_to_fp16"), val = tensor(0x1p+2)]; tensor x_657_cast_fp16 = sub(x = x_655_cast_fp16, y = var_5235_to_fp16)[name = tensor("x_657_cast_fp16")]; tensor var_5237_cast_fp16 = relu(x = x_657_cast_fp16)[name = tensor("op_5237_cast_fp16")]; tensor var_5238_cast_fp16 = abs(x = x_657_cast_fp16)[name = tensor("op_5238_cast_fp16")]; tensor const_116_promoted_to_fp16 = const()[name = tensor("const_116_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_5239_cast_fp16 = mul(x = var_5238_cast_fp16, y = const_116_promoted_to_fp16)[name = tensor("op_5239_cast_fp16")]; tensor var_5240_cast_fp16 = exp(x = var_5239_cast_fp16)[name = tensor("op_5240_cast_fp16")]; tensor var_5241_epsilon_0 = const()[name = tensor("op_5241_epsilon_0"), val = tensor(0x1p+0)]; tensor var_5241_cast_fp16 = log(epsilon = var_5241_epsilon_0, x = var_5240_cast_fp16)[name = tensor("op_5241_cast_fp16")]; tensor var_5242_cast_fp16 = add(x = var_5237_cast_fp16, y = var_5241_cast_fp16)[name = tensor("op_5242_cast_fp16")]; tensor var_5243_to_fp16 = const()[name = tensor("op_5243_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_5244_cast_fp16 = mul(x = x_655_cast_fp16, y = var_5243_to_fp16)[name = tensor("op_5244_cast_fp16")]; tensor var_5245_cast_fp16 = sub(x = var_5242_cast_fp16, y = var_5244_cast_fp16)[name = tensor("op_5245_cast_fp16")]; tensor var_5246_to_fp16 = const()[name = tensor("op_5246_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_469_cast_fp16 = sub(x = var_5245_cast_fp16, y = var_5246_to_fp16)[name = tensor("input_469_cast_fp16")]; tensor var_5254_pad_type_0 = const()[name = tensor("op_5254_pad_type_0"), val = tensor("valid")]; tensor var_5254_strides_0 = const()[name = tensor("op_5254_strides_0"), val = tensor([1, 1])]; tensor var_5254_pad_0 = const()[name = tensor("op_5254_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5254_dilations_0 = const()[name = tensor("op_5254_dilations_0"), val = tensor([1, 1])]; tensor var_5254_groups_0 = const()[name = tensor("op_5254_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_2_feed_forward2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_feed_forward2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(304769344)))]; tensor core_stacks_4_layers_2_feed_forward2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_feed_forward2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(306342272)))]; tensor var_5254_cast_fp16 = conv(bias = core_stacks_4_layers_2_feed_forward2_out_proj_bias_to_fp16, dilations = var_5254_dilations_0, groups = var_5254_groups_0, pad = var_5254_pad_0, pad_type = var_5254_pad_type_0, strides = var_5254_strides_0, weight = core_stacks_4_layers_2_feed_forward2_out_proj_weight_to_fp16, x = input_469_cast_fp16)[name = tensor("op_5254_cast_fp16")]; tensor src_63_cast_fp16 = add(x = input_467_cast_fp16, y = var_5254_cast_fp16)[name = tensor("src_63_cast_fp16")]; tensor var_5257_cast_fp16 = sub(x = src_63_cast_fp16, y = input_451_cast_fp16)[name = tensor("op_5257_cast_fp16")]; tensor core_stacks_4_layers_2_bypass_mid_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_bypass_mid_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(306343360)))]; tensor var_5258_cast_fp16 = mul(x = var_5257_cast_fp16, y = core_stacks_4_layers_2_bypass_mid_bypass_scale_to_fp16)[name = tensor("op_5258_cast_fp16")]; tensor x_659_cast_fp16 = add(x = input_451_cast_fp16, y = var_5258_cast_fp16)[name = tensor("x_659_cast_fp16")]; tensor var_5269_pad_type_0 = const()[name = tensor("op_5269_pad_type_0"), val = tensor("valid")]; tensor var_5269_strides_0 = const()[name = tensor("op_5269_strides_0"), val = tensor([1, 1])]; tensor var_5269_pad_0 = const()[name = tensor("op_5269_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5269_dilations_0 = const()[name = tensor("op_5269_dilations_0"), val = tensor([1, 1])]; tensor var_5269_groups_0 = const()[name = tensor("op_5269_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_2_self_attn2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_self_attn2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(306344448)))]; tensor core_stacks_4_layers_2_self_attn2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_self_attn2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(306393664)))]; tensor var_5269_cast_fp16 = conv(bias = core_stacks_4_layers_2_self_attn2_in_proj_bias_to_fp16, dilations = var_5269_dilations_0, groups = var_5269_groups_0, pad = var_5269_pad_0, pad_type = var_5269_pad_type_0, strides = var_5269_strides_0, weight = core_stacks_4_layers_2_self_attn2_in_proj_weight_to_fp16, x = x_659_cast_fp16)[name = tensor("op_5269_cast_fp16")]; tensor var_5270 = const()[name = tensor("op_5270"), val = tensor([4, 12, 1, 1024])]; tensor var_5271_cast_fp16 = reshape(shape = var_5270, x = var_5269_cast_fp16)[name = tensor("op_5271_cast_fp16")]; tensor transpose_119_perm_0 = const()[name = tensor("transpose_119_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_595 = const()[name = tensor("concat_595"), val = tensor([4, 1024, 12])]; tensor transpose_119_cast_fp16 = transpose(perm = transpose_119_perm_0, x = var_5271_cast_fp16)[name = tensor("transpose_142")]; tensor reshape_178_cast_fp16 = reshape(shape = concat_595, x = transpose_119_cast_fp16)[name = tensor("reshape_178_cast_fp16")]; tensor matmul_59_transpose_x_0 = const()[name = tensor("matmul_59_transpose_x_0"), val = tensor(false)]; tensor matmul_59_transpose_y_0 = const()[name = tensor("matmul_59_transpose_y_0"), val = tensor(false)]; tensor matmul_59_cast_fp16 = matmul(transpose_x = matmul_59_transpose_x_0, transpose_y = matmul_59_transpose_y_0, x = reshape_174_cast_fp16, y = reshape_178_cast_fp16)[name = tensor("matmul_59_cast_fp16")]; tensor concat_599 = const()[name = tensor("concat_599"), val = tensor([4, 1, 1024, 12])]; tensor reshape_179_cast_fp16 = reshape(shape = concat_599, x = matmul_59_cast_fp16)[name = tensor("reshape_179_cast_fp16")]; tensor out_59_perm_0 = const()[name = tensor("out_59_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_5274 = const()[name = tensor("op_5274"), val = tensor([1, 48, 1, 1024])]; tensor out_59_cast_fp16 = transpose(perm = out_59_perm_0, x = reshape_179_cast_fp16)[name = tensor("transpose_141")]; tensor input_471_cast_fp16 = reshape(shape = var_5274, x = out_59_cast_fp16)[name = tensor("input_471_cast_fp16")]; tensor var_5282_pad_type_0 = const()[name = tensor("op_5282_pad_type_0"), val = tensor("valid")]; tensor var_5282_strides_0 = const()[name = tensor("op_5282_strides_0"), val = tensor([1, 1])]; tensor var_5282_pad_0 = const()[name = tensor("op_5282_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5282_dilations_0 = const()[name = tensor("op_5282_dilations_0"), val = tensor([1, 1])]; tensor var_5282_groups_0 = const()[name = tensor("op_5282_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_2_self_attn2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_self_attn2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(306393856)))]; tensor core_stacks_4_layers_2_self_attn2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_self_attn2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(306443072)))]; tensor var_5282_cast_fp16 = conv(bias = core_stacks_4_layers_2_self_attn2_out_proj_bias_to_fp16, dilations = var_5282_dilations_0, groups = var_5282_groups_0, pad = var_5282_pad_0, pad_type = var_5282_pad_type_0, strides = var_5282_strides_0, weight = core_stacks_4_layers_2_self_attn2_out_proj_weight_to_fp16, x = input_471_cast_fp16)[name = tensor("op_5282_cast_fp16")]; tensor x_661_cast_fp16 = add(x = x_659_cast_fp16, y = var_5282_cast_fp16)[name = tensor("x_661_cast_fp16")]; tensor x_663_cast_fp16 = add(x = x_661_cast_fp16, y = time_emb_cast_fp16)[name = tensor("x_663_cast_fp16")]; tensor x_665_pad_type_0 = const()[name = tensor("x_665_pad_type_0"), val = tensor("valid")]; tensor x_665_strides_0 = const()[name = tensor("x_665_strides_0"), val = tensor([1, 1])]; tensor x_665_pad_0 = const()[name = tensor("x_665_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_665_dilations_0 = const()[name = tensor("x_665_dilations_0"), val = tensor([1, 1])]; tensor x_665_groups_0 = const()[name = tensor("x_665_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_2_conv_module2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_conv_module2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(306444160)))]; tensor core_stacks_4_layers_2_conv_module2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_conv_module2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(307492800)))]; tensor x_665_cast_fp16 = conv(bias = core_stacks_4_layers_2_conv_module2_in_proj_bias_to_fp16, dilations = x_665_dilations_0, groups = x_665_groups_0, pad = x_665_pad_0, pad_type = x_665_pad_type_0, strides = x_665_strides_0, weight = core_stacks_4_layers_2_conv_module2_in_proj_weight_to_fp16, x = x_663_cast_fp16)[name = tensor("x_665_cast_fp16")]; tensor var_5300_begin_0 = const()[name = tensor("op_5300_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_5300_end_0 = const()[name = tensor("op_5300_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_5300_end_mask_0 = const()[name = tensor("op_5300_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_5300_cast_fp16 = slice_by_index(begin = var_5300_begin_0, end = var_5300_end_0, end_mask = var_5300_end_mask_0, x = x_665_cast_fp16)[name = tensor("op_5300_cast_fp16")]; tensor var_5302_begin_0 = const()[name = tensor("op_5302_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_5302_end_0 = const()[name = tensor("op_5302_end_0"), val = tensor([1, 1024, 1, 1024])]; tensor var_5302_end_mask_0 = const()[name = tensor("op_5302_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_5302_cast_fp16 = slice_by_index(begin = var_5302_begin_0, end = var_5302_end_0, end_mask = var_5302_end_mask_0, x = x_665_cast_fp16)[name = tensor("op_5302_cast_fp16")]; tensor var_5303_cast_fp16 = sigmoid(x = var_5302_cast_fp16)[name = tensor("op_5303_cast_fp16")]; tensor x_667_cast_fp16 = mul(x = var_5300_cast_fp16, y = var_5303_cast_fp16)[name = tensor("x_667_cast_fp16")]; tensor input_473_cast_fp16 = mul(x = x_667_cast_fp16, y = conv_keep_1_cast_fp16)[name = tensor("input_473_cast_fp16")]; tensor var_5312_pad_type_0 = const()[name = tensor("op_5312_pad_type_0"), val = tensor("custom")]; tensor var_5312_pad_0 = const()[name = tensor("op_5312_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_5312_groups_0 = const()[name = tensor("op_5312_groups_0"), val = tensor(512)]; tensor var_5312_strides_0 = const()[name = tensor("op_5312_strides_0"), val = tensor([1, 1])]; tensor var_5312_dilations_0 = const()[name = tensor("op_5312_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_2_conv_module2_dw_a_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_conv_module2_dw_a_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(307494912)))]; tensor core_stacks_4_layers_2_conv_module2_dw_a_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_conv_module2_dw_a_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(307510336)))]; tensor var_5312_cast_fp16 = conv(bias = core_stacks_4_layers_2_conv_module2_dw_a_bias_to_fp16, dilations = var_5312_dilations_0, groups = var_5312_groups_0, pad = var_5312_pad_0, pad_type = var_5312_pad_type_0, strides = var_5312_strides_0, weight = core_stacks_4_layers_2_conv_module2_dw_a_weight_to_fp16, x = input_473_cast_fp16)[name = tensor("op_5312_cast_fp16")]; tensor var_5313_begin_0 = const()[name = tensor("op_5313_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_5313_end_0 = const()[name = tensor("op_5313_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_5313_end_mask_0 = const()[name = tensor("op_5313_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_5313_cast_fp16 = slice_by_index(begin = var_5313_begin_0, end = var_5313_end_0, end_mask = var_5313_end_mask_0, x = var_5312_cast_fp16)[name = tensor("op_5313_cast_fp16")]; tensor var_5319_pad_type_0 = const()[name = tensor("op_5319_pad_type_0"), val = tensor("custom")]; tensor var_5319_pad_0 = const()[name = tensor("op_5319_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_5319_groups_0 = const()[name = tensor("op_5319_groups_0"), val = tensor(512)]; tensor var_5319_strides_0 = const()[name = tensor("op_5319_strides_0"), val = tensor([1, 1])]; tensor var_5319_dilations_0 = const()[name = tensor("op_5319_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_2_conv_module2_dw_b_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_conv_module2_dw_b_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(307511424)))]; tensor var_5319_cast_fp16 = conv(dilations = var_5319_dilations_0, groups = var_5319_groups_0, pad = var_5319_pad_0, pad_type = var_5319_pad_type_0, strides = var_5319_strides_0, weight = core_stacks_4_layers_2_conv_module2_dw_b_weight_to_fp16, x = input_473_cast_fp16)[name = tensor("op_5319_cast_fp16")]; tensor var_5323_begin_0 = const()[name = tensor("op_5323_begin_0"), val = tensor([0, 0, 0, 15])]; tensor var_5323_end_0 = const()[name = tensor("op_5323_end_0"), val = tensor([1, 512, 1, 1039])]; tensor var_5323_end_mask_0 = const()[name = tensor("op_5323_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_5323_cast_fp16 = slice_by_index(begin = var_5323_begin_0, end = var_5323_end_0, end_mask = var_5323_end_mask_0, x = var_5319_cast_fp16)[name = tensor("op_5323_cast_fp16")]; tensor var_5324_cast_fp16 = add(x = var_5313_cast_fp16, y = var_5323_cast_fp16)[name = tensor("op_5324_cast_fp16")]; tensor var_5330_pad_type_0 = const()[name = tensor("op_5330_pad_type_0"), val = tensor("custom")]; tensor var_5330_pad_0 = const()[name = tensor("op_5330_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_5330_groups_0 = const()[name = tensor("op_5330_groups_0"), val = tensor(512)]; tensor var_5330_strides_0 = const()[name = tensor("op_5330_strides_0"), val = tensor([1, 1])]; tensor var_5330_dilations_0 = const()[name = tensor("op_5330_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_2_conv_module2_dw_c_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_conv_module2_dw_c_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(307526848)))]; tensor var_5330_cast_fp16 = conv(dilations = var_5330_dilations_0, groups = var_5330_groups_0, pad = var_5330_pad_0, pad_type = var_5330_pad_type_0, strides = var_5330_strides_0, weight = core_stacks_4_layers_2_conv_module2_dw_c_weight_to_fp16, x = input_473_cast_fp16)[name = tensor("op_5330_cast_fp16")]; tensor var_5334_begin_0 = const()[name = tensor("op_5334_begin_0"), val = tensor([0, 0, 0, 30])]; tensor var_5334_end_0 = const()[name = tensor("op_5334_end_0"), val = tensor([1, 512, 1, 1])]; tensor var_5334_end_mask_0 = const()[name = tensor("op_5334_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_5334_cast_fp16 = slice_by_index(begin = var_5334_begin_0, end = var_5334_end_0, end_mask = var_5334_end_mask_0, x = var_5330_cast_fp16)[name = tensor("op_5334_cast_fp16")]; tensor x_669_cast_fp16 = add(x = var_5324_cast_fp16, y = var_5334_cast_fp16)[name = tensor("x_669_cast_fp16")]; tensor var_5336_to_fp16 = const()[name = tensor("op_5336_to_fp16"), val = tensor(0x1p+0)]; tensor x_671_cast_fp16 = sub(x = x_669_cast_fp16, y = var_5336_to_fp16)[name = tensor("x_671_cast_fp16")]; tensor var_5338_cast_fp16 = relu(x = x_671_cast_fp16)[name = tensor("op_5338_cast_fp16")]; tensor var_5339_cast_fp16 = abs(x = x_671_cast_fp16)[name = tensor("op_5339_cast_fp16")]; tensor const_119_promoted_to_fp16 = const()[name = tensor("const_119_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_5340_cast_fp16 = mul(x = var_5339_cast_fp16, y = const_119_promoted_to_fp16)[name = tensor("op_5340_cast_fp16")]; tensor var_5341_cast_fp16 = exp(x = var_5340_cast_fp16)[name = tensor("op_5341_cast_fp16")]; tensor var_5342_epsilon_0 = const()[name = tensor("op_5342_epsilon_0"), val = tensor(0x1p+0)]; tensor var_5342_cast_fp16 = log(epsilon = var_5342_epsilon_0, x = var_5341_cast_fp16)[name = tensor("op_5342_cast_fp16")]; tensor var_5343_cast_fp16 = add(x = var_5338_cast_fp16, y = var_5342_cast_fp16)[name = tensor("op_5343_cast_fp16")]; tensor var_5344_to_fp16 = const()[name = tensor("op_5344_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_5345_cast_fp16 = mul(x = x_669_cast_fp16, y = var_5344_to_fp16)[name = tensor("op_5345_cast_fp16")]; tensor var_5346_cast_fp16 = sub(x = var_5343_cast_fp16, y = var_5345_cast_fp16)[name = tensor("op_5346_cast_fp16")]; tensor var_5347_to_fp16 = const()[name = tensor("op_5347_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_475_cast_fp16 = sub(x = var_5346_cast_fp16, y = var_5347_to_fp16)[name = tensor("input_475_cast_fp16")]; tensor var_5355_pad_type_0 = const()[name = tensor("op_5355_pad_type_0"), val = tensor("valid")]; tensor var_5355_strides_0 = const()[name = tensor("op_5355_strides_0"), val = tensor([1, 1])]; tensor var_5355_pad_0 = const()[name = tensor("op_5355_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5355_dilations_0 = const()[name = tensor("op_5355_dilations_0"), val = tensor([1, 1])]; tensor var_5355_groups_0 = const()[name = tensor("op_5355_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_2_conv_module2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_conv_module2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(307527936)))]; tensor core_stacks_4_layers_2_conv_module2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_conv_module2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(308052288)))]; tensor var_5355_cast_fp16 = conv(bias = core_stacks_4_layers_2_conv_module2_out_proj_bias_to_fp16, dilations = var_5355_dilations_0, groups = var_5355_groups_0, pad = var_5355_pad_0, pad_type = var_5355_pad_type_0, strides = var_5355_strides_0, weight = core_stacks_4_layers_2_conv_module2_out_proj_weight_to_fp16, x = input_475_cast_fp16)[name = tensor("op_5355_cast_fp16")]; tensor input_477_cast_fp16 = add(x = x_663_cast_fp16, y = var_5355_cast_fp16)[name = tensor("input_477_cast_fp16")]; tensor x_673_pad_type_0 = const()[name = tensor("x_673_pad_type_0"), val = tensor("valid")]; tensor x_673_strides_0 = const()[name = tensor("x_673_strides_0"), val = tensor([1, 1])]; tensor x_673_pad_0 = const()[name = tensor("x_673_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_673_dilations_0 = const()[name = tensor("x_673_dilations_0"), val = tensor([1, 1])]; tensor x_673_groups_0 = const()[name = tensor("x_673_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_2_feed_forward3_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_feed_forward3_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(308053376)))]; tensor core_stacks_4_layers_2_feed_forward3_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_feed_forward3_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(310019520)))]; tensor x_673_cast_fp16 = conv(bias = core_stacks_4_layers_2_feed_forward3_in_proj_bias_to_fp16, dilations = x_673_dilations_0, groups = x_673_groups_0, pad = x_673_pad_0, pad_type = x_673_pad_type_0, strides = x_673_strides_0, weight = core_stacks_4_layers_2_feed_forward3_in_proj_weight_to_fp16, x = input_477_cast_fp16)[name = tensor("x_673_cast_fp16")]; tensor var_5366_to_fp16 = const()[name = tensor("op_5366_to_fp16"), val = tensor(0x1p+2)]; tensor x_675_cast_fp16 = sub(x = x_673_cast_fp16, y = var_5366_to_fp16)[name = tensor("x_675_cast_fp16")]; tensor var_5368_cast_fp16 = relu(x = x_675_cast_fp16)[name = tensor("op_5368_cast_fp16")]; tensor var_5369_cast_fp16 = abs(x = x_675_cast_fp16)[name = tensor("op_5369_cast_fp16")]; tensor const_120_promoted_to_fp16 = const()[name = tensor("const_120_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_5370_cast_fp16 = mul(x = var_5369_cast_fp16, y = const_120_promoted_to_fp16)[name = tensor("op_5370_cast_fp16")]; tensor var_5371_cast_fp16 = exp(x = var_5370_cast_fp16)[name = tensor("op_5371_cast_fp16")]; tensor var_5372_epsilon_0 = const()[name = tensor("op_5372_epsilon_0"), val = tensor(0x1p+0)]; tensor var_5372_cast_fp16 = log(epsilon = var_5372_epsilon_0, x = var_5371_cast_fp16)[name = tensor("op_5372_cast_fp16")]; tensor var_5373_cast_fp16 = add(x = var_5368_cast_fp16, y = var_5372_cast_fp16)[name = tensor("op_5373_cast_fp16")]; tensor var_5374_to_fp16 = const()[name = tensor("op_5374_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_5375_cast_fp16 = mul(x = x_673_cast_fp16, y = var_5374_to_fp16)[name = tensor("op_5375_cast_fp16")]; tensor var_5376_cast_fp16 = sub(x = var_5373_cast_fp16, y = var_5375_cast_fp16)[name = tensor("op_5376_cast_fp16")]; tensor var_5377_to_fp16 = const()[name = tensor("op_5377_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_479_cast_fp16 = sub(x = var_5376_cast_fp16, y = var_5377_to_fp16)[name = tensor("input_479_cast_fp16")]; tensor var_5385_pad_type_0 = const()[name = tensor("op_5385_pad_type_0"), val = tensor("valid")]; tensor var_5385_strides_0 = const()[name = tensor("op_5385_strides_0"), val = tensor([1, 1])]; tensor var_5385_pad_0 = const()[name = tensor("op_5385_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5385_dilations_0 = const()[name = tensor("op_5385_dilations_0"), val = tensor([1, 1])]; tensor var_5385_groups_0 = const()[name = tensor("op_5385_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_2_feed_forward3_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_feed_forward3_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(310023424)))]; tensor core_stacks_4_layers_2_feed_forward3_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_feed_forward3_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(311989568)))]; tensor var_5385_cast_fp16 = conv(bias = core_stacks_4_layers_2_feed_forward3_out_proj_bias_to_fp16, dilations = var_5385_dilations_0, groups = var_5385_groups_0, pad = var_5385_pad_0, pad_type = var_5385_pad_type_0, strides = var_5385_strides_0, weight = core_stacks_4_layers_2_feed_forward3_out_proj_weight_to_fp16, x = input_479_cast_fp16)[name = tensor("op_5385_cast_fp16")]; tensor x_677_cast_fp16 = add(x = input_477_cast_fp16, y = var_5385_cast_fp16)[name = tensor("x_677_cast_fp16")]; tensor core_stacks_4_layers_2_norm_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(311990656)))]; tensor d_29_cast_fp16 = sub(x = x_677_cast_fp16, y = core_stacks_4_layers_2_norm_bias_to_fp16)[name = tensor("d_29_cast_fp16")]; tensor var_5390_cast_fp16 = mul(x = d_29_cast_fp16, y = d_29_cast_fp16)[name = tensor("op_5390_cast_fp16")]; tensor var_5392_axes_0 = const()[name = tensor("op_5392_axes_0"), val = tensor([1])]; tensor var_5392_keep_dims_0 = const()[name = tensor("op_5392_keep_dims_0"), val = tensor(true)]; tensor var_5392_cast_fp16 = reduce_mean(axes = var_5392_axes_0, keep_dims = var_5392_keep_dims_0, x = var_5390_cast_fp16)[name = tensor("op_5392_cast_fp16")]; tensor scales_29_epsilon_0 = const()[name = tensor("scales_29_epsilon_0"), val = tensor(0x1.197998p-40)]; tensor scales_29_cast_fp16 = rsqrt(epsilon = scales_29_epsilon_0, x = var_5392_cast_fp16)[name = tensor("scales_29_cast_fp16")]; tensor var_5394_cast_fp16 = mul(x = x_677_cast_fp16, y = scales_29_cast_fp16)[name = tensor("op_5394_cast_fp16")]; tensor core_stacks_4_layers_2_norm_scale_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_norm_scale_to_fp16"), val = tensor(0x1.d0cp+0)]; tensor src_65_cast_fp16 = mul(x = var_5394_cast_fp16, y = core_stacks_4_layers_2_norm_scale_to_fp16)[name = tensor("src_65_cast_fp16")]; tensor var_5397_cast_fp16 = sub(x = src_65_cast_fp16, y = input_451_cast_fp16)[name = tensor("op_5397_cast_fp16")]; tensor core_stacks_4_layers_2_bypass_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_4_layers_2_bypass_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(311991744)))]; tensor var_5398_cast_fp16 = mul(x = var_5397_cast_fp16, y = core_stacks_4_layers_2_bypass_bypass_scale_to_fp16)[name = tensor("op_5398_cast_fp16")]; tensor input_481_cast_fp16 = add(x = input_451_cast_fp16, y = var_5398_cast_fp16)[name = tensor("input_481_cast_fp16")]; tensor proj_pad_type_0 = const()[name = tensor("proj_pad_type_0"), val = tensor("valid")]; tensor proj_strides_0 = const()[name = tensor("proj_strides_0"), val = tensor([1, 1])]; tensor proj_pad_0 = const()[name = tensor("proj_pad_0"), val = tensor([0, 0, 0, 0])]; tensor proj_dilations_0 = const()[name = tensor("proj_dilations_0"), val = tensor([1, 1])]; tensor proj_groups_0 = const()[name = tensor("proj_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_3_self_attn_weights_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_self_attn_weights_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(311992832)))]; tensor core_stacks_4_layers_3_self_attn_weights_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_self_attn_weights_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(312386112)))]; tensor proj_cast_fp16 = conv(bias = core_stacks_4_layers_3_self_attn_weights_in_proj_bias_to_fp16, dilations = proj_dilations_0, groups = proj_groups_0, pad = proj_pad_0, pad_type = proj_pad_type_0, strides = proj_strides_0, weight = core_stacks_4_layers_3_self_attn_weights_in_proj_weight_to_fp16, x = input_481_cast_fp16)[name = tensor("proj_cast_fp16")]; tensor var_5421_begin_0 = const()[name = tensor("op_5421_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_5421_end_0 = const()[name = tensor("op_5421_end_0"), val = tensor([1, 128, 1, 1024])]; tensor var_5421_end_mask_0 = const()[name = tensor("op_5421_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_5421_cast_fp16 = slice_by_index(begin = var_5421_begin_0, end = var_5421_end_0, end_mask = var_5421_end_mask_0, x = proj_cast_fp16)[name = tensor("op_5421_cast_fp16")]; tensor var_5422 = const()[name = tensor("op_5422"), val = tensor([4, 32, 1, 1024])]; tensor var_5423_cast_fp16 = reshape(shape = var_5422, x = var_5421_cast_fp16)[name = tensor("op_5423_cast_fp16")]; tensor var_5425_begin_0 = const()[name = tensor("op_5425_begin_0"), val = tensor([0, 128, 0, 0])]; tensor var_5425_end_0 = const()[name = tensor("op_5425_end_0"), val = tensor([1, 256, 1, 1024])]; tensor var_5425_end_mask_0 = const()[name = tensor("op_5425_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_5425_cast_fp16 = slice_by_index(begin = var_5425_begin_0, end = var_5425_end_0, end_mask = var_5425_end_mask_0, x = proj_cast_fp16)[name = tensor("op_5425_cast_fp16")]; tensor var_5426 = const()[name = tensor("op_5426"), val = tensor([4, 32, 1, 1024])]; tensor var_5427_cast_fp16 = reshape(shape = var_5426, x = var_5425_cast_fp16)[name = tensor("op_5427_cast_fp16")]; tensor var_5429_begin_0 = const()[name = tensor("op_5429_begin_0"), val = tensor([0, 256, 0, 0])]; tensor var_5429_end_0 = const()[name = tensor("op_5429_end_0"), val = tensor([1, 384, 1, 1024])]; tensor var_5429_end_mask_0 = const()[name = tensor("op_5429_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_5429_cast_fp16 = slice_by_index(begin = var_5429_begin_0, end = var_5429_end_0, end_mask = var_5429_end_mask_0, x = proj_cast_fp16)[name = tensor("op_5429_cast_fp16")]; tensor var_5430 = const()[name = tensor("op_5430"), val = tensor([4, 32, 1, 1024])]; tensor pt_cast_fp16 = reshape(shape = var_5430, x = var_5429_cast_fp16)[name = tensor("pt_cast_fp16")]; tensor transpose_120_perm_0 = const()[name = tensor("transpose_120_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_604 = const()[name = tensor("concat_604"), val = tensor([4, 1024, 32])]; tensor transpose_120_cast_fp16 = transpose(perm = transpose_120_perm_0, x = var_5423_cast_fp16)[name = tensor("transpose_140")]; tensor reshape_180_cast_fp16 = reshape(shape = concat_604, x = transpose_120_cast_fp16)[name = tensor("reshape_180_cast_fp16")]; tensor transpose_121_perm_0 = const()[name = tensor("transpose_121_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_605 = const()[name = tensor("concat_605"), val = tensor([4, 32, 1024])]; tensor transpose_121_cast_fp16 = transpose(perm = transpose_121_perm_0, x = var_5427_cast_fp16)[name = tensor("transpose_139")]; tensor reshape_181_cast_fp16 = reshape(shape = concat_605, x = transpose_121_cast_fp16)[name = tensor("reshape_181_cast_fp16")]; tensor matmul_60_transpose_x_0 = const()[name = tensor("matmul_60_transpose_x_0"), val = tensor(false)]; tensor matmul_60_transpose_y_0 = const()[name = tensor("matmul_60_transpose_y_0"), val = tensor(false)]; tensor matmul_60_cast_fp16 = matmul(transpose_x = matmul_60_transpose_x_0, transpose_y = matmul_60_transpose_y_0, x = reshape_180_cast_fp16, y = reshape_181_cast_fp16)[name = tensor("matmul_60_cast_fp16")]; tensor concat_609 = const()[name = tensor("concat_609"), val = tensor([4, 1, 1024, 1024])]; tensor reshape_182_cast_fp16 = reshape(shape = concat_609, x = matmul_60_cast_fp16)[name = tensor("reshape_182_cast_fp16")]; tensor attn_scores_91_perm_0 = const()[name = tensor("attn_scores_91_perm_0"), val = tensor([0, 2, 1, 3])]; tensor var_5434 = const()[name = tensor("op_5434"), val = tensor([0, 1, 3, 2])]; tensor var_5435_cast_fp16 = transpose(perm = var_5434, x = pt_cast_fp16)[name = tensor("transpose_137")]; tensor var_5436_cast_fp16 = mul(x = var_5435_cast_fp16, y = core_pos_basis_1024_to_fp16)[name = tensor("op_5436_cast_fp16")]; tensor pos_scores_axes_0 = const()[name = tensor("pos_scores_axes_0"), val = tensor([1])]; tensor pos_scores_keep_dims_0 = const()[name = tensor("pos_scores_keep_dims_0"), val = tensor(true)]; tensor pos_scores_cast_fp16 = reduce_sum(axes = pos_scores_axes_0, keep_dims = pos_scores_keep_dims_0, x = var_5436_cast_fp16)[name = tensor("pos_scores_cast_fp16")]; tensor var_5439 = const()[name = tensor("op_5439"), val = tensor([4, 1024, 1, 1024])]; tensor var_5440_cast_fp16 = reshape(shape = var_5439, x = pos_scores_cast_fp16)[name = tensor("op_5440_cast_fp16")]; tensor attn_scores_91_cast_fp16 = transpose(perm = attn_scores_91_perm_0, x = reshape_182_cast_fp16)[name = tensor("transpose_138")]; tensor attn_scores_93_cast_fp16 = add(x = attn_scores_91_cast_fp16, y = var_5440_cast_fp16)[name = tensor("attn_scores_93_cast_fp16")]; tensor attn_scores_cast_fp16 = add(x = attn_scores_93_cast_fp16, y = attn_bias_1_cast_fp16)[name = tensor("attn_scores_cast_fp16")]; tensor attn_weights_cast_fp16 = softmax(axis = var_41, x = attn_scores_cast_fp16)[name = tensor("attn_weights_cast_fp16")]; tensor input_483_cast_fp16 = add(x = input_481_cast_fp16, y = time_emb_cast_fp16)[name = tensor("input_483_cast_fp16")]; tensor x_679_pad_type_0 = const()[name = tensor("x_679_pad_type_0"), val = tensor("valid")]; tensor x_679_strides_0 = const()[name = tensor("x_679_strides_0"), val = tensor([1, 1])]; tensor x_679_pad_0 = const()[name = tensor("x_679_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_679_dilations_0 = const()[name = tensor("x_679_dilations_0"), val = tensor([1, 1])]; tensor x_679_groups_0 = const()[name = tensor("x_679_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_3_feed_forward1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_feed_forward1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(312386944)))]; tensor core_stacks_4_layers_3_feed_forward1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_feed_forward1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(313566656)))]; tensor x_679_cast_fp16 = conv(bias = core_stacks_4_layers_3_feed_forward1_in_proj_bias_to_fp16, dilations = x_679_dilations_0, groups = x_679_groups_0, pad = x_679_pad_0, pad_type = x_679_pad_type_0, strides = x_679_strides_0, weight = core_stacks_4_layers_3_feed_forward1_in_proj_weight_to_fp16, x = input_483_cast_fp16)[name = tensor("x_679_cast_fp16")]; tensor var_5454_to_fp16 = const()[name = tensor("op_5454_to_fp16"), val = tensor(0x1p+2)]; tensor x_681_cast_fp16 = sub(x = x_679_cast_fp16, y = var_5454_to_fp16)[name = tensor("x_681_cast_fp16")]; tensor var_5456_cast_fp16 = relu(x = x_681_cast_fp16)[name = tensor("op_5456_cast_fp16")]; tensor var_5457_cast_fp16 = abs(x = x_681_cast_fp16)[name = tensor("op_5457_cast_fp16")]; tensor const_121_promoted_to_fp16 = const()[name = tensor("const_121_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_5458_cast_fp16 = mul(x = var_5457_cast_fp16, y = const_121_promoted_to_fp16)[name = tensor("op_5458_cast_fp16")]; tensor var_5459_cast_fp16 = exp(x = var_5458_cast_fp16)[name = tensor("op_5459_cast_fp16")]; tensor var_5460_epsilon_0 = const()[name = tensor("op_5460_epsilon_0"), val = tensor(0x1p+0)]; tensor var_5460_cast_fp16 = log(epsilon = var_5460_epsilon_0, x = var_5459_cast_fp16)[name = tensor("op_5460_cast_fp16")]; tensor var_5461_cast_fp16 = add(x = var_5456_cast_fp16, y = var_5460_cast_fp16)[name = tensor("op_5461_cast_fp16")]; tensor var_5462_to_fp16 = const()[name = tensor("op_5462_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_5463_cast_fp16 = mul(x = x_679_cast_fp16, y = var_5462_to_fp16)[name = tensor("op_5463_cast_fp16")]; tensor var_5464_cast_fp16 = sub(x = var_5461_cast_fp16, y = var_5463_cast_fp16)[name = tensor("op_5464_cast_fp16")]; tensor var_5465_to_fp16 = const()[name = tensor("op_5465_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_485_cast_fp16 = sub(x = var_5464_cast_fp16, y = var_5465_to_fp16)[name = tensor("input_485_cast_fp16")]; tensor var_5473_pad_type_0 = const()[name = tensor("op_5473_pad_type_0"), val = tensor("valid")]; tensor var_5473_strides_0 = const()[name = tensor("op_5473_strides_0"), val = tensor([1, 1])]; tensor var_5473_pad_0 = const()[name = tensor("op_5473_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5473_dilations_0 = const()[name = tensor("op_5473_dilations_0"), val = tensor([1, 1])]; tensor var_5473_groups_0 = const()[name = tensor("op_5473_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_3_feed_forward1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_feed_forward1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(313569024)))]; tensor core_stacks_4_layers_3_feed_forward1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_feed_forward1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(314748736)))]; tensor var_5473_cast_fp16 = conv(bias = core_stacks_4_layers_3_feed_forward1_out_proj_bias_to_fp16, dilations = var_5473_dilations_0, groups = var_5473_groups_0, pad = var_5473_pad_0, pad_type = var_5473_pad_type_0, strides = var_5473_strides_0, weight = core_stacks_4_layers_3_feed_forward1_out_proj_weight_to_fp16, x = input_485_cast_fp16)[name = tensor("op_5473_cast_fp16")]; tensor input_487_cast_fp16 = add(x = input_483_cast_fp16, y = var_5473_cast_fp16)[name = tensor("input_487_cast_fp16")]; tensor var_5475_begin_0 = const()[name = tensor("op_5475_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_5475_end_0 = const()[name = tensor("op_5475_end_0"), val = tensor([1, 1024, 1, 1024])]; tensor var_5475_end_mask_0 = const()[name = tensor("op_5475_end_mask_0"), val = tensor([false, true, true, true])]; tensor var_5475_cast_fp16 = slice_by_index(begin = var_5475_begin_0, end = var_5475_end_0, end_mask = var_5475_end_mask_0, x = attn_weights_cast_fp16)[name = tensor("op_5475_cast_fp16")]; tensor x_683_pad_type_0 = const()[name = tensor("x_683_pad_type_0"), val = tensor("valid")]; tensor x_683_strides_0 = const()[name = tensor("x_683_strides_0"), val = tensor([1, 1])]; tensor x_683_pad_0 = const()[name = tensor("x_683_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_683_dilations_0 = const()[name = tensor("x_683_dilations_0"), val = tensor([1, 1])]; tensor x_683_groups_0 = const()[name = tensor("x_683_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_3_nonlin_attention_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_nonlin_attention_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(314749824)))]; tensor core_stacks_4_layers_3_nonlin_attention_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_nonlin_attention_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(315929536)))]; tensor x_683_cast_fp16 = conv(bias = core_stacks_4_layers_3_nonlin_attention_in_proj_bias_to_fp16, dilations = x_683_dilations_0, groups = x_683_groups_0, pad = x_683_pad_0, pad_type = x_683_pad_type_0, strides = x_683_strides_0, weight = core_stacks_4_layers_3_nonlin_attention_in_proj_weight_to_fp16, x = input_487_cast_fp16)[name = tensor("x_683_cast_fp16")]; tensor var_5486_begin_0 = const()[name = tensor("op_5486_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_5486_end_0 = const()[name = tensor("op_5486_end_0"), val = tensor([1, 384, 1, 1024])]; tensor var_5486_end_mask_0 = const()[name = tensor("op_5486_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_5486_cast_fp16 = slice_by_index(begin = var_5486_begin_0, end = var_5486_end_0, end_mask = var_5486_end_mask_0, x = x_683_cast_fp16)[name = tensor("op_5486_cast_fp16")]; tensor s_gate_cast_fp16 = tanh(x = var_5486_cast_fp16)[name = tensor("s_gate_cast_fp16")]; tensor var_5489_begin_0 = const()[name = tensor("op_5489_begin_0"), val = tensor([0, 384, 0, 0])]; tensor var_5489_end_0 = const()[name = tensor("op_5489_end_0"), val = tensor([1, 768, 1, 1024])]; tensor var_5489_end_mask_0 = const()[name = tensor("op_5489_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_5489_cast_fp16 = slice_by_index(begin = var_5489_begin_0, end = var_5489_end_0, end_mask = var_5489_end_mask_0, x = x_683_cast_fp16)[name = tensor("op_5489_cast_fp16")]; tensor var_5490_cast_fp16 = mul(x = var_5489_cast_fp16, y = s_gate_cast_fp16)[name = tensor("op_5490_cast_fp16")]; tensor y_begin_0 = const()[name = tensor("y_begin_0"), val = tensor([0, 768, 0, 0])]; tensor y_end_0 = const()[name = tensor("y_end_0"), val = tensor([1, 1152, 1, 1024])]; tensor y_end_mask_0 = const()[name = tensor("y_end_mask_0"), val = tensor([true, true, true, true])]; tensor y_cast_fp16 = slice_by_index(begin = y_begin_0, end = y_end_0, end_mask = y_end_mask_0, x = x_683_cast_fp16)[name = tensor("y_cast_fp16")]; tensor transpose_122_perm_0 = const()[name = tensor("transpose_122_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_614 = const()[name = tensor("concat_614"), val = tensor([1, 1024, 1024])]; tensor transpose_122_cast_fp16 = transpose(perm = transpose_122_perm_0, x = var_5475_cast_fp16)[name = tensor("transpose_136")]; tensor reshape_183_cast_fp16 = reshape(shape = concat_614, x = transpose_122_cast_fp16)[name = tensor("reshape_183_cast_fp16")]; tensor transpose_123_perm_0 = const()[name = tensor("transpose_123_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_615 = const()[name = tensor("concat_615"), val = tensor([1, 1024, 384])]; tensor transpose_123_cast_fp16 = transpose(perm = transpose_123_perm_0, x = var_5490_cast_fp16)[name = tensor("transpose_135")]; tensor reshape_184_cast_fp16 = reshape(shape = concat_615, x = transpose_123_cast_fp16)[name = tensor("reshape_184_cast_fp16")]; tensor matmul_61_transpose_x_0 = const()[name = tensor("matmul_61_transpose_x_0"), val = tensor(false)]; tensor matmul_61_transpose_y_0 = const()[name = tensor("matmul_61_transpose_y_0"), val = tensor(false)]; tensor matmul_61_cast_fp16 = matmul(transpose_x = matmul_61_transpose_x_0, transpose_y = matmul_61_transpose_y_0, x = reshape_183_cast_fp16, y = reshape_184_cast_fp16)[name = tensor("matmul_61_cast_fp16")]; tensor concat_619 = const()[name = tensor("concat_619"), val = tensor([1, 1, 1024, 384])]; tensor reshape_185_cast_fp16 = reshape(shape = concat_619, x = matmul_61_cast_fp16)[name = tensor("reshape_185_cast_fp16")]; tensor v_31_perm_0 = const()[name = tensor("v_31_perm_0"), val = tensor([0, 3, 1, 2])]; tensor v_31_cast_fp16 = transpose(perm = v_31_perm_0, x = reshape_185_cast_fp16)[name = tensor("transpose_134")]; tensor input_489_cast_fp16 = mul(x = v_31_cast_fp16, y = y_cast_fp16)[name = tensor("input_489_cast_fp16")]; tensor var_5502_pad_type_0 = const()[name = tensor("op_5502_pad_type_0"), val = tensor("valid")]; tensor var_5502_strides_0 = const()[name = tensor("op_5502_strides_0"), val = tensor([1, 1])]; tensor var_5502_pad_0 = const()[name = tensor("op_5502_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5502_dilations_0 = const()[name = tensor("op_5502_dilations_0"), val = tensor([1, 1])]; tensor var_5502_groups_0 = const()[name = tensor("op_5502_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_3_nonlin_attention_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_nonlin_attention_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(315931904)))]; tensor core_stacks_4_layers_3_nonlin_attention_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_nonlin_attention_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(316325184)))]; tensor var_5502_cast_fp16 = conv(bias = core_stacks_4_layers_3_nonlin_attention_out_proj_bias_to_fp16, dilations = var_5502_dilations_0, groups = var_5502_groups_0, pad = var_5502_pad_0, pad_type = var_5502_pad_type_0, strides = var_5502_strides_0, weight = core_stacks_4_layers_3_nonlin_attention_out_proj_weight_to_fp16, x = input_489_cast_fp16)[name = tensor("op_5502_cast_fp16")]; tensor x_685_cast_fp16 = add(x = input_487_cast_fp16, y = var_5502_cast_fp16)[name = tensor("x_685_cast_fp16")]; tensor var_5513_pad_type_0 = const()[name = tensor("op_5513_pad_type_0"), val = tensor("valid")]; tensor var_5513_strides_0 = const()[name = tensor("op_5513_strides_0"), val = tensor([1, 1])]; tensor var_5513_pad_0 = const()[name = tensor("op_5513_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5513_dilations_0 = const()[name = tensor("op_5513_dilations_0"), val = tensor([1, 1])]; tensor var_5513_groups_0 = const()[name = tensor("op_5513_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_3_self_attn1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_self_attn1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(316326272)))]; tensor core_stacks_4_layers_3_self_attn1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_self_attn1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(316375488)))]; tensor var_5513_cast_fp16 = conv(bias = core_stacks_4_layers_3_self_attn1_in_proj_bias_to_fp16, dilations = var_5513_dilations_0, groups = var_5513_groups_0, pad = var_5513_pad_0, pad_type = var_5513_pad_type_0, strides = var_5513_strides_0, weight = core_stacks_4_layers_3_self_attn1_in_proj_weight_to_fp16, x = x_685_cast_fp16)[name = tensor("op_5513_cast_fp16")]; tensor var_5514 = const()[name = tensor("op_5514"), val = tensor([4, 12, 1, 1024])]; tensor var_5515_cast_fp16 = reshape(shape = var_5514, x = var_5513_cast_fp16)[name = tensor("op_5515_cast_fp16")]; tensor transpose_124_perm_0 = const()[name = tensor("transpose_124_perm_0"), val = tensor([0, 2, 1, 3])]; tensor concat_624 = const()[name = tensor("concat_624"), val = tensor([4, 1024, 1024])]; tensor transpose_124_cast_fp16 = transpose(perm = transpose_124_perm_0, x = attn_weights_cast_fp16)[name = tensor("transpose_133")]; tensor reshape_186_cast_fp16 = reshape(shape = concat_624, x = transpose_124_cast_fp16)[name = tensor("reshape_186_cast_fp16")]; tensor transpose_125_perm_0 = const()[name = tensor("transpose_125_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_625 = const()[name = tensor("concat_625"), val = tensor([4, 1024, 12])]; tensor transpose_125_cast_fp16 = transpose(perm = transpose_125_perm_0, x = var_5515_cast_fp16)[name = tensor("transpose_132")]; tensor reshape_187_cast_fp16 = reshape(shape = concat_625, x = transpose_125_cast_fp16)[name = tensor("reshape_187_cast_fp16")]; tensor matmul_62_transpose_x_0 = const()[name = tensor("matmul_62_transpose_x_0"), val = tensor(false)]; tensor matmul_62_transpose_y_0 = const()[name = tensor("matmul_62_transpose_y_0"), val = tensor(false)]; tensor matmul_62_cast_fp16 = matmul(transpose_x = matmul_62_transpose_x_0, transpose_y = matmul_62_transpose_y_0, x = reshape_186_cast_fp16, y = reshape_187_cast_fp16)[name = tensor("matmul_62_cast_fp16")]; tensor concat_629 = const()[name = tensor("concat_629"), val = tensor([4, 1, 1024, 12])]; tensor reshape_188_cast_fp16 = reshape(shape = concat_629, x = matmul_62_cast_fp16)[name = tensor("reshape_188_cast_fp16")]; tensor out_61_perm_0 = const()[name = tensor("out_61_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_5518 = const()[name = tensor("op_5518"), val = tensor([1, 48, 1, 1024])]; tensor out_61_cast_fp16 = transpose(perm = out_61_perm_0, x = reshape_188_cast_fp16)[name = tensor("transpose_131")]; tensor input_491_cast_fp16 = reshape(shape = var_5518, x = out_61_cast_fp16)[name = tensor("input_491_cast_fp16")]; tensor var_5526_pad_type_0 = const()[name = tensor("op_5526_pad_type_0"), val = tensor("valid")]; tensor var_5526_strides_0 = const()[name = tensor("op_5526_strides_0"), val = tensor([1, 1])]; tensor var_5526_pad_0 = const()[name = tensor("op_5526_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5526_dilations_0 = const()[name = tensor("op_5526_dilations_0"), val = tensor([1, 1])]; tensor var_5526_groups_0 = const()[name = tensor("op_5526_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_3_self_attn1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_self_attn1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(316375680)))]; tensor core_stacks_4_layers_3_self_attn1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_self_attn1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(316424896)))]; tensor var_5526_cast_fp16 = conv(bias = core_stacks_4_layers_3_self_attn1_out_proj_bias_to_fp16, dilations = var_5526_dilations_0, groups = var_5526_groups_0, pad = var_5526_pad_0, pad_type = var_5526_pad_type_0, strides = var_5526_strides_0, weight = core_stacks_4_layers_3_self_attn1_out_proj_weight_to_fp16, x = input_491_cast_fp16)[name = tensor("op_5526_cast_fp16")]; tensor x_687_cast_fp16 = add(x = x_685_cast_fp16, y = var_5526_cast_fp16)[name = tensor("x_687_cast_fp16")]; tensor x_689_cast_fp16 = add(x = x_687_cast_fp16, y = time_emb_cast_fp16)[name = tensor("x_689_cast_fp16")]; tensor x_691_pad_type_0 = const()[name = tensor("x_691_pad_type_0"), val = tensor("valid")]; tensor x_691_strides_0 = const()[name = tensor("x_691_strides_0"), val = tensor([1, 1])]; tensor x_691_pad_0 = const()[name = tensor("x_691_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_691_dilations_0 = const()[name = tensor("x_691_dilations_0"), val = tensor([1, 1])]; tensor x_691_groups_0 = const()[name = tensor("x_691_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_3_conv_module1_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_conv_module1_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(316425984)))]; tensor core_stacks_4_layers_3_conv_module1_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_conv_module1_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(317474624)))]; tensor x_691_cast_fp16 = conv(bias = core_stacks_4_layers_3_conv_module1_in_proj_bias_to_fp16, dilations = x_691_dilations_0, groups = x_691_groups_0, pad = x_691_pad_0, pad_type = x_691_pad_type_0, strides = x_691_strides_0, weight = core_stacks_4_layers_3_conv_module1_in_proj_weight_to_fp16, x = x_689_cast_fp16)[name = tensor("x_691_cast_fp16")]; tensor var_5544_begin_0 = const()[name = tensor("op_5544_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_5544_end_0 = const()[name = tensor("op_5544_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_5544_end_mask_0 = const()[name = tensor("op_5544_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_5544_cast_fp16 = slice_by_index(begin = var_5544_begin_0, end = var_5544_end_0, end_mask = var_5544_end_mask_0, x = x_691_cast_fp16)[name = tensor("op_5544_cast_fp16")]; tensor var_5546_begin_0 = const()[name = tensor("op_5546_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_5546_end_0 = const()[name = tensor("op_5546_end_0"), val = tensor([1, 1024, 1, 1024])]; tensor var_5546_end_mask_0 = const()[name = tensor("op_5546_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_5546_cast_fp16 = slice_by_index(begin = var_5546_begin_0, end = var_5546_end_0, end_mask = var_5546_end_mask_0, x = x_691_cast_fp16)[name = tensor("op_5546_cast_fp16")]; tensor var_5547_cast_fp16 = sigmoid(x = var_5546_cast_fp16)[name = tensor("op_5547_cast_fp16")]; tensor x_693_cast_fp16 = mul(x = var_5544_cast_fp16, y = var_5547_cast_fp16)[name = tensor("x_693_cast_fp16")]; tensor input_493_cast_fp16 = mul(x = x_693_cast_fp16, y = conv_keep_1_cast_fp16)[name = tensor("input_493_cast_fp16")]; tensor var_5556_pad_type_0 = const()[name = tensor("op_5556_pad_type_0"), val = tensor("custom")]; tensor var_5556_pad_0 = const()[name = tensor("op_5556_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_5556_groups_0 = const()[name = tensor("op_5556_groups_0"), val = tensor(512)]; tensor var_5556_strides_0 = const()[name = tensor("op_5556_strides_0"), val = tensor([1, 1])]; tensor var_5556_dilations_0 = const()[name = tensor("op_5556_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_3_conv_module1_dw_a_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_conv_module1_dw_a_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(317476736)))]; tensor core_stacks_4_layers_3_conv_module1_dw_a_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_conv_module1_dw_a_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(317492160)))]; tensor var_5556_cast_fp16 = conv(bias = core_stacks_4_layers_3_conv_module1_dw_a_bias_to_fp16, dilations = var_5556_dilations_0, groups = var_5556_groups_0, pad = var_5556_pad_0, pad_type = var_5556_pad_type_0, strides = var_5556_strides_0, weight = core_stacks_4_layers_3_conv_module1_dw_a_weight_to_fp16, x = input_493_cast_fp16)[name = tensor("op_5556_cast_fp16")]; tensor var_5557_begin_0 = const()[name = tensor("op_5557_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_5557_end_0 = const()[name = tensor("op_5557_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_5557_end_mask_0 = const()[name = tensor("op_5557_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_5557_cast_fp16 = slice_by_index(begin = var_5557_begin_0, end = var_5557_end_0, end_mask = var_5557_end_mask_0, x = var_5556_cast_fp16)[name = tensor("op_5557_cast_fp16")]; tensor var_5563_pad_type_0 = const()[name = tensor("op_5563_pad_type_0"), val = tensor("custom")]; tensor var_5563_pad_0 = const()[name = tensor("op_5563_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_5563_groups_0 = const()[name = tensor("op_5563_groups_0"), val = tensor(512)]; tensor var_5563_strides_0 = const()[name = tensor("op_5563_strides_0"), val = tensor([1, 1])]; tensor var_5563_dilations_0 = const()[name = tensor("op_5563_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_3_conv_module1_dw_b_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_conv_module1_dw_b_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(317493248)))]; tensor var_5563_cast_fp16 = conv(dilations = var_5563_dilations_0, groups = var_5563_groups_0, pad = var_5563_pad_0, pad_type = var_5563_pad_type_0, strides = var_5563_strides_0, weight = core_stacks_4_layers_3_conv_module1_dw_b_weight_to_fp16, x = input_493_cast_fp16)[name = tensor("op_5563_cast_fp16")]; tensor var_5567_begin_0 = const()[name = tensor("op_5567_begin_0"), val = tensor([0, 0, 0, 15])]; tensor var_5567_end_0 = const()[name = tensor("op_5567_end_0"), val = tensor([1, 512, 1, 1039])]; tensor var_5567_end_mask_0 = const()[name = tensor("op_5567_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_5567_cast_fp16 = slice_by_index(begin = var_5567_begin_0, end = var_5567_end_0, end_mask = var_5567_end_mask_0, x = var_5563_cast_fp16)[name = tensor("op_5567_cast_fp16")]; tensor var_5568_cast_fp16 = add(x = var_5557_cast_fp16, y = var_5567_cast_fp16)[name = tensor("op_5568_cast_fp16")]; tensor var_5574_pad_type_0 = const()[name = tensor("op_5574_pad_type_0"), val = tensor("custom")]; tensor var_5574_pad_0 = const()[name = tensor("op_5574_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_5574_groups_0 = const()[name = tensor("op_5574_groups_0"), val = tensor(512)]; tensor var_5574_strides_0 = const()[name = tensor("op_5574_strides_0"), val = tensor([1, 1])]; tensor var_5574_dilations_0 = const()[name = tensor("op_5574_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_3_conv_module1_dw_c_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_conv_module1_dw_c_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(317508672)))]; tensor var_5574_cast_fp16 = conv(dilations = var_5574_dilations_0, groups = var_5574_groups_0, pad = var_5574_pad_0, pad_type = var_5574_pad_type_0, strides = var_5574_strides_0, weight = core_stacks_4_layers_3_conv_module1_dw_c_weight_to_fp16, x = input_493_cast_fp16)[name = tensor("op_5574_cast_fp16")]; tensor var_5578_begin_0 = const()[name = tensor("op_5578_begin_0"), val = tensor([0, 0, 0, 30])]; tensor var_5578_end_0 = const()[name = tensor("op_5578_end_0"), val = tensor([1, 512, 1, 1])]; tensor var_5578_end_mask_0 = const()[name = tensor("op_5578_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_5578_cast_fp16 = slice_by_index(begin = var_5578_begin_0, end = var_5578_end_0, end_mask = var_5578_end_mask_0, x = var_5574_cast_fp16)[name = tensor("op_5578_cast_fp16")]; tensor x_695_cast_fp16 = add(x = var_5568_cast_fp16, y = var_5578_cast_fp16)[name = tensor("x_695_cast_fp16")]; tensor var_5580_to_fp16 = const()[name = tensor("op_5580_to_fp16"), val = tensor(0x1p+0)]; tensor x_697_cast_fp16 = sub(x = x_695_cast_fp16, y = var_5580_to_fp16)[name = tensor("x_697_cast_fp16")]; tensor var_5582_cast_fp16 = relu(x = x_697_cast_fp16)[name = tensor("op_5582_cast_fp16")]; tensor var_5583_cast_fp16 = abs(x = x_697_cast_fp16)[name = tensor("op_5583_cast_fp16")]; tensor const_124_promoted_to_fp16 = const()[name = tensor("const_124_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_5584_cast_fp16 = mul(x = var_5583_cast_fp16, y = const_124_promoted_to_fp16)[name = tensor("op_5584_cast_fp16")]; tensor var_5585_cast_fp16 = exp(x = var_5584_cast_fp16)[name = tensor("op_5585_cast_fp16")]; tensor var_5586_epsilon_0 = const()[name = tensor("op_5586_epsilon_0"), val = tensor(0x1p+0)]; tensor var_5586_cast_fp16 = log(epsilon = var_5586_epsilon_0, x = var_5585_cast_fp16)[name = tensor("op_5586_cast_fp16")]; tensor var_5587_cast_fp16 = add(x = var_5582_cast_fp16, y = var_5586_cast_fp16)[name = tensor("op_5587_cast_fp16")]; tensor var_5588_to_fp16 = const()[name = tensor("op_5588_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_5589_cast_fp16 = mul(x = x_695_cast_fp16, y = var_5588_to_fp16)[name = tensor("op_5589_cast_fp16")]; tensor var_5590_cast_fp16 = sub(x = var_5587_cast_fp16, y = var_5589_cast_fp16)[name = tensor("op_5590_cast_fp16")]; tensor var_5591_to_fp16 = const()[name = tensor("op_5591_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_495_cast_fp16 = sub(x = var_5590_cast_fp16, y = var_5591_to_fp16)[name = tensor("input_495_cast_fp16")]; tensor var_5599_pad_type_0 = const()[name = tensor("op_5599_pad_type_0"), val = tensor("valid")]; tensor var_5599_strides_0 = const()[name = tensor("op_5599_strides_0"), val = tensor([1, 1])]; tensor var_5599_pad_0 = const()[name = tensor("op_5599_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5599_dilations_0 = const()[name = tensor("op_5599_dilations_0"), val = tensor([1, 1])]; tensor var_5599_groups_0 = const()[name = tensor("op_5599_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_3_conv_module1_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_conv_module1_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(317509760)))]; tensor core_stacks_4_layers_3_conv_module1_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_conv_module1_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(318034112)))]; tensor var_5599_cast_fp16 = conv(bias = core_stacks_4_layers_3_conv_module1_out_proj_bias_to_fp16, dilations = var_5599_dilations_0, groups = var_5599_groups_0, pad = var_5599_pad_0, pad_type = var_5599_pad_type_0, strides = var_5599_strides_0, weight = core_stacks_4_layers_3_conv_module1_out_proj_weight_to_fp16, x = input_495_cast_fp16)[name = tensor("op_5599_cast_fp16")]; tensor input_497_cast_fp16 = add(x = x_689_cast_fp16, y = var_5599_cast_fp16)[name = tensor("input_497_cast_fp16")]; tensor x_699_pad_type_0 = const()[name = tensor("x_699_pad_type_0"), val = tensor("valid")]; tensor x_699_strides_0 = const()[name = tensor("x_699_strides_0"), val = tensor([1, 1])]; tensor x_699_pad_0 = const()[name = tensor("x_699_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_699_dilations_0 = const()[name = tensor("x_699_dilations_0"), val = tensor([1, 1])]; tensor x_699_groups_0 = const()[name = tensor("x_699_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_3_feed_forward2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_feed_forward2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(318035200)))]; tensor core_stacks_4_layers_3_feed_forward2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_feed_forward2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(319608128)))]; tensor x_699_cast_fp16 = conv(bias = core_stacks_4_layers_3_feed_forward2_in_proj_bias_to_fp16, dilations = x_699_dilations_0, groups = x_699_groups_0, pad = x_699_pad_0, pad_type = x_699_pad_type_0, strides = x_699_strides_0, weight = core_stacks_4_layers_3_feed_forward2_in_proj_weight_to_fp16, x = input_497_cast_fp16)[name = tensor("x_699_cast_fp16")]; tensor var_5610_to_fp16 = const()[name = tensor("op_5610_to_fp16"), val = tensor(0x1p+2)]; tensor x_701_cast_fp16 = sub(x = x_699_cast_fp16, y = var_5610_to_fp16)[name = tensor("x_701_cast_fp16")]; tensor var_5612_cast_fp16 = relu(x = x_701_cast_fp16)[name = tensor("op_5612_cast_fp16")]; tensor var_5613_cast_fp16 = abs(x = x_701_cast_fp16)[name = tensor("op_5613_cast_fp16")]; tensor const_125_promoted_to_fp16 = const()[name = tensor("const_125_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_5614_cast_fp16 = mul(x = var_5613_cast_fp16, y = const_125_promoted_to_fp16)[name = tensor("op_5614_cast_fp16")]; tensor var_5615_cast_fp16 = exp(x = var_5614_cast_fp16)[name = tensor("op_5615_cast_fp16")]; tensor var_5616_epsilon_0 = const()[name = tensor("op_5616_epsilon_0"), val = tensor(0x1p+0)]; tensor var_5616_cast_fp16 = log(epsilon = var_5616_epsilon_0, x = var_5615_cast_fp16)[name = tensor("op_5616_cast_fp16")]; tensor var_5617_cast_fp16 = add(x = var_5612_cast_fp16, y = var_5616_cast_fp16)[name = tensor("op_5617_cast_fp16")]; tensor var_5618_to_fp16 = const()[name = tensor("op_5618_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_5619_cast_fp16 = mul(x = x_699_cast_fp16, y = var_5618_to_fp16)[name = tensor("op_5619_cast_fp16")]; tensor var_5620_cast_fp16 = sub(x = var_5617_cast_fp16, y = var_5619_cast_fp16)[name = tensor("op_5620_cast_fp16")]; tensor var_5621_to_fp16 = const()[name = tensor("op_5621_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_499_cast_fp16 = sub(x = var_5620_cast_fp16, y = var_5621_to_fp16)[name = tensor("input_499_cast_fp16")]; tensor var_5629_pad_type_0 = const()[name = tensor("op_5629_pad_type_0"), val = tensor("valid")]; tensor var_5629_strides_0 = const()[name = tensor("op_5629_strides_0"), val = tensor([1, 1])]; tensor var_5629_pad_0 = const()[name = tensor("op_5629_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5629_dilations_0 = const()[name = tensor("op_5629_dilations_0"), val = tensor([1, 1])]; tensor var_5629_groups_0 = const()[name = tensor("op_5629_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_3_feed_forward2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_feed_forward2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(319611264)))]; tensor core_stacks_4_layers_3_feed_forward2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_feed_forward2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(321184192)))]; tensor var_5629_cast_fp16 = conv(bias = core_stacks_4_layers_3_feed_forward2_out_proj_bias_to_fp16, dilations = var_5629_dilations_0, groups = var_5629_groups_0, pad = var_5629_pad_0, pad_type = var_5629_pad_type_0, strides = var_5629_strides_0, weight = core_stacks_4_layers_3_feed_forward2_out_proj_weight_to_fp16, x = input_499_cast_fp16)[name = tensor("op_5629_cast_fp16")]; tensor src_67_cast_fp16 = add(x = input_497_cast_fp16, y = var_5629_cast_fp16)[name = tensor("src_67_cast_fp16")]; tensor var_5632_cast_fp16 = sub(x = src_67_cast_fp16, y = input_481_cast_fp16)[name = tensor("op_5632_cast_fp16")]; tensor core_stacks_4_layers_3_bypass_mid_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_bypass_mid_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(321185280)))]; tensor var_5633_cast_fp16 = mul(x = var_5632_cast_fp16, y = core_stacks_4_layers_3_bypass_mid_bypass_scale_to_fp16)[name = tensor("op_5633_cast_fp16")]; tensor x_703_cast_fp16 = add(x = input_481_cast_fp16, y = var_5633_cast_fp16)[name = tensor("x_703_cast_fp16")]; tensor var_5644_pad_type_0 = const()[name = tensor("op_5644_pad_type_0"), val = tensor("valid")]; tensor var_5644_strides_0 = const()[name = tensor("op_5644_strides_0"), val = tensor([1, 1])]; tensor var_5644_pad_0 = const()[name = tensor("op_5644_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5644_dilations_0 = const()[name = tensor("op_5644_dilations_0"), val = tensor([1, 1])]; tensor var_5644_groups_0 = const()[name = tensor("op_5644_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_3_self_attn2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_self_attn2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(321186368)))]; tensor core_stacks_4_layers_3_self_attn2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_self_attn2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(321235584)))]; tensor var_5644_cast_fp16 = conv(bias = core_stacks_4_layers_3_self_attn2_in_proj_bias_to_fp16, dilations = var_5644_dilations_0, groups = var_5644_groups_0, pad = var_5644_pad_0, pad_type = var_5644_pad_type_0, strides = var_5644_strides_0, weight = core_stacks_4_layers_3_self_attn2_in_proj_weight_to_fp16, x = x_703_cast_fp16)[name = tensor("op_5644_cast_fp16")]; tensor var_5645 = const()[name = tensor("op_5645"), val = tensor([4, 12, 1, 1024])]; tensor var_5646_cast_fp16 = reshape(shape = var_5645, x = var_5644_cast_fp16)[name = tensor("op_5646_cast_fp16")]; tensor transpose_127_perm_0 = const()[name = tensor("transpose_127_perm_0"), val = tensor([0, 2, 3, 1])]; tensor concat_635 = const()[name = tensor("concat_635"), val = tensor([4, 1024, 12])]; tensor transpose_127_cast_fp16 = transpose(perm = transpose_127_perm_0, x = var_5646_cast_fp16)[name = tensor("transpose_130")]; tensor reshape_190_cast_fp16 = reshape(shape = concat_635, x = transpose_127_cast_fp16)[name = tensor("reshape_190_cast_fp16")]; tensor matmul_63_transpose_x_0 = const()[name = tensor("matmul_63_transpose_x_0"), val = tensor(false)]; tensor matmul_63_transpose_y_0 = const()[name = tensor("matmul_63_transpose_y_0"), val = tensor(false)]; tensor matmul_63_cast_fp16 = matmul(transpose_x = matmul_63_transpose_x_0, transpose_y = matmul_63_transpose_y_0, x = reshape_186_cast_fp16, y = reshape_190_cast_fp16)[name = tensor("matmul_63_cast_fp16")]; tensor concat_639 = const()[name = tensor("concat_639"), val = tensor([4, 1, 1024, 12])]; tensor reshape_191_cast_fp16 = reshape(shape = concat_639, x = matmul_63_cast_fp16)[name = tensor("reshape_191_cast_fp16")]; tensor out_perm_0 = const()[name = tensor("out_perm_0"), val = tensor([0, 3, 1, 2])]; tensor var_5649 = const()[name = tensor("op_5649"), val = tensor([1, 48, 1, 1024])]; tensor out_cast_fp16 = transpose(perm = out_perm_0, x = reshape_191_cast_fp16)[name = tensor("transpose_129")]; tensor input_501_cast_fp16 = reshape(shape = var_5649, x = out_cast_fp16)[name = tensor("input_501_cast_fp16")]; tensor var_5657_pad_type_0 = const()[name = tensor("op_5657_pad_type_0"), val = tensor("valid")]; tensor var_5657_strides_0 = const()[name = tensor("op_5657_strides_0"), val = tensor([1, 1])]; tensor var_5657_pad_0 = const()[name = tensor("op_5657_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5657_dilations_0 = const()[name = tensor("op_5657_dilations_0"), val = tensor([1, 1])]; tensor var_5657_groups_0 = const()[name = tensor("op_5657_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_3_self_attn2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_self_attn2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(321235776)))]; tensor core_stacks_4_layers_3_self_attn2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_self_attn2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(321284992)))]; tensor var_5657_cast_fp16 = conv(bias = core_stacks_4_layers_3_self_attn2_out_proj_bias_to_fp16, dilations = var_5657_dilations_0, groups = var_5657_groups_0, pad = var_5657_pad_0, pad_type = var_5657_pad_type_0, strides = var_5657_strides_0, weight = core_stacks_4_layers_3_self_attn2_out_proj_weight_to_fp16, x = input_501_cast_fp16)[name = tensor("op_5657_cast_fp16")]; tensor x_705_cast_fp16 = add(x = x_703_cast_fp16, y = var_5657_cast_fp16)[name = tensor("x_705_cast_fp16")]; tensor x_707_cast_fp16 = add(x = x_705_cast_fp16, y = time_emb_cast_fp16)[name = tensor("x_707_cast_fp16")]; tensor x_709_pad_type_0 = const()[name = tensor("x_709_pad_type_0"), val = tensor("valid")]; tensor x_709_strides_0 = const()[name = tensor("x_709_strides_0"), val = tensor([1, 1])]; tensor x_709_pad_0 = const()[name = tensor("x_709_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_709_dilations_0 = const()[name = tensor("x_709_dilations_0"), val = tensor([1, 1])]; tensor x_709_groups_0 = const()[name = tensor("x_709_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_3_conv_module2_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_conv_module2_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(321286080)))]; tensor core_stacks_4_layers_3_conv_module2_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_conv_module2_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(322334720)))]; tensor x_709_cast_fp16 = conv(bias = core_stacks_4_layers_3_conv_module2_in_proj_bias_to_fp16, dilations = x_709_dilations_0, groups = x_709_groups_0, pad = x_709_pad_0, pad_type = x_709_pad_type_0, strides = x_709_strides_0, weight = core_stacks_4_layers_3_conv_module2_in_proj_weight_to_fp16, x = x_707_cast_fp16)[name = tensor("x_709_cast_fp16")]; tensor var_5675_begin_0 = const()[name = tensor("op_5675_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_5675_end_0 = const()[name = tensor("op_5675_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_5675_end_mask_0 = const()[name = tensor("op_5675_end_mask_0"), val = tensor([true, false, true, true])]; tensor var_5675_cast_fp16 = slice_by_index(begin = var_5675_begin_0, end = var_5675_end_0, end_mask = var_5675_end_mask_0, x = x_709_cast_fp16)[name = tensor("op_5675_cast_fp16")]; tensor var_5677_begin_0 = const()[name = tensor("op_5677_begin_0"), val = tensor([0, 512, 0, 0])]; tensor var_5677_end_0 = const()[name = tensor("op_5677_end_0"), val = tensor([1, 1024, 1, 1024])]; tensor var_5677_end_mask_0 = const()[name = tensor("op_5677_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_5677_cast_fp16 = slice_by_index(begin = var_5677_begin_0, end = var_5677_end_0, end_mask = var_5677_end_mask_0, x = x_709_cast_fp16)[name = tensor("op_5677_cast_fp16")]; tensor var_5678_cast_fp16 = sigmoid(x = var_5677_cast_fp16)[name = tensor("op_5678_cast_fp16")]; tensor x_711_cast_fp16 = mul(x = var_5675_cast_fp16, y = var_5678_cast_fp16)[name = tensor("x_711_cast_fp16")]; tensor input_503_cast_fp16 = mul(x = x_711_cast_fp16, y = conv_keep_1_cast_fp16)[name = tensor("input_503_cast_fp16")]; tensor var_5687_pad_type_0 = const()[name = tensor("op_5687_pad_type_0"), val = tensor("custom")]; tensor var_5687_pad_0 = const()[name = tensor("op_5687_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_5687_groups_0 = const()[name = tensor("op_5687_groups_0"), val = tensor(512)]; tensor var_5687_strides_0 = const()[name = tensor("op_5687_strides_0"), val = tensor([1, 1])]; tensor var_5687_dilations_0 = const()[name = tensor("op_5687_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_3_conv_module2_dw_a_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_conv_module2_dw_a_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(322336832)))]; tensor core_stacks_4_layers_3_conv_module2_dw_a_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_conv_module2_dw_a_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(322352256)))]; tensor var_5687_cast_fp16 = conv(bias = core_stacks_4_layers_3_conv_module2_dw_a_bias_to_fp16, dilations = var_5687_dilations_0, groups = var_5687_groups_0, pad = var_5687_pad_0, pad_type = var_5687_pad_type_0, strides = var_5687_strides_0, weight = core_stacks_4_layers_3_conv_module2_dw_a_weight_to_fp16, x = input_503_cast_fp16)[name = tensor("op_5687_cast_fp16")]; tensor var_5688_begin_0 = const()[name = tensor("op_5688_begin_0"), val = tensor([0, 0, 0, 0])]; tensor var_5688_end_0 = const()[name = tensor("op_5688_end_0"), val = tensor([1, 512, 1, 1024])]; tensor var_5688_end_mask_0 = const()[name = tensor("op_5688_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_5688_cast_fp16 = slice_by_index(begin = var_5688_begin_0, end = var_5688_end_0, end_mask = var_5688_end_mask_0, x = var_5687_cast_fp16)[name = tensor("op_5688_cast_fp16")]; tensor var_5694_pad_type_0 = const()[name = tensor("op_5694_pad_type_0"), val = tensor("custom")]; tensor var_5694_pad_0 = const()[name = tensor("op_5694_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_5694_groups_0 = const()[name = tensor("op_5694_groups_0"), val = tensor(512)]; tensor var_5694_strides_0 = const()[name = tensor("op_5694_strides_0"), val = tensor([1, 1])]; tensor var_5694_dilations_0 = const()[name = tensor("op_5694_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_3_conv_module2_dw_b_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_conv_module2_dw_b_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(322353344)))]; tensor var_5694_cast_fp16 = conv(dilations = var_5694_dilations_0, groups = var_5694_groups_0, pad = var_5694_pad_0, pad_type = var_5694_pad_type_0, strides = var_5694_strides_0, weight = core_stacks_4_layers_3_conv_module2_dw_b_weight_to_fp16, x = input_503_cast_fp16)[name = tensor("op_5694_cast_fp16")]; tensor var_5698_begin_0 = const()[name = tensor("op_5698_begin_0"), val = tensor([0, 0, 0, 15])]; tensor var_5698_end_0 = const()[name = tensor("op_5698_end_0"), val = tensor([1, 512, 1, 1039])]; tensor var_5698_end_mask_0 = const()[name = tensor("op_5698_end_mask_0"), val = tensor([true, true, true, false])]; tensor var_5698_cast_fp16 = slice_by_index(begin = var_5698_begin_0, end = var_5698_end_0, end_mask = var_5698_end_mask_0, x = var_5694_cast_fp16)[name = tensor("op_5698_cast_fp16")]; tensor var_5699_cast_fp16 = add(x = var_5688_cast_fp16, y = var_5698_cast_fp16)[name = tensor("op_5699_cast_fp16")]; tensor var_5705_pad_type_0 = const()[name = tensor("op_5705_pad_type_0"), val = tensor("custom")]; tensor var_5705_pad_0 = const()[name = tensor("op_5705_pad_0"), val = tensor([0, 0, 15, 15])]; tensor var_5705_groups_0 = const()[name = tensor("op_5705_groups_0"), val = tensor(512)]; tensor var_5705_strides_0 = const()[name = tensor("op_5705_strides_0"), val = tensor([1, 1])]; tensor var_5705_dilations_0 = const()[name = tensor("op_5705_dilations_0"), val = tensor([1, 1])]; tensor core_stacks_4_layers_3_conv_module2_dw_c_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_conv_module2_dw_c_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(322368768)))]; tensor var_5705_cast_fp16 = conv(dilations = var_5705_dilations_0, groups = var_5705_groups_0, pad = var_5705_pad_0, pad_type = var_5705_pad_type_0, strides = var_5705_strides_0, weight = core_stacks_4_layers_3_conv_module2_dw_c_weight_to_fp16, x = input_503_cast_fp16)[name = tensor("op_5705_cast_fp16")]; tensor var_5709_begin_0 = const()[name = tensor("op_5709_begin_0"), val = tensor([0, 0, 0, 30])]; tensor var_5709_end_0 = const()[name = tensor("op_5709_end_0"), val = tensor([1, 512, 1, 1])]; tensor var_5709_end_mask_0 = const()[name = tensor("op_5709_end_mask_0"), val = tensor([true, true, true, true])]; tensor var_5709_cast_fp16 = slice_by_index(begin = var_5709_begin_0, end = var_5709_end_0, end_mask = var_5709_end_mask_0, x = var_5705_cast_fp16)[name = tensor("op_5709_cast_fp16")]; tensor x_713_cast_fp16 = add(x = var_5699_cast_fp16, y = var_5709_cast_fp16)[name = tensor("x_713_cast_fp16")]; tensor var_5711_to_fp16 = const()[name = tensor("op_5711_to_fp16"), val = tensor(0x1p+0)]; tensor x_715_cast_fp16 = sub(x = x_713_cast_fp16, y = var_5711_to_fp16)[name = tensor("x_715_cast_fp16")]; tensor var_5713_cast_fp16 = relu(x = x_715_cast_fp16)[name = tensor("op_5713_cast_fp16")]; tensor var_5714_cast_fp16 = abs(x = x_715_cast_fp16)[name = tensor("op_5714_cast_fp16")]; tensor const_128_promoted_to_fp16 = const()[name = tensor("const_128_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_5715_cast_fp16 = mul(x = var_5714_cast_fp16, y = const_128_promoted_to_fp16)[name = tensor("op_5715_cast_fp16")]; tensor var_5716_cast_fp16 = exp(x = var_5715_cast_fp16)[name = tensor("op_5716_cast_fp16")]; tensor var_5717_epsilon_0 = const()[name = tensor("op_5717_epsilon_0"), val = tensor(0x1p+0)]; tensor var_5717_cast_fp16 = log(epsilon = var_5717_epsilon_0, x = var_5716_cast_fp16)[name = tensor("op_5717_cast_fp16")]; tensor var_5718_cast_fp16 = add(x = var_5713_cast_fp16, y = var_5717_cast_fp16)[name = tensor("op_5718_cast_fp16")]; tensor var_5719_to_fp16 = const()[name = tensor("op_5719_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_5720_cast_fp16 = mul(x = x_713_cast_fp16, y = var_5719_to_fp16)[name = tensor("op_5720_cast_fp16")]; tensor var_5721_cast_fp16 = sub(x = var_5718_cast_fp16, y = var_5720_cast_fp16)[name = tensor("op_5721_cast_fp16")]; tensor var_5722_to_fp16 = const()[name = tensor("op_5722_to_fp16"), val = tensor(0x1.40cp-2)]; tensor input_505_cast_fp16 = sub(x = var_5721_cast_fp16, y = var_5722_to_fp16)[name = tensor("input_505_cast_fp16")]; tensor var_5730_pad_type_0 = const()[name = tensor("op_5730_pad_type_0"), val = tensor("valid")]; tensor var_5730_strides_0 = const()[name = tensor("op_5730_strides_0"), val = tensor([1, 1])]; tensor var_5730_pad_0 = const()[name = tensor("op_5730_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5730_dilations_0 = const()[name = tensor("op_5730_dilations_0"), val = tensor([1, 1])]; tensor var_5730_groups_0 = const()[name = tensor("op_5730_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_3_conv_module2_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_conv_module2_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(322369856)))]; tensor core_stacks_4_layers_3_conv_module2_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_conv_module2_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(322894208)))]; tensor var_5730_cast_fp16 = conv(bias = core_stacks_4_layers_3_conv_module2_out_proj_bias_to_fp16, dilations = var_5730_dilations_0, groups = var_5730_groups_0, pad = var_5730_pad_0, pad_type = var_5730_pad_type_0, strides = var_5730_strides_0, weight = core_stacks_4_layers_3_conv_module2_out_proj_weight_to_fp16, x = input_505_cast_fp16)[name = tensor("op_5730_cast_fp16")]; tensor input_507_cast_fp16 = add(x = x_707_cast_fp16, y = var_5730_cast_fp16)[name = tensor("input_507_cast_fp16")]; tensor x_717_pad_type_0 = const()[name = tensor("x_717_pad_type_0"), val = tensor("valid")]; tensor x_717_strides_0 = const()[name = tensor("x_717_strides_0"), val = tensor([1, 1])]; tensor x_717_pad_0 = const()[name = tensor("x_717_pad_0"), val = tensor([0, 0, 0, 0])]; tensor x_717_dilations_0 = const()[name = tensor("x_717_dilations_0"), val = tensor([1, 1])]; tensor x_717_groups_0 = const()[name = tensor("x_717_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_3_feed_forward3_in_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_feed_forward3_in_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(322895296)))]; tensor core_stacks_4_layers_3_feed_forward3_in_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_feed_forward3_in_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(324861440)))]; tensor x_717_cast_fp16 = conv(bias = core_stacks_4_layers_3_feed_forward3_in_proj_bias_to_fp16, dilations = x_717_dilations_0, groups = x_717_groups_0, pad = x_717_pad_0, pad_type = x_717_pad_type_0, strides = x_717_strides_0, weight = core_stacks_4_layers_3_feed_forward3_in_proj_weight_to_fp16, x = input_507_cast_fp16)[name = tensor("x_717_cast_fp16")]; tensor var_5741_to_fp16 = const()[name = tensor("op_5741_to_fp16"), val = tensor(0x1p+2)]; tensor x_719_cast_fp16 = sub(x = x_717_cast_fp16, y = var_5741_to_fp16)[name = tensor("x_719_cast_fp16")]; tensor var_5743_cast_fp16 = relu(x = x_719_cast_fp16)[name = tensor("op_5743_cast_fp16")]; tensor var_5744_cast_fp16 = abs(x = x_719_cast_fp16)[name = tensor("op_5744_cast_fp16")]; tensor const_129_promoted_to_fp16 = const()[name = tensor("const_129_promoted_to_fp16"), val = tensor(-0x1p+0)]; tensor var_5745_cast_fp16 = mul(x = var_5744_cast_fp16, y = const_129_promoted_to_fp16)[name = tensor("op_5745_cast_fp16")]; tensor var_5746_cast_fp16 = exp(x = var_5745_cast_fp16)[name = tensor("op_5746_cast_fp16")]; tensor var_5747_epsilon_0 = const()[name = tensor("op_5747_epsilon_0"), val = tensor(0x1p+0)]; tensor var_5747_cast_fp16 = log(epsilon = var_5747_epsilon_0, x = var_5746_cast_fp16)[name = tensor("op_5747_cast_fp16")]; tensor var_5748_cast_fp16 = add(x = var_5743_cast_fp16, y = var_5747_cast_fp16)[name = tensor("op_5748_cast_fp16")]; tensor var_5749_to_fp16 = const()[name = tensor("op_5749_to_fp16"), val = tensor(0x1.47cp-4)]; tensor var_5750_cast_fp16 = mul(x = x_717_cast_fp16, y = var_5749_to_fp16)[name = tensor("op_5750_cast_fp16")]; tensor var_5751_cast_fp16 = sub(x = var_5748_cast_fp16, y = var_5750_cast_fp16)[name = tensor("op_5751_cast_fp16")]; tensor var_5752_to_fp16 = const()[name = tensor("op_5752_to_fp16"), val = tensor(0x1.1ecp-5)]; tensor input_509_cast_fp16 = sub(x = var_5751_cast_fp16, y = var_5752_to_fp16)[name = tensor("input_509_cast_fp16")]; tensor var_5760_pad_type_0 = const()[name = tensor("op_5760_pad_type_0"), val = tensor("valid")]; tensor var_5760_strides_0 = const()[name = tensor("op_5760_strides_0"), val = tensor([1, 1])]; tensor var_5760_pad_0 = const()[name = tensor("op_5760_pad_0"), val = tensor([0, 0, 0, 0])]; tensor var_5760_dilations_0 = const()[name = tensor("op_5760_dilations_0"), val = tensor([1, 1])]; tensor var_5760_groups_0 = const()[name = tensor("op_5760_groups_0"), val = tensor(1)]; tensor core_stacks_4_layers_3_feed_forward3_out_proj_weight_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_feed_forward3_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(324865344)))]; tensor core_stacks_4_layers_3_feed_forward3_out_proj_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_feed_forward3_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(326831488)))]; tensor var_5760_cast_fp16 = conv(bias = core_stacks_4_layers_3_feed_forward3_out_proj_bias_to_fp16, dilations = var_5760_dilations_0, groups = var_5760_groups_0, pad = var_5760_pad_0, pad_type = var_5760_pad_type_0, strides = var_5760_strides_0, weight = core_stacks_4_layers_3_feed_forward3_out_proj_weight_to_fp16, x = input_509_cast_fp16)[name = tensor("op_5760_cast_fp16")]; tensor x_cast_fp16 = add(x = input_507_cast_fp16, y = var_5760_cast_fp16)[name = tensor("x_cast_fp16")]; tensor core_stacks_4_layers_3_norm_bias_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(326832576)))]; tensor d_cast_fp16 = sub(x = x_cast_fp16, y = core_stacks_4_layers_3_norm_bias_to_fp16)[name = tensor("d_cast_fp16")]; tensor var_5765_cast_fp16 = mul(x = d_cast_fp16, y = d_cast_fp16)[name = tensor("op_5765_cast_fp16")]; tensor var_5767_axes_0 = const()[name = tensor("op_5767_axes_0"), val = tensor([1])]; tensor var_5767_keep_dims_0 = const()[name = tensor("op_5767_keep_dims_0"), val = tensor(true)]; tensor var_5767_cast_fp16 = reduce_mean(axes = var_5767_axes_0, keep_dims = var_5767_keep_dims_0, x = var_5765_cast_fp16)[name = tensor("op_5767_cast_fp16")]; tensor scales_epsilon_0 = const()[name = tensor("scales_epsilon_0"), val = tensor(0x1.197998p-40)]; tensor scales_cast_fp16 = rsqrt(epsilon = scales_epsilon_0, x = var_5767_cast_fp16)[name = tensor("scales_cast_fp16")]; tensor var_5769_cast_fp16 = mul(x = x_cast_fp16, y = scales_cast_fp16)[name = tensor("op_5769_cast_fp16")]; tensor core_stacks_4_layers_3_norm_scale_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_norm_scale_to_fp16"), val = tensor(0x1.90cp+0)]; tensor src_cast_fp16 = mul(x = var_5769_cast_fp16, y = core_stacks_4_layers_3_norm_scale_to_fp16)[name = tensor("src_cast_fp16")]; tensor var_5772_cast_fp16 = sub(x = src_cast_fp16, y = input_481_cast_fp16)[name = tensor("op_5772_cast_fp16")]; tensor core_stacks_4_layers_3_bypass_bypass_scale_to_fp16 = const()[name = tensor("core_stacks_4_layers_3_bypass_bypass_scale_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(326833664)))]; tensor var_5773_cast_fp16 = mul(x = var_5772_cast_fp16, y = core_stacks_4_layers_3_bypass_bypass_scale_to_fp16)[name = tensor("op_5773_cast_fp16")]; tensor input_cast_fp16 = add(x = input_481_cast_fp16, y = var_5773_cast_fp16)[name = tensor("input_cast_fp16")]; tensor v_pad_type_0 = const()[name = tensor("v_pad_type_0"), val = tensor("valid")]; tensor v_strides_0 = const()[name = tensor("v_strides_0"), val = tensor([1, 1])]; tensor v_pad_0 = const()[name = tensor("v_pad_0"), val = tensor([0, 0, 0, 0])]; tensor v_dilations_0 = const()[name = tensor("v_dilations_0"), val = tensor([1, 1])]; tensor v_groups_0 = const()[name = tensor("v_groups_0"), val = tensor(1)]; tensor core_out_proj_weight_to_fp16 = const()[name = tensor("core_out_proj_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(326834752)))]; tensor core_out_proj_bias_to_fp16 = const()[name = tensor("core_out_proj_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(326937216)))]; tensor v_cast_fp16 = conv(bias = core_out_proj_bias_to_fp16, dilations = v_dilations_0, groups = v_groups_0, pad = v_pad_0, pad_type = v_pad_type_0, strides = v_strides_0, weight = core_out_proj_weight_to_fp16, x = input_cast_fp16)[name = tensor("v_cast_fp16")]; tensor var_5783_axes_0 = const()[name = tensor("op_5783_axes_0"), val = tensor([2])]; tensor var_5783_cast_fp16 = squeeze(axes = var_5783_axes_0, x = v_cast_fp16)[name = tensor("op_5783_cast_fp16")]; tensor var_5787 = const()[name = tensor("op_5787"), val = tensor([0, 2, 1])]; tensor var_5788_cast_fp16_to_fp32_dtype_0 = const()[name = tensor("op_5788_cast_fp16_to_fp32_dtype_0"), val = tensor("fp32")]; tensor var_5788_cast_fp16 = transpose(perm = var_5787, x = var_5783_cast_fp16)[name = tensor("transpose_128")]; tensor v = cast(dtype = var_5788_cast_fp16_to_fp32_dtype_0, x = var_5788_cast_fp16)[name = tensor("cast_131")]; } -> (v); }