Ejemplo n.º 1
0
EXPORT bool caffe_layer_AllowForceBackward(void *layerAnon, int bottom_index)
{
	Layer<float> *layer = (Layer<float> *)layerAnon;
	return layer->AllowForceBackward(bottom_index);
}