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

The TransferInput class is used to transfer get and set input data.
More...

Public Member Functions

delegate void fnSetInputData (BatchInput bi)
 This delegate is used to set input data. More...
 
delegate BatchInput fnGetInputData ()
 This delegate is used to get input data. More...
 
 TransferInput (fnGetInputData getInput, fnSetInputData setInput)
 The TransferInput constructor. More...
 

Properties

fnGetInputData Get [get]
 Returns the delegate used to get the batch input. More...
 
fnSetInputData Set [get]
 Returns the delegate used to set the batch input. More...
 

Detailed Description

The TransferInput class is used to transfer get and set input data.

Definition at line 12 of file TransferInput.cs.

Constructor & Destructor Documentation

◆ TransferInput()

MyCaffe.common.TransferInput.TransferInput ( fnGetInputData  getInput,
fnSetInputData  setInput 
)

The TransferInput constructor.

Parameters
getInputSpecifies the delegate to get the input.
setInputSpecifies the delegate to set the input.

Definition at line 33 of file TransferInput.cs.

Member Function Documentation

◆ fnGetInputData()

delegate BatchInput MyCaffe.common.TransferInput.fnGetInputData ( )

This delegate is used to get input data.

Returns
The BatchInput previously set is returned.

◆ fnSetInputData()

delegate void MyCaffe.common.TransferInput.fnSetInputData ( BatchInput  bi)

This delegate is used to set input data.

Parameters
biSpecifies the batch input data.

Property Documentation

◆ Get

fnGetInputData MyCaffe.common.TransferInput.Get
get

Returns the delegate used to get the batch input.

Definition at line 42 of file TransferInput.cs.

◆ Set

fnSetInputData MyCaffe.common.TransferInput.Set
get

Returns the delegate used to set the batch input.

Definition at line 50 of file TransferInput.cs.


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