diff --git "a/speaker_segmenter/pyannote-v3/SpeakerSegmenter.mlmodelc/model.mil" "b/speaker_segmenter/pyannote-v3/SpeakerSegmenter.mlmodelc/model.mil" new file mode 100644--- /dev/null +++ "b/speaker_segmenter/pyannote-v3/SpeakerSegmenter.mlmodelc/model.mil" @@ -0,0 +1,648 @@ +program(1.0) +[buildInfo = dict, tensor>({{"coremlc-component-MIL", "3401.3.1"}, {"coremlc-version", "3401.4.1"}, {"coremltools-component-torch", "2.5.1"}, {"coremltools-source-dialect", "TorchScript"}, {"coremltools-version", "8.0"}})] +{ + func main(tensor waveform) { + tensor var_3 = const()[name = tensor("op_3"), val = tensor(0)]; + tensor sliding_windows_0_size_0 = const()[name = tensor("sliding_windows_0_size_0"), val = tensor(160000)]; + tensor sliding_windows_0_stride_0 = const()[name = tensor("sliding_windows_0_stride_0"), val = tensor(16000)]; + tensor sliding_windows_0_cast_fp16 = sliding_windows(axis = var_3, size = sliding_windows_0_size_0, stride = sliding_windows_0_stride_0, x = waveform)[name = tensor("sliding_windows_0_cast_fp16")]; + tensor input_1_axes_0 = const()[name = tensor("input_1_axes_0"), val = tensor([1])]; + tensor sliding_window_waveform = expand_dims(axes = input_1_axes_0, x = sliding_windows_0_cast_fp16)[name = tensor("input_1_cast_fp16")]; + tensor var_9 = const()[name = tensor("op_9"), val = tensor(-1)]; + tensor model_sincnet_wav_norm1d_weight_to_fp16 = const()[name = tensor("model_sincnet_wav_norm1d_weight_to_fp16"), val = tensor([0x1.44p-7])]; + tensor model_sincnet_wav_norm1d_bias_to_fp16 = const()[name = tensor("model_sincnet_wav_norm1d_bias_to_fp16"), val = tensor([0x1.734p-5])]; + tensor var_17_to_fp16 = const()[name = tensor("op_17_to_fp16"), val = tensor(0x1.5p-17)]; + tensor input_3_cast_fp16 = instance_norm(beta = model_sincnet_wav_norm1d_bias_to_fp16, epsilon = var_17_to_fp16, gamma = model_sincnet_wav_norm1d_weight_to_fp16, x = sliding_window_waveform)[name = tensor("input_3_cast_fp16")]; + tensor outputs_pad_type_0 = const()[name = tensor("outputs_pad_type_0"), val = tensor("valid")]; + tensor outputs_strides_0 = const()[name = tensor("outputs_strides_0"), val = tensor([10])]; + tensor outputs_pad_0 = const()[name = tensor("outputs_pad_0"), val = tensor([0, 0])]; + tensor outputs_dilations_0 = const()[name = tensor("outputs_dilations_0"), val = tensor([1])]; + tensor outputs_groups_0 = const()[name = tensor("outputs_groups_0"), val = tensor(1)]; + tensor model_sincnet_conv1d_0_weight_to_fp16 = const()[name = tensor("model_sincnet_conv1d_0_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(64)))]; + tensor outputs_cast_fp16 = conv(dilations = outputs_dilations_0, groups = outputs_groups_0, pad = outputs_pad_0, pad_type = outputs_pad_type_0, strides = outputs_strides_0, weight = model_sincnet_conv1d_0_weight_to_fp16, x = input_3_cast_fp16)[name = tensor("outputs_cast_fp16")]; + tensor input_5_cast_fp16 = abs(x = outputs_cast_fp16)[name = tensor("input_5_cast_fp16")]; + tensor var_57 = const()[name = tensor("op_57"), val = tensor([3])]; + tensor var_58 = const()[name = tensor("op_58"), val = tensor([3])]; + tensor input_7_pad_type_0 = const()[name = tensor("input_7_pad_type_0"), val = tensor("custom")]; + tensor input_7_pad_0 = const()[name = tensor("input_7_pad_0"), val = tensor([0, 0])]; + tensor input_7_ceil_mode_0 = const()[name = tensor("input_7_ceil_mode_0"), val = tensor(false)]; + tensor input_7_cast_fp16 = max_pool(ceil_mode = input_7_ceil_mode_0, kernel_sizes = var_57, pad = input_7_pad_0, pad_type = input_7_pad_type_0, strides = var_58, x = input_5_cast_fp16)[name = tensor("input_7_cast_fp16")]; + tensor model_sincnet_norm1d_0_weight_to_fp16 = const()[name = tensor("model_sincnet_norm1d_0_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(40320)))]; + tensor model_sincnet_norm1d_0_bias_to_fp16 = const()[name = tensor("model_sincnet_norm1d_0_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(40576)))]; + tensor input_9_cast_fp16 = instance_norm(beta = model_sincnet_norm1d_0_bias_to_fp16, epsilon = var_17_to_fp16, gamma = model_sincnet_norm1d_0_weight_to_fp16, x = input_7_cast_fp16)[name = tensor("input_9_cast_fp16")]; + tensor var_26_to_fp16 = const()[name = tensor("op_26_to_fp16"), val = tensor(0x1.47cp-7)]; + tensor input_11_cast_fp16 = leaky_relu(alpha = var_26_to_fp16, x = input_9_cast_fp16)[name = tensor("input_11_cast_fp16")]; + tensor input_13_pad_type_0 = const()[name = tensor("input_13_pad_type_0"), val = tensor("valid")]; + tensor input_13_strides_0 = const()[name = tensor("input_13_strides_0"), val = tensor([1])]; + tensor input_13_pad_0 = const()[name = tensor("input_13_pad_0"), val = tensor([0, 0])]; + tensor input_13_dilations_0 = const()[name = tensor("input_13_dilations_0"), val = tensor([1])]; + tensor input_13_groups_0 = const()[name = tensor("input_13_groups_0"), val = tensor(1)]; + tensor model_sincnet_conv1d_1_weight_to_fp16 = const()[name = tensor("model_sincnet_conv1d_1_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(40832)))]; + tensor model_sincnet_conv1d_1_bias_to_fp16 = const()[name = tensor("model_sincnet_conv1d_1_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(88896)))]; + tensor input_13_cast_fp16 = conv(bias = model_sincnet_conv1d_1_bias_to_fp16, dilations = input_13_dilations_0, groups = input_13_groups_0, pad = input_13_pad_0, pad_type = input_13_pad_type_0, strides = input_13_strides_0, weight = model_sincnet_conv1d_1_weight_to_fp16, x = input_11_cast_fp16)[name = tensor("input_13_cast_fp16")]; + tensor var_73 = const()[name = tensor("op_73"), val = tensor([3])]; + tensor var_74 = const()[name = tensor("op_74"), val = tensor([3])]; + tensor input_15_pad_type_0 = const()[name = tensor("input_15_pad_type_0"), val = tensor("custom")]; + tensor input_15_pad_0 = const()[name = tensor("input_15_pad_0"), val = tensor([0, 0])]; + tensor input_15_ceil_mode_0 = const()[name = tensor("input_15_ceil_mode_0"), val = tensor(false)]; + tensor input_15_cast_fp16 = max_pool(ceil_mode = input_15_ceil_mode_0, kernel_sizes = var_73, pad = input_15_pad_0, pad_type = input_15_pad_type_0, strides = var_74, x = input_13_cast_fp16)[name = tensor("input_15_cast_fp16")]; + tensor model_sincnet_norm1d_1_weight_to_fp16 = const()[name = tensor("model_sincnet_norm1d_1_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(89088)))]; + tensor model_sincnet_norm1d_1_bias_to_fp16 = const()[name = tensor("model_sincnet_norm1d_1_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(89280)))]; + tensor input_17_cast_fp16 = instance_norm(beta = model_sincnet_norm1d_1_bias_to_fp16, epsilon = var_17_to_fp16, gamma = model_sincnet_norm1d_1_weight_to_fp16, x = input_15_cast_fp16)[name = tensor("input_17_cast_fp16")]; + tensor input_19_cast_fp16 = leaky_relu(alpha = var_26_to_fp16, x = input_17_cast_fp16)[name = tensor("input_19_cast_fp16")]; + tensor input_21_pad_type_0 = const()[name = tensor("input_21_pad_type_0"), val = tensor("valid")]; + tensor input_21_strides_0 = const()[name = tensor("input_21_strides_0"), val = tensor([1])]; + tensor input_21_pad_0 = const()[name = tensor("input_21_pad_0"), val = tensor([0, 0])]; + tensor input_21_dilations_0 = const()[name = tensor("input_21_dilations_0"), val = tensor([1])]; + tensor input_21_groups_0 = const()[name = tensor("input_21_groups_0"), val = tensor(1)]; + tensor model_sincnet_conv1d_2_weight_to_fp16 = const()[name = tensor("model_sincnet_conv1d_2_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(89472)))]; + tensor model_sincnet_conv1d_2_bias_to_fp16 = const()[name = tensor("model_sincnet_conv1d_2_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(125568)))]; + tensor input_21_cast_fp16 = conv(bias = model_sincnet_conv1d_2_bias_to_fp16, dilations = input_21_dilations_0, groups = input_21_groups_0, pad = input_21_pad_0, pad_type = input_21_pad_type_0, strides = input_21_strides_0, weight = model_sincnet_conv1d_2_weight_to_fp16, x = input_19_cast_fp16)[name = tensor("input_21_cast_fp16")]; + tensor var_89 = const()[name = tensor("op_89"), val = tensor([3])]; + tensor var_90 = const()[name = tensor("op_90"), val = tensor([3])]; + tensor input_23_pad_type_0 = const()[name = tensor("input_23_pad_type_0"), val = tensor("custom")]; + tensor input_23_pad_0 = const()[name = tensor("input_23_pad_0"), val = tensor([0, 0])]; + tensor input_23_ceil_mode_0 = const()[name = tensor("input_23_ceil_mode_0"), val = tensor(false)]; + tensor input_23_cast_fp16 = max_pool(ceil_mode = input_23_ceil_mode_0, kernel_sizes = var_89, pad = input_23_pad_0, pad_type = input_23_pad_type_0, strides = var_90, x = input_21_cast_fp16)[name = tensor("input_23_cast_fp16")]; + tensor model_sincnet_norm1d_2_weight_to_fp16 = const()[name = tensor("model_sincnet_norm1d_2_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(125760)))]; + tensor model_sincnet_norm1d_2_bias_to_fp16 = const()[name = tensor("model_sincnet_norm1d_2_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(125952)))]; + tensor input_25_cast_fp16 = instance_norm(beta = model_sincnet_norm1d_2_bias_to_fp16, epsilon = var_17_to_fp16, gamma = model_sincnet_norm1d_2_weight_to_fp16, x = input_23_cast_fp16)[name = tensor("input_25_cast_fp16")]; + tensor x_cast_fp16 = leaky_relu(alpha = var_26_to_fp16, x = input_25_cast_fp16)[name = tensor("x_cast_fp16")]; + tensor transpose_2_perm_0 = const()[name = tensor("transpose_2_perm_0"), val = tensor([2, 0, 1])]; + tensor transpose_2_cast_fp16_to_fp32_dtype_0 = const()[name = tensor("transpose_2_cast_fp16_to_fp32_dtype_0"), val = tensor("fp32")]; + tensor add_0 = const()[name = tensor("add_0"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(126144)))]; + tensor add_1 = const()[name = tensor("add_1"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(128256)))]; + tensor concat_4 = const()[name = tensor("concat_4"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(130368)))]; + tensor concat_5 = const()[name = tensor("concat_5"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(253312)))]; + tensor concat_6 = const()[name = tensor("concat_6"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(515520)))]; + tensor concat_7 = const()[name = tensor("concat_7"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(638464)))]; + tensor input_29_lstm_layer_0_lstm_h0_reshaped = const()[name = tensor("input_29_lstm_layer_0_lstm_h0_reshaped"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(900672)))]; + tensor input_29_lstm_layer_0_direction_0 = const()[name = tensor("input_29_lstm_layer_0_direction_0"), val = tensor("bidirectional")]; + tensor input_29_lstm_layer_0_output_sequence_0 = const()[name = tensor("input_29_lstm_layer_0_output_sequence_0"), val = tensor(true)]; + tensor input_29_lstm_layer_0_recurrent_activation_0 = const()[name = tensor("input_29_lstm_layer_0_recurrent_activation_0"), val = tensor("sigmoid")]; + tensor input_29_lstm_layer_0_cell_activation_0 = const()[name = tensor("input_29_lstm_layer_0_cell_activation_0"), val = tensor("tanh")]; + tensor input_29_lstm_layer_0_activation_0 = const()[name = tensor("input_29_lstm_layer_0_activation_0"), val = tensor("tanh")]; + tensor transpose_2_cast_fp16 = transpose(perm = transpose_2_perm_0, x = x_cast_fp16)[name = tensor("transpose_4")]; + tensor transpose_2_cast_fp16_to_fp32 = cast(dtype = transpose_2_cast_fp16_to_fp32_dtype_0, x = transpose_2_cast_fp16)[name = tensor("cast_12")]; + tensor input_29_lstm_layer_0_0, tensor input_29_lstm_layer_0_1, tensor input_29_lstm_layer_0_2 = lstm(activation = input_29_lstm_layer_0_activation_0, bias = add_0, bias_back = add_1, cell_activation = input_29_lstm_layer_0_cell_activation_0, direction = input_29_lstm_layer_0_direction_0, initial_c = input_29_lstm_layer_0_lstm_h0_reshaped, initial_h = input_29_lstm_layer_0_lstm_h0_reshaped, output_sequence = input_29_lstm_layer_0_output_sequence_0, recurrent_activation = input_29_lstm_layer_0_recurrent_activation_0, weight_hh = concat_5, weight_hh_back = concat_7, weight_ih = concat_4, weight_ih_back = concat_6, x = transpose_2_cast_fp16_to_fp32)[name = tensor("input_29_lstm_layer_0")]; + tensor add_2 = const()[name = tensor("add_2"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(922240)))]; + tensor add_3 = const()[name = tensor("add_3"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(924352)))]; + tensor concat_14 = const()[name = tensor("concat_14"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(926464)))]; + tensor concat_15 = const()[name = tensor("concat_15"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(1450816)))]; + tensor concat_16 = const()[name = tensor("concat_16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(1713024)))]; + tensor concat_17 = const()[name = tensor("concat_17"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2237376)))]; + tensor input_29_lstm_layer_1_direction_0 = const()[name = tensor("input_29_lstm_layer_1_direction_0"), val = tensor("bidirectional")]; + tensor input_29_lstm_layer_1_output_sequence_0 = const()[name = tensor("input_29_lstm_layer_1_output_sequence_0"), val = tensor(true)]; + tensor input_29_lstm_layer_1_recurrent_activation_0 = const()[name = tensor("input_29_lstm_layer_1_recurrent_activation_0"), val = tensor("sigmoid")]; + tensor input_29_lstm_layer_1_cell_activation_0 = const()[name = tensor("input_29_lstm_layer_1_cell_activation_0"), val = tensor("tanh")]; + tensor input_29_lstm_layer_1_activation_0 = const()[name = tensor("input_29_lstm_layer_1_activation_0"), val = tensor("tanh")]; + tensor input_29_lstm_layer_1_0, tensor input_29_lstm_layer_1_1, tensor input_29_lstm_layer_1_2 = lstm(activation = input_29_lstm_layer_1_activation_0, bias = add_2, bias_back = add_3, cell_activation = input_29_lstm_layer_1_cell_activation_0, direction = input_29_lstm_layer_1_direction_0, initial_c = input_29_lstm_layer_0_lstm_h0_reshaped, initial_h = input_29_lstm_layer_0_lstm_h0_reshaped, output_sequence = input_29_lstm_layer_1_output_sequence_0, recurrent_activation = input_29_lstm_layer_1_recurrent_activation_0, weight_hh = concat_15, weight_hh_back = concat_17, weight_ih = concat_14, weight_ih_back = concat_16, x = input_29_lstm_layer_0_0)[name = tensor("input_29_lstm_layer_1")]; + tensor add_4 = const()[name = tensor("add_4"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2499584)))]; + tensor add_5 = const()[name = tensor("add_5"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2501696)))]; + tensor concat_24 = const()[name = tensor("concat_24"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2503808)))]; + tensor concat_25 = const()[name = tensor("concat_25"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3028160)))]; + tensor concat_26 = const()[name = tensor("concat_26"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3290368)))]; + tensor concat_27 = const()[name = tensor("concat_27"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3814720)))]; + tensor input_29_lstm_layer_2_direction_0 = const()[name = tensor("input_29_lstm_layer_2_direction_0"), val = tensor("bidirectional")]; + tensor input_29_lstm_layer_2_output_sequence_0 = const()[name = tensor("input_29_lstm_layer_2_output_sequence_0"), val = tensor(true)]; + tensor input_29_lstm_layer_2_recurrent_activation_0 = const()[name = tensor("input_29_lstm_layer_2_recurrent_activation_0"), val = tensor("sigmoid")]; + tensor input_29_lstm_layer_2_cell_activation_0 = const()[name = tensor("input_29_lstm_layer_2_cell_activation_0"), val = tensor("tanh")]; + tensor input_29_lstm_layer_2_activation_0 = const()[name = tensor("input_29_lstm_layer_2_activation_0"), val = tensor("tanh")]; + tensor input_29_lstm_layer_2_0, tensor input_29_lstm_layer_2_1, tensor input_29_lstm_layer_2_2 = lstm(activation = input_29_lstm_layer_2_activation_0, bias = add_4, bias_back = add_5, cell_activation = input_29_lstm_layer_2_cell_activation_0, direction = input_29_lstm_layer_2_direction_0, initial_c = input_29_lstm_layer_0_lstm_h0_reshaped, initial_h = input_29_lstm_layer_0_lstm_h0_reshaped, output_sequence = input_29_lstm_layer_2_output_sequence_0, recurrent_activation = input_29_lstm_layer_2_recurrent_activation_0, weight_hh = concat_25, weight_hh_back = concat_27, weight_ih = concat_24, weight_ih_back = concat_26, x = input_29_lstm_layer_1_0)[name = tensor("input_29_lstm_layer_2")]; + tensor add_6 = const()[name = tensor("add_6"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(4076928)))]; + tensor add_7 = const()[name = tensor("add_7"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(4079040)))]; + tensor concat_34 = const()[name = tensor("concat_34"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(4081152)))]; + tensor concat_35 = const()[name = tensor("concat_35"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(4605504)))]; + tensor concat_36 = const()[name = tensor("concat_36"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(4867712)))]; + tensor concat_37 = const()[name = tensor("concat_37"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(5392064)))]; + tensor input_29_batch_first_direction_0 = const()[name = tensor("input_29_batch_first_direction_0"), val = tensor("bidirectional")]; + tensor input_29_batch_first_output_sequence_0 = const()[name = tensor("input_29_batch_first_output_sequence_0"), val = tensor(true)]; + tensor input_29_batch_first_recurrent_activation_0 = const()[name = tensor("input_29_batch_first_recurrent_activation_0"), val = tensor("sigmoid")]; + tensor input_29_batch_first_cell_activation_0 = const()[name = tensor("input_29_batch_first_cell_activation_0"), val = tensor("tanh")]; + tensor input_29_batch_first_activation_0 = const()[name = tensor("input_29_batch_first_activation_0"), val = tensor("tanh")]; + tensor input_29_batch_first_0, tensor input_29_batch_first_1, tensor input_29_batch_first_2 = lstm(activation = input_29_batch_first_activation_0, bias = add_6, bias_back = add_7, cell_activation = input_29_batch_first_cell_activation_0, direction = input_29_batch_first_direction_0, initial_c = input_29_lstm_layer_0_lstm_h0_reshaped, initial_h = input_29_lstm_layer_0_lstm_h0_reshaped, output_sequence = input_29_batch_first_output_sequence_0, recurrent_activation = input_29_batch_first_recurrent_activation_0, weight_hh = concat_35, weight_hh_back = concat_37, weight_ih = concat_34, weight_ih_back = concat_36, x = input_29_lstm_layer_2_0)[name = tensor("input_29_batch_first")]; + tensor input_29_perm_0 = const()[name = tensor("input_29_perm_0"), val = tensor([1, 0, 2])]; + tensor input_29_batch_first_0_to_fp16_dtype_0 = const()[name = tensor("input_29_batch_first_0_to_fp16_dtype_0"), val = tensor("fp16")]; + tensor model_linear_0_weight_to_fp16 = const()[name = tensor("model_linear_0_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(5654272)))]; + tensor model_linear_0_bias_to_fp16 = const()[name = tensor("model_linear_0_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(5719872)))]; + tensor input_29_batch_first_0_to_fp16 = cast(dtype = input_29_batch_first_0_to_fp16_dtype_0, x = input_29_batch_first_0)[name = tensor("cast_11")]; + tensor input_29_cast_fp16 = transpose(perm = input_29_perm_0, x = input_29_batch_first_0_to_fp16)[name = tensor("transpose_3")]; + tensor linear_0_cast_fp16 = linear(bias = model_linear_0_bias_to_fp16, weight = model_linear_0_weight_to_fp16, x = input_29_cast_fp16)[name = tensor("linear_0_cast_fp16")]; + tensor input_33_cast_fp16 = leaky_relu(alpha = var_26_to_fp16, x = linear_0_cast_fp16)[name = tensor("input_33_cast_fp16")]; + tensor model_linear_1_weight_to_fp16 = const()[name = tensor("model_linear_1_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(5720192)))]; + tensor model_linear_1_bias_to_fp16 = const()[name = tensor("model_linear_1_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(5753024)))]; + tensor linear_1_cast_fp16 = linear(bias = model_linear_1_bias_to_fp16, weight = model_linear_1_weight_to_fp16, x = input_33_cast_fp16)[name = tensor("linear_1_cast_fp16")]; + tensor input_37_cast_fp16 = leaky_relu(alpha = var_26_to_fp16, x = linear_1_cast_fp16)[name = tensor("input_37_cast_fp16")]; + tensor model_classifier_weight_to_fp16 = const()[name = tensor("model_classifier_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(5753344)))]; + tensor model_classifier_bias_to_fp16 = const()[name = tensor("model_classifier_bias_to_fp16"), val = tensor([-0x1.01p+0, 0x1.67cp-2, 0x1.3d8p-1, 0x1.c8cp-2, -0x1.444p-2, -0x1.59p-1, -0x1.8fcp-2])]; + tensor linear_2_cast_fp16 = linear(bias = model_classifier_bias_to_fp16, weight = model_classifier_weight_to_fp16, x = input_37_cast_fp16)[name = tensor("linear_2_cast_fp16")]; + tensor powerset_softmax_cast_fp16 = softmax(axis = var_9, x = linear_2_cast_fp16)[name = tensor("powerset_softmax_cast_fp16")]; + tensor powerset_epsilon_0_to_fp16 = const()[name = tensor("powerset_epsilon_0_to_fp16"), val = tensor(0x0p+0)]; + tensor powerset_cast_fp16 = log(epsilon = powerset_epsilon_0_to_fp16, x = powerset_softmax_cast_fp16)[name = tensor("powerset_cast_fp16")]; + tensor powerset_probs_1_cast_fp16 = exp(x = powerset_cast_fp16)[name = tensor("powerset_probs_1_cast_fp16")]; + tensor transpose_0_to_fp16 = const()[name = tensor("transpose_0_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(5755200)))]; + tensor speaker_probs_bias_0_to_fp16 = const()[name = tensor("speaker_probs_bias_0_to_fp16"), val = tensor([0x0p+0, 0x0p+0, 0x0p+0])]; + tensor speaker_probs = linear(bias = speaker_probs_bias_0_to_fp16, weight = transpose_0_to_fp16, x = powerset_probs_1_cast_fp16)[name = tensor("speaker_probs_cast_fp16")]; + tensor var_157 = const()[name = tensor("op_157"), val = tensor(-1)]; + tensor var_158 = const()[name = tensor("op_158"), val = tensor(false)]; + tensor var_159_cast_fp16 = reduce_argmax(axis = var_157, keep_dims = var_158, x = powerset_cast_fp16)[name = tensor("op_159_cast_fp16")]; + tensor var_160 = const()[name = tensor("op_160"), val = tensor(7)]; + tensor var_161_axis_0 = const()[name = tensor("op_161_axis_0"), val = tensor(-1)]; + tensor var_161_on_value_0 = const()[name = tensor("op_161_on_value_0"), val = tensor(1)]; + tensor var_161_off_value_0 = const()[name = tensor("op_161_off_value_0"), val = tensor(0)]; + tensor var_161 = one_hot(axis = var_161_axis_0, indices = var_159_cast_fp16, off_value = var_161_off_value_0, on_value = var_161_on_value_0, one_hot_vector_size = var_160)[name = tensor("op_161")]; + tensor powerset_probs_to_fp16_dtype_0 = const()[name = tensor("powerset_probs_to_fp16_dtype_0"), val = tensor("fp16")]; + tensor transpose_1_to_fp16 = const()[name = tensor("transpose_1_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(5755328)))]; + tensor speaker_ids_bias_0_to_fp16 = const()[name = tensor("speaker_ids_bias_0_to_fp16"), val = tensor([0x0p+0, 0x0p+0, 0x0p+0])]; + tensor var_161_to_fp16 = cast(dtype = powerset_probs_to_fp16_dtype_0, x = var_161)[name = tensor("cast_10")]; + tensor speaker_ids = linear(bias = speaker_ids_bias_0_to_fp16, weight = transpose_1_to_fp16, x = var_161_to_fp16)[name = tensor("speaker_ids_cast_fp16")]; + tensor reduce_max_0_axes_0 = const()[name = tensor("reduce_max_0_axes_0"), val = tensor([-1])]; + tensor reduce_max_0_keep_dims_0 = const()[name = tensor("reduce_max_0_keep_dims_0"), val = tensor(false)]; + tensor reduce_max_0_cast_fp16 = reduce_max(axes = reduce_max_0_axes_0, keep_dims = reduce_max_0_keep_dims_0, x = speaker_probs)[name = tensor("reduce_max_0_cast_fp16")]; + tensor var_202_begin_0 = const()[name = tensor("op_202_begin_0"), val = tensor([0, 0])]; + tensor var_202_end_0 = const()[name = tensor("op_202_end_0"), val = tensor([1, 589])]; + tensor var_202_end_mask_0 = const()[name = tensor("op_202_end_mask_0"), val = tensor([false, true])]; + tensor var_202_squeeze_mask_0 = const()[name = tensor("op_202_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_202_cast_fp16 = slice_by_index(begin = var_202_begin_0, end = var_202_end_0, end_mask = var_202_end_mask_0, squeeze_mask = var_202_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_202_cast_fp16")]; + tensor slice_by_index_0 = const()[name = tensor("slice_by_index_0"), val = tensor([0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588])]; + tensor scatter_0_mode_0 = const()[name = tensor("scatter_0_mode_0"), val = tensor("update")]; + tensor scatter_0_axis_0 = const()[name = tensor("scatter_0_axis_0"), val = tensor(0)]; + tensor _aggregated_voice_activity_to_fp16 = const()[name = tensor("_aggregated_voice_activity_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(5755456)))]; + tensor scatter_0_cast_fp16 = scatter(axis = scatter_0_axis_0, data = _aggregated_voice_activity_to_fp16, indices = slice_by_index_0, mode = scatter_0_mode_0, updates = var_202_cast_fp16)[name = tensor("scatter_0_cast_fp16")]; + tensor scatter_1_mode_0 = const()[name = tensor("scatter_1_mode_0"), val = tensor("update")]; + tensor scatter_1_axis_0 = const()[name = tensor("scatter_1_axis_0"), val = tensor(0)]; + tensor var_217_to_fp16 = const()[name = tensor("op_217_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(5759104)))]; + tensor scatter_1_cast_fp16 = scatter(axis = scatter_1_axis_0, data = _aggregated_voice_activity_to_fp16, indices = slice_by_index_0, mode = scatter_1_mode_0, updates = var_217_to_fp16)[name = tensor("scatter_1_cast_fp16")]; + tensor var_234_begin_0 = const()[name = tensor("op_234_begin_0"), val = tensor([58])]; + tensor var_234_end_0 = const()[name = tensor("op_234_end_0"), val = tensor([647])]; + tensor var_234_end_mask_0 = const()[name = tensor("op_234_end_mask_0"), val = tensor([false])]; + tensor var_234_cast_fp16 = slice_by_index(begin = var_234_begin_0, end = var_234_end_0, end_mask = var_234_end_mask_0, x = scatter_0_cast_fp16)[name = tensor("op_234_cast_fp16")]; + tensor var_237_begin_0 = const()[name = tensor("op_237_begin_0"), val = tensor([1, 0])]; + tensor var_237_end_0 = const()[name = tensor("op_237_end_0"), val = tensor([2, 589])]; + tensor var_237_end_mask_0 = const()[name = tensor("op_237_end_mask_0"), val = tensor([false, true])]; + tensor var_237_squeeze_mask_0 = const()[name = tensor("op_237_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_237_cast_fp16 = slice_by_index(begin = var_237_begin_0, end = var_237_end_0, end_mask = var_237_end_mask_0, squeeze_mask = var_237_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_237_cast_fp16")]; + tensor var_239_cast_fp16 = add(x = var_234_cast_fp16, y = var_237_cast_fp16)[name = tensor("op_239_cast_fp16")]; + tensor slice_by_index_2 = const()[name = tensor("slice_by_index_2"), val = tensor([58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646])]; + tensor scatter_2_mode_0 = const()[name = tensor("scatter_2_mode_0"), val = tensor("update")]; + tensor scatter_2_axis_0 = const()[name = tensor("scatter_2_axis_0"), val = tensor(0)]; + tensor scatter_2_cast_fp16 = scatter(axis = scatter_2_axis_0, data = scatter_0_cast_fp16, indices = slice_by_index_2, mode = scatter_2_mode_0, updates = var_239_cast_fp16)[name = tensor("scatter_2_cast_fp16")]; + tensor var_249_begin_0 = const()[name = tensor("op_249_begin_0"), val = tensor([58])]; + tensor var_249_end_0 = const()[name = tensor("op_249_end_0"), val = tensor([647])]; + tensor var_249_end_mask_0 = const()[name = tensor("op_249_end_mask_0"), val = tensor([false])]; + tensor var_249_cast_fp16 = slice_by_index(begin = var_249_begin_0, end = var_249_end_0, end_mask = var_249_end_mask_0, x = scatter_1_cast_fp16)[name = tensor("op_249_cast_fp16")]; + tensor var_250_to_fp16 = const()[name = tensor("op_250_to_fp16"), val = tensor(0x1p+0)]; + tensor var_252_cast_fp16 = add(x = var_249_cast_fp16, y = var_250_to_fp16)[name = tensor("op_252_cast_fp16")]; + tensor scatter_3_mode_0 = const()[name = tensor("scatter_3_mode_0"), val = tensor("update")]; + tensor scatter_3_axis_0 = const()[name = tensor("scatter_3_axis_0"), val = tensor(0)]; + tensor scatter_3_cast_fp16 = scatter(axis = scatter_3_axis_0, data = scatter_1_cast_fp16, indices = slice_by_index_2, mode = scatter_3_mode_0, updates = var_252_cast_fp16)[name = tensor("scatter_3_cast_fp16")]; + tensor var_269_begin_0 = const()[name = tensor("op_269_begin_0"), val = tensor([117])]; + tensor var_269_end_0 = const()[name = tensor("op_269_end_0"), val = tensor([706])]; + tensor var_269_end_mask_0 = const()[name = tensor("op_269_end_mask_0"), val = tensor([false])]; + tensor var_269_cast_fp16 = slice_by_index(begin = var_269_begin_0, end = var_269_end_0, end_mask = var_269_end_mask_0, x = scatter_2_cast_fp16)[name = tensor("op_269_cast_fp16")]; + tensor var_272_begin_0 = const()[name = tensor("op_272_begin_0"), val = tensor([2, 0])]; + tensor var_272_end_0 = const()[name = tensor("op_272_end_0"), val = tensor([3, 589])]; + tensor var_272_end_mask_0 = const()[name = tensor("op_272_end_mask_0"), val = tensor([false, true])]; + tensor var_272_squeeze_mask_0 = const()[name = tensor("op_272_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_272_cast_fp16 = slice_by_index(begin = var_272_begin_0, end = var_272_end_0, end_mask = var_272_end_mask_0, squeeze_mask = var_272_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_272_cast_fp16")]; + tensor var_274_cast_fp16 = add(x = var_269_cast_fp16, y = var_272_cast_fp16)[name = tensor("op_274_cast_fp16")]; + tensor slice_by_index_4 = const()[name = tensor("slice_by_index_4"), val = tensor([117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705])]; + tensor scatter_4_mode_0 = const()[name = tensor("scatter_4_mode_0"), val = tensor("update")]; + tensor scatter_4_axis_0 = const()[name = tensor("scatter_4_axis_0"), val = tensor(0)]; + tensor scatter_4_cast_fp16 = scatter(axis = scatter_4_axis_0, data = scatter_2_cast_fp16, indices = slice_by_index_4, mode = scatter_4_mode_0, updates = var_274_cast_fp16)[name = tensor("scatter_4_cast_fp16")]; + tensor var_284_begin_0 = const()[name = tensor("op_284_begin_0"), val = tensor([117])]; + tensor var_284_end_0 = const()[name = tensor("op_284_end_0"), val = tensor([706])]; + tensor var_284_end_mask_0 = const()[name = tensor("op_284_end_mask_0"), val = tensor([false])]; + tensor var_284_cast_fp16 = slice_by_index(begin = var_284_begin_0, end = var_284_end_0, end_mask = var_284_end_mask_0, x = scatter_3_cast_fp16)[name = tensor("op_284_cast_fp16")]; + tensor var_285_to_fp16 = const()[name = tensor("op_285_to_fp16"), val = tensor(0x1p+0)]; + tensor var_287_cast_fp16 = add(x = var_284_cast_fp16, y = var_285_to_fp16)[name = tensor("op_287_cast_fp16")]; + tensor scatter_5_mode_0 = const()[name = tensor("scatter_5_mode_0"), val = tensor("update")]; + tensor scatter_5_axis_0 = const()[name = tensor("scatter_5_axis_0"), val = tensor(0)]; + tensor scatter_5_cast_fp16 = scatter(axis = scatter_5_axis_0, data = scatter_3_cast_fp16, indices = slice_by_index_4, mode = scatter_5_mode_0, updates = var_287_cast_fp16)[name = tensor("scatter_5_cast_fp16")]; + tensor var_304_begin_0 = const()[name = tensor("op_304_begin_0"), val = tensor([176])]; + tensor var_304_end_0 = const()[name = tensor("op_304_end_0"), val = tensor([765])]; + tensor var_304_end_mask_0 = const()[name = tensor("op_304_end_mask_0"), val = tensor([false])]; + 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 = scatter_4_cast_fp16)[name = tensor("op_304_cast_fp16")]; + tensor var_307_begin_0 = const()[name = tensor("op_307_begin_0"), val = tensor([3, 0])]; + tensor var_307_end_0 = const()[name = tensor("op_307_end_0"), val = tensor([4, 589])]; + tensor var_307_end_mask_0 = const()[name = tensor("op_307_end_mask_0"), val = tensor([false, true])]; + tensor var_307_squeeze_mask_0 = const()[name = tensor("op_307_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_307_cast_fp16 = slice_by_index(begin = var_307_begin_0, end = var_307_end_0, end_mask = var_307_end_mask_0, squeeze_mask = var_307_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_307_cast_fp16")]; + tensor var_309_cast_fp16 = add(x = var_304_cast_fp16, y = var_307_cast_fp16)[name = tensor("op_309_cast_fp16")]; + tensor slice_by_index_6 = const()[name = tensor("slice_by_index_6"), val = tensor([176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764])]; + tensor scatter_6_mode_0 = const()[name = tensor("scatter_6_mode_0"), val = tensor("update")]; + tensor scatter_6_axis_0 = const()[name = tensor("scatter_6_axis_0"), val = tensor(0)]; + tensor scatter_6_cast_fp16 = scatter(axis = scatter_6_axis_0, data = scatter_4_cast_fp16, indices = slice_by_index_6, mode = scatter_6_mode_0, updates = var_309_cast_fp16)[name = tensor("scatter_6_cast_fp16")]; + tensor var_319_begin_0 = const()[name = tensor("op_319_begin_0"), val = tensor([176])]; + tensor var_319_end_0 = const()[name = tensor("op_319_end_0"), val = tensor([765])]; + tensor var_319_end_mask_0 = const()[name = tensor("op_319_end_mask_0"), val = tensor([false])]; + tensor var_319_cast_fp16 = slice_by_index(begin = var_319_begin_0, end = var_319_end_0, end_mask = var_319_end_mask_0, x = scatter_5_cast_fp16)[name = tensor("op_319_cast_fp16")]; + tensor var_320_to_fp16 = const()[name = tensor("op_320_to_fp16"), val = tensor(0x1p+0)]; + tensor var_322_cast_fp16 = add(x = var_319_cast_fp16, y = var_320_to_fp16)[name = tensor("op_322_cast_fp16")]; + tensor scatter_7_mode_0 = const()[name = tensor("scatter_7_mode_0"), val = tensor("update")]; + tensor scatter_7_axis_0 = const()[name = tensor("scatter_7_axis_0"), val = tensor(0)]; + tensor scatter_7_cast_fp16 = scatter(axis = scatter_7_axis_0, data = scatter_5_cast_fp16, indices = slice_by_index_6, mode = scatter_7_mode_0, updates = var_322_cast_fp16)[name = tensor("scatter_7_cast_fp16")]; + tensor var_339_begin_0 = const()[name = tensor("op_339_begin_0"), val = tensor([235])]; + tensor var_339_end_0 = const()[name = tensor("op_339_end_0"), val = tensor([824])]; + tensor var_339_end_mask_0 = const()[name = tensor("op_339_end_mask_0"), val = tensor([false])]; + tensor var_339_cast_fp16 = slice_by_index(begin = var_339_begin_0, end = var_339_end_0, end_mask = var_339_end_mask_0, x = scatter_6_cast_fp16)[name = tensor("op_339_cast_fp16")]; + tensor var_342_begin_0 = const()[name = tensor("op_342_begin_0"), val = tensor([4, 0])]; + tensor var_342_end_0 = const()[name = tensor("op_342_end_0"), val = tensor([5, 589])]; + tensor var_342_end_mask_0 = const()[name = tensor("op_342_end_mask_0"), val = tensor([false, true])]; + tensor var_342_squeeze_mask_0 = const()[name = tensor("op_342_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_342_cast_fp16 = slice_by_index(begin = var_342_begin_0, end = var_342_end_0, end_mask = var_342_end_mask_0, squeeze_mask = var_342_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_342_cast_fp16")]; + tensor var_344_cast_fp16 = add(x = var_339_cast_fp16, y = var_342_cast_fp16)[name = tensor("op_344_cast_fp16")]; + tensor slice_by_index_8 = const()[name = tensor("slice_by_index_8"), val = tensor([235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823])]; + tensor scatter_8_mode_0 = const()[name = tensor("scatter_8_mode_0"), val = tensor("update")]; + tensor scatter_8_axis_0 = const()[name = tensor("scatter_8_axis_0"), val = tensor(0)]; + tensor scatter_8_cast_fp16 = scatter(axis = scatter_8_axis_0, data = scatter_6_cast_fp16, indices = slice_by_index_8, mode = scatter_8_mode_0, updates = var_344_cast_fp16)[name = tensor("scatter_8_cast_fp16")]; + tensor var_354_begin_0 = const()[name = tensor("op_354_begin_0"), val = tensor([235])]; + tensor var_354_end_0 = const()[name = tensor("op_354_end_0"), val = tensor([824])]; + tensor var_354_end_mask_0 = const()[name = tensor("op_354_end_mask_0"), val = tensor([false])]; + tensor var_354_cast_fp16 = slice_by_index(begin = var_354_begin_0, end = var_354_end_0, end_mask = var_354_end_mask_0, x = scatter_7_cast_fp16)[name = tensor("op_354_cast_fp16")]; + tensor var_355_to_fp16 = const()[name = tensor("op_355_to_fp16"), val = tensor(0x1p+0)]; + tensor var_357_cast_fp16 = add(x = var_354_cast_fp16, y = var_355_to_fp16)[name = tensor("op_357_cast_fp16")]; + tensor scatter_9_mode_0 = const()[name = tensor("scatter_9_mode_0"), val = tensor("update")]; + tensor scatter_9_axis_0 = const()[name = tensor("scatter_9_axis_0"), val = tensor(0)]; + tensor scatter_9_cast_fp16 = scatter(axis = scatter_9_axis_0, data = scatter_7_cast_fp16, indices = slice_by_index_8, mode = scatter_9_mode_0, updates = var_357_cast_fp16)[name = tensor("scatter_9_cast_fp16")]; + tensor var_374_begin_0 = const()[name = tensor("op_374_begin_0"), val = tensor([294])]; + tensor var_374_end_0 = const()[name = tensor("op_374_end_0"), val = tensor([883])]; + tensor var_374_end_mask_0 = const()[name = tensor("op_374_end_mask_0"), val = tensor([false])]; + tensor var_374_cast_fp16 = slice_by_index(begin = var_374_begin_0, end = var_374_end_0, end_mask = var_374_end_mask_0, x = scatter_8_cast_fp16)[name = tensor("op_374_cast_fp16")]; + tensor var_377_begin_0 = const()[name = tensor("op_377_begin_0"), val = tensor([5, 0])]; + tensor var_377_end_0 = const()[name = tensor("op_377_end_0"), val = tensor([6, 589])]; + tensor var_377_end_mask_0 = const()[name = tensor("op_377_end_mask_0"), val = tensor([false, true])]; + tensor var_377_squeeze_mask_0 = const()[name = tensor("op_377_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_377_cast_fp16 = slice_by_index(begin = var_377_begin_0, end = var_377_end_0, end_mask = var_377_end_mask_0, squeeze_mask = var_377_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_377_cast_fp16")]; + tensor var_379_cast_fp16 = add(x = var_374_cast_fp16, y = var_377_cast_fp16)[name = tensor("op_379_cast_fp16")]; + tensor slice_by_index_10 = const()[name = tensor("slice_by_index_10"), val = tensor([294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882])]; + tensor scatter_10_mode_0 = const()[name = tensor("scatter_10_mode_0"), val = tensor("update")]; + tensor scatter_10_axis_0 = const()[name = tensor("scatter_10_axis_0"), val = tensor(0)]; + tensor scatter_10_cast_fp16 = scatter(axis = scatter_10_axis_0, data = scatter_8_cast_fp16, indices = slice_by_index_10, mode = scatter_10_mode_0, updates = var_379_cast_fp16)[name = tensor("scatter_10_cast_fp16")]; + tensor var_389_begin_0 = const()[name = tensor("op_389_begin_0"), val = tensor([294])]; + tensor var_389_end_0 = const()[name = tensor("op_389_end_0"), val = tensor([883])]; + tensor var_389_end_mask_0 = const()[name = tensor("op_389_end_mask_0"), val = tensor([false])]; + tensor var_389_cast_fp16 = slice_by_index(begin = var_389_begin_0, end = var_389_end_0, end_mask = var_389_end_mask_0, x = scatter_9_cast_fp16)[name = tensor("op_389_cast_fp16")]; + tensor var_390_to_fp16 = const()[name = tensor("op_390_to_fp16"), val = tensor(0x1p+0)]; + tensor var_392_cast_fp16 = add(x = var_389_cast_fp16, y = var_390_to_fp16)[name = tensor("op_392_cast_fp16")]; + tensor scatter_11_mode_0 = const()[name = tensor("scatter_11_mode_0"), val = tensor("update")]; + tensor scatter_11_axis_0 = const()[name = tensor("scatter_11_axis_0"), val = tensor(0)]; + tensor scatter_11_cast_fp16 = scatter(axis = scatter_11_axis_0, data = scatter_9_cast_fp16, indices = slice_by_index_10, mode = scatter_11_mode_0, updates = var_392_cast_fp16)[name = tensor("scatter_11_cast_fp16")]; + tensor var_409_begin_0 = const()[name = tensor("op_409_begin_0"), val = tensor([353])]; + tensor var_409_end_0 = const()[name = tensor("op_409_end_0"), val = tensor([942])]; + tensor var_409_end_mask_0 = const()[name = tensor("op_409_end_mask_0"), val = tensor([false])]; + tensor var_409_cast_fp16 = slice_by_index(begin = var_409_begin_0, end = var_409_end_0, end_mask = var_409_end_mask_0, x = scatter_10_cast_fp16)[name = tensor("op_409_cast_fp16")]; + tensor var_412_begin_0 = const()[name = tensor("op_412_begin_0"), val = tensor([6, 0])]; + tensor var_412_end_0 = const()[name = tensor("op_412_end_0"), val = tensor([7, 589])]; + tensor var_412_end_mask_0 = const()[name = tensor("op_412_end_mask_0"), val = tensor([false, true])]; + tensor var_412_squeeze_mask_0 = const()[name = tensor("op_412_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_412_cast_fp16 = slice_by_index(begin = var_412_begin_0, end = var_412_end_0, end_mask = var_412_end_mask_0, squeeze_mask = var_412_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_412_cast_fp16")]; + tensor var_414_cast_fp16 = add(x = var_409_cast_fp16, y = var_412_cast_fp16)[name = tensor("op_414_cast_fp16")]; + tensor slice_by_index_12 = const()[name = tensor("slice_by_index_12"), val = tensor([353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941])]; + tensor scatter_12_mode_0 = const()[name = tensor("scatter_12_mode_0"), val = tensor("update")]; + tensor scatter_12_axis_0 = const()[name = tensor("scatter_12_axis_0"), val = tensor(0)]; + tensor scatter_12_cast_fp16 = scatter(axis = scatter_12_axis_0, data = scatter_10_cast_fp16, indices = slice_by_index_12, mode = scatter_12_mode_0, updates = var_414_cast_fp16)[name = tensor("scatter_12_cast_fp16")]; + tensor var_424_begin_0 = const()[name = tensor("op_424_begin_0"), val = tensor([353])]; + tensor var_424_end_0 = const()[name = tensor("op_424_end_0"), val = tensor([942])]; + tensor var_424_end_mask_0 = const()[name = tensor("op_424_end_mask_0"), val = tensor([false])]; + tensor var_424_cast_fp16 = slice_by_index(begin = var_424_begin_0, end = var_424_end_0, end_mask = var_424_end_mask_0, x = scatter_11_cast_fp16)[name = tensor("op_424_cast_fp16")]; + tensor var_425_to_fp16 = const()[name = tensor("op_425_to_fp16"), val = tensor(0x1p+0)]; + tensor var_427_cast_fp16 = add(x = var_424_cast_fp16, y = var_425_to_fp16)[name = tensor("op_427_cast_fp16")]; + tensor scatter_13_mode_0 = const()[name = tensor("scatter_13_mode_0"), val = tensor("update")]; + tensor scatter_13_axis_0 = const()[name = tensor("scatter_13_axis_0"), val = tensor(0)]; + tensor scatter_13_cast_fp16 = scatter(axis = scatter_13_axis_0, data = scatter_11_cast_fp16, indices = slice_by_index_12, mode = scatter_13_mode_0, updates = var_427_cast_fp16)[name = tensor("scatter_13_cast_fp16")]; + tensor var_444_begin_0 = const()[name = tensor("op_444_begin_0"), val = tensor([412])]; + tensor var_444_end_0 = const()[name = tensor("op_444_end_0"), val = tensor([1001])]; + tensor var_444_end_mask_0 = const()[name = tensor("op_444_end_mask_0"), val = tensor([false])]; + tensor var_444_cast_fp16 = slice_by_index(begin = var_444_begin_0, end = var_444_end_0, end_mask = var_444_end_mask_0, x = scatter_12_cast_fp16)[name = tensor("op_444_cast_fp16")]; + tensor var_447_begin_0 = const()[name = tensor("op_447_begin_0"), val = tensor([7, 0])]; + tensor var_447_end_0 = const()[name = tensor("op_447_end_0"), val = tensor([8, 589])]; + tensor var_447_end_mask_0 = const()[name = tensor("op_447_end_mask_0"), val = tensor([false, true])]; + tensor var_447_squeeze_mask_0 = const()[name = tensor("op_447_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_447_cast_fp16 = slice_by_index(begin = var_447_begin_0, end = var_447_end_0, end_mask = var_447_end_mask_0, squeeze_mask = var_447_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_447_cast_fp16")]; + tensor var_449_cast_fp16 = add(x = var_444_cast_fp16, y = var_447_cast_fp16)[name = tensor("op_449_cast_fp16")]; + tensor slice_by_index_14 = const()[name = tensor("slice_by_index_14"), val = tensor([412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000])]; + tensor scatter_14_mode_0 = const()[name = tensor("scatter_14_mode_0"), val = tensor("update")]; + tensor scatter_14_axis_0 = const()[name = tensor("scatter_14_axis_0"), val = tensor(0)]; + tensor scatter_14_cast_fp16 = scatter(axis = scatter_14_axis_0, data = scatter_12_cast_fp16, indices = slice_by_index_14, mode = scatter_14_mode_0, updates = var_449_cast_fp16)[name = tensor("scatter_14_cast_fp16")]; + tensor var_459_begin_0 = const()[name = tensor("op_459_begin_0"), val = tensor([412])]; + tensor var_459_end_0 = const()[name = tensor("op_459_end_0"), val = tensor([1001])]; + tensor var_459_end_mask_0 = const()[name = tensor("op_459_end_mask_0"), val = tensor([false])]; + tensor var_459_cast_fp16 = slice_by_index(begin = var_459_begin_0, end = var_459_end_0, end_mask = var_459_end_mask_0, x = scatter_13_cast_fp16)[name = tensor("op_459_cast_fp16")]; + tensor var_460_to_fp16 = const()[name = tensor("op_460_to_fp16"), val = tensor(0x1p+0)]; + tensor var_462_cast_fp16 = add(x = var_459_cast_fp16, y = var_460_to_fp16)[name = tensor("op_462_cast_fp16")]; + tensor scatter_15_mode_0 = const()[name = tensor("scatter_15_mode_0"), val = tensor("update")]; + tensor scatter_15_axis_0 = const()[name = tensor("scatter_15_axis_0"), val = tensor(0)]; + tensor scatter_15_cast_fp16 = scatter(axis = scatter_15_axis_0, data = scatter_13_cast_fp16, indices = slice_by_index_14, mode = scatter_15_mode_0, updates = var_462_cast_fp16)[name = tensor("scatter_15_cast_fp16")]; + tensor var_479_begin_0 = const()[name = tensor("op_479_begin_0"), val = tensor([471])]; + tensor var_479_end_0 = const()[name = tensor("op_479_end_0"), val = tensor([1060])]; + tensor var_479_end_mask_0 = const()[name = tensor("op_479_end_mask_0"), val = tensor([false])]; + tensor var_479_cast_fp16 = slice_by_index(begin = var_479_begin_0, end = var_479_end_0, end_mask = var_479_end_mask_0, x = scatter_14_cast_fp16)[name = tensor("op_479_cast_fp16")]; + tensor var_482_begin_0 = const()[name = tensor("op_482_begin_0"), val = tensor([8, 0])]; + tensor var_482_end_0 = const()[name = tensor("op_482_end_0"), val = tensor([9, 589])]; + tensor var_482_end_mask_0 = const()[name = tensor("op_482_end_mask_0"), val = tensor([false, true])]; + tensor var_482_squeeze_mask_0 = const()[name = tensor("op_482_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_482_cast_fp16 = slice_by_index(begin = var_482_begin_0, end = var_482_end_0, end_mask = var_482_end_mask_0, squeeze_mask = var_482_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_482_cast_fp16")]; + tensor var_484_cast_fp16 = add(x = var_479_cast_fp16, y = var_482_cast_fp16)[name = tensor("op_484_cast_fp16")]; + tensor slice_by_index_16 = const()[name = tensor("slice_by_index_16"), val = tensor([471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059])]; + tensor scatter_16_mode_0 = const()[name = tensor("scatter_16_mode_0"), val = tensor("update")]; + tensor scatter_16_axis_0 = const()[name = tensor("scatter_16_axis_0"), val = tensor(0)]; + tensor scatter_16_cast_fp16 = scatter(axis = scatter_16_axis_0, data = scatter_14_cast_fp16, indices = slice_by_index_16, mode = scatter_16_mode_0, updates = var_484_cast_fp16)[name = tensor("scatter_16_cast_fp16")]; + tensor var_494_begin_0 = const()[name = tensor("op_494_begin_0"), val = tensor([471])]; + tensor var_494_end_0 = const()[name = tensor("op_494_end_0"), val = tensor([1060])]; + tensor var_494_end_mask_0 = const()[name = tensor("op_494_end_mask_0"), val = tensor([false])]; + tensor var_494_cast_fp16 = slice_by_index(begin = var_494_begin_0, end = var_494_end_0, end_mask = var_494_end_mask_0, x = scatter_15_cast_fp16)[name = tensor("op_494_cast_fp16")]; + tensor var_495_to_fp16 = const()[name = tensor("op_495_to_fp16"), val = tensor(0x1p+0)]; + tensor var_497_cast_fp16 = add(x = var_494_cast_fp16, y = var_495_to_fp16)[name = tensor("op_497_cast_fp16")]; + tensor scatter_17_mode_0 = const()[name = tensor("scatter_17_mode_0"), val = tensor("update")]; + tensor scatter_17_axis_0 = const()[name = tensor("scatter_17_axis_0"), val = tensor(0)]; + tensor scatter_17_cast_fp16 = scatter(axis = scatter_17_axis_0, data = scatter_15_cast_fp16, indices = slice_by_index_16, mode = scatter_17_mode_0, updates = var_497_cast_fp16)[name = tensor("scatter_17_cast_fp16")]; + tensor var_514_begin_0 = const()[name = tensor("op_514_begin_0"), val = tensor([530])]; + tensor var_514_end_0 = const()[name = tensor("op_514_end_0"), val = tensor([1119])]; + tensor var_514_end_mask_0 = const()[name = tensor("op_514_end_mask_0"), val = tensor([false])]; + tensor var_514_cast_fp16 = slice_by_index(begin = var_514_begin_0, end = var_514_end_0, end_mask = var_514_end_mask_0, x = scatter_16_cast_fp16)[name = tensor("op_514_cast_fp16")]; + tensor var_517_begin_0 = const()[name = tensor("op_517_begin_0"), val = tensor([9, 0])]; + tensor var_517_end_0 = const()[name = tensor("op_517_end_0"), val = tensor([10, 589])]; + tensor var_517_end_mask_0 = const()[name = tensor("op_517_end_mask_0"), val = tensor([false, true])]; + tensor var_517_squeeze_mask_0 = const()[name = tensor("op_517_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_517_cast_fp16 = slice_by_index(begin = var_517_begin_0, end = var_517_end_0, end_mask = var_517_end_mask_0, squeeze_mask = var_517_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_517_cast_fp16")]; + tensor var_519_cast_fp16 = add(x = var_514_cast_fp16, y = var_517_cast_fp16)[name = tensor("op_519_cast_fp16")]; + tensor slice_by_index_18 = const()[name = tensor("slice_by_index_18"), val = tensor([530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118])]; + tensor scatter_18_mode_0 = const()[name = tensor("scatter_18_mode_0"), val = tensor("update")]; + tensor scatter_18_axis_0 = const()[name = tensor("scatter_18_axis_0"), val = tensor(0)]; + tensor scatter_18_cast_fp16 = scatter(axis = scatter_18_axis_0, data = scatter_16_cast_fp16, indices = slice_by_index_18, mode = scatter_18_mode_0, updates = var_519_cast_fp16)[name = tensor("scatter_18_cast_fp16")]; + tensor var_529_begin_0 = const()[name = tensor("op_529_begin_0"), val = tensor([530])]; + tensor var_529_end_0 = const()[name = tensor("op_529_end_0"), val = tensor([1119])]; + tensor var_529_end_mask_0 = const()[name = tensor("op_529_end_mask_0"), val = tensor([false])]; + tensor var_529_cast_fp16 = slice_by_index(begin = var_529_begin_0, end = var_529_end_0, end_mask = var_529_end_mask_0, x = scatter_17_cast_fp16)[name = tensor("op_529_cast_fp16")]; + tensor var_530_to_fp16 = const()[name = tensor("op_530_to_fp16"), val = tensor(0x1p+0)]; + tensor var_532_cast_fp16 = add(x = var_529_cast_fp16, y = var_530_to_fp16)[name = tensor("op_532_cast_fp16")]; + tensor scatter_19_mode_0 = const()[name = tensor("scatter_19_mode_0"), val = tensor("update")]; + tensor scatter_19_axis_0 = const()[name = tensor("scatter_19_axis_0"), val = tensor(0)]; + tensor scatter_19_cast_fp16 = scatter(axis = scatter_19_axis_0, data = scatter_17_cast_fp16, indices = slice_by_index_18, mode = scatter_19_mode_0, updates = var_532_cast_fp16)[name = tensor("scatter_19_cast_fp16")]; + tensor var_549_begin_0 = const()[name = tensor("op_549_begin_0"), val = tensor([589])]; + tensor var_549_end_0 = const()[name = tensor("op_549_end_0"), val = tensor([1178])]; + tensor var_549_end_mask_0 = const()[name = tensor("op_549_end_mask_0"), val = tensor([false])]; + tensor var_549_cast_fp16 = slice_by_index(begin = var_549_begin_0, end = var_549_end_0, end_mask = var_549_end_mask_0, x = scatter_18_cast_fp16)[name = tensor("op_549_cast_fp16")]; + tensor var_552_begin_0 = const()[name = tensor("op_552_begin_0"), val = tensor([10, 0])]; + tensor var_552_end_0 = const()[name = tensor("op_552_end_0"), val = tensor([11, 589])]; + tensor var_552_end_mask_0 = const()[name = tensor("op_552_end_mask_0"), val = tensor([false, true])]; + tensor var_552_squeeze_mask_0 = const()[name = tensor("op_552_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_552_cast_fp16 = slice_by_index(begin = var_552_begin_0, end = var_552_end_0, end_mask = var_552_end_mask_0, squeeze_mask = var_552_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_552_cast_fp16")]; + tensor var_554_cast_fp16 = add(x = var_549_cast_fp16, y = var_552_cast_fp16)[name = tensor("op_554_cast_fp16")]; + tensor slice_by_index_20 = const()[name = tensor("slice_by_index_20"), val = tensor([589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177])]; + tensor scatter_20_mode_0 = const()[name = tensor("scatter_20_mode_0"), val = tensor("update")]; + tensor scatter_20_axis_0 = const()[name = tensor("scatter_20_axis_0"), val = tensor(0)]; + tensor scatter_20_cast_fp16 = scatter(axis = scatter_20_axis_0, data = scatter_18_cast_fp16, indices = slice_by_index_20, mode = scatter_20_mode_0, updates = var_554_cast_fp16)[name = tensor("scatter_20_cast_fp16")]; + tensor var_564_begin_0 = const()[name = tensor("op_564_begin_0"), val = tensor([589])]; + tensor var_564_end_0 = const()[name = tensor("op_564_end_0"), val = tensor([1178])]; + tensor var_564_end_mask_0 = const()[name = tensor("op_564_end_mask_0"), val = tensor([false])]; + tensor var_564_cast_fp16 = slice_by_index(begin = var_564_begin_0, end = var_564_end_0, end_mask = var_564_end_mask_0, x = scatter_19_cast_fp16)[name = tensor("op_564_cast_fp16")]; + tensor var_565_to_fp16 = const()[name = tensor("op_565_to_fp16"), val = tensor(0x1p+0)]; + tensor var_567_cast_fp16 = add(x = var_564_cast_fp16, y = var_565_to_fp16)[name = tensor("op_567_cast_fp16")]; + tensor scatter_21_mode_0 = const()[name = tensor("scatter_21_mode_0"), val = tensor("update")]; + tensor scatter_21_axis_0 = const()[name = tensor("scatter_21_axis_0"), val = tensor(0)]; + tensor scatter_21_cast_fp16 = scatter(axis = scatter_21_axis_0, data = scatter_19_cast_fp16, indices = slice_by_index_20, mode = scatter_21_mode_0, updates = var_567_cast_fp16)[name = tensor("scatter_21_cast_fp16")]; + tensor var_584_begin_0 = const()[name = tensor("op_584_begin_0"), val = tensor([647])]; + tensor var_584_end_0 = const()[name = tensor("op_584_end_0"), val = tensor([1236])]; + tensor var_584_end_mask_0 = const()[name = tensor("op_584_end_mask_0"), val = tensor([false])]; + tensor var_584_cast_fp16 = slice_by_index(begin = var_584_begin_0, end = var_584_end_0, end_mask = var_584_end_mask_0, x = scatter_20_cast_fp16)[name = tensor("op_584_cast_fp16")]; + tensor var_587_begin_0 = const()[name = tensor("op_587_begin_0"), val = tensor([11, 0])]; + tensor var_587_end_0 = const()[name = tensor("op_587_end_0"), val = tensor([12, 589])]; + tensor var_587_end_mask_0 = const()[name = tensor("op_587_end_mask_0"), val = tensor([false, true])]; + tensor var_587_squeeze_mask_0 = const()[name = tensor("op_587_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_587_cast_fp16 = slice_by_index(begin = var_587_begin_0, end = var_587_end_0, end_mask = var_587_end_mask_0, squeeze_mask = var_587_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_587_cast_fp16")]; + tensor var_589_cast_fp16 = add(x = var_584_cast_fp16, y = var_587_cast_fp16)[name = tensor("op_589_cast_fp16")]; + tensor slice_by_index_22 = const()[name = tensor("slice_by_index_22"), val = tensor([647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235])]; + tensor scatter_22_mode_0 = const()[name = tensor("scatter_22_mode_0"), val = tensor("update")]; + tensor scatter_22_axis_0 = const()[name = tensor("scatter_22_axis_0"), val = tensor(0)]; + tensor scatter_22_cast_fp16 = scatter(axis = scatter_22_axis_0, data = scatter_20_cast_fp16, indices = slice_by_index_22, mode = scatter_22_mode_0, updates = var_589_cast_fp16)[name = tensor("scatter_22_cast_fp16")]; + tensor var_599_begin_0 = const()[name = tensor("op_599_begin_0"), val = tensor([647])]; + tensor var_599_end_0 = const()[name = tensor("op_599_end_0"), val = tensor([1236])]; + tensor var_599_end_mask_0 = const()[name = tensor("op_599_end_mask_0"), val = tensor([false])]; + tensor var_599_cast_fp16 = slice_by_index(begin = var_599_begin_0, end = var_599_end_0, end_mask = var_599_end_mask_0, x = scatter_21_cast_fp16)[name = tensor("op_599_cast_fp16")]; + tensor var_600_to_fp16 = const()[name = tensor("op_600_to_fp16"), val = tensor(0x1p+0)]; + tensor var_602_cast_fp16 = add(x = var_599_cast_fp16, y = var_600_to_fp16)[name = tensor("op_602_cast_fp16")]; + tensor scatter_23_mode_0 = const()[name = tensor("scatter_23_mode_0"), val = tensor("update")]; + tensor scatter_23_axis_0 = const()[name = tensor("scatter_23_axis_0"), val = tensor(0)]; + tensor scatter_23_cast_fp16 = scatter(axis = scatter_23_axis_0, data = scatter_21_cast_fp16, indices = slice_by_index_22, mode = scatter_23_mode_0, updates = var_602_cast_fp16)[name = tensor("scatter_23_cast_fp16")]; + tensor var_619_begin_0 = const()[name = tensor("op_619_begin_0"), val = tensor([706])]; + tensor var_619_end_0 = const()[name = tensor("op_619_end_0"), val = tensor([1295])]; + tensor var_619_end_mask_0 = const()[name = tensor("op_619_end_mask_0"), val = tensor([false])]; + 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 = scatter_22_cast_fp16)[name = tensor("op_619_cast_fp16")]; + tensor var_622_begin_0 = const()[name = tensor("op_622_begin_0"), val = tensor([12, 0])]; + tensor var_622_end_0 = const()[name = tensor("op_622_end_0"), val = tensor([13, 589])]; + tensor var_622_end_mask_0 = const()[name = tensor("op_622_end_mask_0"), val = tensor([false, true])]; + tensor var_622_squeeze_mask_0 = const()[name = tensor("op_622_squeeze_mask_0"), val = tensor([true, false])]; + 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, squeeze_mask = var_622_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_622_cast_fp16")]; + tensor var_624_cast_fp16 = add(x = var_619_cast_fp16, y = var_622_cast_fp16)[name = tensor("op_624_cast_fp16")]; + tensor slice_by_index_24 = const()[name = tensor("slice_by_index_24"), val = tensor([706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294])]; + tensor scatter_24_mode_0 = const()[name = tensor("scatter_24_mode_0"), val = tensor("update")]; + tensor scatter_24_axis_0 = const()[name = tensor("scatter_24_axis_0"), val = tensor(0)]; + tensor scatter_24_cast_fp16 = scatter(axis = scatter_24_axis_0, data = scatter_22_cast_fp16, indices = slice_by_index_24, mode = scatter_24_mode_0, updates = var_624_cast_fp16)[name = tensor("scatter_24_cast_fp16")]; + tensor var_634_begin_0 = const()[name = tensor("op_634_begin_0"), val = tensor([706])]; + tensor var_634_end_0 = const()[name = tensor("op_634_end_0"), val = tensor([1295])]; + tensor var_634_end_mask_0 = const()[name = tensor("op_634_end_mask_0"), val = tensor([false])]; + tensor var_634_cast_fp16 = slice_by_index(begin = var_634_begin_0, end = var_634_end_0, end_mask = var_634_end_mask_0, x = scatter_23_cast_fp16)[name = tensor("op_634_cast_fp16")]; + tensor var_635_to_fp16 = const()[name = tensor("op_635_to_fp16"), val = tensor(0x1p+0)]; + tensor var_637_cast_fp16 = add(x = var_634_cast_fp16, y = var_635_to_fp16)[name = tensor("op_637_cast_fp16")]; + tensor scatter_25_mode_0 = const()[name = tensor("scatter_25_mode_0"), val = tensor("update")]; + tensor scatter_25_axis_0 = const()[name = tensor("scatter_25_axis_0"), val = tensor(0)]; + tensor scatter_25_cast_fp16 = scatter(axis = scatter_25_axis_0, data = scatter_23_cast_fp16, indices = slice_by_index_24, mode = scatter_25_mode_0, updates = var_637_cast_fp16)[name = tensor("scatter_25_cast_fp16")]; + tensor var_654_begin_0 = const()[name = tensor("op_654_begin_0"), val = tensor([765])]; + tensor var_654_end_0 = const()[name = tensor("op_654_end_0"), val = tensor([1354])]; + tensor var_654_end_mask_0 = const()[name = tensor("op_654_end_mask_0"), val = tensor([false])]; + tensor var_654_cast_fp16 = slice_by_index(begin = var_654_begin_0, end = var_654_end_0, end_mask = var_654_end_mask_0, x = scatter_24_cast_fp16)[name = tensor("op_654_cast_fp16")]; + tensor var_657_begin_0 = const()[name = tensor("op_657_begin_0"), val = tensor([13, 0])]; + tensor var_657_end_0 = const()[name = tensor("op_657_end_0"), val = tensor([14, 589])]; + tensor var_657_end_mask_0 = const()[name = tensor("op_657_end_mask_0"), val = tensor([false, true])]; + tensor var_657_squeeze_mask_0 = const()[name = tensor("op_657_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_657_cast_fp16 = slice_by_index(begin = var_657_begin_0, end = var_657_end_0, end_mask = var_657_end_mask_0, squeeze_mask = var_657_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_657_cast_fp16")]; + tensor var_659_cast_fp16 = add(x = var_654_cast_fp16, y = var_657_cast_fp16)[name = tensor("op_659_cast_fp16")]; + tensor slice_by_index_26 = const()[name = tensor("slice_by_index_26"), val = tensor([765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353])]; + tensor scatter_26_mode_0 = const()[name = tensor("scatter_26_mode_0"), val = tensor("update")]; + tensor scatter_26_axis_0 = const()[name = tensor("scatter_26_axis_0"), val = tensor(0)]; + tensor scatter_26_cast_fp16 = scatter(axis = scatter_26_axis_0, data = scatter_24_cast_fp16, indices = slice_by_index_26, mode = scatter_26_mode_0, updates = var_659_cast_fp16)[name = tensor("scatter_26_cast_fp16")]; + tensor var_669_begin_0 = const()[name = tensor("op_669_begin_0"), val = tensor([765])]; + tensor var_669_end_0 = const()[name = tensor("op_669_end_0"), val = tensor([1354])]; + tensor var_669_end_mask_0 = const()[name = tensor("op_669_end_mask_0"), val = tensor([false])]; + tensor var_669_cast_fp16 = slice_by_index(begin = var_669_begin_0, end = var_669_end_0, end_mask = var_669_end_mask_0, x = scatter_25_cast_fp16)[name = tensor("op_669_cast_fp16")]; + tensor var_670_to_fp16 = const()[name = tensor("op_670_to_fp16"), val = tensor(0x1p+0)]; + tensor var_672_cast_fp16 = add(x = var_669_cast_fp16, y = var_670_to_fp16)[name = tensor("op_672_cast_fp16")]; + tensor scatter_27_mode_0 = const()[name = tensor("scatter_27_mode_0"), val = tensor("update")]; + tensor scatter_27_axis_0 = const()[name = tensor("scatter_27_axis_0"), val = tensor(0)]; + tensor scatter_27_cast_fp16 = scatter(axis = scatter_27_axis_0, data = scatter_25_cast_fp16, indices = slice_by_index_26, mode = scatter_27_mode_0, updates = var_672_cast_fp16)[name = tensor("scatter_27_cast_fp16")]; + tensor var_689_begin_0 = const()[name = tensor("op_689_begin_0"), val = tensor([824])]; + tensor var_689_end_0 = const()[name = tensor("op_689_end_0"), val = tensor([1413])]; + tensor var_689_end_mask_0 = const()[name = tensor("op_689_end_mask_0"), val = tensor([false])]; + tensor var_689_cast_fp16 = slice_by_index(begin = var_689_begin_0, end = var_689_end_0, end_mask = var_689_end_mask_0, x = scatter_26_cast_fp16)[name = tensor("op_689_cast_fp16")]; + tensor var_692_begin_0 = const()[name = tensor("op_692_begin_0"), val = tensor([14, 0])]; + tensor var_692_end_0 = const()[name = tensor("op_692_end_0"), val = tensor([15, 589])]; + tensor var_692_end_mask_0 = const()[name = tensor("op_692_end_mask_0"), val = tensor([false, true])]; + tensor var_692_squeeze_mask_0 = const()[name = tensor("op_692_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_692_cast_fp16 = slice_by_index(begin = var_692_begin_0, end = var_692_end_0, end_mask = var_692_end_mask_0, squeeze_mask = var_692_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_692_cast_fp16")]; + tensor var_694_cast_fp16 = add(x = var_689_cast_fp16, y = var_692_cast_fp16)[name = tensor("op_694_cast_fp16")]; + tensor slice_by_index_28 = const()[name = tensor("slice_by_index_28"), val = tensor([824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412])]; + tensor scatter_28_mode_0 = const()[name = tensor("scatter_28_mode_0"), val = tensor("update")]; + tensor scatter_28_axis_0 = const()[name = tensor("scatter_28_axis_0"), val = tensor(0)]; + tensor scatter_28_cast_fp16 = scatter(axis = scatter_28_axis_0, data = scatter_26_cast_fp16, indices = slice_by_index_28, mode = scatter_28_mode_0, updates = var_694_cast_fp16)[name = tensor("scatter_28_cast_fp16")]; + tensor var_704_begin_0 = const()[name = tensor("op_704_begin_0"), val = tensor([824])]; + tensor var_704_end_0 = const()[name = tensor("op_704_end_0"), val = tensor([1413])]; + tensor var_704_end_mask_0 = const()[name = tensor("op_704_end_mask_0"), val = tensor([false])]; + tensor var_704_cast_fp16 = slice_by_index(begin = var_704_begin_0, end = var_704_end_0, end_mask = var_704_end_mask_0, x = scatter_27_cast_fp16)[name = tensor("op_704_cast_fp16")]; + tensor var_705_to_fp16 = const()[name = tensor("op_705_to_fp16"), val = tensor(0x1p+0)]; + tensor var_707_cast_fp16 = add(x = var_704_cast_fp16, y = var_705_to_fp16)[name = tensor("op_707_cast_fp16")]; + tensor scatter_29_mode_0 = const()[name = tensor("scatter_29_mode_0"), val = tensor("update")]; + tensor scatter_29_axis_0 = const()[name = tensor("scatter_29_axis_0"), val = tensor(0)]; + tensor scatter_29_cast_fp16 = scatter(axis = scatter_29_axis_0, data = scatter_27_cast_fp16, indices = slice_by_index_28, mode = scatter_29_mode_0, updates = var_707_cast_fp16)[name = tensor("scatter_29_cast_fp16")]; + tensor var_724_begin_0 = const()[name = tensor("op_724_begin_0"), val = tensor([883])]; + tensor var_724_end_0 = const()[name = tensor("op_724_end_0"), val = tensor([1472])]; + tensor var_724_end_mask_0 = const()[name = tensor("op_724_end_mask_0"), val = tensor([false])]; + tensor var_724_cast_fp16 = slice_by_index(begin = var_724_begin_0, end = var_724_end_0, end_mask = var_724_end_mask_0, x = scatter_28_cast_fp16)[name = tensor("op_724_cast_fp16")]; + tensor var_727_begin_0 = const()[name = tensor("op_727_begin_0"), val = tensor([15, 0])]; + tensor var_727_end_0 = const()[name = tensor("op_727_end_0"), val = tensor([16, 589])]; + tensor var_727_end_mask_0 = const()[name = tensor("op_727_end_mask_0"), val = tensor([false, true])]; + tensor var_727_squeeze_mask_0 = const()[name = tensor("op_727_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_727_cast_fp16 = slice_by_index(begin = var_727_begin_0, end = var_727_end_0, end_mask = var_727_end_mask_0, squeeze_mask = var_727_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_727_cast_fp16")]; + tensor var_729_cast_fp16 = add(x = var_724_cast_fp16, y = var_727_cast_fp16)[name = tensor("op_729_cast_fp16")]; + tensor slice_by_index_30 = const()[name = tensor("slice_by_index_30"), val = tensor([883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471])]; + tensor scatter_30_mode_0 = const()[name = tensor("scatter_30_mode_0"), val = tensor("update")]; + tensor scatter_30_axis_0 = const()[name = tensor("scatter_30_axis_0"), val = tensor(0)]; + tensor scatter_30_cast_fp16 = scatter(axis = scatter_30_axis_0, data = scatter_28_cast_fp16, indices = slice_by_index_30, mode = scatter_30_mode_0, updates = var_729_cast_fp16)[name = tensor("scatter_30_cast_fp16")]; + tensor var_739_begin_0 = const()[name = tensor("op_739_begin_0"), val = tensor([883])]; + tensor var_739_end_0 = const()[name = tensor("op_739_end_0"), val = tensor([1472])]; + tensor var_739_end_mask_0 = const()[name = tensor("op_739_end_mask_0"), val = tensor([false])]; + tensor var_739_cast_fp16 = slice_by_index(begin = var_739_begin_0, end = var_739_end_0, end_mask = var_739_end_mask_0, x = scatter_29_cast_fp16)[name = tensor("op_739_cast_fp16")]; + tensor var_740_to_fp16 = const()[name = tensor("op_740_to_fp16"), val = tensor(0x1p+0)]; + tensor var_742_cast_fp16 = add(x = var_739_cast_fp16, y = var_740_to_fp16)[name = tensor("op_742_cast_fp16")]; + tensor scatter_31_mode_0 = const()[name = tensor("scatter_31_mode_0"), val = tensor("update")]; + tensor scatter_31_axis_0 = const()[name = tensor("scatter_31_axis_0"), val = tensor(0)]; + tensor scatter_31_cast_fp16 = scatter(axis = scatter_31_axis_0, data = scatter_29_cast_fp16, indices = slice_by_index_30, mode = scatter_31_mode_0, updates = var_742_cast_fp16)[name = tensor("scatter_31_cast_fp16")]; + tensor var_759_begin_0 = const()[name = tensor("op_759_begin_0"), val = tensor([942])]; + tensor var_759_end_0 = const()[name = tensor("op_759_end_0"), val = tensor([1531])]; + tensor var_759_end_mask_0 = const()[name = tensor("op_759_end_mask_0"), val = tensor([false])]; + tensor var_759_cast_fp16 = slice_by_index(begin = var_759_begin_0, end = var_759_end_0, end_mask = var_759_end_mask_0, x = scatter_30_cast_fp16)[name = tensor("op_759_cast_fp16")]; + tensor var_762_begin_0 = const()[name = tensor("op_762_begin_0"), val = tensor([16, 0])]; + tensor var_762_end_0 = const()[name = tensor("op_762_end_0"), val = tensor([17, 589])]; + tensor var_762_end_mask_0 = const()[name = tensor("op_762_end_mask_0"), val = tensor([false, true])]; + tensor var_762_squeeze_mask_0 = const()[name = tensor("op_762_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_762_cast_fp16 = slice_by_index(begin = var_762_begin_0, end = var_762_end_0, end_mask = var_762_end_mask_0, squeeze_mask = var_762_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_762_cast_fp16")]; + tensor var_764_cast_fp16 = add(x = var_759_cast_fp16, y = var_762_cast_fp16)[name = tensor("op_764_cast_fp16")]; + tensor slice_by_index_32 = const()[name = tensor("slice_by_index_32"), val = tensor([942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530])]; + tensor scatter_32_mode_0 = const()[name = tensor("scatter_32_mode_0"), val = tensor("update")]; + tensor scatter_32_axis_0 = const()[name = tensor("scatter_32_axis_0"), val = tensor(0)]; + tensor scatter_32_cast_fp16 = scatter(axis = scatter_32_axis_0, data = scatter_30_cast_fp16, indices = slice_by_index_32, mode = scatter_32_mode_0, updates = var_764_cast_fp16)[name = tensor("scatter_32_cast_fp16")]; + tensor var_774_begin_0 = const()[name = tensor("op_774_begin_0"), val = tensor([942])]; + tensor var_774_end_0 = const()[name = tensor("op_774_end_0"), val = tensor([1531])]; + tensor var_774_end_mask_0 = const()[name = tensor("op_774_end_mask_0"), val = tensor([false])]; + tensor var_774_cast_fp16 = slice_by_index(begin = var_774_begin_0, end = var_774_end_0, end_mask = var_774_end_mask_0, x = scatter_31_cast_fp16)[name = tensor("op_774_cast_fp16")]; + tensor var_775_to_fp16 = const()[name = tensor("op_775_to_fp16"), val = tensor(0x1p+0)]; + tensor var_777_cast_fp16 = add(x = var_774_cast_fp16, y = var_775_to_fp16)[name = tensor("op_777_cast_fp16")]; + tensor scatter_33_mode_0 = const()[name = tensor("scatter_33_mode_0"), val = tensor("update")]; + tensor scatter_33_axis_0 = const()[name = tensor("scatter_33_axis_0"), val = tensor(0)]; + tensor scatter_33_cast_fp16 = scatter(axis = scatter_33_axis_0, data = scatter_31_cast_fp16, indices = slice_by_index_32, mode = scatter_33_mode_0, updates = var_777_cast_fp16)[name = tensor("scatter_33_cast_fp16")]; + tensor var_794_begin_0 = const()[name = tensor("op_794_begin_0"), val = tensor([1001])]; + tensor var_794_end_0 = const()[name = tensor("op_794_end_0"), val = tensor([1590])]; + tensor var_794_end_mask_0 = const()[name = tensor("op_794_end_mask_0"), val = tensor([false])]; + tensor var_794_cast_fp16 = slice_by_index(begin = var_794_begin_0, end = var_794_end_0, end_mask = var_794_end_mask_0, x = scatter_32_cast_fp16)[name = tensor("op_794_cast_fp16")]; + tensor var_797_begin_0 = const()[name = tensor("op_797_begin_0"), val = tensor([17, 0])]; + tensor var_797_end_0 = const()[name = tensor("op_797_end_0"), val = tensor([18, 589])]; + tensor var_797_end_mask_0 = const()[name = tensor("op_797_end_mask_0"), val = tensor([false, true])]; + tensor var_797_squeeze_mask_0 = const()[name = tensor("op_797_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_797_cast_fp16 = slice_by_index(begin = var_797_begin_0, end = var_797_end_0, end_mask = var_797_end_mask_0, squeeze_mask = var_797_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_797_cast_fp16")]; + tensor var_799_cast_fp16 = add(x = var_794_cast_fp16, y = var_797_cast_fp16)[name = tensor("op_799_cast_fp16")]; + tensor slice_by_index_34 = const()[name = tensor("slice_by_index_34"), val = tensor([1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589])]; + tensor scatter_34_mode_0 = const()[name = tensor("scatter_34_mode_0"), val = tensor("update")]; + tensor scatter_34_axis_0 = const()[name = tensor("scatter_34_axis_0"), val = tensor(0)]; + tensor scatter_34_cast_fp16 = scatter(axis = scatter_34_axis_0, data = scatter_32_cast_fp16, indices = slice_by_index_34, mode = scatter_34_mode_0, updates = var_799_cast_fp16)[name = tensor("scatter_34_cast_fp16")]; + tensor var_809_begin_0 = const()[name = tensor("op_809_begin_0"), val = tensor([1001])]; + tensor var_809_end_0 = const()[name = tensor("op_809_end_0"), val = tensor([1590])]; + tensor var_809_end_mask_0 = const()[name = tensor("op_809_end_mask_0"), val = tensor([false])]; + tensor var_809_cast_fp16 = slice_by_index(begin = var_809_begin_0, end = var_809_end_0, end_mask = var_809_end_mask_0, x = scatter_33_cast_fp16)[name = tensor("op_809_cast_fp16")]; + tensor var_810_to_fp16 = const()[name = tensor("op_810_to_fp16"), val = tensor(0x1p+0)]; + tensor var_812_cast_fp16 = add(x = var_809_cast_fp16, y = var_810_to_fp16)[name = tensor("op_812_cast_fp16")]; + tensor scatter_35_mode_0 = const()[name = tensor("scatter_35_mode_0"), val = tensor("update")]; + tensor scatter_35_axis_0 = const()[name = tensor("scatter_35_axis_0"), val = tensor(0)]; + tensor scatter_35_cast_fp16 = scatter(axis = scatter_35_axis_0, data = scatter_33_cast_fp16, indices = slice_by_index_34, mode = scatter_35_mode_0, updates = var_812_cast_fp16)[name = tensor("scatter_35_cast_fp16")]; + tensor var_829_begin_0 = const()[name = tensor("op_829_begin_0"), val = tensor([1060])]; + tensor var_829_end_0 = const()[name = tensor("op_829_end_0"), val = tensor([1649])]; + tensor var_829_end_mask_0 = const()[name = tensor("op_829_end_mask_0"), val = tensor([false])]; + tensor var_829_cast_fp16 = slice_by_index(begin = var_829_begin_0, end = var_829_end_0, end_mask = var_829_end_mask_0, x = scatter_34_cast_fp16)[name = tensor("op_829_cast_fp16")]; + tensor var_832_begin_0 = const()[name = tensor("op_832_begin_0"), val = tensor([18, 0])]; + tensor var_832_end_0 = const()[name = tensor("op_832_end_0"), val = tensor([19, 589])]; + tensor var_832_end_mask_0 = const()[name = tensor("op_832_end_mask_0"), val = tensor([false, true])]; + tensor var_832_squeeze_mask_0 = const()[name = tensor("op_832_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_832_cast_fp16 = slice_by_index(begin = var_832_begin_0, end = var_832_end_0, end_mask = var_832_end_mask_0, squeeze_mask = var_832_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_832_cast_fp16")]; + tensor var_834_cast_fp16 = add(x = var_829_cast_fp16, y = var_832_cast_fp16)[name = tensor("op_834_cast_fp16")]; + tensor slice_by_index_36 = const()[name = tensor("slice_by_index_36"), val = tensor([1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648])]; + tensor scatter_36_mode_0 = const()[name = tensor("scatter_36_mode_0"), val = tensor("update")]; + tensor scatter_36_axis_0 = const()[name = tensor("scatter_36_axis_0"), val = tensor(0)]; + tensor scatter_36_cast_fp16 = scatter(axis = scatter_36_axis_0, data = scatter_34_cast_fp16, indices = slice_by_index_36, mode = scatter_36_mode_0, updates = var_834_cast_fp16)[name = tensor("scatter_36_cast_fp16")]; + tensor var_844_begin_0 = const()[name = tensor("op_844_begin_0"), val = tensor([1060])]; + tensor var_844_end_0 = const()[name = tensor("op_844_end_0"), val = tensor([1649])]; + tensor var_844_end_mask_0 = const()[name = tensor("op_844_end_mask_0"), val = tensor([false])]; + tensor var_844_cast_fp16 = slice_by_index(begin = var_844_begin_0, end = var_844_end_0, end_mask = var_844_end_mask_0, x = scatter_35_cast_fp16)[name = tensor("op_844_cast_fp16")]; + tensor var_845_to_fp16 = const()[name = tensor("op_845_to_fp16"), val = tensor(0x1p+0)]; + tensor var_847_cast_fp16 = add(x = var_844_cast_fp16, y = var_845_to_fp16)[name = tensor("op_847_cast_fp16")]; + tensor scatter_37_mode_0 = const()[name = tensor("scatter_37_mode_0"), val = tensor("update")]; + tensor scatter_37_axis_0 = const()[name = tensor("scatter_37_axis_0"), val = tensor(0)]; + tensor scatter_37_cast_fp16 = scatter(axis = scatter_37_axis_0, data = scatter_35_cast_fp16, indices = slice_by_index_36, mode = scatter_37_mode_0, updates = var_847_cast_fp16)[name = tensor("scatter_37_cast_fp16")]; + tensor var_864_begin_0 = const()[name = tensor("op_864_begin_0"), val = tensor([1119])]; + tensor var_864_end_0 = const()[name = tensor("op_864_end_0"), val = tensor([1708])]; + tensor var_864_end_mask_0 = const()[name = tensor("op_864_end_mask_0"), val = tensor([false])]; + tensor var_864_cast_fp16 = slice_by_index(begin = var_864_begin_0, end = var_864_end_0, end_mask = var_864_end_mask_0, x = scatter_36_cast_fp16)[name = tensor("op_864_cast_fp16")]; + tensor var_867_begin_0 = const()[name = tensor("op_867_begin_0"), val = tensor([19, 0])]; + tensor var_867_end_0 = const()[name = tensor("op_867_end_0"), val = tensor([20, 589])]; + tensor var_867_end_mask_0 = const()[name = tensor("op_867_end_mask_0"), val = tensor([false, true])]; + tensor var_867_squeeze_mask_0 = const()[name = tensor("op_867_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_867_cast_fp16 = slice_by_index(begin = var_867_begin_0, end = var_867_end_0, end_mask = var_867_end_mask_0, squeeze_mask = var_867_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_867_cast_fp16")]; + tensor var_869_cast_fp16 = add(x = var_864_cast_fp16, y = var_867_cast_fp16)[name = tensor("op_869_cast_fp16")]; + tensor slice_by_index_38 = const()[name = tensor("slice_by_index_38"), val = tensor([1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707])]; + tensor scatter_38_mode_0 = const()[name = tensor("scatter_38_mode_0"), val = tensor("update")]; + tensor scatter_38_axis_0 = const()[name = tensor("scatter_38_axis_0"), val = tensor(0)]; + tensor scatter_38_cast_fp16 = scatter(axis = scatter_38_axis_0, data = scatter_36_cast_fp16, indices = slice_by_index_38, mode = scatter_38_mode_0, updates = var_869_cast_fp16)[name = tensor("scatter_38_cast_fp16")]; + tensor var_879_begin_0 = const()[name = tensor("op_879_begin_0"), val = tensor([1119])]; + tensor var_879_end_0 = const()[name = tensor("op_879_end_0"), val = tensor([1708])]; + tensor var_879_end_mask_0 = const()[name = tensor("op_879_end_mask_0"), val = tensor([false])]; + tensor var_879_cast_fp16 = slice_by_index(begin = var_879_begin_0, end = var_879_end_0, end_mask = var_879_end_mask_0, x = scatter_37_cast_fp16)[name = tensor("op_879_cast_fp16")]; + tensor var_880_to_fp16 = const()[name = tensor("op_880_to_fp16"), val = tensor(0x1p+0)]; + tensor var_882_cast_fp16 = add(x = var_879_cast_fp16, y = var_880_to_fp16)[name = tensor("op_882_cast_fp16")]; + tensor scatter_39_mode_0 = const()[name = tensor("scatter_39_mode_0"), val = tensor("update")]; + tensor scatter_39_axis_0 = const()[name = tensor("scatter_39_axis_0"), val = tensor(0)]; + tensor scatter_39_cast_fp16 = scatter(axis = scatter_39_axis_0, data = scatter_37_cast_fp16, indices = slice_by_index_38, mode = scatter_39_mode_0, updates = var_882_cast_fp16)[name = tensor("scatter_39_cast_fp16")]; + tensor var_899_begin_0 = const()[name = tensor("op_899_begin_0"), val = tensor([1178])]; + tensor var_899_end_0 = const()[name = tensor("op_899_end_0"), val = tensor([1767])]; + tensor var_899_end_mask_0 = const()[name = tensor("op_899_end_mask_0"), val = tensor([false])]; + tensor var_899_cast_fp16 = slice_by_index(begin = var_899_begin_0, end = var_899_end_0, end_mask = var_899_end_mask_0, x = scatter_38_cast_fp16)[name = tensor("op_899_cast_fp16")]; + tensor var_902_begin_0 = const()[name = tensor("op_902_begin_0"), val = tensor([20, 0])]; + tensor var_902_end_0 = const()[name = tensor("op_902_end_0"), val = tensor([21, 589])]; + tensor var_902_end_mask_0 = const()[name = tensor("op_902_end_mask_0"), val = tensor([false, true])]; + tensor var_902_squeeze_mask_0 = const()[name = tensor("op_902_squeeze_mask_0"), val = tensor([true, false])]; + tensor var_902_cast_fp16 = slice_by_index(begin = var_902_begin_0, end = var_902_end_0, end_mask = var_902_end_mask_0, squeeze_mask = var_902_squeeze_mask_0, x = reduce_max_0_cast_fp16)[name = tensor("op_902_cast_fp16")]; + tensor var_904_cast_fp16 = add(x = var_899_cast_fp16, y = var_902_cast_fp16)[name = tensor("op_904_cast_fp16")]; + tensor slice_by_index_40 = const()[name = tensor("slice_by_index_40"), val = tensor([1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766])]; + tensor scatter_40_mode_0 = const()[name = tensor("scatter_40_mode_0"), val = tensor("update")]; + tensor scatter_40_axis_0 = const()[name = tensor("scatter_40_axis_0"), val = tensor(0)]; + tensor scatter_40_cast_fp16 = scatter(axis = scatter_40_axis_0, data = scatter_38_cast_fp16, indices = slice_by_index_40, mode = scatter_40_mode_0, updates = var_904_cast_fp16)[name = tensor("scatter_40_cast_fp16")]; + tensor var_914_begin_0 = const()[name = tensor("op_914_begin_0"), val = tensor([1178])]; + tensor var_914_end_0 = const()[name = tensor("op_914_end_0"), val = tensor([1767])]; + tensor var_914_end_mask_0 = const()[name = tensor("op_914_end_mask_0"), val = tensor([false])]; + tensor var_914_cast_fp16 = slice_by_index(begin = var_914_begin_0, end = var_914_end_0, end_mask = var_914_end_mask_0, x = scatter_39_cast_fp16)[name = tensor("op_914_cast_fp16")]; + tensor var_915_to_fp16 = const()[name = tensor("op_915_to_fp16"), val = tensor(0x1p+0)]; + tensor var_917_cast_fp16 = add(x = var_914_cast_fp16, y = var_915_to_fp16)[name = tensor("op_917_cast_fp16")]; + tensor scatter_41_mode_0 = const()[name = tensor("scatter_41_mode_0"), val = tensor("update")]; + tensor scatter_41_axis_0 = const()[name = tensor("scatter_41_axis_0"), val = tensor(0)]; + tensor scatter_41_cast_fp16 = scatter(axis = scatter_41_axis_0, data = scatter_39_cast_fp16, indices = slice_by_index_40, mode = scatter_41_mode_0, updates = var_917_cast_fp16)[name = tensor("scatter_41_cast_fp16")]; + tensor voice_activity = real_div(x = scatter_40_cast_fp16, y = scatter_41_cast_fp16)[name = tensor("op_924_cast_fp16")]; + tensor var_927 = const()[name = tensor("op_927"), val = tensor(false)]; + tensor var_929_axes_0 = const()[name = tensor("op_929_axes_0"), val = tensor([1])]; + tensor speaker_activity = reduce_sum(axes = var_929_axes_0, keep_dims = var_927, x = speaker_ids)[name = tensor("op_929_cast_fp16")]; + tensor var_932 = const()[name = tensor("op_932"), val = tensor(false)]; + tensor var_934_axes_0 = const()[name = tensor("op_934_axes_0"), val = tensor([2])]; + tensor var_934_cast_fp16 = reduce_sum(axes = var_934_axes_0, keep_dims = var_932, x = speaker_ids)[name = tensor("op_934_cast_fp16")]; + tensor var_935_to_fp16 = const()[name = tensor("op_935_to_fp16"), val = tensor(0x1p+0)]; + tensor var_936_cast_fp16 = greater(x = var_934_cast_fp16, y = var_935_to_fp16)[name = tensor("op_936_cast_fp16")]; + tensor cast_6_dtype_0 = const()[name = tensor("cast_6_dtype_0"), val = tensor("fp16")]; + tensor overlapped_speaker_activity = cast(dtype = cast_6_dtype_0, x = var_936_cast_fp16)[name = tensor("cast_9")]; + } -> (speaker_probs, speaker_ids, speaker_activity, overlapped_speaker_activity, voice_activity, sliding_window_waveform); +} \ No newline at end of file