program(1.0) [buildInfo = dict, tensor>({{"coremlc-component-MIL", "3520.4.1"}, {"coremlc-version", "3520.5.1"}, {"coremltools-component-torch", "2.13.0"}, {"coremltools-source-dialect", "TorchScript"}, {"coremltools-version", "9.0"}})] { func main(tensor features) { tensor var_0_weight_to_fp16 = const()[name = tensor("op_0_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(64)))]; tensor var_0_bias_to_fp16 = const()[name = tensor("op_0_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(6488192)))]; tensor linear_0_cast_fp16 = linear(bias = var_0_bias_to_fp16, weight = var_0_weight_to_fp16, x = features)[name = tensor("linear_0_cast_fp16")]; tensor input_5_cast_fp16 = relu(x = linear_0_cast_fp16)[name = tensor("input_5_cast_fp16")]; tensor var_3_weight_to_fp16 = const()[name = tensor("op_3_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(6489024)))]; tensor var_3_bias_to_fp16 = const()[name = tensor("op_3_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(6516736)))]; tensor linear_1_cast_fp16 = linear(bias = var_3_bias_to_fp16, weight = var_3_weight_to_fp16, x = input_5_cast_fp16)[name = tensor("linear_1_cast_fp16")]; tensor topic_probs = sigmoid(x = linear_1_cast_fp16)[name = tensor("op_14_cast_fp16")]; } -> (topic_probs); }