Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
droid.Runtime.Interfaces.IHasByteArray Interface Reference

More...

Inheritance diagram for droid.Runtime.Interfaces.IHasByteArray:

Properties

byte [] Bytes [get]
 
int [] Shape [get]
 
string ArrayEncoding [get]
 

Detailed Description

Definition at line 4 of file IHasByteArray.cs.

Property Documentation

◆ ArrayEncoding

string droid.Runtime.Interfaces.IHasByteArray.ArrayEncoding
get

Definition at line 17 of file IHasByteArray.cs.

◆ Bytes

byte [] droid.Runtime.Interfaces.IHasByteArray.Bytes
get

Definition at line 7 of file IHasByteArray.cs.

◆ Shape

int [] droid.Runtime.Interfaces.IHasByteArray.Shape
get

Definition at line 12 of file IHasByteArray.cs.


The documentation for this interface was generated from the following file: