go-ml-dev/nn

View on GitHub
mx/dtype.go

Summary

Maintainability
A
0 mins
Test Coverage
F
27%

exported type Dtype should have comment or be unexported
Open

type Dtype int
Severity: Minor
Found in mx/dtype.go by golint

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

    Float32 Dtype = 0
Severity: Minor
Found in mx/dtype.go by golint

exported method Dtype.Size should have comment or be unexported
Open

func (tp Dtype) Size() int {
Severity: Minor
Found in mx/dtype.go by golint

There are no issues that match your filters.

Category
Status