MPSGraph
MPSGraph()
MPSGraph(NativeHandle)
MPSGraph(NSObjectFlag)
ClassHandle
Options
PlaceholderTensors
Compile(MPSGraphDevice, NSDictionary<MPSGraphTensor, MPSGraphShapedType>, MPSGraphTensor[], MPSGraphOperation[], MPSGraphCompilationDescriptor)
Create()
Encode(MPSCommandBuffer, NSDictionary<MPSGraphTensor, MPSGraphTensorData>, MPSGraphTensor[], MPSGraphOperation[], MPSGraphExecutionDescriptor)
Encode(MPSCommandBuffer, NSDictionary<MPSGraphTensor, MPSGraphTensorData>, MPSGraphOperation[], NSDictionary<MPSGraphTensor, MPSGraphTensorData>, MPSGraphExecutionDescriptor)
Run(NSDictionary<MPSGraphTensor, MPSGraphTensorData>, MPSGraphTensor[], MPSGraphOperation[])
Run(IMTLCommandQueue, NSDictionary<MPSGraphTensor, MPSGraphTensorData>, MPSGraphTensor[], MPSGraphOperation[])
Run(IMTLCommandQueue, NSDictionary<MPSGraphTensor, MPSGraphTensorData>, MPSGraphOperation[], NSDictionary<MPSGraphTensor, MPSGraphTensorData>)
RunAsync(NSDictionary<MPSGraphTensor, MPSGraphTensorData>, MPSGraphTensor[], MPSGraphOperation[], MPSGraphExecutionDescriptor)
RunAsync(IMTLCommandQueue, NSDictionary<MPSGraphTensor, MPSGraphTensorData>, MPSGraphTensor[], MPSGraphOperation[], MPSGraphExecutionDescriptor)
RunAsync(IMTLCommandQueue, NSDictionary<MPSGraphTensor, MPSGraphTensorData>, MPSGraphOperation[], NSDictionary<MPSGraphTensor, MPSGraphTensorData>, MPSGraphExecutionDescriptor)
Absolute(MPSGraph, MPSGraphTensor, String)
Acos(MPSGraph, MPSGraphTensor, String)
Acosh(MPSGraph, MPSGraphTensor, String)
Addition(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
ApplyStochasticGradientDescent(MPSGraph, MPSGraphTensor, MPSGraphVariableOp, MPSGraphTensor, String)
Asin(MPSGraph, MPSGraphTensor, String)
Asinh(MPSGraph, MPSGraphTensor, String)
Assign(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
Atan(MPSGraph, MPSGraphTensor, String)
Atan2(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
Atanh(MPSGraph, MPSGraphTensor, String)
AvgPooling2D(MPSGraph, MPSGraphTensor, MPSGraphPooling2DOpDescriptor, String)
AvgPooling2DGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphPooling2DOpDescriptor, String)
AvgPooling4D(MPSGraph, MPSGraphTensor, MPSGraphPooling4DOpDescriptor, String)
AvgPooling4DGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphPooling4DOpDescriptor, String)
Broadcast(MPSGraph, MPSGraphTensor, Int32[], String)
Broadcast(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
Cast(MPSGraph, MPSGraphTensor, MPSDataType, String)
Ceil(MPSGraph, MPSGraphTensor, String)
Clamp(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, String)
Concat(MPSGraph, MPSGraphTensor, MPSGraphTensor, nint, String)
ConcatTensors(MPSGraph, MPSGraphTensor[], nint, String)
ConcatTensors(MPSGraph, MPSGraphTensor[], nint, Boolean, String)
Constant(MPSGraph, Single)
Constant(MPSGraph, Double, MPSDataType)
Constant(MPSGraph, Double, Int32[], MPSDataType)
Constant(MPSGraph, NSData, Int32[], MPSDataType)
Constant(MPSGraph, ReadOnlySpan<Single>, Int32[])
ControlDependency(MPSGraph, MPSGraphOperation[], MPSGraphControlFlowDependencyBlock, String)
Convolution2D(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphConvolution2DOpDescriptor, String)
Convolution2DDataGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], MPSGraphConvolution2DOpDescriptor, String)
Convolution2DDataGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphConvolution2DOpDescriptor, String)
Convolution2DWeightsGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], MPSGraphConvolution2DOpDescriptor, String)
Convolution2DWeightsGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphConvolution2DOpDescriptor, String)
ConvolutionTranspose2D(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], MPSGraphConvolution2DOpDescriptor, String)
ConvolutionTranspose2D(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphConvolution2DOpDescriptor, String)
ConvolutionTranspose2DDataGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], MPSGraphConvolution2DOpDescriptor, String)
ConvolutionTranspose2DDataGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphConvolution2DOpDescriptor, String)
ConvolutionTranspose2DWeightsGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], MPSGraphConvolution2DOpDescriptor, String)
ConvolutionTranspose2DWeightsGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphConvolution2DOpDescriptor, String)
Cos(MPSGraph, MPSGraphTensor, String)
Cosh(MPSGraph, MPSGraphTensor, String)
DepthToSpace2D(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, nuint, Boolean, String)
DepthToSpace2D(MPSGraph, MPSGraphTensor, nuint, nuint, nuint, nuint, Boolean, String)
DepthwiseConvolution2D(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphDepthwiseConvolution2DOpDescriptor, String)
DepthwiseConvolution2DDataGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], MPSGraphDepthwiseConvolution2DOpDescriptor, String)
DepthwiseConvolution2DWeightsGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], MPSGraphDepthwiseConvolution2DOpDescriptor, String)
DepthwiseConvolution3D(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphDepthwiseConvolution3DOpDescriptor, String)
DepthwiseConvolution3DDataGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], MPSGraphDepthwiseConvolution3DOpDescriptor, String)
DepthwiseConvolution3DWeightsGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], MPSGraphDepthwiseConvolution3DOpDescriptor, String)
Division(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
DivisionNoNaN(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
Dropout(MPSGraph, MPSGraphTensor, Double, String)
Dropout(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
EqualTo(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
Erf(MPSGraph, MPSGraphTensor, String)
Exponent(MPSGraph, MPSGraphTensor, String)
ExponentBase10(MPSGraph, MPSGraphTensor, String)
ExponentBase2(MPSGraph, MPSGraphTensor, String)
Flatten2D(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
Flatten2D(MPSGraph, MPSGraphTensor, nint, String)
Floor(MPSGraph, MPSGraphTensor, String)
FloorModulo(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
For(MPSGraph, MPSGraphTensor, MPSGraphTensor[], MPSGraphForLoopBodyBlock, String)
For(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor[], MPSGraphForLoopBodyBlock, String)
Gather(MPSGraph, MPSGraphTensor, MPSGraphTensor, nuint, nuint, String)
GatherND(MPSGraph, MPSGraphTensor, MPSGraphTensor, nuint, String)
Gradients(MPSGraph, MPSGraphTensor, MPSGraphTensor[], String)
GreaterThan(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
GreaterThanOrEqualTo(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
Identity(MPSGraph, MPSGraphTensor, String)
If(MPSGraph, MPSGraphTensor, MPSGraphIfThenElseBlock, MPSGraphIfThenElseBlock, String)
IsFinite(MPSGraph, MPSGraphTensor, String)
IsInfinite(MPSGraph, MPSGraphTensor, String)
IsNaN(MPSGraph, MPSGraphTensor, String)
L2NormPooling4D(MPSGraph, MPSGraphTensor, MPSGraphPooling4DOpDescriptor, String)
L2NormPooling4DGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphPooling4DOpDescriptor, String)
LeakyReLU(MPSGraph, MPSGraphTensor, Double, String)
LeakyReLU(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
LeakyReLUGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, String)
LessThan(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
LessThanOrEqualTo(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
Logarithm(MPSGraph, MPSGraphTensor, String)
LogarithmBase10(MPSGraph, MPSGraphTensor, String)
LogarithmBase2(MPSGraph, MPSGraphTensor, String)
LogicalAnd(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
LogicalNand(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
LogicalNor(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
LogicalOr(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
LogicalXnor(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
LogicalXor(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
MatrixMultiplication(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
Maximum(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
MaximumWithNaNPropagation(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
MaxPooling2D(MPSGraph, MPSGraphTensor, MPSGraphPooling2DOpDescriptor, String)
MaxPooling2DGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphPooling2DOpDescriptor, String)
MaxPooling4D(MPSGraph, MPSGraphTensor, MPSGraphPooling4DOpDescriptor, String)
MaxPooling4DGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphPooling4DOpDescriptor, String)
Mean(MPSGraph, MPSGraphTensor, Int32[], String)
Minimum(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
MinimumWithNaNPropagation(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
Modulo(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
Multiplication(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
Negative(MPSGraph, MPSGraphTensor, String)
Normalization(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, Single, String)
NormalizationBetaGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], String)
NormalizationGammaGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, Int32[], Single, String)
NormalizationGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, Int32[], Single, String)
Not(MPSGraph, MPSGraphTensor, String)
NotEqualTo(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
OneHot(MPSGraph, MPSGraphTensor, nuint, String)
OneHot(MPSGraph, MPSGraphTensor, nuint, MPSDataType, String)
OneHot(MPSGraph, MPSGraphTensor, nuint, nuint, String)
OneHot(MPSGraph, MPSGraphTensor, nuint, nuint, MPSDataType, String)
OneHot(MPSGraph, MPSGraphTensor, nuint, MPSDataType, Double, Double, String)
OneHot(MPSGraph, MPSGraphTensor, nuint, nuint, MPSDataType, Double, Double, String)
Pad(MPSGraph, MPSGraphTensor, MPSGraphPaddingMode, Int32[], Int32[], Double, String)
PadGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphPaddingMode, Int32[], Int32[], String)
Placeholder(MPSGraph, Int32[], String)
Placeholder(MPSGraph, Int32[], MPSDataType, String)
Power(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
Random(MPSGraph, Int32[], MPSGraphRandomOpDescriptor, String)
Random(MPSGraph, MPSGraphTensor, MPSGraphRandomOpDescriptor, String)
Random(MPSGraph, Int32[], MPSGraphRandomOpDescriptor, MPSGraphTensor, String)
Random(MPSGraph, Int32[], MPSGraphRandomOpDescriptor, nuint, String)
Random(MPSGraph, MPSGraphTensor, MPSGraphRandomOpDescriptor, MPSGraphTensor, String)
Random(MPSGraph, MPSGraphTensor, MPSGraphRandomOpDescriptor, nuint, String)
RandomPhiloxState(MPSGraph, nuint, String)
RandomPhiloxState(MPSGraph, nuint, nuint, nuint, String)
RandomUniform(MPSGraph, Int32[], String)
RandomUniform(MPSGraph, MPSGraphTensor, String)
RandomUniform(MPSGraph, Int32[], MPSGraphTensor, String)
RandomUniform(MPSGraph, Int32[], nuint, String)
RandomUniform(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
RandomUniform(MPSGraph, MPSGraphTensor, nuint, String)
Read(MPSGraph, MPSGraphTensor, String)
Reciprocal(MPSGraph, MPSGraphTensor, String)
ReductionArgMaximum(MPSGraph, MPSGraphTensor, nint, String)
ReductionArgMinimum(MPSGraph, MPSGraphTensor, nint, String)
ReductionMaximum(MPSGraph, MPSGraphTensor, Int32[], String)
ReductionMaximum(MPSGraph, MPSGraphTensor, nint, String)
ReductionMaximumPropagateNaN(MPSGraph, MPSGraphTensor, Int32[], String)
ReductionMaximumPropagateNaN(MPSGraph, MPSGraphTensor, nint, String)
ReductionMinimum(MPSGraph, MPSGraphTensor, Int32[], String)
ReductionMinimum(MPSGraph, MPSGraphTensor, nint, String)
ReductionMinimumPropagateNaN(MPSGraph, MPSGraphTensor, Int32[], String)
ReductionMinimumPropagateNaN(MPSGraph, MPSGraphTensor, nint, String)
ReductionProduct(MPSGraph, MPSGraphTensor, Int32[], String)
ReductionProduct(MPSGraph, MPSGraphTensor, nint, String)
ReductionSum(MPSGraph, MPSGraphTensor, Int32[], String)
ReductionSum(MPSGraph, MPSGraphTensor, nint, String)
ReLU(MPSGraph, MPSGraphTensor, String)
ReLUGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
Reshape(MPSGraph, MPSGraphTensor, Int32[], String)
Reshape(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
Resize(MPSGraph, MPSGraphTensor, Int32[], MPSGraphResizeMode, Boolean, Boolean, MPSGraphTensorNamedDataLayout, String)
Resize(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphResizeMode, Boolean, Boolean, MPSGraphTensorNamedDataLayout, String)
ResizeGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphResizeMode, Boolean, Boolean, MPSGraphTensorNamedDataLayout, String)
Reverse(MPSGraph, MPSGraphTensor, String)
Reverse(MPSGraph, MPSGraphTensor, Int32[], String)
Reverse(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
ReverseSquareRoot(MPSGraph, MPSGraphTensor, String)
Rint(MPSGraph, MPSGraphTensor, String)
Round(MPSGraph, MPSGraphTensor, String)
Scatter(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], nint, MPSGraphScatterMode, String)
Scatter(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, nint, MPSGraphScatterMode, String)
ScatterND(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], nuint, String)
ScatterND(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], nuint, MPSGraphScatterMode, String)
ScatterND(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, nuint, MPSGraphScatterMode, String)
Select(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, String)
Shape(MPSGraph, MPSGraphTensor, String)
Sigmoid(MPSGraph, MPSGraphTensor, String)
SigmoidGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
Sign(MPSGraph, MPSGraphTensor, String)
Signbit(MPSGraph, MPSGraphTensor, String)
Sin(MPSGraph, MPSGraphTensor, String)
Sinh(MPSGraph, MPSGraphTensor, String)
Slice(MPSGraph, MPSGraphTensor, Int32[], Int32[], Int32[], String)
Slice(MPSGraph, MPSGraphTensor, nuint, nint, nint, String)
Slice(MPSGraph, MPSGraphTensor, Int32[], Int32[], Int32[], UInt32, UInt32, UInt32, String)
SliceGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], Int32[], Int32[], String)
SliceGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], Int32[], Int32[], UInt32, UInt32, UInt32, String)
SoftMax(MPSGraph, MPSGraphTensor, nint, String)
SoftMaxCrossEntropy(MPSGraph, MPSGraphTensor, MPSGraphTensor, nint, MPSGraphLossReductionType, String)
SoftMaxCrossEntropyGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, nint, MPSGraphLossReductionType, String)
SoftMaxGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, nint, String)
SpaceToDepth2D(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, nuint, Boolean, String)
SpaceToDepth2D(MPSGraph, MPSGraphTensor, nuint, nuint, nuint, nuint, Boolean, String)
Sparse(MPSGraph, MPSGraphCreateSparseOpDescriptor, MPSGraphTensor[], Int32[], String)
Sparse(MPSGraph, MPSGraphSparseStorageType, MPSGraphTensor[], Int32[], MPSDataType, String)
Square(MPSGraph, MPSGraphTensor, String)
SquareRoot(MPSGraph, MPSGraphTensor, String)
Stencil(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphStencilOpDescriptor, String)
StochasticGradientDescent(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, String)
Subtraction(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
Tan(MPSGraph, MPSGraphTensor, String)
Tanh(MPSGraph, MPSGraphTensor, String)
Tile(MPSGraph, MPSGraphTensor, Int32[], String)
TileGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], String)
TopK(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
TopK(MPSGraph, MPSGraphTensor, nuint, String)
TopKGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, String)
TopKGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, nuint, String)
Transpose(MPSGraph, MPSGraphTensor, nuint, nuint, String)
Variable(MPSGraph, Single, Int32[], String)
Variable(MPSGraph, NSData, Int32[], MPSDataType, String)
Variable(MPSGraph, ReadOnlySpan<Single>, Int32[], String)
Variance(MPSGraph, MPSGraphTensor, Int32[], String)
Variance(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], String)
While(MPSGraph, MPSGraphTensor[], MPSGraphWhileBeforeBlock, MPSGraphWhileAfterBlock, String)
net9.0-ios17.2
namespace MetalPerformanceShadersGraph
{
[SupportedOSPlatform("ios14.0")]
[SupportedOSPlatform("tvos14.0")]
[SupportedOSPlatform("macos11.0")]
[SupportedOSPlatform("maccatalyst14.0")]
public static class MPSGraph_MPSGraphTensorShapeOps
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("sliceGradientTensor:fwdInShapeTensor:starts:ends:strides:startMask:endMask:squeezeMask:name:")]
public static MPSGraphTensor! SliceGradient(this MPSGraph! This, MPSGraphTensor! inputGradientTensor, MPSGraphTensor! fwdInShapeTensor, [BindAs(typeof(int[]), OriginalType = typeof(NSNumber[]))] int[]! starts, [BindAs(typeof(int[]), OriginalType = typeof(NSNumber[]))] int[]! ends, [BindAs(typeof(int[]), OriginalType = typeof(NSNumber[]))] int[]! strides, uint startMask, uint endMask, uint squeezeMask, string? name);
}
}
| .NET | 7.08.09.0 |
|---|---|
Information specific to net9.0 | |
| Platforms | This API is only available when you target a specific platform: |
| iOS | 10.010.110.210.311.011.111.211.311.412.012.112.212.312.413.013.113.213.313.413.513.614.014.114.214.314.414.515.015.215.416.016.116.216.417.017.2 |
| Mac Catalyst | 13.113.213.313.413.514.214.314.414.515.015.215.416.116.216.417.017.2 |
| macOS | 10.1410.1510.1611.011.111.211.312.012.112.313.013.113.314.014.2 |
| tvOS | 10.010.110.211.011.111.211.311.412.012.112.212.312.413.013.213.313.414.014.214.314.414.515.015.215.416.016.116.417.017.2 |
Information specific to net9.0-ios17.2 | |
| Assembly | Microsoft.iOS , Version=17.2.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API