program(1.0) [buildInfo = dict, tensor>({{"coremlc-component-MIL", "3520.4.1"}, {"coremlc-version", "3520.5.1"}, {"coremltools-component-torch", "2.7.0"}, {"coremltools-source-dialect", "TorchExport::ATEN"}, {"coremltools-version", "9.0"}})] { func main(tensor features) { tensor transpose_perm_0 = const()[name = tensor("transpose_perm_0"), val = tensor([0, 2, 1])]; tensor features_to_fp16_dtype_0 = const()[name = tensor("features_to_fp16_dtype_0"), val = tensor("fp16")]; tensor pad_pad_0 = const()[name = tensor("pad_pad_0"), val = tensor([0, 0, 0, 0, 2, 2])]; tensor pad_mode_0 = const()[name = tensor("pad_mode_0"), val = tensor("reflect")]; tensor const_3_to_fp16 = const()[name = tensor("const_3_to_fp16"), val = tensor(0x0p+0)]; tensor features_to_fp16 = cast(dtype = features_to_fp16_dtype_0, x = features)[name = tensor("cast_5")]; tensor transpose_cast_fp16 = transpose(perm = transpose_perm_0, x = features_to_fp16)[name = tensor("transpose_3")]; tensor pad_cast_fp16 = pad(constant_val = const_3_to_fp16, mode = pad_mode_0, pad = pad_pad_0, x = transpose_cast_fp16)[name = tensor("pad_cast_fp16")]; tensor conv1d_pad_type_0 = const()[name = tensor("conv1d_pad_type_0"), val = tensor("valid")]; tensor conv1d_strides_0 = const()[name = tensor("conv1d_strides_0"), val = tensor([1])]; tensor conv1d_pad_0 = const()[name = tensor("conv1d_pad_0"), val = tensor([0, 0])]; tensor conv1d_dilations_0 = const()[name = tensor("conv1d_dilations_0"), val = tensor([1])]; tensor conv1d_groups_0 = const()[name = tensor("conv1d_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_0_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_0_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(64)))]; tensor p_embedding_model_blocks_0_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_0_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(614528)))]; tensor conv1d_cast_fp16 = conv(bias = p_embedding_model_blocks_0_conv_conv_bias_to_fp16, dilations = conv1d_dilations_0, groups = conv1d_groups_0, pad = conv1d_pad_0, pad_type = conv1d_pad_type_0, strides = conv1d_strides_0, weight = p_embedding_model_blocks_0_conv_conv_weight_to_fp16, x = pad_cast_fp16)[name = tensor("conv1d_cast_fp16")]; tensor relu_cast_fp16 = relu(x = conv1d_cast_fp16)[name = tensor("relu_cast_fp16")]; tensor b_embedding_model_blocks_0_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_0_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(616640)))]; tensor b_embedding_model_blocks_0_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_0_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(618752)))]; tensor p_embedding_model_blocks_0_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_0_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(620864)))]; tensor p_embedding_model_blocks_0_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_0_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(622976)))]; tensor const_5_to_fp16 = const()[name = tensor("const_5_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_0_norm_norm_bias_to_fp16, epsilon = const_5_to_fp16, gamma = p_embedding_model_blocks_0_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_0_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_0_norm_norm_running_var_to_fp16, x = relu_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_cast_fp16")]; tensor conv1d_1_pad_type_0 = const()[name = tensor("conv1d_1_pad_type_0"), val = tensor("valid")]; tensor conv1d_1_strides_0 = const()[name = tensor("conv1d_1_strides_0"), val = tensor([1])]; tensor conv1d_1_pad_0 = const()[name = tensor("conv1d_1_pad_0"), val = tensor([0, 0])]; tensor conv1d_1_dilations_0 = const()[name = tensor("conv1d_1_dilations_0"), val = tensor([1])]; tensor conv1d_1_groups_0 = const()[name = tensor("conv1d_1_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_1_tdnn1_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_tdnn1_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(625088)))]; tensor p_embedding_model_blocks_1_tdnn1_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_tdnn1_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2722304)))]; tensor conv1d_1_cast_fp16 = conv(bias = p_embedding_model_blocks_1_tdnn1_conv_conv_bias_to_fp16, dilations = conv1d_1_dilations_0, groups = conv1d_1_groups_0, pad = conv1d_1_pad_0, pad_type = conv1d_1_pad_type_0, strides = conv1d_1_strides_0, weight = p_embedding_model_blocks_1_tdnn1_conv_conv_weight_to_fp16, x = _native_batch_norm_legit_no_training_cast_fp16)[name = tensor("conv1d_1_cast_fp16")]; tensor relu_1_cast_fp16 = relu(x = conv1d_1_cast_fp16)[name = tensor("relu_1_cast_fp16")]; tensor b_embedding_model_blocks_1_tdnn1_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_1_tdnn1_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2724416)))]; tensor b_embedding_model_blocks_1_tdnn1_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_1_tdnn1_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2726528)))]; tensor p_embedding_model_blocks_1_tdnn1_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_tdnn1_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2728640)))]; tensor p_embedding_model_blocks_1_tdnn1_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_tdnn1_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2730752)))]; tensor const_10_to_fp16 = const()[name = tensor("const_10_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_1_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_1_tdnn1_norm_norm_bias_to_fp16, epsilon = const_10_to_fp16, gamma = p_embedding_model_blocks_1_tdnn1_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_1_tdnn1_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_1_tdnn1_norm_norm_running_var_to_fp16, x = relu_1_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_1_cast_fp16")]; tensor tile_0 = const()[name = tensor("tile_0"), val = tensor([128, 128, 128, 128, 128, 128, 128, 128])]; tensor split_axis_0 = const()[name = tensor("split_axis_0"), val = tensor(1)]; tensor split_cast_fp16_0, tensor split_cast_fp16_1, tensor split_cast_fp16_2, tensor split_cast_fp16_3, tensor split_cast_fp16_4, tensor split_cast_fp16_5, tensor split_cast_fp16_6, tensor split_cast_fp16_7 = split(axis = split_axis_0, split_sizes = tile_0, x = _native_batch_norm_legit_no_training_1_cast_fp16)[name = tensor("split_cast_fp16")]; tensor pad_2_pad_0 = const()[name = tensor("pad_2_pad_0"), val = tensor([0, 0, 0, 0, 2, 2])]; tensor pad_2_mode_0 = const()[name = tensor("pad_2_mode_0"), val = tensor("reflect")]; tensor const_25_to_fp16 = const()[name = tensor("const_25_to_fp16"), val = tensor(0x0p+0)]; tensor pad_2_cast_fp16 = pad(constant_val = const_25_to_fp16, mode = pad_2_mode_0, pad = pad_2_pad_0, x = split_cast_fp16_1)[name = tensor("pad_2_cast_fp16")]; tensor conv1d_2_pad_type_0 = const()[name = tensor("conv1d_2_pad_type_0"), val = tensor("valid")]; tensor conv1d_2_dilations_0 = const()[name = tensor("conv1d_2_dilations_0"), val = tensor([2])]; tensor conv1d_2_strides_0 = const()[name = tensor("conv1d_2_strides_0"), val = tensor([1])]; tensor conv1d_2_pad_0 = const()[name = tensor("conv1d_2_pad_0"), val = tensor([0, 0])]; tensor conv1d_2_groups_0 = const()[name = tensor("conv1d_2_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_1_res2net_block_blocks_0_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_0_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2732864)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_0_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_0_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2831232)))]; tensor conv1d_2_cast_fp16 = conv(bias = p_embedding_model_blocks_1_res2net_block_blocks_0_conv_conv_bias_to_fp16, dilations = conv1d_2_dilations_0, groups = conv1d_2_groups_0, pad = conv1d_2_pad_0, pad_type = conv1d_2_pad_type_0, strides = conv1d_2_strides_0, weight = p_embedding_model_blocks_1_res2net_block_blocks_0_conv_conv_weight_to_fp16, x = pad_2_cast_fp16)[name = tensor("conv1d_2_cast_fp16")]; tensor relu_2_cast_fp16 = relu(x = conv1d_2_cast_fp16)[name = tensor("relu_2_cast_fp16")]; tensor b_embedding_model_blocks_1_res2net_block_blocks_0_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_1_res2net_block_blocks_0_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2831552)))]; tensor b_embedding_model_blocks_1_res2net_block_blocks_0_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_1_res2net_block_blocks_0_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2831872)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_0_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_0_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2832192)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_0_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_0_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2832512)))]; tensor const_30_to_fp16 = const()[name = tensor("const_30_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_2_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_1_res2net_block_blocks_0_norm_norm_bias_to_fp16, epsilon = const_30_to_fp16, gamma = p_embedding_model_blocks_1_res2net_block_blocks_0_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_1_res2net_block_blocks_0_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_1_res2net_block_blocks_0_norm_norm_running_var_to_fp16, x = relu_2_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_2_cast_fp16")]; tensor add_cast_fp16 = add(x = split_cast_fp16_2, y = _native_batch_norm_legit_no_training_2_cast_fp16)[name = tensor("add_cast_fp16")]; tensor pad_3_pad_0 = const()[name = tensor("pad_3_pad_0"), val = tensor([0, 0, 0, 0, 2, 2])]; tensor pad_3_mode_0 = const()[name = tensor("pad_3_mode_0"), val = tensor("reflect")]; tensor const_33_to_fp16 = const()[name = tensor("const_33_to_fp16"), val = tensor(0x0p+0)]; tensor pad_3_cast_fp16 = pad(constant_val = const_33_to_fp16, mode = pad_3_mode_0, pad = pad_3_pad_0, x = add_cast_fp16)[name = tensor("pad_3_cast_fp16")]; tensor conv1d_3_pad_type_0 = const()[name = tensor("conv1d_3_pad_type_0"), val = tensor("valid")]; tensor conv1d_3_dilations_0 = const()[name = tensor("conv1d_3_dilations_0"), val = tensor([2])]; tensor conv1d_3_strides_0 = const()[name = tensor("conv1d_3_strides_0"), val = tensor([1])]; tensor conv1d_3_pad_0 = const()[name = tensor("conv1d_3_pad_0"), val = tensor([0, 0])]; tensor conv1d_3_groups_0 = const()[name = tensor("conv1d_3_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_1_res2net_block_blocks_1_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_1_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2832832)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_1_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_1_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2931200)))]; tensor conv1d_3_cast_fp16 = conv(bias = p_embedding_model_blocks_1_res2net_block_blocks_1_conv_conv_bias_to_fp16, dilations = conv1d_3_dilations_0, groups = conv1d_3_groups_0, pad = conv1d_3_pad_0, pad_type = conv1d_3_pad_type_0, strides = conv1d_3_strides_0, weight = p_embedding_model_blocks_1_res2net_block_blocks_1_conv_conv_weight_to_fp16, x = pad_3_cast_fp16)[name = tensor("conv1d_3_cast_fp16")]; tensor relu_3_cast_fp16 = relu(x = conv1d_3_cast_fp16)[name = tensor("relu_3_cast_fp16")]; tensor b_embedding_model_blocks_1_res2net_block_blocks_1_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_1_res2net_block_blocks_1_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2931520)))]; tensor b_embedding_model_blocks_1_res2net_block_blocks_1_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_1_res2net_block_blocks_1_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2931840)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_1_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_1_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2932160)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_1_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_1_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2932480)))]; tensor const_38_to_fp16 = const()[name = tensor("const_38_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_3_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_1_res2net_block_blocks_1_norm_norm_bias_to_fp16, epsilon = const_38_to_fp16, gamma = p_embedding_model_blocks_1_res2net_block_blocks_1_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_1_res2net_block_blocks_1_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_1_res2net_block_blocks_1_norm_norm_running_var_to_fp16, x = relu_3_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_3_cast_fp16")]; tensor add_1_cast_fp16 = add(x = split_cast_fp16_3, y = _native_batch_norm_legit_no_training_3_cast_fp16)[name = tensor("add_1_cast_fp16")]; tensor pad_4_pad_0 = const()[name = tensor("pad_4_pad_0"), val = tensor([0, 0, 0, 0, 2, 2])]; tensor pad_4_mode_0 = const()[name = tensor("pad_4_mode_0"), val = tensor("reflect")]; tensor const_41_to_fp16 = const()[name = tensor("const_41_to_fp16"), val = tensor(0x0p+0)]; tensor pad_4_cast_fp16 = pad(constant_val = const_41_to_fp16, mode = pad_4_mode_0, pad = pad_4_pad_0, x = add_1_cast_fp16)[name = tensor("pad_4_cast_fp16")]; tensor conv1d_4_pad_type_0 = const()[name = tensor("conv1d_4_pad_type_0"), val = tensor("valid")]; tensor conv1d_4_dilations_0 = const()[name = tensor("conv1d_4_dilations_0"), val = tensor([2])]; tensor conv1d_4_strides_0 = const()[name = tensor("conv1d_4_strides_0"), val = tensor([1])]; tensor conv1d_4_pad_0 = const()[name = tensor("conv1d_4_pad_0"), val = tensor([0, 0])]; tensor conv1d_4_groups_0 = const()[name = tensor("conv1d_4_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_1_res2net_block_blocks_2_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_2_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(2932800)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_2_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_2_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3031168)))]; tensor conv1d_4_cast_fp16 = conv(bias = p_embedding_model_blocks_1_res2net_block_blocks_2_conv_conv_bias_to_fp16, dilations = conv1d_4_dilations_0, groups = conv1d_4_groups_0, pad = conv1d_4_pad_0, pad_type = conv1d_4_pad_type_0, strides = conv1d_4_strides_0, weight = p_embedding_model_blocks_1_res2net_block_blocks_2_conv_conv_weight_to_fp16, x = pad_4_cast_fp16)[name = tensor("conv1d_4_cast_fp16")]; tensor relu_4_cast_fp16 = relu(x = conv1d_4_cast_fp16)[name = tensor("relu_4_cast_fp16")]; tensor b_embedding_model_blocks_1_res2net_block_blocks_2_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_1_res2net_block_blocks_2_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3031488)))]; tensor b_embedding_model_blocks_1_res2net_block_blocks_2_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_1_res2net_block_blocks_2_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3031808)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_2_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_2_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3032128)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_2_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_2_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3032448)))]; tensor const_46_to_fp16 = const()[name = tensor("const_46_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_4_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_1_res2net_block_blocks_2_norm_norm_bias_to_fp16, epsilon = const_46_to_fp16, gamma = p_embedding_model_blocks_1_res2net_block_blocks_2_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_1_res2net_block_blocks_2_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_1_res2net_block_blocks_2_norm_norm_running_var_to_fp16, x = relu_4_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_4_cast_fp16")]; tensor add_2_cast_fp16 = add(x = split_cast_fp16_4, y = _native_batch_norm_legit_no_training_4_cast_fp16)[name = tensor("add_2_cast_fp16")]; tensor pad_5_pad_0 = const()[name = tensor("pad_5_pad_0"), val = tensor([0, 0, 0, 0, 2, 2])]; tensor pad_5_mode_0 = const()[name = tensor("pad_5_mode_0"), val = tensor("reflect")]; tensor const_49_to_fp16 = const()[name = tensor("const_49_to_fp16"), val = tensor(0x0p+0)]; tensor pad_5_cast_fp16 = pad(constant_val = const_49_to_fp16, mode = pad_5_mode_0, pad = pad_5_pad_0, x = add_2_cast_fp16)[name = tensor("pad_5_cast_fp16")]; tensor conv1d_5_pad_type_0 = const()[name = tensor("conv1d_5_pad_type_0"), val = tensor("valid")]; tensor conv1d_5_dilations_0 = const()[name = tensor("conv1d_5_dilations_0"), val = tensor([2])]; tensor conv1d_5_strides_0 = const()[name = tensor("conv1d_5_strides_0"), val = tensor([1])]; tensor conv1d_5_pad_0 = const()[name = tensor("conv1d_5_pad_0"), val = tensor([0, 0])]; tensor conv1d_5_groups_0 = const()[name = tensor("conv1d_5_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_1_res2net_block_blocks_3_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_3_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3032768)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_3_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_3_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3131136)))]; tensor conv1d_5_cast_fp16 = conv(bias = p_embedding_model_blocks_1_res2net_block_blocks_3_conv_conv_bias_to_fp16, dilations = conv1d_5_dilations_0, groups = conv1d_5_groups_0, pad = conv1d_5_pad_0, pad_type = conv1d_5_pad_type_0, strides = conv1d_5_strides_0, weight = p_embedding_model_blocks_1_res2net_block_blocks_3_conv_conv_weight_to_fp16, x = pad_5_cast_fp16)[name = tensor("conv1d_5_cast_fp16")]; tensor relu_5_cast_fp16 = relu(x = conv1d_5_cast_fp16)[name = tensor("relu_5_cast_fp16")]; tensor b_embedding_model_blocks_1_res2net_block_blocks_3_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_1_res2net_block_blocks_3_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3131456)))]; tensor b_embedding_model_blocks_1_res2net_block_blocks_3_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_1_res2net_block_blocks_3_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3131776)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_3_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_3_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3132096)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_3_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_3_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3132416)))]; tensor const_54_to_fp16 = const()[name = tensor("const_54_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_5_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_1_res2net_block_blocks_3_norm_norm_bias_to_fp16, epsilon = const_54_to_fp16, gamma = p_embedding_model_blocks_1_res2net_block_blocks_3_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_1_res2net_block_blocks_3_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_1_res2net_block_blocks_3_norm_norm_running_var_to_fp16, x = relu_5_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_5_cast_fp16")]; tensor add_3_cast_fp16 = add(x = split_cast_fp16_5, y = _native_batch_norm_legit_no_training_5_cast_fp16)[name = tensor("add_3_cast_fp16")]; tensor pad_6_pad_0 = const()[name = tensor("pad_6_pad_0"), val = tensor([0, 0, 0, 0, 2, 2])]; tensor pad_6_mode_0 = const()[name = tensor("pad_6_mode_0"), val = tensor("reflect")]; tensor const_57_to_fp16 = const()[name = tensor("const_57_to_fp16"), val = tensor(0x0p+0)]; tensor pad_6_cast_fp16 = pad(constant_val = const_57_to_fp16, mode = pad_6_mode_0, pad = pad_6_pad_0, x = add_3_cast_fp16)[name = tensor("pad_6_cast_fp16")]; tensor conv1d_6_pad_type_0 = const()[name = tensor("conv1d_6_pad_type_0"), val = tensor("valid")]; tensor conv1d_6_dilations_0 = const()[name = tensor("conv1d_6_dilations_0"), val = tensor([2])]; tensor conv1d_6_strides_0 = const()[name = tensor("conv1d_6_strides_0"), val = tensor([1])]; tensor conv1d_6_pad_0 = const()[name = tensor("conv1d_6_pad_0"), val = tensor([0, 0])]; tensor conv1d_6_groups_0 = const()[name = tensor("conv1d_6_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_1_res2net_block_blocks_4_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_4_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3132736)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_4_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_4_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3231104)))]; tensor conv1d_6_cast_fp16 = conv(bias = p_embedding_model_blocks_1_res2net_block_blocks_4_conv_conv_bias_to_fp16, dilations = conv1d_6_dilations_0, groups = conv1d_6_groups_0, pad = conv1d_6_pad_0, pad_type = conv1d_6_pad_type_0, strides = conv1d_6_strides_0, weight = p_embedding_model_blocks_1_res2net_block_blocks_4_conv_conv_weight_to_fp16, x = pad_6_cast_fp16)[name = tensor("conv1d_6_cast_fp16")]; tensor relu_6_cast_fp16 = relu(x = conv1d_6_cast_fp16)[name = tensor("relu_6_cast_fp16")]; tensor b_embedding_model_blocks_1_res2net_block_blocks_4_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_1_res2net_block_blocks_4_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3231424)))]; tensor b_embedding_model_blocks_1_res2net_block_blocks_4_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_1_res2net_block_blocks_4_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3231744)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_4_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_4_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3232064)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_4_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_4_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3232384)))]; tensor const_62_to_fp16 = const()[name = tensor("const_62_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_6_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_1_res2net_block_blocks_4_norm_norm_bias_to_fp16, epsilon = const_62_to_fp16, gamma = p_embedding_model_blocks_1_res2net_block_blocks_4_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_1_res2net_block_blocks_4_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_1_res2net_block_blocks_4_norm_norm_running_var_to_fp16, x = relu_6_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_6_cast_fp16")]; tensor add_4_cast_fp16 = add(x = split_cast_fp16_6, y = _native_batch_norm_legit_no_training_6_cast_fp16)[name = tensor("add_4_cast_fp16")]; tensor pad_7_pad_0 = const()[name = tensor("pad_7_pad_0"), val = tensor([0, 0, 0, 0, 2, 2])]; tensor pad_7_mode_0 = const()[name = tensor("pad_7_mode_0"), val = tensor("reflect")]; tensor const_65_to_fp16 = const()[name = tensor("const_65_to_fp16"), val = tensor(0x0p+0)]; tensor pad_7_cast_fp16 = pad(constant_val = const_65_to_fp16, mode = pad_7_mode_0, pad = pad_7_pad_0, x = add_4_cast_fp16)[name = tensor("pad_7_cast_fp16")]; tensor conv1d_7_pad_type_0 = const()[name = tensor("conv1d_7_pad_type_0"), val = tensor("valid")]; tensor conv1d_7_dilations_0 = const()[name = tensor("conv1d_7_dilations_0"), val = tensor([2])]; tensor conv1d_7_strides_0 = const()[name = tensor("conv1d_7_strides_0"), val = tensor([1])]; tensor conv1d_7_pad_0 = const()[name = tensor("conv1d_7_pad_0"), val = tensor([0, 0])]; tensor conv1d_7_groups_0 = const()[name = tensor("conv1d_7_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_1_res2net_block_blocks_5_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_5_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3232704)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_5_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_5_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3331072)))]; tensor conv1d_7_cast_fp16 = conv(bias = p_embedding_model_blocks_1_res2net_block_blocks_5_conv_conv_bias_to_fp16, dilations = conv1d_7_dilations_0, groups = conv1d_7_groups_0, pad = conv1d_7_pad_0, pad_type = conv1d_7_pad_type_0, strides = conv1d_7_strides_0, weight = p_embedding_model_blocks_1_res2net_block_blocks_5_conv_conv_weight_to_fp16, x = pad_7_cast_fp16)[name = tensor("conv1d_7_cast_fp16")]; tensor relu_7_cast_fp16 = relu(x = conv1d_7_cast_fp16)[name = tensor("relu_7_cast_fp16")]; tensor b_embedding_model_blocks_1_res2net_block_blocks_5_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_1_res2net_block_blocks_5_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3331392)))]; tensor b_embedding_model_blocks_1_res2net_block_blocks_5_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_1_res2net_block_blocks_5_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3331712)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_5_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_5_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3332032)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_5_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_5_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3332352)))]; tensor const_70_to_fp16 = const()[name = tensor("const_70_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_7_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_1_res2net_block_blocks_5_norm_norm_bias_to_fp16, epsilon = const_70_to_fp16, gamma = p_embedding_model_blocks_1_res2net_block_blocks_5_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_1_res2net_block_blocks_5_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_1_res2net_block_blocks_5_norm_norm_running_var_to_fp16, x = relu_7_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_7_cast_fp16")]; tensor add_5_cast_fp16 = add(x = split_cast_fp16_7, y = _native_batch_norm_legit_no_training_7_cast_fp16)[name = tensor("add_5_cast_fp16")]; tensor pad_8_pad_0 = const()[name = tensor("pad_8_pad_0"), val = tensor([0, 0, 0, 0, 2, 2])]; tensor pad_8_mode_0 = const()[name = tensor("pad_8_mode_0"), val = tensor("reflect")]; tensor const_73_to_fp16 = const()[name = tensor("const_73_to_fp16"), val = tensor(0x0p+0)]; tensor pad_8_cast_fp16 = pad(constant_val = const_73_to_fp16, mode = pad_8_mode_0, pad = pad_8_pad_0, x = add_5_cast_fp16)[name = tensor("pad_8_cast_fp16")]; tensor conv1d_8_pad_type_0 = const()[name = tensor("conv1d_8_pad_type_0"), val = tensor("valid")]; tensor conv1d_8_dilations_0 = const()[name = tensor("conv1d_8_dilations_0"), val = tensor([2])]; tensor conv1d_8_strides_0 = const()[name = tensor("conv1d_8_strides_0"), val = tensor([1])]; tensor conv1d_8_pad_0 = const()[name = tensor("conv1d_8_pad_0"), val = tensor([0, 0])]; tensor conv1d_8_groups_0 = const()[name = tensor("conv1d_8_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_1_res2net_block_blocks_6_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_6_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3332672)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_6_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_6_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3431040)))]; tensor conv1d_8_cast_fp16 = conv(bias = p_embedding_model_blocks_1_res2net_block_blocks_6_conv_conv_bias_to_fp16, dilations = conv1d_8_dilations_0, groups = conv1d_8_groups_0, pad = conv1d_8_pad_0, pad_type = conv1d_8_pad_type_0, strides = conv1d_8_strides_0, weight = p_embedding_model_blocks_1_res2net_block_blocks_6_conv_conv_weight_to_fp16, x = pad_8_cast_fp16)[name = tensor("conv1d_8_cast_fp16")]; tensor relu_8_cast_fp16 = relu(x = conv1d_8_cast_fp16)[name = tensor("relu_8_cast_fp16")]; tensor b_embedding_model_blocks_1_res2net_block_blocks_6_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_1_res2net_block_blocks_6_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3431360)))]; tensor b_embedding_model_blocks_1_res2net_block_blocks_6_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_1_res2net_block_blocks_6_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3431680)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_6_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_6_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3432000)))]; tensor p_embedding_model_blocks_1_res2net_block_blocks_6_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_res2net_block_blocks_6_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3432320)))]; tensor const_78_to_fp16 = const()[name = tensor("const_78_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_8_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_1_res2net_block_blocks_6_norm_norm_bias_to_fp16, epsilon = const_78_to_fp16, gamma = p_embedding_model_blocks_1_res2net_block_blocks_6_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_1_res2net_block_blocks_6_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_1_res2net_block_blocks_6_norm_norm_running_var_to_fp16, x = relu_8_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_8_cast_fp16")]; tensor const_80 = const()[name = tensor("const_80"), val = tensor(1)]; tensor cat_interleave_0 = const()[name = tensor("cat_interleave_0"), val = tensor(false)]; tensor cat_cast_fp16 = concat(axis = const_80, interleave = cat_interleave_0, values = (split_cast_fp16_0, _native_batch_norm_legit_no_training_2_cast_fp16, _native_batch_norm_legit_no_training_3_cast_fp16, _native_batch_norm_legit_no_training_4_cast_fp16, _native_batch_norm_legit_no_training_5_cast_fp16, _native_batch_norm_legit_no_training_6_cast_fp16, _native_batch_norm_legit_no_training_7_cast_fp16, _native_batch_norm_legit_no_training_8_cast_fp16))[name = tensor("cat_cast_fp16")]; tensor conv1d_9_pad_type_0 = const()[name = tensor("conv1d_9_pad_type_0"), val = tensor("valid")]; tensor conv1d_9_strides_0 = const()[name = tensor("conv1d_9_strides_0"), val = tensor([1])]; tensor conv1d_9_pad_0 = const()[name = tensor("conv1d_9_pad_0"), val = tensor([0, 0])]; tensor conv1d_9_dilations_0 = const()[name = tensor("conv1d_9_dilations_0"), val = tensor([1])]; tensor conv1d_9_groups_0 = const()[name = tensor("conv1d_9_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_1_tdnn2_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_tdnn2_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(3432640)))]; tensor p_embedding_model_blocks_1_tdnn2_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_tdnn2_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(5529856)))]; tensor conv1d_9_cast_fp16 = conv(bias = p_embedding_model_blocks_1_tdnn2_conv_conv_bias_to_fp16, dilations = conv1d_9_dilations_0, groups = conv1d_9_groups_0, pad = conv1d_9_pad_0, pad_type = conv1d_9_pad_type_0, strides = conv1d_9_strides_0, weight = p_embedding_model_blocks_1_tdnn2_conv_conv_weight_to_fp16, x = cat_cast_fp16)[name = tensor("conv1d_9_cast_fp16")]; tensor relu_9_cast_fp16 = relu(x = conv1d_9_cast_fp16)[name = tensor("relu_9_cast_fp16")]; tensor b_embedding_model_blocks_1_tdnn2_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_1_tdnn2_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(5531968)))]; tensor b_embedding_model_blocks_1_tdnn2_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_1_tdnn2_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(5534080)))]; tensor p_embedding_model_blocks_1_tdnn2_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_tdnn2_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(5536192)))]; tensor p_embedding_model_blocks_1_tdnn2_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_tdnn2_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(5538304)))]; tensor const_84_to_fp16 = const()[name = tensor("const_84_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_9_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_1_tdnn2_norm_norm_bias_to_fp16, epsilon = const_84_to_fp16, gamma = p_embedding_model_blocks_1_tdnn2_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_1_tdnn2_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_1_tdnn2_norm_norm_running_var_to_fp16, x = relu_9_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_9_cast_fp16")]; tensor mean_axes_0 = const()[name = tensor("mean_axes_0"), val = tensor([2])]; tensor mean_keep_dims_0 = const()[name = tensor("mean_keep_dims_0"), val = tensor(true)]; tensor mean_cast_fp16 = reduce_mean(axes = mean_axes_0, keep_dims = mean_keep_dims_0, x = _native_batch_norm_legit_no_training_9_cast_fp16)[name = tensor("mean_cast_fp16")]; tensor conv1d_10_pad_type_0 = const()[name = tensor("conv1d_10_pad_type_0"), val = tensor("valid")]; tensor conv1d_10_strides_0 = const()[name = tensor("conv1d_10_strides_0"), val = tensor([1])]; tensor conv1d_10_pad_0 = const()[name = tensor("conv1d_10_pad_0"), val = tensor([0, 0])]; tensor conv1d_10_dilations_0 = const()[name = tensor("conv1d_10_dilations_0"), val = tensor([1])]; tensor conv1d_10_groups_0 = const()[name = tensor("conv1d_10_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_1_se_block_conv1_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_se_block_conv1_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(5540416)))]; tensor p_embedding_model_blocks_1_se_block_conv1_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_se_block_conv1_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(5802624)))]; tensor conv1d_10_cast_fp16 = conv(bias = p_embedding_model_blocks_1_se_block_conv1_conv_bias_to_fp16, dilations = conv1d_10_dilations_0, groups = conv1d_10_groups_0, pad = conv1d_10_pad_0, pad_type = conv1d_10_pad_type_0, strides = conv1d_10_strides_0, weight = p_embedding_model_blocks_1_se_block_conv1_conv_weight_to_fp16, x = mean_cast_fp16)[name = tensor("conv1d_10_cast_fp16")]; tensor relu_10_cast_fp16 = relu(x = conv1d_10_cast_fp16)[name = tensor("relu_10_cast_fp16")]; tensor conv1d_11_pad_type_0 = const()[name = tensor("conv1d_11_pad_type_0"), val = tensor("valid")]; tensor conv1d_11_strides_0 = const()[name = tensor("conv1d_11_strides_0"), val = tensor([1])]; tensor conv1d_11_pad_0 = const()[name = tensor("conv1d_11_pad_0"), val = tensor([0, 0])]; tensor conv1d_11_dilations_0 = const()[name = tensor("conv1d_11_dilations_0"), val = tensor([1])]; tensor conv1d_11_groups_0 = const()[name = tensor("conv1d_11_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_1_se_block_conv2_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_se_block_conv2_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(5802944)))]; tensor p_embedding_model_blocks_1_se_block_conv2_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_1_se_block_conv2_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(6065152)))]; tensor conv1d_11_cast_fp16 = conv(bias = p_embedding_model_blocks_1_se_block_conv2_conv_bias_to_fp16, dilations = conv1d_11_dilations_0, groups = conv1d_11_groups_0, pad = conv1d_11_pad_0, pad_type = conv1d_11_pad_type_0, strides = conv1d_11_strides_0, weight = p_embedding_model_blocks_1_se_block_conv2_conv_weight_to_fp16, x = relu_10_cast_fp16)[name = tensor("conv1d_11_cast_fp16")]; tensor sigmoid_cast_fp16 = sigmoid(x = conv1d_11_cast_fp16)[name = tensor("sigmoid_cast_fp16")]; tensor mul_cast_fp16 = mul(x = sigmoid_cast_fp16, y = _native_batch_norm_legit_no_training_9_cast_fp16)[name = tensor("mul_cast_fp16")]; tensor add_6_cast_fp16 = add(x = mul_cast_fp16, y = _native_batch_norm_legit_no_training_cast_fp16)[name = tensor("add_6_cast_fp16")]; tensor conv1d_12_pad_type_0 = const()[name = tensor("conv1d_12_pad_type_0"), val = tensor("valid")]; tensor conv1d_12_strides_0 = const()[name = tensor("conv1d_12_strides_0"), val = tensor([1])]; tensor conv1d_12_pad_0 = const()[name = tensor("conv1d_12_pad_0"), val = tensor([0, 0])]; tensor conv1d_12_dilations_0 = const()[name = tensor("conv1d_12_dilations_0"), val = tensor([1])]; tensor conv1d_12_groups_0 = const()[name = tensor("conv1d_12_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_2_tdnn1_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_tdnn1_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(6067264)))]; tensor p_embedding_model_blocks_2_tdnn1_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_tdnn1_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8164480)))]; tensor conv1d_12_cast_fp16 = conv(bias = p_embedding_model_blocks_2_tdnn1_conv_conv_bias_to_fp16, dilations = conv1d_12_dilations_0, groups = conv1d_12_groups_0, pad = conv1d_12_pad_0, pad_type = conv1d_12_pad_type_0, strides = conv1d_12_strides_0, weight = p_embedding_model_blocks_2_tdnn1_conv_conv_weight_to_fp16, x = add_6_cast_fp16)[name = tensor("conv1d_12_cast_fp16")]; tensor relu_11_cast_fp16 = relu(x = conv1d_12_cast_fp16)[name = tensor("relu_11_cast_fp16")]; tensor b_embedding_model_blocks_2_tdnn1_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_2_tdnn1_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8166592)))]; tensor b_embedding_model_blocks_2_tdnn1_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_2_tdnn1_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8168704)))]; tensor p_embedding_model_blocks_2_tdnn1_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_tdnn1_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8170816)))]; tensor p_embedding_model_blocks_2_tdnn1_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_tdnn1_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8172928)))]; tensor const_95_to_fp16 = const()[name = tensor("const_95_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_10_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_2_tdnn1_norm_norm_bias_to_fp16, epsilon = const_95_to_fp16, gamma = p_embedding_model_blocks_2_tdnn1_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_2_tdnn1_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_2_tdnn1_norm_norm_running_var_to_fp16, x = relu_11_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_10_cast_fp16")]; tensor tile_1 = const()[name = tensor("tile_1"), val = tensor([128, 128, 128, 128, 128, 128, 128, 128])]; tensor split_1_axis_0 = const()[name = tensor("split_1_axis_0"), val = tensor(1)]; tensor split_1_cast_fp16_0, tensor split_1_cast_fp16_1, tensor split_1_cast_fp16_2, tensor split_1_cast_fp16_3, tensor split_1_cast_fp16_4, tensor split_1_cast_fp16_5, tensor split_1_cast_fp16_6, tensor split_1_cast_fp16_7 = split(axis = split_1_axis_0, split_sizes = tile_1, x = _native_batch_norm_legit_no_training_10_cast_fp16)[name = tensor("split_1_cast_fp16")]; tensor pad_13_pad_0 = const()[name = tensor("pad_13_pad_0"), val = tensor([0, 0, 0, 0, 3, 3])]; tensor pad_13_mode_0 = const()[name = tensor("pad_13_mode_0"), val = tensor("reflect")]; tensor const_110_to_fp16 = const()[name = tensor("const_110_to_fp16"), val = tensor(0x0p+0)]; tensor pad_13_cast_fp16 = pad(constant_val = const_110_to_fp16, mode = pad_13_mode_0, pad = pad_13_pad_0, x = split_1_cast_fp16_1)[name = tensor("pad_13_cast_fp16")]; tensor conv1d_13_pad_type_0 = const()[name = tensor("conv1d_13_pad_type_0"), val = tensor("valid")]; tensor conv1d_13_dilations_0 = const()[name = tensor("conv1d_13_dilations_0"), val = tensor([3])]; tensor conv1d_13_strides_0 = const()[name = tensor("conv1d_13_strides_0"), val = tensor([1])]; tensor conv1d_13_pad_0 = const()[name = tensor("conv1d_13_pad_0"), val = tensor([0, 0])]; tensor conv1d_13_groups_0 = const()[name = tensor("conv1d_13_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_2_res2net_block_blocks_0_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_0_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8175040)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_0_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_0_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8273408)))]; tensor conv1d_13_cast_fp16 = conv(bias = p_embedding_model_blocks_2_res2net_block_blocks_0_conv_conv_bias_to_fp16, dilations = conv1d_13_dilations_0, groups = conv1d_13_groups_0, pad = conv1d_13_pad_0, pad_type = conv1d_13_pad_type_0, strides = conv1d_13_strides_0, weight = p_embedding_model_blocks_2_res2net_block_blocks_0_conv_conv_weight_to_fp16, x = pad_13_cast_fp16)[name = tensor("conv1d_13_cast_fp16")]; tensor relu_12_cast_fp16 = relu(x = conv1d_13_cast_fp16)[name = tensor("relu_12_cast_fp16")]; tensor b_embedding_model_blocks_2_res2net_block_blocks_0_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_2_res2net_block_blocks_0_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8273728)))]; tensor b_embedding_model_blocks_2_res2net_block_blocks_0_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_2_res2net_block_blocks_0_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8274048)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_0_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_0_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8274368)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_0_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_0_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8274688)))]; tensor const_115_to_fp16 = const()[name = tensor("const_115_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_11_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_2_res2net_block_blocks_0_norm_norm_bias_to_fp16, epsilon = const_115_to_fp16, gamma = p_embedding_model_blocks_2_res2net_block_blocks_0_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_2_res2net_block_blocks_0_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_2_res2net_block_blocks_0_norm_norm_running_var_to_fp16, x = relu_12_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_11_cast_fp16")]; tensor add_7_cast_fp16 = add(x = split_1_cast_fp16_2, y = _native_batch_norm_legit_no_training_11_cast_fp16)[name = tensor("add_7_cast_fp16")]; tensor pad_14_pad_0 = const()[name = tensor("pad_14_pad_0"), val = tensor([0, 0, 0, 0, 3, 3])]; tensor pad_14_mode_0 = const()[name = tensor("pad_14_mode_0"), val = tensor("reflect")]; tensor const_118_to_fp16 = const()[name = tensor("const_118_to_fp16"), val = tensor(0x0p+0)]; tensor pad_14_cast_fp16 = pad(constant_val = const_118_to_fp16, mode = pad_14_mode_0, pad = pad_14_pad_0, x = add_7_cast_fp16)[name = tensor("pad_14_cast_fp16")]; tensor conv1d_14_pad_type_0 = const()[name = tensor("conv1d_14_pad_type_0"), val = tensor("valid")]; tensor conv1d_14_dilations_0 = const()[name = tensor("conv1d_14_dilations_0"), val = tensor([3])]; tensor conv1d_14_strides_0 = const()[name = tensor("conv1d_14_strides_0"), val = tensor([1])]; tensor conv1d_14_pad_0 = const()[name = tensor("conv1d_14_pad_0"), val = tensor([0, 0])]; tensor conv1d_14_groups_0 = const()[name = tensor("conv1d_14_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_2_res2net_block_blocks_1_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_1_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8275008)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_1_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_1_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8373376)))]; tensor conv1d_14_cast_fp16 = conv(bias = p_embedding_model_blocks_2_res2net_block_blocks_1_conv_conv_bias_to_fp16, dilations = conv1d_14_dilations_0, groups = conv1d_14_groups_0, pad = conv1d_14_pad_0, pad_type = conv1d_14_pad_type_0, strides = conv1d_14_strides_0, weight = p_embedding_model_blocks_2_res2net_block_blocks_1_conv_conv_weight_to_fp16, x = pad_14_cast_fp16)[name = tensor("conv1d_14_cast_fp16")]; tensor relu_13_cast_fp16 = relu(x = conv1d_14_cast_fp16)[name = tensor("relu_13_cast_fp16")]; tensor b_embedding_model_blocks_2_res2net_block_blocks_1_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_2_res2net_block_blocks_1_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8373696)))]; tensor b_embedding_model_blocks_2_res2net_block_blocks_1_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_2_res2net_block_blocks_1_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8374016)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_1_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_1_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8374336)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_1_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_1_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8374656)))]; tensor const_123_to_fp16 = const()[name = tensor("const_123_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_12_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_2_res2net_block_blocks_1_norm_norm_bias_to_fp16, epsilon = const_123_to_fp16, gamma = p_embedding_model_blocks_2_res2net_block_blocks_1_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_2_res2net_block_blocks_1_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_2_res2net_block_blocks_1_norm_norm_running_var_to_fp16, x = relu_13_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_12_cast_fp16")]; tensor add_8_cast_fp16 = add(x = split_1_cast_fp16_3, y = _native_batch_norm_legit_no_training_12_cast_fp16)[name = tensor("add_8_cast_fp16")]; tensor pad_15_pad_0 = const()[name = tensor("pad_15_pad_0"), val = tensor([0, 0, 0, 0, 3, 3])]; tensor pad_15_mode_0 = const()[name = tensor("pad_15_mode_0"), val = tensor("reflect")]; tensor const_126_to_fp16 = const()[name = tensor("const_126_to_fp16"), val = tensor(0x0p+0)]; tensor pad_15_cast_fp16 = pad(constant_val = const_126_to_fp16, mode = pad_15_mode_0, pad = pad_15_pad_0, x = add_8_cast_fp16)[name = tensor("pad_15_cast_fp16")]; tensor conv1d_15_pad_type_0 = const()[name = tensor("conv1d_15_pad_type_0"), val = tensor("valid")]; tensor conv1d_15_dilations_0 = const()[name = tensor("conv1d_15_dilations_0"), val = tensor([3])]; tensor conv1d_15_strides_0 = const()[name = tensor("conv1d_15_strides_0"), val = tensor([1])]; tensor conv1d_15_pad_0 = const()[name = tensor("conv1d_15_pad_0"), val = tensor([0, 0])]; tensor conv1d_15_groups_0 = const()[name = tensor("conv1d_15_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_2_res2net_block_blocks_2_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_2_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8374976)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_2_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_2_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8473344)))]; tensor conv1d_15_cast_fp16 = conv(bias = p_embedding_model_blocks_2_res2net_block_blocks_2_conv_conv_bias_to_fp16, dilations = conv1d_15_dilations_0, groups = conv1d_15_groups_0, pad = conv1d_15_pad_0, pad_type = conv1d_15_pad_type_0, strides = conv1d_15_strides_0, weight = p_embedding_model_blocks_2_res2net_block_blocks_2_conv_conv_weight_to_fp16, x = pad_15_cast_fp16)[name = tensor("conv1d_15_cast_fp16")]; tensor relu_14_cast_fp16 = relu(x = conv1d_15_cast_fp16)[name = tensor("relu_14_cast_fp16")]; tensor b_embedding_model_blocks_2_res2net_block_blocks_2_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_2_res2net_block_blocks_2_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8473664)))]; tensor b_embedding_model_blocks_2_res2net_block_blocks_2_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_2_res2net_block_blocks_2_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8473984)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_2_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_2_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8474304)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_2_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_2_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8474624)))]; tensor const_131_to_fp16 = const()[name = tensor("const_131_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_13_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_2_res2net_block_blocks_2_norm_norm_bias_to_fp16, epsilon = const_131_to_fp16, gamma = p_embedding_model_blocks_2_res2net_block_blocks_2_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_2_res2net_block_blocks_2_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_2_res2net_block_blocks_2_norm_norm_running_var_to_fp16, x = relu_14_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_13_cast_fp16")]; tensor add_9_cast_fp16 = add(x = split_1_cast_fp16_4, y = _native_batch_norm_legit_no_training_13_cast_fp16)[name = tensor("add_9_cast_fp16")]; tensor pad_16_pad_0 = const()[name = tensor("pad_16_pad_0"), val = tensor([0, 0, 0, 0, 3, 3])]; tensor pad_16_mode_0 = const()[name = tensor("pad_16_mode_0"), val = tensor("reflect")]; tensor const_134_to_fp16 = const()[name = tensor("const_134_to_fp16"), val = tensor(0x0p+0)]; tensor pad_16_cast_fp16 = pad(constant_val = const_134_to_fp16, mode = pad_16_mode_0, pad = pad_16_pad_0, x = add_9_cast_fp16)[name = tensor("pad_16_cast_fp16")]; tensor conv1d_16_pad_type_0 = const()[name = tensor("conv1d_16_pad_type_0"), val = tensor("valid")]; tensor conv1d_16_dilations_0 = const()[name = tensor("conv1d_16_dilations_0"), val = tensor([3])]; tensor conv1d_16_strides_0 = const()[name = tensor("conv1d_16_strides_0"), val = tensor([1])]; tensor conv1d_16_pad_0 = const()[name = tensor("conv1d_16_pad_0"), val = tensor([0, 0])]; tensor conv1d_16_groups_0 = const()[name = tensor("conv1d_16_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_2_res2net_block_blocks_3_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_3_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8474944)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_3_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_3_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8573312)))]; tensor conv1d_16_cast_fp16 = conv(bias = p_embedding_model_blocks_2_res2net_block_blocks_3_conv_conv_bias_to_fp16, dilations = conv1d_16_dilations_0, groups = conv1d_16_groups_0, pad = conv1d_16_pad_0, pad_type = conv1d_16_pad_type_0, strides = conv1d_16_strides_0, weight = p_embedding_model_blocks_2_res2net_block_blocks_3_conv_conv_weight_to_fp16, x = pad_16_cast_fp16)[name = tensor("conv1d_16_cast_fp16")]; tensor relu_15_cast_fp16 = relu(x = conv1d_16_cast_fp16)[name = tensor("relu_15_cast_fp16")]; tensor b_embedding_model_blocks_2_res2net_block_blocks_3_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_2_res2net_block_blocks_3_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8573632)))]; tensor b_embedding_model_blocks_2_res2net_block_blocks_3_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_2_res2net_block_blocks_3_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8573952)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_3_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_3_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8574272)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_3_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_3_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8574592)))]; tensor const_139_to_fp16 = const()[name = tensor("const_139_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_14_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_2_res2net_block_blocks_3_norm_norm_bias_to_fp16, epsilon = const_139_to_fp16, gamma = p_embedding_model_blocks_2_res2net_block_blocks_3_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_2_res2net_block_blocks_3_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_2_res2net_block_blocks_3_norm_norm_running_var_to_fp16, x = relu_15_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_14_cast_fp16")]; tensor add_10_cast_fp16 = add(x = split_1_cast_fp16_5, y = _native_batch_norm_legit_no_training_14_cast_fp16)[name = tensor("add_10_cast_fp16")]; tensor pad_17_pad_0 = const()[name = tensor("pad_17_pad_0"), val = tensor([0, 0, 0, 0, 3, 3])]; tensor pad_17_mode_0 = const()[name = tensor("pad_17_mode_0"), val = tensor("reflect")]; tensor const_142_to_fp16 = const()[name = tensor("const_142_to_fp16"), val = tensor(0x0p+0)]; tensor pad_17_cast_fp16 = pad(constant_val = const_142_to_fp16, mode = pad_17_mode_0, pad = pad_17_pad_0, x = add_10_cast_fp16)[name = tensor("pad_17_cast_fp16")]; tensor conv1d_17_pad_type_0 = const()[name = tensor("conv1d_17_pad_type_0"), val = tensor("valid")]; tensor conv1d_17_dilations_0 = const()[name = tensor("conv1d_17_dilations_0"), val = tensor([3])]; tensor conv1d_17_strides_0 = const()[name = tensor("conv1d_17_strides_0"), val = tensor([1])]; tensor conv1d_17_pad_0 = const()[name = tensor("conv1d_17_pad_0"), val = tensor([0, 0])]; tensor conv1d_17_groups_0 = const()[name = tensor("conv1d_17_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_2_res2net_block_blocks_4_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_4_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8574912)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_4_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_4_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8673280)))]; tensor conv1d_17_cast_fp16 = conv(bias = p_embedding_model_blocks_2_res2net_block_blocks_4_conv_conv_bias_to_fp16, dilations = conv1d_17_dilations_0, groups = conv1d_17_groups_0, pad = conv1d_17_pad_0, pad_type = conv1d_17_pad_type_0, strides = conv1d_17_strides_0, weight = p_embedding_model_blocks_2_res2net_block_blocks_4_conv_conv_weight_to_fp16, x = pad_17_cast_fp16)[name = tensor("conv1d_17_cast_fp16")]; tensor relu_16_cast_fp16 = relu(x = conv1d_17_cast_fp16)[name = tensor("relu_16_cast_fp16")]; tensor b_embedding_model_blocks_2_res2net_block_blocks_4_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_2_res2net_block_blocks_4_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8673600)))]; tensor b_embedding_model_blocks_2_res2net_block_blocks_4_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_2_res2net_block_blocks_4_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8673920)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_4_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_4_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8674240)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_4_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_4_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8674560)))]; tensor const_147_to_fp16 = const()[name = tensor("const_147_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_15_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_2_res2net_block_blocks_4_norm_norm_bias_to_fp16, epsilon = const_147_to_fp16, gamma = p_embedding_model_blocks_2_res2net_block_blocks_4_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_2_res2net_block_blocks_4_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_2_res2net_block_blocks_4_norm_norm_running_var_to_fp16, x = relu_16_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_15_cast_fp16")]; tensor add_11_cast_fp16 = add(x = split_1_cast_fp16_6, y = _native_batch_norm_legit_no_training_15_cast_fp16)[name = tensor("add_11_cast_fp16")]; tensor pad_18_pad_0 = const()[name = tensor("pad_18_pad_0"), val = tensor([0, 0, 0, 0, 3, 3])]; tensor pad_18_mode_0 = const()[name = tensor("pad_18_mode_0"), val = tensor("reflect")]; tensor const_150_to_fp16 = const()[name = tensor("const_150_to_fp16"), val = tensor(0x0p+0)]; tensor pad_18_cast_fp16 = pad(constant_val = const_150_to_fp16, mode = pad_18_mode_0, pad = pad_18_pad_0, x = add_11_cast_fp16)[name = tensor("pad_18_cast_fp16")]; tensor conv1d_18_pad_type_0 = const()[name = tensor("conv1d_18_pad_type_0"), val = tensor("valid")]; tensor conv1d_18_dilations_0 = const()[name = tensor("conv1d_18_dilations_0"), val = tensor([3])]; tensor conv1d_18_strides_0 = const()[name = tensor("conv1d_18_strides_0"), val = tensor([1])]; tensor conv1d_18_pad_0 = const()[name = tensor("conv1d_18_pad_0"), val = tensor([0, 0])]; tensor conv1d_18_groups_0 = const()[name = tensor("conv1d_18_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_2_res2net_block_blocks_5_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_5_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8674880)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_5_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_5_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8773248)))]; tensor conv1d_18_cast_fp16 = conv(bias = p_embedding_model_blocks_2_res2net_block_blocks_5_conv_conv_bias_to_fp16, dilations = conv1d_18_dilations_0, groups = conv1d_18_groups_0, pad = conv1d_18_pad_0, pad_type = conv1d_18_pad_type_0, strides = conv1d_18_strides_0, weight = p_embedding_model_blocks_2_res2net_block_blocks_5_conv_conv_weight_to_fp16, x = pad_18_cast_fp16)[name = tensor("conv1d_18_cast_fp16")]; tensor relu_17_cast_fp16 = relu(x = conv1d_18_cast_fp16)[name = tensor("relu_17_cast_fp16")]; tensor b_embedding_model_blocks_2_res2net_block_blocks_5_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_2_res2net_block_blocks_5_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8773568)))]; tensor b_embedding_model_blocks_2_res2net_block_blocks_5_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_2_res2net_block_blocks_5_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8773888)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_5_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_5_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8774208)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_5_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_5_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8774528)))]; tensor const_155_to_fp16 = const()[name = tensor("const_155_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_16_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_2_res2net_block_blocks_5_norm_norm_bias_to_fp16, epsilon = const_155_to_fp16, gamma = p_embedding_model_blocks_2_res2net_block_blocks_5_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_2_res2net_block_blocks_5_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_2_res2net_block_blocks_5_norm_norm_running_var_to_fp16, x = relu_17_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_16_cast_fp16")]; tensor add_12_cast_fp16 = add(x = split_1_cast_fp16_7, y = _native_batch_norm_legit_no_training_16_cast_fp16)[name = tensor("add_12_cast_fp16")]; tensor pad_19_pad_0 = const()[name = tensor("pad_19_pad_0"), val = tensor([0, 0, 0, 0, 3, 3])]; tensor pad_19_mode_0 = const()[name = tensor("pad_19_mode_0"), val = tensor("reflect")]; tensor const_158_to_fp16 = const()[name = tensor("const_158_to_fp16"), val = tensor(0x0p+0)]; tensor pad_19_cast_fp16 = pad(constant_val = const_158_to_fp16, mode = pad_19_mode_0, pad = pad_19_pad_0, x = add_12_cast_fp16)[name = tensor("pad_19_cast_fp16")]; tensor conv1d_19_pad_type_0 = const()[name = tensor("conv1d_19_pad_type_0"), val = tensor("valid")]; tensor conv1d_19_dilations_0 = const()[name = tensor("conv1d_19_dilations_0"), val = tensor([3])]; tensor conv1d_19_strides_0 = const()[name = tensor("conv1d_19_strides_0"), val = tensor([1])]; tensor conv1d_19_pad_0 = const()[name = tensor("conv1d_19_pad_0"), val = tensor([0, 0])]; tensor conv1d_19_groups_0 = const()[name = tensor("conv1d_19_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_2_res2net_block_blocks_6_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_6_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8774848)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_6_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_6_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8873216)))]; tensor conv1d_19_cast_fp16 = conv(bias = p_embedding_model_blocks_2_res2net_block_blocks_6_conv_conv_bias_to_fp16, dilations = conv1d_19_dilations_0, groups = conv1d_19_groups_0, pad = conv1d_19_pad_0, pad_type = conv1d_19_pad_type_0, strides = conv1d_19_strides_0, weight = p_embedding_model_blocks_2_res2net_block_blocks_6_conv_conv_weight_to_fp16, x = pad_19_cast_fp16)[name = tensor("conv1d_19_cast_fp16")]; tensor relu_18_cast_fp16 = relu(x = conv1d_19_cast_fp16)[name = tensor("relu_18_cast_fp16")]; tensor b_embedding_model_blocks_2_res2net_block_blocks_6_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_2_res2net_block_blocks_6_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8873536)))]; tensor b_embedding_model_blocks_2_res2net_block_blocks_6_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_2_res2net_block_blocks_6_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8873856)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_6_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_6_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8874176)))]; tensor p_embedding_model_blocks_2_res2net_block_blocks_6_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_res2net_block_blocks_6_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8874496)))]; tensor const_163_to_fp16 = const()[name = tensor("const_163_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_17_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_2_res2net_block_blocks_6_norm_norm_bias_to_fp16, epsilon = const_163_to_fp16, gamma = p_embedding_model_blocks_2_res2net_block_blocks_6_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_2_res2net_block_blocks_6_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_2_res2net_block_blocks_6_norm_norm_running_var_to_fp16, x = relu_18_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_17_cast_fp16")]; tensor const_165 = const()[name = tensor("const_165"), val = tensor(1)]; tensor cat_1_interleave_0 = const()[name = tensor("cat_1_interleave_0"), val = tensor(false)]; tensor cat_1_cast_fp16 = concat(axis = const_165, interleave = cat_1_interleave_0, values = (split_1_cast_fp16_0, _native_batch_norm_legit_no_training_11_cast_fp16, _native_batch_norm_legit_no_training_12_cast_fp16, _native_batch_norm_legit_no_training_13_cast_fp16, _native_batch_norm_legit_no_training_14_cast_fp16, _native_batch_norm_legit_no_training_15_cast_fp16, _native_batch_norm_legit_no_training_16_cast_fp16, _native_batch_norm_legit_no_training_17_cast_fp16))[name = tensor("cat_1_cast_fp16")]; tensor conv1d_20_pad_type_0 = const()[name = tensor("conv1d_20_pad_type_0"), val = tensor("valid")]; tensor conv1d_20_strides_0 = const()[name = tensor("conv1d_20_strides_0"), val = tensor([1])]; tensor conv1d_20_pad_0 = const()[name = tensor("conv1d_20_pad_0"), val = tensor([0, 0])]; tensor conv1d_20_dilations_0 = const()[name = tensor("conv1d_20_dilations_0"), val = tensor([1])]; tensor conv1d_20_groups_0 = const()[name = tensor("conv1d_20_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_2_tdnn2_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_tdnn2_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(8874816)))]; tensor p_embedding_model_blocks_2_tdnn2_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_tdnn2_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(10972032)))]; tensor conv1d_20_cast_fp16 = conv(bias = p_embedding_model_blocks_2_tdnn2_conv_conv_bias_to_fp16, dilations = conv1d_20_dilations_0, groups = conv1d_20_groups_0, pad = conv1d_20_pad_0, pad_type = conv1d_20_pad_type_0, strides = conv1d_20_strides_0, weight = p_embedding_model_blocks_2_tdnn2_conv_conv_weight_to_fp16, x = cat_1_cast_fp16)[name = tensor("conv1d_20_cast_fp16")]; tensor relu_19_cast_fp16 = relu(x = conv1d_20_cast_fp16)[name = tensor("relu_19_cast_fp16")]; tensor b_embedding_model_blocks_2_tdnn2_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_2_tdnn2_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(10974144)))]; tensor b_embedding_model_blocks_2_tdnn2_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_2_tdnn2_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(10976256)))]; tensor p_embedding_model_blocks_2_tdnn2_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_tdnn2_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(10978368)))]; tensor p_embedding_model_blocks_2_tdnn2_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_tdnn2_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(10980480)))]; tensor const_169_to_fp16 = const()[name = tensor("const_169_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_18_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_2_tdnn2_norm_norm_bias_to_fp16, epsilon = const_169_to_fp16, gamma = p_embedding_model_blocks_2_tdnn2_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_2_tdnn2_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_2_tdnn2_norm_norm_running_var_to_fp16, x = relu_19_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_18_cast_fp16")]; tensor mean_1_axes_0 = const()[name = tensor("mean_1_axes_0"), val = tensor([2])]; tensor mean_1_keep_dims_0 = const()[name = tensor("mean_1_keep_dims_0"), val = tensor(true)]; tensor mean_1_cast_fp16 = reduce_mean(axes = mean_1_axes_0, keep_dims = mean_1_keep_dims_0, x = _native_batch_norm_legit_no_training_18_cast_fp16)[name = tensor("mean_1_cast_fp16")]; tensor conv1d_21_pad_type_0 = const()[name = tensor("conv1d_21_pad_type_0"), val = tensor("valid")]; tensor conv1d_21_strides_0 = const()[name = tensor("conv1d_21_strides_0"), val = tensor([1])]; tensor conv1d_21_pad_0 = const()[name = tensor("conv1d_21_pad_0"), val = tensor([0, 0])]; tensor conv1d_21_dilations_0 = const()[name = tensor("conv1d_21_dilations_0"), val = tensor([1])]; tensor conv1d_21_groups_0 = const()[name = tensor("conv1d_21_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_2_se_block_conv1_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_se_block_conv1_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(10982592)))]; tensor p_embedding_model_blocks_2_se_block_conv1_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_se_block_conv1_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(11244800)))]; tensor conv1d_21_cast_fp16 = conv(bias = p_embedding_model_blocks_2_se_block_conv1_conv_bias_to_fp16, dilations = conv1d_21_dilations_0, groups = conv1d_21_groups_0, pad = conv1d_21_pad_0, pad_type = conv1d_21_pad_type_0, strides = conv1d_21_strides_0, weight = p_embedding_model_blocks_2_se_block_conv1_conv_weight_to_fp16, x = mean_1_cast_fp16)[name = tensor("conv1d_21_cast_fp16")]; tensor relu_20_cast_fp16 = relu(x = conv1d_21_cast_fp16)[name = tensor("relu_20_cast_fp16")]; tensor conv1d_22_pad_type_0 = const()[name = tensor("conv1d_22_pad_type_0"), val = tensor("valid")]; tensor conv1d_22_strides_0 = const()[name = tensor("conv1d_22_strides_0"), val = tensor([1])]; tensor conv1d_22_pad_0 = const()[name = tensor("conv1d_22_pad_0"), val = tensor([0, 0])]; tensor conv1d_22_dilations_0 = const()[name = tensor("conv1d_22_dilations_0"), val = tensor([1])]; tensor conv1d_22_groups_0 = const()[name = tensor("conv1d_22_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_2_se_block_conv2_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_se_block_conv2_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(11245120)))]; tensor p_embedding_model_blocks_2_se_block_conv2_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_2_se_block_conv2_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(11507328)))]; tensor conv1d_22_cast_fp16 = conv(bias = p_embedding_model_blocks_2_se_block_conv2_conv_bias_to_fp16, dilations = conv1d_22_dilations_0, groups = conv1d_22_groups_0, pad = conv1d_22_pad_0, pad_type = conv1d_22_pad_type_0, strides = conv1d_22_strides_0, weight = p_embedding_model_blocks_2_se_block_conv2_conv_weight_to_fp16, x = relu_20_cast_fp16)[name = tensor("conv1d_22_cast_fp16")]; tensor sigmoid_1_cast_fp16 = sigmoid(x = conv1d_22_cast_fp16)[name = tensor("sigmoid_1_cast_fp16")]; tensor mul_1_1_cast_fp16 = mul(x = sigmoid_1_cast_fp16, y = _native_batch_norm_legit_no_training_18_cast_fp16)[name = tensor("mul_1_1_cast_fp16")]; tensor add_13_cast_fp16 = add(x = mul_1_1_cast_fp16, y = add_6_cast_fp16)[name = tensor("add_13_cast_fp16")]; tensor conv1d_23_pad_type_0 = const()[name = tensor("conv1d_23_pad_type_0"), val = tensor("valid")]; tensor conv1d_23_strides_0 = const()[name = tensor("conv1d_23_strides_0"), val = tensor([1])]; tensor conv1d_23_pad_0 = const()[name = tensor("conv1d_23_pad_0"), val = tensor([0, 0])]; tensor conv1d_23_dilations_0 = const()[name = tensor("conv1d_23_dilations_0"), val = tensor([1])]; tensor conv1d_23_groups_0 = const()[name = tensor("conv1d_23_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_3_tdnn1_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_tdnn1_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(11509440)))]; tensor p_embedding_model_blocks_3_tdnn1_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_tdnn1_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13606656)))]; tensor conv1d_23_cast_fp16 = conv(bias = p_embedding_model_blocks_3_tdnn1_conv_conv_bias_to_fp16, dilations = conv1d_23_dilations_0, groups = conv1d_23_groups_0, pad = conv1d_23_pad_0, pad_type = conv1d_23_pad_type_0, strides = conv1d_23_strides_0, weight = p_embedding_model_blocks_3_tdnn1_conv_conv_weight_to_fp16, x = add_13_cast_fp16)[name = tensor("conv1d_23_cast_fp16")]; tensor relu_21_cast_fp16 = relu(x = conv1d_23_cast_fp16)[name = tensor("relu_21_cast_fp16")]; tensor b_embedding_model_blocks_3_tdnn1_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_3_tdnn1_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13608768)))]; tensor b_embedding_model_blocks_3_tdnn1_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_3_tdnn1_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13610880)))]; tensor p_embedding_model_blocks_3_tdnn1_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_tdnn1_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13612992)))]; tensor p_embedding_model_blocks_3_tdnn1_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_tdnn1_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13615104)))]; tensor const_180_to_fp16 = const()[name = tensor("const_180_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_19_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_3_tdnn1_norm_norm_bias_to_fp16, epsilon = const_180_to_fp16, gamma = p_embedding_model_blocks_3_tdnn1_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_3_tdnn1_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_3_tdnn1_norm_norm_running_var_to_fp16, x = relu_21_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_19_cast_fp16")]; tensor tile_2 = const()[name = tensor("tile_2"), val = tensor([128, 128, 128, 128, 128, 128, 128, 128])]; tensor split_2_axis_0 = const()[name = tensor("split_2_axis_0"), val = tensor(1)]; tensor split_2_cast_fp16_0, tensor split_2_cast_fp16_1, tensor split_2_cast_fp16_2, tensor split_2_cast_fp16_3, tensor split_2_cast_fp16_4, tensor split_2_cast_fp16_5, tensor split_2_cast_fp16_6, tensor split_2_cast_fp16_7 = split(axis = split_2_axis_0, split_sizes = tile_2, x = _native_batch_norm_legit_no_training_19_cast_fp16)[name = tensor("split_2_cast_fp16")]; tensor pad_24_pad_0 = const()[name = tensor("pad_24_pad_0"), val = tensor([0, 0, 0, 0, 4, 4])]; tensor pad_24_mode_0 = const()[name = tensor("pad_24_mode_0"), val = tensor("reflect")]; tensor const_195_to_fp16 = const()[name = tensor("const_195_to_fp16"), val = tensor(0x0p+0)]; tensor pad_24_cast_fp16 = pad(constant_val = const_195_to_fp16, mode = pad_24_mode_0, pad = pad_24_pad_0, x = split_2_cast_fp16_1)[name = tensor("pad_24_cast_fp16")]; tensor conv1d_24_pad_type_0 = const()[name = tensor("conv1d_24_pad_type_0"), val = tensor("valid")]; tensor conv1d_24_dilations_0 = const()[name = tensor("conv1d_24_dilations_0"), val = tensor([4])]; tensor conv1d_24_strides_0 = const()[name = tensor("conv1d_24_strides_0"), val = tensor([1])]; tensor conv1d_24_pad_0 = const()[name = tensor("conv1d_24_pad_0"), val = tensor([0, 0])]; tensor conv1d_24_groups_0 = const()[name = tensor("conv1d_24_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_3_res2net_block_blocks_0_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_0_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13617216)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_0_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_0_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13715584)))]; tensor conv1d_24_cast_fp16 = conv(bias = p_embedding_model_blocks_3_res2net_block_blocks_0_conv_conv_bias_to_fp16, dilations = conv1d_24_dilations_0, groups = conv1d_24_groups_0, pad = conv1d_24_pad_0, pad_type = conv1d_24_pad_type_0, strides = conv1d_24_strides_0, weight = p_embedding_model_blocks_3_res2net_block_blocks_0_conv_conv_weight_to_fp16, x = pad_24_cast_fp16)[name = tensor("conv1d_24_cast_fp16")]; tensor relu_22_cast_fp16 = relu(x = conv1d_24_cast_fp16)[name = tensor("relu_22_cast_fp16")]; tensor b_embedding_model_blocks_3_res2net_block_blocks_0_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_3_res2net_block_blocks_0_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13715904)))]; tensor b_embedding_model_blocks_3_res2net_block_blocks_0_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_3_res2net_block_blocks_0_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13716224)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_0_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_0_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13716544)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_0_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_0_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13716864)))]; tensor const_200_to_fp16 = const()[name = tensor("const_200_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_20_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_3_res2net_block_blocks_0_norm_norm_bias_to_fp16, epsilon = const_200_to_fp16, gamma = p_embedding_model_blocks_3_res2net_block_blocks_0_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_3_res2net_block_blocks_0_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_3_res2net_block_blocks_0_norm_norm_running_var_to_fp16, x = relu_22_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_20_cast_fp16")]; tensor add_14_cast_fp16 = add(x = split_2_cast_fp16_2, y = _native_batch_norm_legit_no_training_20_cast_fp16)[name = tensor("add_14_cast_fp16")]; tensor pad_25_pad_0 = const()[name = tensor("pad_25_pad_0"), val = tensor([0, 0, 0, 0, 4, 4])]; tensor pad_25_mode_0 = const()[name = tensor("pad_25_mode_0"), val = tensor("reflect")]; tensor const_203_to_fp16 = const()[name = tensor("const_203_to_fp16"), val = tensor(0x0p+0)]; tensor pad_25_cast_fp16 = pad(constant_val = const_203_to_fp16, mode = pad_25_mode_0, pad = pad_25_pad_0, x = add_14_cast_fp16)[name = tensor("pad_25_cast_fp16")]; tensor conv1d_25_pad_type_0 = const()[name = tensor("conv1d_25_pad_type_0"), val = tensor("valid")]; tensor conv1d_25_dilations_0 = const()[name = tensor("conv1d_25_dilations_0"), val = tensor([4])]; tensor conv1d_25_strides_0 = const()[name = tensor("conv1d_25_strides_0"), val = tensor([1])]; tensor conv1d_25_pad_0 = const()[name = tensor("conv1d_25_pad_0"), val = tensor([0, 0])]; tensor conv1d_25_groups_0 = const()[name = tensor("conv1d_25_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_3_res2net_block_blocks_1_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_1_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13717184)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_1_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_1_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13815552)))]; tensor conv1d_25_cast_fp16 = conv(bias = p_embedding_model_blocks_3_res2net_block_blocks_1_conv_conv_bias_to_fp16, dilations = conv1d_25_dilations_0, groups = conv1d_25_groups_0, pad = conv1d_25_pad_0, pad_type = conv1d_25_pad_type_0, strides = conv1d_25_strides_0, weight = p_embedding_model_blocks_3_res2net_block_blocks_1_conv_conv_weight_to_fp16, x = pad_25_cast_fp16)[name = tensor("conv1d_25_cast_fp16")]; tensor relu_23_cast_fp16 = relu(x = conv1d_25_cast_fp16)[name = tensor("relu_23_cast_fp16")]; tensor b_embedding_model_blocks_3_res2net_block_blocks_1_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_3_res2net_block_blocks_1_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13815872)))]; tensor b_embedding_model_blocks_3_res2net_block_blocks_1_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_3_res2net_block_blocks_1_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13816192)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_1_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_1_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13816512)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_1_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_1_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13816832)))]; tensor const_208_to_fp16 = const()[name = tensor("const_208_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_21_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_3_res2net_block_blocks_1_norm_norm_bias_to_fp16, epsilon = const_208_to_fp16, gamma = p_embedding_model_blocks_3_res2net_block_blocks_1_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_3_res2net_block_blocks_1_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_3_res2net_block_blocks_1_norm_norm_running_var_to_fp16, x = relu_23_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_21_cast_fp16")]; tensor add_15_cast_fp16 = add(x = split_2_cast_fp16_3, y = _native_batch_norm_legit_no_training_21_cast_fp16)[name = tensor("add_15_cast_fp16")]; tensor pad_26_pad_0 = const()[name = tensor("pad_26_pad_0"), val = tensor([0, 0, 0, 0, 4, 4])]; tensor pad_26_mode_0 = const()[name = tensor("pad_26_mode_0"), val = tensor("reflect")]; tensor const_211_to_fp16 = const()[name = tensor("const_211_to_fp16"), val = tensor(0x0p+0)]; tensor pad_26_cast_fp16 = pad(constant_val = const_211_to_fp16, mode = pad_26_mode_0, pad = pad_26_pad_0, x = add_15_cast_fp16)[name = tensor("pad_26_cast_fp16")]; tensor conv1d_26_pad_type_0 = const()[name = tensor("conv1d_26_pad_type_0"), val = tensor("valid")]; tensor conv1d_26_dilations_0 = const()[name = tensor("conv1d_26_dilations_0"), val = tensor([4])]; tensor conv1d_26_strides_0 = const()[name = tensor("conv1d_26_strides_0"), val = tensor([1])]; tensor conv1d_26_pad_0 = const()[name = tensor("conv1d_26_pad_0"), val = tensor([0, 0])]; tensor conv1d_26_groups_0 = const()[name = tensor("conv1d_26_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_3_res2net_block_blocks_2_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_2_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13817152)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_2_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_2_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13915520)))]; tensor conv1d_26_cast_fp16 = conv(bias = p_embedding_model_blocks_3_res2net_block_blocks_2_conv_conv_bias_to_fp16, dilations = conv1d_26_dilations_0, groups = conv1d_26_groups_0, pad = conv1d_26_pad_0, pad_type = conv1d_26_pad_type_0, strides = conv1d_26_strides_0, weight = p_embedding_model_blocks_3_res2net_block_blocks_2_conv_conv_weight_to_fp16, x = pad_26_cast_fp16)[name = tensor("conv1d_26_cast_fp16")]; tensor relu_24_cast_fp16 = relu(x = conv1d_26_cast_fp16)[name = tensor("relu_24_cast_fp16")]; tensor b_embedding_model_blocks_3_res2net_block_blocks_2_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_3_res2net_block_blocks_2_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13915840)))]; tensor b_embedding_model_blocks_3_res2net_block_blocks_2_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_3_res2net_block_blocks_2_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13916160)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_2_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_2_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13916480)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_2_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_2_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13916800)))]; tensor const_216_to_fp16 = const()[name = tensor("const_216_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_22_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_3_res2net_block_blocks_2_norm_norm_bias_to_fp16, epsilon = const_216_to_fp16, gamma = p_embedding_model_blocks_3_res2net_block_blocks_2_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_3_res2net_block_blocks_2_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_3_res2net_block_blocks_2_norm_norm_running_var_to_fp16, x = relu_24_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_22_cast_fp16")]; tensor add_16_cast_fp16 = add(x = split_2_cast_fp16_4, y = _native_batch_norm_legit_no_training_22_cast_fp16)[name = tensor("add_16_cast_fp16")]; tensor pad_27_pad_0 = const()[name = tensor("pad_27_pad_0"), val = tensor([0, 0, 0, 0, 4, 4])]; tensor pad_27_mode_0 = const()[name = tensor("pad_27_mode_0"), val = tensor("reflect")]; tensor const_219_to_fp16 = const()[name = tensor("const_219_to_fp16"), val = tensor(0x0p+0)]; tensor pad_27_cast_fp16 = pad(constant_val = const_219_to_fp16, mode = pad_27_mode_0, pad = pad_27_pad_0, x = add_16_cast_fp16)[name = tensor("pad_27_cast_fp16")]; tensor conv1d_27_pad_type_0 = const()[name = tensor("conv1d_27_pad_type_0"), val = tensor("valid")]; tensor conv1d_27_dilations_0 = const()[name = tensor("conv1d_27_dilations_0"), val = tensor([4])]; tensor conv1d_27_strides_0 = const()[name = tensor("conv1d_27_strides_0"), val = tensor([1])]; tensor conv1d_27_pad_0 = const()[name = tensor("conv1d_27_pad_0"), val = tensor([0, 0])]; tensor conv1d_27_groups_0 = const()[name = tensor("conv1d_27_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_3_res2net_block_blocks_3_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_3_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(13917120)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_3_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_3_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14015488)))]; tensor conv1d_27_cast_fp16 = conv(bias = p_embedding_model_blocks_3_res2net_block_blocks_3_conv_conv_bias_to_fp16, dilations = conv1d_27_dilations_0, groups = conv1d_27_groups_0, pad = conv1d_27_pad_0, pad_type = conv1d_27_pad_type_0, strides = conv1d_27_strides_0, weight = p_embedding_model_blocks_3_res2net_block_blocks_3_conv_conv_weight_to_fp16, x = pad_27_cast_fp16)[name = tensor("conv1d_27_cast_fp16")]; tensor relu_25_cast_fp16 = relu(x = conv1d_27_cast_fp16)[name = tensor("relu_25_cast_fp16")]; tensor b_embedding_model_blocks_3_res2net_block_blocks_3_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_3_res2net_block_blocks_3_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14015808)))]; tensor b_embedding_model_blocks_3_res2net_block_blocks_3_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_3_res2net_block_blocks_3_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14016128)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_3_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_3_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14016448)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_3_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_3_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14016768)))]; tensor const_224_to_fp16 = const()[name = tensor("const_224_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_23_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_3_res2net_block_blocks_3_norm_norm_bias_to_fp16, epsilon = const_224_to_fp16, gamma = p_embedding_model_blocks_3_res2net_block_blocks_3_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_3_res2net_block_blocks_3_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_3_res2net_block_blocks_3_norm_norm_running_var_to_fp16, x = relu_25_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_23_cast_fp16")]; tensor add_17_cast_fp16 = add(x = split_2_cast_fp16_5, y = _native_batch_norm_legit_no_training_23_cast_fp16)[name = tensor("add_17_cast_fp16")]; tensor pad_28_pad_0 = const()[name = tensor("pad_28_pad_0"), val = tensor([0, 0, 0, 0, 4, 4])]; tensor pad_28_mode_0 = const()[name = tensor("pad_28_mode_0"), val = tensor("reflect")]; tensor const_227_to_fp16 = const()[name = tensor("const_227_to_fp16"), val = tensor(0x0p+0)]; tensor pad_28_cast_fp16 = pad(constant_val = const_227_to_fp16, mode = pad_28_mode_0, pad = pad_28_pad_0, x = add_17_cast_fp16)[name = tensor("pad_28_cast_fp16")]; tensor conv1d_28_pad_type_0 = const()[name = tensor("conv1d_28_pad_type_0"), val = tensor("valid")]; tensor conv1d_28_dilations_0 = const()[name = tensor("conv1d_28_dilations_0"), val = tensor([4])]; tensor conv1d_28_strides_0 = const()[name = tensor("conv1d_28_strides_0"), val = tensor([1])]; tensor conv1d_28_pad_0 = const()[name = tensor("conv1d_28_pad_0"), val = tensor([0, 0])]; tensor conv1d_28_groups_0 = const()[name = tensor("conv1d_28_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_3_res2net_block_blocks_4_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_4_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14017088)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_4_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_4_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14115456)))]; tensor conv1d_28_cast_fp16 = conv(bias = p_embedding_model_blocks_3_res2net_block_blocks_4_conv_conv_bias_to_fp16, dilations = conv1d_28_dilations_0, groups = conv1d_28_groups_0, pad = conv1d_28_pad_0, pad_type = conv1d_28_pad_type_0, strides = conv1d_28_strides_0, weight = p_embedding_model_blocks_3_res2net_block_blocks_4_conv_conv_weight_to_fp16, x = pad_28_cast_fp16)[name = tensor("conv1d_28_cast_fp16")]; tensor relu_26_cast_fp16 = relu(x = conv1d_28_cast_fp16)[name = tensor("relu_26_cast_fp16")]; tensor b_embedding_model_blocks_3_res2net_block_blocks_4_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_3_res2net_block_blocks_4_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14115776)))]; tensor b_embedding_model_blocks_3_res2net_block_blocks_4_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_3_res2net_block_blocks_4_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14116096)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_4_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_4_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14116416)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_4_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_4_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14116736)))]; tensor const_232_to_fp16 = const()[name = tensor("const_232_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_24_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_3_res2net_block_blocks_4_norm_norm_bias_to_fp16, epsilon = const_232_to_fp16, gamma = p_embedding_model_blocks_3_res2net_block_blocks_4_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_3_res2net_block_blocks_4_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_3_res2net_block_blocks_4_norm_norm_running_var_to_fp16, x = relu_26_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_24_cast_fp16")]; tensor add_18_cast_fp16 = add(x = split_2_cast_fp16_6, y = _native_batch_norm_legit_no_training_24_cast_fp16)[name = tensor("add_18_cast_fp16")]; tensor pad_29_pad_0 = const()[name = tensor("pad_29_pad_0"), val = tensor([0, 0, 0, 0, 4, 4])]; tensor pad_29_mode_0 = const()[name = tensor("pad_29_mode_0"), val = tensor("reflect")]; tensor const_235_to_fp16 = const()[name = tensor("const_235_to_fp16"), val = tensor(0x0p+0)]; tensor pad_29_cast_fp16 = pad(constant_val = const_235_to_fp16, mode = pad_29_mode_0, pad = pad_29_pad_0, x = add_18_cast_fp16)[name = tensor("pad_29_cast_fp16")]; tensor conv1d_29_pad_type_0 = const()[name = tensor("conv1d_29_pad_type_0"), val = tensor("valid")]; tensor conv1d_29_dilations_0 = const()[name = tensor("conv1d_29_dilations_0"), val = tensor([4])]; tensor conv1d_29_strides_0 = const()[name = tensor("conv1d_29_strides_0"), val = tensor([1])]; tensor conv1d_29_pad_0 = const()[name = tensor("conv1d_29_pad_0"), val = tensor([0, 0])]; tensor conv1d_29_groups_0 = const()[name = tensor("conv1d_29_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_3_res2net_block_blocks_5_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_5_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14117056)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_5_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_5_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14215424)))]; tensor conv1d_29_cast_fp16 = conv(bias = p_embedding_model_blocks_3_res2net_block_blocks_5_conv_conv_bias_to_fp16, dilations = conv1d_29_dilations_0, groups = conv1d_29_groups_0, pad = conv1d_29_pad_0, pad_type = conv1d_29_pad_type_0, strides = conv1d_29_strides_0, weight = p_embedding_model_blocks_3_res2net_block_blocks_5_conv_conv_weight_to_fp16, x = pad_29_cast_fp16)[name = tensor("conv1d_29_cast_fp16")]; tensor relu_27_cast_fp16 = relu(x = conv1d_29_cast_fp16)[name = tensor("relu_27_cast_fp16")]; tensor b_embedding_model_blocks_3_res2net_block_blocks_5_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_3_res2net_block_blocks_5_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14215744)))]; tensor b_embedding_model_blocks_3_res2net_block_blocks_5_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_3_res2net_block_blocks_5_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14216064)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_5_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_5_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14216384)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_5_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_5_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14216704)))]; tensor const_240_to_fp16 = const()[name = tensor("const_240_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_25_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_3_res2net_block_blocks_5_norm_norm_bias_to_fp16, epsilon = const_240_to_fp16, gamma = p_embedding_model_blocks_3_res2net_block_blocks_5_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_3_res2net_block_blocks_5_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_3_res2net_block_blocks_5_norm_norm_running_var_to_fp16, x = relu_27_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_25_cast_fp16")]; tensor add_19_cast_fp16 = add(x = split_2_cast_fp16_7, y = _native_batch_norm_legit_no_training_25_cast_fp16)[name = tensor("add_19_cast_fp16")]; tensor pad_30_pad_0 = const()[name = tensor("pad_30_pad_0"), val = tensor([0, 0, 0, 0, 4, 4])]; tensor pad_30_mode_0 = const()[name = tensor("pad_30_mode_0"), val = tensor("reflect")]; tensor const_243_to_fp16 = const()[name = tensor("const_243_to_fp16"), val = tensor(0x0p+0)]; tensor pad_30_cast_fp16 = pad(constant_val = const_243_to_fp16, mode = pad_30_mode_0, pad = pad_30_pad_0, x = add_19_cast_fp16)[name = tensor("pad_30_cast_fp16")]; tensor conv1d_30_pad_type_0 = const()[name = tensor("conv1d_30_pad_type_0"), val = tensor("valid")]; tensor conv1d_30_dilations_0 = const()[name = tensor("conv1d_30_dilations_0"), val = tensor([4])]; tensor conv1d_30_strides_0 = const()[name = tensor("conv1d_30_strides_0"), val = tensor([1])]; tensor conv1d_30_pad_0 = const()[name = tensor("conv1d_30_pad_0"), val = tensor([0, 0])]; tensor conv1d_30_groups_0 = const()[name = tensor("conv1d_30_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_3_res2net_block_blocks_6_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_6_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14217024)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_6_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_6_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14315392)))]; tensor conv1d_30_cast_fp16 = conv(bias = p_embedding_model_blocks_3_res2net_block_blocks_6_conv_conv_bias_to_fp16, dilations = conv1d_30_dilations_0, groups = conv1d_30_groups_0, pad = conv1d_30_pad_0, pad_type = conv1d_30_pad_type_0, strides = conv1d_30_strides_0, weight = p_embedding_model_blocks_3_res2net_block_blocks_6_conv_conv_weight_to_fp16, x = pad_30_cast_fp16)[name = tensor("conv1d_30_cast_fp16")]; tensor relu_28_cast_fp16 = relu(x = conv1d_30_cast_fp16)[name = tensor("relu_28_cast_fp16")]; tensor b_embedding_model_blocks_3_res2net_block_blocks_6_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_3_res2net_block_blocks_6_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14315712)))]; tensor b_embedding_model_blocks_3_res2net_block_blocks_6_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_3_res2net_block_blocks_6_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14316032)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_6_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_6_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14316352)))]; tensor p_embedding_model_blocks_3_res2net_block_blocks_6_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_res2net_block_blocks_6_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14316672)))]; tensor const_248_to_fp16 = const()[name = tensor("const_248_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_26_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_3_res2net_block_blocks_6_norm_norm_bias_to_fp16, epsilon = const_248_to_fp16, gamma = p_embedding_model_blocks_3_res2net_block_blocks_6_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_3_res2net_block_blocks_6_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_3_res2net_block_blocks_6_norm_norm_running_var_to_fp16, x = relu_28_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_26_cast_fp16")]; tensor const_250 = const()[name = tensor("const_250"), val = tensor(1)]; tensor cat_2_interleave_0 = const()[name = tensor("cat_2_interleave_0"), val = tensor(false)]; tensor cat_2_cast_fp16 = concat(axis = const_250, interleave = cat_2_interleave_0, values = (split_2_cast_fp16_0, _native_batch_norm_legit_no_training_20_cast_fp16, _native_batch_norm_legit_no_training_21_cast_fp16, _native_batch_norm_legit_no_training_22_cast_fp16, _native_batch_norm_legit_no_training_23_cast_fp16, _native_batch_norm_legit_no_training_24_cast_fp16, _native_batch_norm_legit_no_training_25_cast_fp16, _native_batch_norm_legit_no_training_26_cast_fp16))[name = tensor("cat_2_cast_fp16")]; tensor conv1d_31_pad_type_0 = const()[name = tensor("conv1d_31_pad_type_0"), val = tensor("valid")]; tensor conv1d_31_strides_0 = const()[name = tensor("conv1d_31_strides_0"), val = tensor([1])]; tensor conv1d_31_pad_0 = const()[name = tensor("conv1d_31_pad_0"), val = tensor([0, 0])]; tensor conv1d_31_dilations_0 = const()[name = tensor("conv1d_31_dilations_0"), val = tensor([1])]; tensor conv1d_31_groups_0 = const()[name = tensor("conv1d_31_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_3_tdnn2_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_tdnn2_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(14316992)))]; tensor p_embedding_model_blocks_3_tdnn2_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_tdnn2_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(16414208)))]; tensor conv1d_31_cast_fp16 = conv(bias = p_embedding_model_blocks_3_tdnn2_conv_conv_bias_to_fp16, dilations = conv1d_31_dilations_0, groups = conv1d_31_groups_0, pad = conv1d_31_pad_0, pad_type = conv1d_31_pad_type_0, strides = conv1d_31_strides_0, weight = p_embedding_model_blocks_3_tdnn2_conv_conv_weight_to_fp16, x = cat_2_cast_fp16)[name = tensor("conv1d_31_cast_fp16")]; tensor relu_29_cast_fp16 = relu(x = conv1d_31_cast_fp16)[name = tensor("relu_29_cast_fp16")]; tensor b_embedding_model_blocks_3_tdnn2_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_blocks_3_tdnn2_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(16416320)))]; tensor b_embedding_model_blocks_3_tdnn2_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_blocks_3_tdnn2_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(16418432)))]; tensor p_embedding_model_blocks_3_tdnn2_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_tdnn2_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(16420544)))]; tensor p_embedding_model_blocks_3_tdnn2_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_tdnn2_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(16422656)))]; tensor const_254_to_fp16 = const()[name = tensor("const_254_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_27_cast_fp16 = batch_norm(beta = p_embedding_model_blocks_3_tdnn2_norm_norm_bias_to_fp16, epsilon = const_254_to_fp16, gamma = p_embedding_model_blocks_3_tdnn2_norm_norm_weight_to_fp16, mean = b_embedding_model_blocks_3_tdnn2_norm_norm_running_mean_to_fp16, variance = b_embedding_model_blocks_3_tdnn2_norm_norm_running_var_to_fp16, x = relu_29_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_27_cast_fp16")]; tensor mean_2_axes_0 = const()[name = tensor("mean_2_axes_0"), val = tensor([2])]; tensor mean_2_keep_dims_0 = const()[name = tensor("mean_2_keep_dims_0"), val = tensor(true)]; tensor mean_2_cast_fp16 = reduce_mean(axes = mean_2_axes_0, keep_dims = mean_2_keep_dims_0, x = _native_batch_norm_legit_no_training_27_cast_fp16)[name = tensor("mean_2_cast_fp16")]; tensor conv1d_32_pad_type_0 = const()[name = tensor("conv1d_32_pad_type_0"), val = tensor("valid")]; tensor conv1d_32_strides_0 = const()[name = tensor("conv1d_32_strides_0"), val = tensor([1])]; tensor conv1d_32_pad_0 = const()[name = tensor("conv1d_32_pad_0"), val = tensor([0, 0])]; tensor conv1d_32_dilations_0 = const()[name = tensor("conv1d_32_dilations_0"), val = tensor([1])]; tensor conv1d_32_groups_0 = const()[name = tensor("conv1d_32_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_3_se_block_conv1_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_se_block_conv1_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(16424768)))]; tensor p_embedding_model_blocks_3_se_block_conv1_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_se_block_conv1_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(16686976)))]; tensor conv1d_32_cast_fp16 = conv(bias = p_embedding_model_blocks_3_se_block_conv1_conv_bias_to_fp16, dilations = conv1d_32_dilations_0, groups = conv1d_32_groups_0, pad = conv1d_32_pad_0, pad_type = conv1d_32_pad_type_0, strides = conv1d_32_strides_0, weight = p_embedding_model_blocks_3_se_block_conv1_conv_weight_to_fp16, x = mean_2_cast_fp16)[name = tensor("conv1d_32_cast_fp16")]; tensor relu_30_cast_fp16 = relu(x = conv1d_32_cast_fp16)[name = tensor("relu_30_cast_fp16")]; tensor conv1d_33_pad_type_0 = const()[name = tensor("conv1d_33_pad_type_0"), val = tensor("valid")]; tensor conv1d_33_strides_0 = const()[name = tensor("conv1d_33_strides_0"), val = tensor([1])]; tensor conv1d_33_pad_0 = const()[name = tensor("conv1d_33_pad_0"), val = tensor([0, 0])]; tensor conv1d_33_dilations_0 = const()[name = tensor("conv1d_33_dilations_0"), val = tensor([1])]; tensor conv1d_33_groups_0 = const()[name = tensor("conv1d_33_groups_0"), val = tensor(1)]; tensor p_embedding_model_blocks_3_se_block_conv2_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_se_block_conv2_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(16687296)))]; tensor p_embedding_model_blocks_3_se_block_conv2_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_blocks_3_se_block_conv2_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(16949504)))]; tensor conv1d_33_cast_fp16 = conv(bias = p_embedding_model_blocks_3_se_block_conv2_conv_bias_to_fp16, dilations = conv1d_33_dilations_0, groups = conv1d_33_groups_0, pad = conv1d_33_pad_0, pad_type = conv1d_33_pad_type_0, strides = conv1d_33_strides_0, weight = p_embedding_model_blocks_3_se_block_conv2_conv_weight_to_fp16, x = relu_30_cast_fp16)[name = tensor("conv1d_33_cast_fp16")]; tensor sigmoid_2_cast_fp16 = sigmoid(x = conv1d_33_cast_fp16)[name = tensor("sigmoid_2_cast_fp16")]; tensor mul_2_1_cast_fp16 = mul(x = sigmoid_2_cast_fp16, y = _native_batch_norm_legit_no_training_27_cast_fp16)[name = tensor("mul_2_1_cast_fp16")]; tensor add_20_cast_fp16 = add(x = mul_2_1_cast_fp16, y = add_13_cast_fp16)[name = tensor("add_20_cast_fp16")]; tensor const_262 = const()[name = tensor("const_262"), val = tensor(1)]; tensor cat_3_interleave_0 = const()[name = tensor("cat_3_interleave_0"), val = tensor(false)]; tensor cat_3_cast_fp16 = concat(axis = const_262, interleave = cat_3_interleave_0, values = (add_6_cast_fp16, add_13_cast_fp16, add_20_cast_fp16))[name = tensor("cat_3_cast_fp16")]; tensor conv1d_34_pad_type_0 = const()[name = tensor("conv1d_34_pad_type_0"), val = tensor("valid")]; tensor conv1d_34_strides_0 = const()[name = tensor("conv1d_34_strides_0"), val = tensor([1])]; tensor conv1d_34_pad_0 = const()[name = tensor("conv1d_34_pad_0"), val = tensor([0, 0])]; tensor conv1d_34_dilations_0 = const()[name = tensor("conv1d_34_dilations_0"), val = tensor([1])]; tensor conv1d_34_groups_0 = const()[name = tensor("conv1d_34_groups_0"), val = tensor(1)]; tensor p_embedding_model_mfa_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_mfa_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(16951616)))]; tensor p_embedding_model_mfa_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_mfa_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(35826048)))]; tensor conv1d_34_cast_fp16 = conv(bias = p_embedding_model_mfa_conv_conv_bias_to_fp16, dilations = conv1d_34_dilations_0, groups = conv1d_34_groups_0, pad = conv1d_34_pad_0, pad_type = conv1d_34_pad_type_0, strides = conv1d_34_strides_0, weight = p_embedding_model_mfa_conv_conv_weight_to_fp16, x = cat_3_cast_fp16)[name = tensor("conv1d_34_cast_fp16")]; tensor relu_31_cast_fp16 = relu(x = conv1d_34_cast_fp16)[name = tensor("relu_31_cast_fp16")]; tensor b_embedding_model_mfa_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_mfa_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(35832256)))]; tensor b_embedding_model_mfa_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_mfa_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(35838464)))]; tensor p_embedding_model_mfa_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_mfa_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(35844672)))]; tensor p_embedding_model_mfa_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_mfa_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(35850880)))]; tensor const_266_to_fp16 = const()[name = tensor("const_266_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_28_cast_fp16 = batch_norm(beta = p_embedding_model_mfa_norm_norm_bias_to_fp16, epsilon = const_266_to_fp16, gamma = p_embedding_model_mfa_norm_norm_weight_to_fp16, mean = b_embedding_model_mfa_norm_norm_running_mean_to_fp16, variance = b_embedding_model_mfa_norm_norm_running_var_to_fp16, x = relu_31_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_28_cast_fp16")]; tensor div_to_fp16 = const()[name = tensor("div_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(35857088)))]; tensor mul_4_1_cast_fp16 = mul(x = div_to_fp16, y = _native_batch_norm_legit_no_training_28_cast_fp16)[name = tensor("mul_4_1_cast_fp16")]; tensor sum_2_axes_0 = const()[name = tensor("sum_2_axes_0"), val = tensor([2])]; tensor sum_2_keep_dims_0 = const()[name = tensor("sum_2_keep_dims_0"), val = tensor(false)]; tensor sum_2_cast_fp16 = reduce_sum(axes = sum_2_axes_0, keep_dims = sum_2_keep_dims_0, x = mul_4_1_cast_fp16)[name = tensor("sum_2_cast_fp16")]; tensor unsqueeze_2_axes_0 = const()[name = tensor("unsqueeze_2_axes_0"), val = tensor([2])]; tensor unsqueeze_2_cast_fp16 = expand_dims(axes = unsqueeze_2_axes_0, x = sum_2_cast_fp16)[name = tensor("unsqueeze_2_cast_fp16")]; tensor sub_cast_fp16 = sub(x = _native_batch_norm_legit_no_training_28_cast_fp16, y = unsqueeze_2_cast_fp16)[name = tensor("sub_cast_fp16")]; tensor const_285_promoted_to_fp16 = const()[name = tensor("const_285_promoted_to_fp16"), val = tensor(0x1p+1)]; tensor pow_1_cast_fp16 = pow(x = sub_cast_fp16, y = const_285_promoted_to_fp16)[name = tensor("pow_1_cast_fp16")]; tensor mul_5_1_cast_fp16 = mul(x = div_to_fp16, y = pow_1_cast_fp16)[name = tensor("mul_5_1_cast_fp16")]; tensor sum_3_axes_0 = const()[name = tensor("sum_3_axes_0"), val = tensor([2])]; tensor sum_3_keep_dims_0 = const()[name = tensor("sum_3_keep_dims_0"), val = tensor(false)]; tensor sum_3_cast_fp16 = reduce_sum(axes = sum_3_axes_0, keep_dims = sum_3_keep_dims_0, x = mul_5_1_cast_fp16)[name = tensor("sum_3_cast_fp16")]; tensor const_287_to_fp16 = const()[name = tensor("const_287_to_fp16"), val = tensor(0x1p-24)]; tensor const_288_to_fp16 = const()[name = tensor("const_288_to_fp16"), val = tensor(inf)]; tensor clip_0_cast_fp16 = clip(alpha = const_287_to_fp16, beta = const_288_to_fp16, x = sum_3_cast_fp16)[name = tensor("clip_0_cast_fp16")]; tensor sqrt_cast_fp16 = sqrt(x = clip_0_cast_fp16)[name = tensor("sqrt_cast_fp16")]; tensor const_290 = const()[name = tensor("const_290"), val = tensor([1, 1, 1001])]; tensor repeat_cast_fp16 = tile(reps = const_290, x = unsqueeze_2_cast_fp16)[name = tensor("repeat_cast_fp16")]; tensor unsqueeze_4_axes_0 = const()[name = tensor("unsqueeze_4_axes_0"), val = tensor([2])]; tensor unsqueeze_4_cast_fp16 = expand_dims(axes = unsqueeze_4_axes_0, x = sqrt_cast_fp16)[name = tensor("unsqueeze_4_cast_fp16")]; tensor const_292 = const()[name = tensor("const_292"), val = tensor([1, 1, 1001])]; tensor repeat_1_cast_fp16 = tile(reps = const_292, x = unsqueeze_4_cast_fp16)[name = tensor("repeat_1_cast_fp16")]; tensor const_293 = const()[name = tensor("const_293"), val = tensor(1)]; tensor cat_4_interleave_0 = const()[name = tensor("cat_4_interleave_0"), val = tensor(false)]; tensor cat_4_cast_fp16 = concat(axis = const_293, interleave = cat_4_interleave_0, values = (_native_batch_norm_legit_no_training_28_cast_fp16, repeat_cast_fp16, repeat_1_cast_fp16))[name = tensor("cat_4_cast_fp16")]; tensor conv1d_35_pad_type_0 = const()[name = tensor("conv1d_35_pad_type_0"), val = tensor("valid")]; tensor conv1d_35_strides_0 = const()[name = tensor("conv1d_35_strides_0"), val = tensor([1])]; tensor conv1d_35_pad_0 = const()[name = tensor("conv1d_35_pad_0"), val = tensor([0, 0])]; tensor conv1d_35_dilations_0 = const()[name = tensor("conv1d_35_dilations_0"), val = tensor([1])]; tensor conv1d_35_groups_0 = const()[name = tensor("conv1d_35_groups_0"), val = tensor(1)]; tensor p_embedding_model_asp_tdnn_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_asp_tdnn_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(35859200)))]; tensor p_embedding_model_asp_tdnn_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_asp_tdnn_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(38218560)))]; tensor conv1d_35_cast_fp16 = conv(bias = p_embedding_model_asp_tdnn_conv_conv_bias_to_fp16, dilations = conv1d_35_dilations_0, groups = conv1d_35_groups_0, pad = conv1d_35_pad_0, pad_type = conv1d_35_pad_type_0, strides = conv1d_35_strides_0, weight = p_embedding_model_asp_tdnn_conv_conv_weight_to_fp16, x = cat_4_cast_fp16)[name = tensor("conv1d_35_cast_fp16")]; tensor relu_32_cast_fp16 = relu(x = conv1d_35_cast_fp16)[name = tensor("relu_32_cast_fp16")]; tensor b_embedding_model_asp_tdnn_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_asp_tdnn_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(38218880)))]; tensor b_embedding_model_asp_tdnn_norm_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_asp_tdnn_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(38219200)))]; tensor p_embedding_model_asp_tdnn_norm_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_asp_tdnn_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(38219520)))]; tensor p_embedding_model_asp_tdnn_norm_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_asp_tdnn_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(38219840)))]; tensor const_297_to_fp16 = const()[name = tensor("const_297_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_29_cast_fp16 = batch_norm(beta = p_embedding_model_asp_tdnn_norm_norm_bias_to_fp16, epsilon = const_297_to_fp16, gamma = p_embedding_model_asp_tdnn_norm_norm_weight_to_fp16, mean = b_embedding_model_asp_tdnn_norm_norm_running_mean_to_fp16, variance = b_embedding_model_asp_tdnn_norm_norm_running_var_to_fp16, x = relu_32_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_29_cast_fp16")]; tensor tanh_cast_fp16 = tanh(x = _native_batch_norm_legit_no_training_29_cast_fp16)[name = tensor("tanh_cast_fp16")]; tensor conv1d_36_pad_type_0 = const()[name = tensor("conv1d_36_pad_type_0"), val = tensor("valid")]; tensor conv1d_36_strides_0 = const()[name = tensor("conv1d_36_strides_0"), val = tensor([1])]; tensor conv1d_36_pad_0 = const()[name = tensor("conv1d_36_pad_0"), val = tensor([0, 0])]; tensor conv1d_36_dilations_0 = const()[name = tensor("conv1d_36_dilations_0"), val = tensor([1])]; tensor conv1d_36_groups_0 = const()[name = tensor("conv1d_36_groups_0"), val = tensor(1)]; tensor p_embedding_model_asp_conv_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_asp_conv_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(38220160)))]; tensor p_embedding_model_asp_conv_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_asp_conv_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(39006656)))]; tensor conv1d_36_cast_fp16 = conv(bias = p_embedding_model_asp_conv_conv_bias_to_fp16, dilations = conv1d_36_dilations_0, groups = conv1d_36_groups_0, pad = conv1d_36_pad_0, pad_type = conv1d_36_pad_type_0, strides = conv1d_36_strides_0, weight = p_embedding_model_asp_conv_conv_weight_to_fp16, x = tanh_cast_fp16)[name = tensor("conv1d_36_cast_fp16")]; tensor const_303 = const()[name = tensor("const_303"), val = tensor(2)]; tensor softmax_cast_fp16 = softmax(axis = const_303, x = conv1d_36_cast_fp16)[name = tensor("softmax_cast_fp16")]; tensor mul_6_cast_fp16 = mul(x = softmax_cast_fp16, y = _native_batch_norm_legit_no_training_28_cast_fp16)[name = tensor("mul_6_cast_fp16")]; tensor sum_4_axes_0 = const()[name = tensor("sum_4_axes_0"), val = tensor([2])]; tensor sum_4_keep_dims_0 = const()[name = tensor("sum_4_keep_dims_0"), val = tensor(false)]; tensor sum_4_cast_fp16 = reduce_sum(axes = sum_4_axes_0, keep_dims = sum_4_keep_dims_0, x = mul_6_cast_fp16)[name = tensor("sum_4_cast_fp16")]; tensor unsqueeze_5_axes_0 = const()[name = tensor("unsqueeze_5_axes_0"), val = tensor([2])]; tensor unsqueeze_5_cast_fp16 = expand_dims(axes = unsqueeze_5_axes_0, x = sum_4_cast_fp16)[name = tensor("unsqueeze_5_cast_fp16")]; tensor sub_1_cast_fp16 = sub(x = _native_batch_norm_legit_no_training_28_cast_fp16, y = unsqueeze_5_cast_fp16)[name = tensor("sub_1_cast_fp16")]; tensor const_306_promoted_to_fp16 = const()[name = tensor("const_306_promoted_to_fp16"), val = tensor(0x1p+1)]; tensor pow_2_cast_fp16 = pow(x = sub_1_cast_fp16, y = const_306_promoted_to_fp16)[name = tensor("pow_2_cast_fp16")]; tensor mul_7_cast_fp16 = mul(x = softmax_cast_fp16, y = pow_2_cast_fp16)[name = tensor("mul_7_cast_fp16")]; tensor sum_5_axes_0 = const()[name = tensor("sum_5_axes_0"), val = tensor([2])]; tensor sum_5_keep_dims_0 = const()[name = tensor("sum_5_keep_dims_0"), val = tensor(false)]; tensor sum_5_cast_fp16 = reduce_sum(axes = sum_5_axes_0, keep_dims = sum_5_keep_dims_0, x = mul_7_cast_fp16)[name = tensor("sum_5_cast_fp16")]; tensor const_308_to_fp16 = const()[name = tensor("const_308_to_fp16"), val = tensor(0x1p-24)]; tensor const_309_to_fp16 = const()[name = tensor("const_309_to_fp16"), val = tensor(inf)]; tensor clip_1_cast_fp16 = clip(alpha = const_308_to_fp16, beta = const_309_to_fp16, x = sum_5_cast_fp16)[name = tensor("clip_1_cast_fp16")]; tensor sqrt_1_cast_fp16 = sqrt(x = clip_1_cast_fp16)[name = tensor("sqrt_1_cast_fp16")]; tensor const_310 = const()[name = tensor("const_310"), val = tensor(1)]; tensor cat_5_interleave_0 = const()[name = tensor("cat_5_interleave_0"), val = tensor(false)]; tensor cat_5_cast_fp16 = concat(axis = const_310, interleave = cat_5_interleave_0, values = (sum_4_cast_fp16, sqrt_1_cast_fp16))[name = tensor("cat_5_cast_fp16")]; tensor unsqueeze_6_axes_0 = const()[name = tensor("unsqueeze_6_axes_0"), val = tensor([2])]; tensor unsqueeze_6_cast_fp16 = expand_dims(axes = unsqueeze_6_axes_0, x = cat_5_cast_fp16)[name = tensor("unsqueeze_6_cast_fp16")]; tensor b_embedding_model_asp_bn_norm_running_mean_to_fp16 = const()[name = tensor("b_embedding_model_asp_bn_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(39012864)))]; tensor b_embedding_model_asp_bn_norm_running_var_to_fp16 = const()[name = tensor("b_embedding_model_asp_bn_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(39025216)))]; tensor p_embedding_model_asp_bn_norm_weight_to_fp16 = const()[name = tensor("p_embedding_model_asp_bn_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(39037568)))]; tensor p_embedding_model_asp_bn_norm_bias_to_fp16 = const()[name = tensor("p_embedding_model_asp_bn_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(39049920)))]; tensor const_313_to_fp16 = const()[name = tensor("const_313_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_30_cast_fp16 = batch_norm(beta = p_embedding_model_asp_bn_norm_bias_to_fp16, epsilon = const_313_to_fp16, gamma = p_embedding_model_asp_bn_norm_weight_to_fp16, mean = b_embedding_model_asp_bn_norm_running_mean_to_fp16, variance = b_embedding_model_asp_bn_norm_running_var_to_fp16, x = unsqueeze_6_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_30_cast_fp16")]; tensor conv1d_37_pad_type_0 = const()[name = tensor("conv1d_37_pad_type_0"), val = tensor("valid")]; tensor conv1d_37_strides_0 = const()[name = tensor("conv1d_37_strides_0"), val = tensor([1])]; tensor conv1d_37_pad_0 = const()[name = tensor("conv1d_37_pad_0"), val = tensor([0, 0])]; tensor conv1d_37_dilations_0 = const()[name = tensor("conv1d_37_dilations_0"), val = tensor([1])]; tensor conv1d_37_groups_0 = const()[name = tensor("conv1d_37_groups_0"), val = tensor(1)]; tensor p_embedding_model_fc_conv_weight_to_fp16 = const()[name = tensor("p_embedding_model_fc_conv_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(39062272)))]; tensor p_embedding_model_fc_conv_bias_to_fp16 = const()[name = tensor("p_embedding_model_fc_conv_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(42208064)))]; tensor conv1d_37_cast_fp16 = conv(bias = p_embedding_model_fc_conv_bias_to_fp16, dilations = conv1d_37_dilations_0, groups = conv1d_37_groups_0, pad = conv1d_37_pad_0, pad_type = conv1d_37_pad_type_0, strides = conv1d_37_strides_0, weight = p_embedding_model_fc_conv_weight_to_fp16, x = _native_batch_norm_legit_no_training_30_cast_fp16)[name = tensor("conv1d_37_cast_fp16")]; tensor leaky_relu_alpha_0 = const()[name = tensor("leaky_relu_alpha_0"), val = tensor(0x1.47ae14p-7)]; tensor leaky_relu_cast_fp16 = leaky_relu(alpha = leaky_relu_alpha_0, x = conv1d_37_cast_fp16)[name = tensor("leaky_relu_cast_fp16")]; tensor b_classifier_mod_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_classifier_mod_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(42208640)))]; tensor b_classifier_mod_norm_norm_running_var_to_fp16 = const()[name = tensor("b_classifier_mod_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(42209216)))]; tensor p_classifier_mod_norm_norm_weight_to_fp16 = const()[name = tensor("p_classifier_mod_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(42209792)))]; tensor p_classifier_mod_norm_norm_bias_to_fp16 = const()[name = tensor("p_classifier_mod_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(42210368)))]; tensor const_322_to_fp16 = const()[name = tensor("const_322_to_fp16"), val = tensor(0x1.5p-17)]; tensor _native_batch_norm_legit_no_training_31_cast_fp16 = batch_norm(beta = p_classifier_mod_norm_norm_bias_to_fp16, epsilon = const_322_to_fp16, gamma = p_classifier_mod_norm_norm_weight_to_fp16, mean = b_classifier_mod_norm_norm_running_mean_to_fp16, variance = b_classifier_mod_norm_norm_running_var_to_fp16, x = leaky_relu_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_31_cast_fp16")]; tensor transpose_3_perm_0 = const()[name = tensor("transpose_3_perm_0"), val = tensor([0, -1, 1])]; tensor p_classifier_mod_dnn_block_0_linear_w_weight_to_fp16 = const()[name = tensor("p_classifier_mod_dnn_block_0_linear_w_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(42210944)))]; tensor p_classifier_mod_dnn_block_0_linear_w_bias_to_fp16 = const()[name = tensor("p_classifier_mod_dnn_block_0_linear_w_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(42473152)))]; tensor transpose_3_cast_fp16 = transpose(perm = transpose_3_perm_0, x = _native_batch_norm_legit_no_training_31_cast_fp16)[name = tensor("transpose_2")]; tensor linear_0_cast_fp16 = linear(bias = p_classifier_mod_dnn_block_0_linear_w_bias_to_fp16, weight = p_classifier_mod_dnn_block_0_linear_w_weight_to_fp16, x = transpose_3_cast_fp16)[name = tensor("linear_0_cast_fp16")]; tensor leaky_relu_1_alpha_0 = const()[name = tensor("leaky_relu_1_alpha_0"), val = tensor(0x1.47ae14p-7)]; tensor leaky_relu_1_cast_fp16 = leaky_relu(alpha = leaky_relu_1_alpha_0, x = linear_0_cast_fp16)[name = tensor("leaky_relu_1_cast_fp16")]; tensor transpose_4_perm_0 = const()[name = tensor("transpose_4_perm_0"), val = tensor([0, -1, 1])]; tensor b_classifier_mod_dnn_block_0_norm_norm_running_mean_to_fp16 = const()[name = tensor("b_classifier_mod_dnn_block_0_norm_norm_running_mean_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(42474240)))]; tensor b_classifier_mod_dnn_block_0_norm_norm_running_var_to_fp16 = const()[name = tensor("b_classifier_mod_dnn_block_0_norm_norm_running_var_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(42475328)))]; tensor p_classifier_mod_dnn_block_0_norm_norm_weight_to_fp16 = const()[name = tensor("p_classifier_mod_dnn_block_0_norm_norm_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(42476416)))]; tensor p_classifier_mod_dnn_block_0_norm_norm_bias_to_fp16 = const()[name = tensor("p_classifier_mod_dnn_block_0_norm_norm_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(42477504)))]; tensor const_329_to_fp16 = const()[name = tensor("const_329_to_fp16"), val = tensor(0x1.5p-17)]; tensor transpose_4_cast_fp16 = transpose(perm = transpose_4_perm_0, x = leaky_relu_1_cast_fp16)[name = tensor("transpose_1")]; tensor _native_batch_norm_legit_no_training_32_cast_fp16 = batch_norm(beta = p_classifier_mod_dnn_block_0_norm_norm_bias_to_fp16, epsilon = const_329_to_fp16, gamma = p_classifier_mod_dnn_block_0_norm_norm_weight_to_fp16, mean = b_classifier_mod_dnn_block_0_norm_norm_running_mean_to_fp16, variance = b_classifier_mod_dnn_block_0_norm_norm_running_var_to_fp16, x = transpose_4_cast_fp16)[name = tensor("_native_batch_norm_legit_no_training_32_cast_fp16")]; tensor transpose_5_perm_0 = const()[name = tensor("transpose_5_perm_0"), val = tensor([0, -1, 1])]; tensor p_classifier_mod_out_w_weight_to_fp16 = const()[name = tensor("p_classifier_mod_out_w_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(42478592)))]; tensor p_classifier_mod_out_w_bias_to_fp16 = const()[name = tensor("p_classifier_mod_out_w_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(42588224)))]; tensor transpose_5_cast_fp16 = transpose(perm = transpose_5_perm_0, x = _native_batch_norm_legit_no_training_32_cast_fp16)[name = tensor("transpose_0")]; tensor linear_1_cast_fp16 = linear(bias = p_classifier_mod_out_w_bias_to_fp16, weight = p_classifier_mod_out_w_weight_to_fp16, x = transpose_5_cast_fp16)[name = tensor("linear_1_cast_fp16")]; tensor const_333 = const()[name = tensor("const_333"), val = tensor([1, 107])]; tensor view_cast_fp16 = reshape(shape = const_333, x = linear_1_cast_fp16)[name = tensor("view_cast_fp16")]; tensor const_334 = const()[name = tensor("const_334"), val = tensor(-1)]; tensor log_softmax_softmax_cast_fp16 = softmax(axis = const_334, x = view_cast_fp16)[name = tensor("log_softmax_softmax_cast_fp16")]; tensor log_softmax_epsilon_0 = const()[name = tensor("log_softmax_epsilon_0"), val = tensor(0x1p-149)]; tensor log_softmax_cast_fp16 = log(epsilon = log_softmax_epsilon_0, x = log_softmax_softmax_cast_fp16)[name = tensor("log_softmax_cast_fp16")]; tensor const_336 = const()[name = tensor("const_336"), val = tensor([1, 1, 107])]; tensor view_1_cast_fp16 = reshape(shape = const_336, x = log_softmax_cast_fp16)[name = tensor("view_1_cast_fp16")]; tensor squeeze_axes_0 = const()[name = tensor("squeeze_axes_0"), val = tensor([1])]; tensor language_logits = squeeze(axes = squeeze_axes_0, x = view_1_cast_fp16)[name = tensor("squeeze_cast_fp16")]; } -> (language_logits); }