go-ml-dev/nn

View on GitHub
mx/context.go

Summary

Maintainability
A
0 mins
Test Coverage
F
52%

exported method Context.DevNo should have comment or be unexported
Open

func (c Context) DevNo() int {
Severity: Minor
Found in mx/context.go by golint

exported method Context.Upgrade should have comment or be unexported
Open

func (c Context) Upgrade() Context {
Severity: Minor
Found in mx/context.go by golint

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

    NullContext Context = 0
Severity: Minor
Found in mx/context.go by golint

exported method Context.IsGPU should have comment or be unexported
Open

func (c Context) IsGPU() bool {
Severity: Minor
Found in mx/context.go by golint

exported function Gpu should have comment or be unexported
Open

func Gpu(no int) Context {
Severity: Minor
Found in mx/context.go by golint

exported type Context should have comment or be unexported
Open

type Context int
Severity: Minor
Found in mx/context.go by golint

exported method Context.DevType should have comment or be unexported
Open

func (c Context) DevType() int {
Severity: Minor
Found in mx/context.go by golint

exported method Context.RandomSeed should have comment or be unexported
Open

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

There are no issues that match your filters.

Category
Status