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

The GetWorkBlobArgs are passed to the Layer::OnGetWorkBlob event which is supported for debugging only. More...

Inheritance diagram for MyCaffe.common.GetWorkBlobArgs< T >:

Public Member Functions

 GetWorkBlobArgs ()
 The constructor. More...
 

Properties

Blob< T > Blob [getset]
 Specifies the blob. More...
 

Detailed Description

The GetWorkBlobArgs are passed to the Layer::OnGetWorkBlob event which is supported for debugging only.

Template Parameters
TSpecifies the default type.

Definition at line 90 of file EventArgs.cs.

Constructor & Destructor Documentation

◆ GetWorkBlobArgs()

The constructor.

Definition at line 97 of file EventArgs.cs.

Property Documentation

◆ Blob

Specifies the blob.

Definition at line 104 of file EventArgs.cs.


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