public virtual System.Threading.Tasks.ValueTask <System.Net.WebSockets.ValueWebSocketReceiveResult> ReceiveAsync(System.Memory <byte> buffer, System.Threading.CancellationToken cancellationToken) { throw null; }
public DenseTensor(System.Memory <T> memory, System.ReadOnlySpan <int> dimensions, bool reverseStride = false) : base(default(int)) { }
public static System.Threading.Tasks.ValueTask <int> ReceiveAsync(this System.Net.Sockets.Socket socket, System.Memory <byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public void SetBuffer(System.Memory <byte> buffer) { throw null; }
public static System.ArraySegment <byte> GetArray(this System.Memory <byte> memory) { throw null; }
public void Setup() => _memory = new System.Memory <T>(ValuesGenerator.Array <T>(Size));
public bool TryCopyTo(System.Memory <T> destination) { throw null; }
public static System.Net.WebSockets.WebSocket CreateFromStream(System.IO.Stream stream, bool isServer, string subProtocol, System.TimeSpan keepAliveInterval, System.Memory <byte> buffer = default(System.Memory <byte>)) { throw null; }
public bool Equals(System.Memory <T> other) { throw null; }
public void CopyTo(System.Memory <T> destination) { }
public static System.ReadOnlyMemory <T> AsReadOnlyMemory <T>(this System.Memory <T> memory) { throw null; }
public static void CopyTo <T>(this T[] array, System.Memory <T> destination) { }
public static void CopyTo <T>(this T[] source, System.Memory <T> destination) { }
public CompressedSparseTensor(System.Memory <T> values, System.Memory <int> compressedCounts, System.Memory <int> indices, int nonZeroCount, System.ReadOnlySpan <int> dimensions, bool reverseStride = false) : base(default(int)) { }
public Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketAwaitableEventArgs ReceiveAsync(System.Memory <byte> buffer) { throw null; }
public override System.Threading.Tasks.ValueTask <int> ReadAsync(System.Memory <byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public Message(string id, System.Memory <byte> payload) { }