Class | Description |
---|---|
LegacyGraphVertexDeserializer |
Deserializer for GraphVertex JSON in legacy format - see
BaseLegacyDeserializer |
LegacyGraphVertexDeserializerHelper |
Simple helper class to redirect legacy JSON format to
LegacyGraphVertexDeserializer via annotation
on GraphVertex |
LegacyIntArrayDeserializer |
Deserialize either an int[] to an int[], or a single int x to int[]{x,x}
Used when supporting a configuration format change from single int value to int[], as for Upsampling2D
between 1.0.0-alpha and 1.0.0-beta
|
LegacyLayerDeserializer |
Deserializer for Layer JSON in legacy format - see
BaseLegacyDeserializer |
LegacyLayerDeserializerHelper |
Simple helper class to redirect legacy JSON format to
LegacyLayerDeserializer via annotation
on Layer |
LegacyPreprocessorDeserializer |
Deserializer for InputPreProcessor JSON in legacy format - see
BaseLegacyDeserializer |
LegacyPreprocessorDeserializerHelper |
Simple helper class to redirect legacy JSON format to
LegacyPreprocessorDeserializer via annotation
on InputPreProcessor |
LegacyReconstructionDistributionDeserializer |
Deserializer for ReconstructionDistribution JSON in legacy format - see
BaseLegacyDeserializer |
LegacyReconstructionDistributionDeserializerHelper |
Simple helper class to redirect legacy JSON format to
LegacyReconstructionDistributionDeserializer via annotation
on ReconstructionDistribution |
Copyright © 2018. All rights reserved.