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

The GetConversionBlobArgs are passed to the Layer::OnGetConversionBlobs event which fires each time a blob needs to be converted form half to base or back. More...

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

Public Member Functions

 GetConversionBlobArgs ()
 The constructor. More...
 

Properties

Blob< T > BaseWork [getset]
 The work blob in the base size. More...
 
Blob< T > HalfWork [getset]
 The work blob in the half size. More...
 

Detailed Description

The GetConversionBlobArgs are passed to the Layer::OnGetConversionBlobs event which fires each time a blob needs to be converted form half to base or back.

Template Parameters
TSpecifies the default base type.

Definition at line 55 of file EventArgs.cs.

Constructor & Destructor Documentation

◆ GetConversionBlobArgs()

The constructor.

Definition at line 63 of file EventArgs.cs.

Property Documentation

◆ BaseWork

Blob<T> MyCaffe.common.GetConversionBlobArgs< T >.BaseWork
getset

The work blob in the base size.

Definition at line 70 of file EventArgs.cs.

◆ HalfWork

Blob<T> MyCaffe.common.GetConversionBlobArgs< T >.HalfWork
getset

The work blob in the half size.

Definition at line 79 of file EventArgs.cs.


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