Class ConvolutionListenerPersistable
- java.lang.Object
-
- org.deeplearning4j.ui.model.weights.ConvolutionListenerPersistable
-
- All Implemented Interfaces:
Serializable,Persistable
public class ConvolutionListenerPersistable extends Object implements Persistable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConvolutionListenerPersistable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecode(byte[] decode)voiddecode(InputStream inputStream)voiddecode(ByteBuffer buffer)byte[]encode()voidencode(OutputStream outputStream)voidencode(ByteBuffer buffer)intencodingLengthBytes()StringgetSessionID()longgetTimeStamp()StringgetTypeID()StringgetWorkerID()
-
-
-
Method Detail
-
getSessionID
public String getSessionID()
- Specified by:
getSessionIDin interfacePersistable
-
getTypeID
public String getTypeID()
- Specified by:
getTypeIDin interfacePersistable
-
getWorkerID
public String getWorkerID()
- Specified by:
getWorkerIDin interfacePersistable
-
getTimeStamp
public long getTimeStamp()
- Specified by:
getTimeStampin interfacePersistable
-
encodingLengthBytes
public int encodingLengthBytes()
- Specified by:
encodingLengthBytesin interfacePersistable
-
encode
public byte[] encode()
- Specified by:
encodein interfacePersistable
-
encode
public void encode(ByteBuffer buffer)
- Specified by:
encodein interfacePersistable
-
encode
public void encode(OutputStream outputStream) throws IOException
- Specified by:
encodein interfacePersistable- Throws:
IOException
-
decode
public void decode(byte[] decode)
- Specified by:
decodein interfacePersistable
-
decode
public void decode(ByteBuffer buffer)
- Specified by:
decodein interfacePersistable
-
decode
public void decode(InputStream inputStream) throws IOException
- Specified by:
decodein interfacePersistable- Throws:
IOException
-
-