go-ml-dev/nn

View on GitHub
symbol.go

Summary

Maintainability
A
0 mins
Test Coverage
C
79%

func resetSymbolId should be resetSymbolID
Open

func resetSymbolId(first int) {
Severity: Minor
Found in symbol.go by golint

exported function NextSymbolId should have comment or be unexported
Open

func NextSymbolId() int {
Severity: Minor
Found in symbol.go by golint

func NextSymbolId should be NextSymbolID
Open

func NextSymbolId() int {
Severity: Minor
Found in symbol.go by golint

exported method Network.SaveSymbol should have comment or be unexported
Open

func (network *Network) SaveSymbol(output iokit.Output) (err error) {
Severity: Minor
Found in symbol.go by golint

exported function LoadSymbol should have comment or be unexported
Open

func LoadSymbol(input iokit.Input) (symbolic *mx.Symbol, inputdim mx.Dimension, err error) {
Severity: Minor
Found in symbol.go by golint

var _symbolId should be _symbolID
Open

var _symbolId = 0
Severity: Minor
Found in symbol.go by golint

exported function SaveSymbol should have comment or be unexported
Open

func SaveSymbol(inputdim mx.Dimension, sym *mx.Symbol, output iokit.Output) (err error) {
Severity: Minor
Found in symbol.go by golint

There are no issues that match your filters.

Category
Status