go-ml-dev/nn

View on GitHub
conv.go

Summary

Maintainability
A
0 mins
Test Coverage
D
65%

exported type MaxPool should have comment or be unexported
Open

type MaxPool struct {
Severity: Minor
Found in conv.go by golint

exported method AvgPool.Combine should have comment or be unexported
Open

func (ly AvgPool) Combine(in *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in conv.go by golint

exported type AvgPool should have comment or be unexported
Open

type AvgPool struct {
Severity: Minor
Found in conv.go by golint

exported method MaxPool.Combine should have comment or be unexported
Open

func (ly MaxPool) Combine(in *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in conv.go by golint

exported method Convolution.Combine should have comment or be unexported
Open

func (ly Convolution) Combine(in *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in conv.go by golint

exported type Convolution should have comment or be unexported
Open

type Convolution struct {
Severity: Minor
Found in conv.go by golint

There are no issues that match your filters.

Category
Status