coreml-native 0.2.0

Safe, ergonomic Rust bindings for Apple CoreML inference with ANE acceleration
Documentation
[
  {
    "metadataOutputVersion" : "3.0",
    "outputSchema" : [
      {
        "hasShapeFlexibility" : "0",
        "isOptional" : "0",
        "dataType" : "Float16",
        "formattedType" : "MultiArray (Float16 1 × 4)",
        "shortDescription" : "",
        "shape" : "[1, 4]",
        "name" : "output",
        "type" : "MultiArray"
      }
    ],
    "modelParameters" : [

    ],
    "specificationVersion" : 7,
    "mlProgramOperationTypeHistogram" : {
      "Ios16.mul" : 1,
      "Ios16.add" : 1
    },
    "computePrecision" : "Float16",
    "isUpdatable" : "0",
    "stateSchema" : [

    ],
    "availability" : {
      "macOS" : "13.0",
      "tvOS" : "16.0",
      "visionOS" : "1.0",
      "watchOS" : "9.0",
      "iOS" : "16.0",
      "macCatalyst" : "16.0"
    },
    "modelType" : {
      "name" : "MLModelType_mlProgram"
    },
    "userDefinedMetadata" : {
      "com.github.apple.coremltools.conversion_date" : "2026-03-23",
      "com.github.apple.coremltools.source" : "torch==2.11.0",
      "com.github.apple.coremltools.version" : "9.0",
      "com.github.apple.coremltools.source_dialect" : "TorchScript"
    },
    "inputSchema" : [
      {
        "hasShapeFlexibility" : "0",
        "isOptional" : "0",
        "dataType" : "Float16",
        "formattedType" : "MultiArray (Float16 1 × 4)",
        "shortDescription" : "",
        "shape" : "[1, 4]",
        "name" : "input",
        "type" : "MultiArray"
      }
    ],
    "generatedClassName" : "test_linear",
    "method" : "predict"
  }
]