MLCompute tvOS 14.0 Beta 3 to Beta 4 API Differences

MLCActivationLayer.h
Added +[MLCActivationLayer eluLayerWithA:]
Added +[MLCActivationLayer relunLayerWithA:b:]
Added +[MLCActivationLayer celuLayerWithA:]
Added +[MLCActivationLayer hardShrinkLayerWithA:]
Added +[MLCActivationLayer softShrinkLayerWithA:]
MLCLayer.h
Added -[MLCLayer supportsDataType:forDeviceType:]
MLCTensor.h
Added +[MLCTensor tensorWithDescriptor:fillWithData:]
Added +[MLCTensor tensorWithShape:fillWithData:dataType:]
MLCTrainingGraph.h
Added -[MLCTrainingGraph gradientTensorForInput:]