LayerSeparableConv2DPaths

class LayerSeparableConv2DPaths(layerName: String, depthwiseKernelPath: String, pointwiseKernelPath: String, biasPath: String) : LayerPaths

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)

Properties

biasPath
Link copied to clipboard
val biasPath: String
depthwiseKernelPath
Link copied to clipboard
val depthwiseKernelPath: String
layerName
Link copied to clipboard
val layerName: String
pointwiseKernelPath
Link copied to clipboard
val pointwiseKernelPath: String