MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
Component.cs
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Threading.Tasks;
6
7// This file is only included so that Doxygen can generate the CaffeContro.cs help properly.
8// It is not compiled, nor included in the project.
9
11{
17 public class Component
18 {
22 public Component()
23 {
24 }
25 }
26}
The Component class is a standard Microsoft.NET class that implements the IComponent interface and is...
Definition: Component.cs:18