API Differences in CoreML in iOS 26.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in CoreML in the iOS 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