go-ml-dev/nn

View on GitHub
mx/capi/args.go

Summary

Maintainability
A
0 mins
Test Coverage
A
93%

exported const MaxCacheArgsCount should have comment or be unexported
Open

const MaxCacheArgsCount = 128 * 2
Severity: Minor
Found in mx/capi/args.go by golint

exported const MaxArgsCount should have comment or be unexported
Open

const MaxArgsCount = 128
Severity: Minor
Found in mx/capi/args.go by golint

exported function Fillargs should have comment or be unexported
Open

func Fillargs(keys []*C.char, vals []*C.char, ap []interface{}) int {
Severity: Minor
Found in mx/capi/args.go by golint

exported function Cache should have comment or be unexported
Open

func Cache(a interface{}) *C.char {
Severity: Minor
Found in mx/capi/args.go by golint

There are no issues that match your filters.

Category
Status