File: src\runtime\artifacts\obj\System.Numerics.Tensors\Release\net11.0\System.SR.cs
Project: src\src\runtime\src\libraries\System.Numerics.Tensors\src\System.Numerics.Tensors.csproj (System.Numerics.Tensors)
// <auto-generated>
using System.Reflection;

namespace FxResources.System.Numerics.Tensors
{
    internal static class SR { }
}
namespace System
{
    internal static partial class SR
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Numerics.Tensors.SR)));

        /// <summary>Destination is too short.</summary>
        internal static string @Argument_DestinationTooShort => GetResourceString("Argument_DestinationTooShort");
        /// <summary>Input span arguments must not be empty.</summary>
        internal static string @Argument_SpansMustBeNonEmpty => GetResourceString("Argument_SpansMustBeNonEmpty");
        /// <summary>Input span arguments must all have the same length.</summary>
        internal static string @Argument_SpansMustHaveSameLength => GetResourceString("Argument_SpansMustHaveSameLength");
        /// <summary>The destination span may only overlap with an input span if the two spans start at the same memory location.</summary>
        internal static string @Argument_InputAndDestinationSpanMustNotOverlap => GetResourceString("Argument_InputAndDestinationSpanMustNotOverlap");
        /// <summary>Destination spans must not overlap with each other.</summary>
        internal static string @Argument_DestinationSpansMustNotOverlap => GetResourceString("Argument_DestinationSpansMustNotOverlap");
        /// <summary>Negating the minimum value of a twos complement number is invalid.</summary>
        internal static string @Overflow_NegateTwosCompNum => GetResourceString("Overflow_NegateTwosCompNum");
        /// <summary>The value '{0}' is not valid for this usage of the type {1}.</summary>
        internal static string @Argument_InvalidEnumValue => GetResourceString("Argument_InvalidEnumValue");
        /// <summary>The type '{0}' is not supported because it contains references.</summary>
        internal static string @Argument_TypeContainsReferences => GetResourceString("Argument_TypeContainsReferences");
        /// <summary>Destination is too short.</summary>
        internal static string @DestinationTooShort => GetResourceString("DestinationTooShort");
        /// <summary>Equals() on TensorSpan and ReadOnlyTensorSpan is not supported. Use operator== instead.</summary>
        internal static string @NotSupported_CannotCallEqualsOnSpan => GetResourceString("NotSupported_CannotCallEqualsOnSpan");
        /// <summary>GetHashCode() on TensorSpan and ReadOnlyTensorSpan is not supported.</summary>
        internal static string @NotSupported_CannotCallGetHashCodeOnSpan => GetResourceString("NotSupported_CannotCallGetHashCodeOnSpan");
        /// <summary>Number of Indices must equal the rank of the TensorSpan.</summary>
        internal static string @ThrowArgument_IndicesLengthMustEqualRank => GetResourceString("ThrowArgument_IndicesLengthMustEqualRank");
        /// <summary>The total length specified by the lengths must equal the length of the array.</summary>
        internal static string @ThrowArgument_LengthsMustEqualArrayLength => GetResourceString("ThrowArgument_LengthsMustEqualArrayLength");
        /// <summary>Must be a 1d tensor</summary>
        internal static string @ThrowArgument_1DTensorRequired => GetResourceString("ThrowArgument_1DTensorRequired");
        /// <summary>Cannot select an axis greater than the current Rank</summary>
        internal static string @ThrowArgument_AxisLargerThanRank => GetResourceString("ThrowArgument_AxisLargerThanRank");
        /// <summary>Must provide at least 2 tensors to Concatenate</summary>
        internal static string @ThrowArgument_ConcatenateTooFewTensors => GetResourceString("ThrowArgument_ConcatenateTooFewTensors");
        /// <summary>Number of dimensions to slice does not equal the number of dimensions in the span</summary>
        internal static string @ThrowArgument_DimensionsNotSame => GetResourceString("ThrowArgument_DimensionsNotSame");
        /// <summary>The total length of the filter tensor must equal the length of the tensor to be filtered.</summary>
        internal static string @ThrowArgument_FilterTensorMustEqualTensorLength => GetResourceString("ThrowArgument_FilterTensorMustEqualTensorLength");
        /// <summary>Number of elements provided does not match the number of filters.</summary>
        internal static string @ThrowArgument_IncorrectNumberOfFilterItems => GetResourceString("ThrowArgument_IncorrectNumberOfFilterItems");
        /// <summary>In place operations require the same shape for both tensors</summary>
        internal static string @ThrowArgument_InPlaceInvalidShape => GetResourceString("ThrowArgument_InPlaceInvalidShape");
        /// <summary>Invalid dimension provided. Must be greater then or equal to 0 and less than the tensor rank.</summary>
        internal static string @ThrowArgument_InvalidDimension => GetResourceString("ThrowArgument_InvalidDimension");
        /// <summary>The tensors must have the same shape, except in the dimension corresponding to axis.</summary>
        internal static string @ThrowArgument_InvalidConcatenateShape => GetResourceString("ThrowArgument_InvalidConcatenateShape");
        /// <summary>Provided dimensions are not valid for reshaping</summary>
        internal static string @ThrowArgument_InvalidReshapeDimensions => GetResourceString("ThrowArgument_InvalidReshapeDimensions");
        /// <summary>Cannot select an axis to squeeze which has size not equal to one</summary>
        internal static string @ThrowArgument_InvalidSqueezeAxis => GetResourceString("ThrowArgument_InvalidSqueezeAxis");
        /// <summary>Provided dimensions can only include 1 wildcard.</summary>
        internal static string @ThrowArgument_OnlyOneWildcard => GetResourceString("ThrowArgument_OnlyOneWildcard");
        /// <summary>Must provide an axis order for each axis</summary>
        internal static string @ThrowArgument_PermuteAxisOrder => GetResourceString("ThrowArgument_PermuteAxisOrder");
        /// <summary>Provided values must have the same shape as the input tensor.</summary>
        internal static string @ThrowArgument_SetSliceInvalidShapes => GetResourceString("ThrowArgument_SetSliceInvalidShapes");
        /// <summary>When no ranges are specified the values tensor must be equal in size as the input tensor.</summary>
        internal static string @ThrowArgument_SetSliceNoRange => GetResourceString("ThrowArgument_SetSliceNoRange");
        /// <summary>Lengths are not compatible with each other.</summary>
        internal static string @ThrowArgument_LengthsNotCompatible => GetResourceString("ThrowArgument_LengthsNotCompatible");
        /// <summary>The number of splits must perfectly divide the dimension.</summary>
        internal static string @ThrowArgument_SplitNotSplitEvenly => GetResourceString("ThrowArgument_SplitNotSplitEvenly");
        /// <summary>Must provide at least 2 tensors to Stack.</summary>
        internal static string @ThrowArgument_StackTooFewTensors => GetResourceString("ThrowArgument_StackTooFewTensors");
        /// <summary>Must provide a tensor with at least 2 dimensions to transpose it.</summary>
        internal static string @ThrowArgument_TransposeTooFewDimensions => GetResourceString("ThrowArgument_TransposeTooFewDimensions");
        /// <summary>The provided value must be non-negative.</summary>
        internal static string @ThrowArgument_ValueNonNegative => GetResourceString("ThrowArgument_ValueNonNegative");
        /// <summary>The provided lengths and strides would allow you to access elements outside the provided memory.</summary>
        internal static string @ThrowArgument_InvalidStridesAndLengths => GetResourceString("ThrowArgument_InvalidStridesAndLengths");
        /// <summary>Strides cannot be less than 0.</summary>
        internal static string @ThrowArgument_StrideLessThan0 => GetResourceString("ThrowArgument_StrideLessThan0");
        /// <summary>Must be a 2d Tensor.</summary>
        internal static string @Argument_2DTensorRequired => GetResourceString("Argument_2DTensorRequired");
        /// <summary>Incompatible dimensions for provided tensors. left.Lengths[1] == {0} while right.Lengths[1] == {1}.</summary>
        internal static string @Argument_IncompatibleDimensions => GetResourceString("Argument_IncompatibleDimensions");
        /// <summary>All tensors must have the same shape.</summary>
        internal static string @ThrowArgument_StackShapesNotSame => GetResourceString("ThrowArgument_StackShapesNotSame");
        /// <summary>The Tensor provided is either non-contiguous or non-dense. Reshape only works with contigous and dense memory. You may need to Broadcast or Copy the data to be contigous.</summary>
        internal static string @Argument_CannotReshapeNonContiguousOrDense => GetResourceString("Argument_CannotReshapeNonContiguousOrDense");
        /// <summary>A minimum value may not be greater than a maximum value.</summary>
        internal static string @Argument_MinGreaterThanMax => GetResourceString("Argument_MinGreaterThanMax");
        /// <summary>Function does not accept floating point Not-a-Number values.</summary>
        internal static string @Arithmetic_NaN => GetResourceString("Arithmetic_NaN");
        /// <summary>The provided length is non zero while the data reference is null.</summary>
        internal static string @ThrowArgument_LengthIsNonZeroForNullReference => GetResourceString("ThrowArgument_LengthIsNonZeroForNullReference");

    }
}