3using System.Collections.Generic;
6using System.Threading.Tasks;
10 class DataLayerInfo : LayerInfo
12 public DataLayerInfo(
LayerParameter layer, VariableCollection inputs) : base(layer, inputs)
17 public override string Generate(GENERATE gen)
virtual uint batch_size
Specifies the batch size.
Specifies the base parameter for all layers.
DataParameter data_param
Returns the parameter set when initialized with LayerType.DATA
The MyCaffe.param namespace contains parameters used to create models.
The MyCaffe namespace contains the main body of MyCaffe code that closesly tracks the C++ Caffe open-...