go-ml-dev/nn

View on GitHub
mx/mxnet.go

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

exported function GpuCount should have comment or be unexported
Open

func GpuCount() int {
Severity: Minor
Found in mx/mxnet.go by golint

exported function RandomSeed should have comment or be unexported
Open

func RandomSeed(seed int) {
Severity: Minor
Found in mx/mxnet.go by golint

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

    VersionMajor = 1
Severity: Minor
Found in mx/mxnet.go by golint

exported const Version should have comment or be unexported
Open

const Version fu.VersionType = VersionMajor*10000 + VersionMinor*100 + VersionPatch
Severity: Minor
Found in mx/mxnet.go by golint

exported function LibVersion should have comment or be unexported
Open

func LibVersion() fu.VersionType {
Severity: Minor
Found in mx/mxnet.go by golint

There are no issues that match your filters.

Category
Status