API Differences in CoreML in macOS 26.0

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in CoreML in the macOS 26.0 SDK.

Table of Contents

Functions & Methods

public func pointwiseMax(_ lhs: CoreML.MLTensor, _ rhs: some MLTensorScalar & Numeric) -> CoreML.MLTensor
public func pointwiseMax(_ lhs: some MLTensorScalar & Numeric, _ rhs: CoreML.MLTensor) -> CoreML.MLTensor
public func pointwiseMin(_ lhs: CoreML.MLTensor, _ rhs: some MLTensorScalar & Numeric) -> CoreML.MLTensor
public func pointwiseMin(_ lhs: some MLTensorScalar & Numeric, _ rhs: CoreML.MLTensor) -> CoreML.MLTensor

Properties & Constants

Swift.Int8
public static var multiArrayDataType: CoreML.MLMultiArrayDataType

Conformances

Swift.Int8
CoreML.MLShapedArrayScalar