Esempio n. 1
0
 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))
 {
 }
Esempio n. 3
0
 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;
 }
Esempio n. 4
0
 public void SetBuffer(System.Memory <byte> buffer)
 {
     throw null;
 }
Esempio n. 5
0
 public static System.ArraySegment <byte> GetArray(this System.Memory <byte> memory)
 {
     throw null;
 }
Esempio n. 6
0
 public void Setup() => _memory = new System.Memory <T>(ValuesGenerator.Array <T>(Size));
Esempio n. 7
0
 public bool TryCopyTo(System.Memory <T> destination)
 {
     throw null;
 }
Esempio n. 8
0
 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;
 }
Esempio n. 9
0
 public bool Equals(System.Memory <T> other)
 {
     throw null;
 }
Esempio n. 10
0
 public void CopyTo(System.Memory <T> destination)
 {
 }
Esempio n. 11
0
 public static System.ReadOnlyMemory <T> AsReadOnlyMemory <T>(this System.Memory <T> memory)
 {
     throw null;
 }
Esempio n. 12
0
 public static void CopyTo <T>(this T[] array, System.Memory <T> destination)
 {
 }
Esempio n. 13
0
 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))
 {
 }
Esempio n. 15
0
 public Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketAwaitableEventArgs ReceiveAsync(System.Memory <byte> buffer)
 {
     throw null;
 }
Esempio n. 16
0
 public override System.Threading.Tasks.ValueTask <int> ReadAsync(System.Memory <byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
Esempio n. 17
0
 public Message(string id, System.Memory <byte> payload)
 {
 }