|  | 
                                MyCaffe
                                 1.12.2.41
                             Deep learning software for Windows C# programmers. | 
The IXDebugData interface is implemented by the DebugLayer to give access to the debug information managed by the layer. More...
 
  
| Properties | |
| BlobCollection< T > | data  [get] | 
| Returns the collection of data blobs.  More... | |
| BlobCollection< T > | labels  [get] | 
| Returns the collection of label blobs.  More... | |
| string | name  [get] | 
| Returns the name of the data set.  More... | |
| long | kernel_handle  [get] | 
| Returns the handle to the kernel within the low-level Cuda Dnn DLL that where the data memory resides.  More... | |
| int | load_count  [get] | 
| Returns the number of data items loaded into the collection.  More... | |
The IXDebugData interface is implemented by the DebugLayer to give access to the debug information managed by the layer.
| T | Specifies the base type float or double. Using float is recommended to conserve GPU memory. | 
Definition at line 158 of file Interfaces.cs.
| 
 | get | 
Returns the collection of data blobs.
Definition at line 163 of file Interfaces.cs.
| 
 | get | 
Returns the handle to the kernel within the low-level Cuda Dnn DLL that where the data memory resides.
Definition at line 175 of file Interfaces.cs.
| 
 | get | 
Returns the collection of label blobs.
Definition at line 167 of file Interfaces.cs.
| 
 | get | 
Returns the number of data items loaded into the collection.
Definition at line 179 of file Interfaces.cs.
| 
 | get | 
Returns the name of the data set.
Definition at line 171 of file Interfaces.cs.