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

Path to the bias data.

depthwiseKernelPath
Link copied to clipboard
val depthwiseKernelPath: String

Path to depthwise kernel data.

layerName
Link copied to clipboard
val layerName: String

Name of the target layer.

pointwiseKernelPath
Link copied to clipboard
val pointwiseKernelPath: String

Path to pointwise kernel data.