LayerSeparableConv2DPaths
class LayerSeparableConv2DPaths(layerName: String, depthwiseKernelPath: String, pointwiseKernelPath: String, biasPath: String) : LayerPaths
Content copied to clipboard
Contains layerName, depthwiseKernelPath, pointwiseKernelPath, biasPath for SeparableConv2D layer, found in hdf5 file via
recursivePrintGroupInHDF5File()
function call.
Constructors
LayerSeparableConv2DPaths
Link copied to clipboard
fun LayerSeparableConv2DPaths(layerName: String, depthwiseKernelPath: String, pointwiseKernelPath: String, biasPath: String)
Content copied to clipboard