MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.basecode.IBinaryPersist Interface Reference

The IBinaryPersist interface provides generic save and load functionality. More...

Inheritance diagram for MyCaffe.basecode.IBinaryPersist:
MyCaffe.param.BlobProto MyCaffe.param.BlobShape MyCaffe.param.LayerParameter MyCaffe.param.LayerParameterBase MyCaffe.param.NetStateRule MyCaffe.param.ParamSpec MyCaffe.param.ssd.BatchSampler MyCaffe.param.ssd.Sampler MyCaffe.param.ssd.SamplerConstraint

Public Member Functions

void Save (BinaryWriter bw)
 Save to a binary writer. More...
 
object Load (BinaryReader br, bool bNewInstance=true)
 Load from a binary reader. More...
 

Detailed Description

The IBinaryPersist interface provides generic save and load functionality.

Definition at line 15 of file Utility.cs.

Member Function Documentation

◆ Load()

object MyCaffe.basecode.IBinaryPersist.Load ( BinaryReader  br,
bool  bNewInstance = true 
)

◆ Save()

void MyCaffe.basecode.IBinaryPersist.Save ( BinaryWriter  bw)

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