go-ml-dev/nn

View on GitHub
mx/capi/enums.go

Summary

Maintainability
A
0 mins
Test Coverage
F
50%

exported method MxnetOp.Value should have comment or be unexported
Open

func (o MxnetOp) Value() string {
Severity: Minor
Found in mx/capi/enums.go by golint

const KeyRhs should be KeyRHS
Open

    KeyRhs
Severity: Minor
Found in mx/capi/enums.go by golint

exported type MxnetKey should have comment or be unexported
Open

type MxnetKey int
Severity: Minor
Found in mx/capi/enums.go by golint

const KeyLhs should be KeyLHS
Open

    KeyLhs
Severity: Minor
Found in mx/capi/enums.go by golint

exported const OpEmpty should have comment (or a comment on this block) or be unexported
Open

    OpEmpty MxnetOp = iota
Severity: Minor
Found in mx/capi/enums.go by golint

exported const KeyEmpty should have comment (or a comment on this block) or be unexported
Open

    KeyEmpty MxnetKey = iota
Severity: Minor
Found in mx/capi/enums.go by golint

exported method MxnetKey.Value should have comment or be unexported
Open

func (k MxnetKey) Value() string {
Severity: Minor
Found in mx/capi/enums.go by golint

exported type MxnetOp should have comment or be unexported
Open

type MxnetOp int
Severity: Minor
Found in mx/capi/enums.go by golint

There are no issues that match your filters.

Category
Status