MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
Classes | |
class | FileMemoryCollection |
The FileMemoryCollection is used during debugging to load from and save to file. More... | |
interface | IMemoryCollection |
The IMemoryCollection interface is implemented by all memory collection types. More... | |
class | MemoryCollection |
The memory collection stores a set of memory items. More... | |
class | MemoryCollectionFactory |
The MemoryCollectionFactory is used to create various memory collection types. More... | |
class | MemoryItem |
The MemoryItem stores the information about a given cycle. More... | |
class | MinSegmentTree |
The MinSegmentTree performs a reduction over the array and returns the minimum value. More... | |
class | PrioritizedMemoryCollection |
The PrioritizedMemoryCollection provides a sampling based on prioritizations. More... | |
class | RandomMemoryCollection |
The RandomMemoryCollection is used to randomly sample the collection of items. More... | |
class | SegmentTree |
Segment tree data structure More... | |
class | SumSegmentTree |
The SumSegmentTree provides a sum reduction of the items within the array. More... | |
Enumerations | |
enum | MEMTYPE { RANDOM , PRIORITY , LOADING , SAVING } |
Specifies the type of memory collection to use. More... | |
Specifies the type of memory collection to use.
Definition at line 13 of file Interfaces.cs.