MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.common.BatchInput Class Reference

The BatchInput class stores the mini-batch index and input data. More...

Public Member Functions

 BatchInput (int nIdxBatch, object objInput)
 The BatchInput constructor. More...
 

Properties

int BatchIndex [get]
 Returns the batch index. More...
 
object InputData [get]
 Returns the input data. More...
 

Detailed Description

The BatchInput class stores the mini-batch index and input data.

Definition at line 12 of file BatchInput.cs.

Constructor & Destructor Documentation

◆ BatchInput()

MyCaffe.common.BatchInput.BatchInput ( int  nIdxBatch,
object  objInput 
)

The BatchInput constructor.

Parameters
nIdxBatchSpecifies the mini-batch index.
objInputSpecifies the mini-batch data.

Definition at line 22 of file BatchInput.cs.

Property Documentation

◆ BatchIndex

int MyCaffe.common.BatchInput.BatchIndex
get

Returns the batch index.

Definition at line 31 of file BatchInput.cs.

◆ InputData

object MyCaffe.common.BatchInput.InputData
get

Returns the input data.

Definition at line 39 of file BatchInput.cs.


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