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", "TorchScript"}, {"coremltools-version", "9.0"}})] { func main(tensor hidden) { tensor hidden_to_fp16_dtype_0 = const()[name = tensor("hidden_to_fp16_dtype_0"), val = tensor("fp16")]; tensor lin_weight_to_fp16 = const()[name = tensor("lin_weight_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(64)))]; tensor lin_bias_to_fp16 = const()[name = tensor("lin_bias_to_fp16"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(33554560)))]; tensor hidden_to_fp16 = cast(dtype = hidden_to_fp16_dtype_0, x = hidden)[name = tensor("cast_1")]; tensor linear_0_cast_fp16 = linear(bias = lin_bias_to_fp16, weight = lin_weight_to_fp16, x = hidden_to_fp16)[name = tensor("linear_0_cast_fp16")]; tensor linear_0_cast_fp16_to_fp32_dtype_0 = const()[name = tensor("linear_0_cast_fp16_to_fp32_dtype_0"), val = tensor("fp32")]; tensor logits = cast(dtype = linear_0_cast_fp16_to_fp32_dtype_0, x = linear_0_cast_fp16)[name = tensor("cast_0")]; } -> (logits); }