MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.common.IXDebugData< T > Interface Template Reference

The IXDebugData interface is implemented by the DebugLayer to give access to the debug information managed by the layer. More...

Inheritance diagram for MyCaffe.common.IXDebugData< T >:
MyCaffe.layers.DebugLayer< T >

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...
 

Detailed Description

The IXDebugData interface is implemented by the DebugLayer to give access to the debug information managed by the layer.

Template Parameters
TSpecifies the base type float or double. Using float is recommended to conserve GPU memory.

Definition at line 158 of file Interfaces.cs.

Property Documentation

◆ data

Returns the collection of data blobs.

Definition at line 163 of file Interfaces.cs.

◆ kernel_handle

long MyCaffe.common.IXDebugData< T >.kernel_handle
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.

◆ labels

Returns the collection of label blobs.

Definition at line 167 of file Interfaces.cs.

◆ load_count

int MyCaffe.common.IXDebugData< T >.load_count
get

Returns the number of data items loaded into the collection.

Definition at line 179 of file Interfaces.cs.

◆ name

string MyCaffe.common.IXDebugData< T >.name
get

Returns the name of the data set.

Definition at line 171 of file Interfaces.cs.


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