Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
IHasByteArray.cs
Go to the documentation of this file.
1 namespace droid.Runtime.Interfaces {
4  public interface IHasByteArray {
7  byte[] Bytes { get; }
8 
12  int[] Shape { get; }
13 
17  string ArrayEncoding { get; }
18  }
19 }