MetalPerformanceShadersGraph macOS 11.0 Beta 2 to Beta 3 API Differences

MPSGraphArithmeticOps.h
Added -[MPSGraph asinWithTensor:name:]
Added -[MPSGraph acosWithTensor:name:]
Added -[MPSGraph atanWithTensor:name:]
Added -[MPSGraph asinhWithTensor:name:]
Added -[MPSGraph acoshWithTensor:name:]
Added -[MPSGraph atanhWithTensor:name:]
Added -[MPSGraph atan2WithPrimaryTensor:secondaryTensor:name:]
MPSGraphLossOps.h
Added -[MPSGraph softMaxCrossEntropyWithSourceTensor:labelsTensor:axis:reductionType:name:]
MPSGraphNormalizationOps.h
Added -[MPSGraph meanOfTensor:axes:name:]
Added -[MPSGraph varianceOfTensor:meanTensor:axes:name:]
Added -[MPSGraph varianceOfTensor:axes:name:]
MPSGraphOperation.h
Declaration
From@property (nonatomic, readonly) NSMutableArray<MPSGraphOperation *> *controlDependencies
To@property (nonatomic, readonly) NSArray<MPSGraphOperation *> *controlDependencies

MPSGraphTensor.h