Versions in this module Expand all Collapse all v0 v0.0.1 Oct 15, 2018 Changes in this version + func CheckModel(cfgName string, paramsName string) error + type Block struct + func (b *Block) OutputBlock() + type Layer struct + type LayerCode byte + const LC_ACT + const LC_CONV + const LC_FC + const LC_MAXPOOL + const LC_NET + const LC_RES + type Parser struct + func (p *Parser) GenBlock() (err error) + func (p *Parser) ImportFile(cfgName string, modelName string) error + func (p *Parser) OutputBlocks() + func (p *Parser) ParseCFG() (size int64, err error) + type UnitCode byte + const UC_ACTIVATION + const UC_BATCH + const UC_CHANNELS + const UC_FILTERS + const UC_FROM + const UC_HEIGHT + const UC_OUTPUT + const UC_PAD + const UC_SIZE + const UC_STRIDE + const UC_SUBDIVISIONS + const UC_WIDTH + type ValueType byte + const ERR + const INT + const STR