MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.param.VerifyBatchSizeArgs Class Reference

The VerifyBatchSizeArgs class defines the arguments of the OnVerifyBatchSize event. More...

Inheritance diagram for MyCaffe.param.VerifyBatchSizeArgs:

Public Member Functions

 VerifyBatchSizeArgs (uint uiBatchSize)
 VerifyBatchSizeArgs constructor. More...
 

Properties

Exception Error [getset]
 Get/set the error value. For example if the receiver of the event determines that the batch size is in error, then the receiver should set the error appropriately. More...
 
uint ProposedBatchSize [get]
 Specifies the proposed batch size that the DataLayer would like to use. More...
 

Detailed Description

The VerifyBatchSizeArgs class defines the arguments of the OnVerifyBatchSize event.

Definition at line 533 of file DataParameter.cs.

Constructor & Destructor Documentation

◆ VerifyBatchSizeArgs()

MyCaffe.param.VerifyBatchSizeArgs.VerifyBatchSizeArgs ( uint  uiBatchSize)

VerifyBatchSizeArgs constructor.

Parameters
uiBatchSize

Definition at line 542 of file DataParameter.cs.

Property Documentation

◆ Error

Exception MyCaffe.param.VerifyBatchSizeArgs.Error
getset

Get/set the error value. For example if the receiver of the event determines that the batch size is in error, then the receiver should set the error appropriately.

Definition at line 551 of file DataParameter.cs.

◆ ProposedBatchSize

uint MyCaffe.param.VerifyBatchSizeArgs.ProposedBatchSize
get

Specifies the proposed batch size that the DataLayer would like to use.

Definition at line 560 of file DataParameter.cs.


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