MLCompute macOS 11.1 to 11.3 API Differences
MLCActivationLayer.h
Added
MLCActivationLayer.hardSwishLayer
Added
+[MLCActivationLayer clampLayerWithMinValue:maxValue:]
MLCComparisonLayer.h
Added
MLCComparisonLayer
Added
MLCComparisonLayer.operation
Added
+[MLCComparisonLayer layerWithOperation:]
MLCGatherLayer.h
Added
MLCGatherLayer
Added
MLCGatherLayer.dimension
Added
+[MLCGatherLayer layerWithDimension:]
MLCGraph.h
Added
-[MLCGraph selectWithSources:condition:]
Added
-[MLCGraph scatterWithDimension:source:indices:copyFrom:reductionType:]
Added
-[MLCGraph gatherWithDimension:source:indices:]
MLCInferenceGraph.h
Added
-[MLCInferenceGraph compileWithOptions:device:inputTensors:inputTensorsData:]
MLCInstanceNormalizationLayer.h
Added
MLCInstanceNormalizationLayer.mean
Added
MLCInstanceNormalizationLayer.variance
Added
+[MLCInstanceNormalizationLayer layerWithFeatureChannelCount:mean:variance:beta:gamma:varianceEpsilon:momentum:]
MLCReductionLayer.h
Added
MLCReductionLayer.dimensions
Added
+[MLCReductionLayer layerWithReductionType:dimensions:]
MLCReshapeLayer.h
Added
MLCReshapeLayer.shape
MLCScatterLayer.h
Added
MLCScatterLayer
Added
MLCScatterLayer.dimension
Added
MLCScatterLayer.reductionType
Added
+[MLCScatterLayer layerWithDimension:reductionType:]
MLCSelectionLayer.h
Added
MLCSelectionLayer
Added
+[MLCSelectionLayer layer]
MLCTensorData.h
Added
+[MLCTensorData dataWithBytesNoCopy:length:deallocator:]
MLCTrainingGraph.h
Added
-[MLCTrainingGraph compileWithOptions:device:inputTensors:inputTensorsData:]
MLCTypes.h
Added
MLCArithmeticOperationMultiplyNoNaN
Added
MLCArithmeticOperationDivideNoNaN
Added
MLCArithmeticOperationMin
Added
MLCArithmeticOperationMax
Added
MLCActivationTypeHardSwish
Added
MLCActivationTypeClamp
Added
MLCReductionTypeL1Norm
Added
MLCReductionTypeAny
Added
MLCReductionTypeAll
Added
MLCComparisonOperation
Added
MLCComparisonOperationEqual
Added
MLCComparisonOperationNotEqual
Added
MLCComparisonOperationLess
Added
MLCComparisonOperationGreater
Added
MLCComparisonOperationLessOrEqual
Added
MLCComparisonOperationGreaterOrEqual
Added
MLCComparisonOperationLogicalAND
Added
MLCComparisonOperationLogicalOR
Added
MLCComparisonOperationLogicalNOT
Added
MLCComparisonOperationLogicalNAND
Added
MLCComparisonOperationLogicalNOR
Added
MLCComparisonOperationLogicalXOR
Added
MLCComparisonOperationCount
Added
MLCComparisonOperationDebugDescription()