Interface ddnLayerParams

interface ddnLayerParams {
    blobs: Mat[];
    name: string;
    type: string;
}

Properties

Properties

blobs: Mat[]
name: string
type: string