program(1.3) [buildInfo = dict, tensor>({{"coremlc-component-MIL", "5.31.0"}, {"coremlc-version", "1817.0.0"}, {"coremltools-component-milinternal", ""}, {"coremltools-version", "7.1.1"}}), mldb_token = string("mldb-5qbg63zgxe")] { func main(tensor input) { tensor output_weight_0 = const()[name = tensor("output_weight_0"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(64)))]; tensor output_bias_0 = const()[name = tensor("output_bias_0"), val = tensor(BLOBFILE(path = tensor("@model_path/weights/weight.bin"), offset = tensor(786560)))]; tensor output = linear(bias = output_bias_0, weight = output_weight_0, x = input)[name = tensor("output")]; } -> (output); }