go-ml-dev/nn

View on GitHub

Showing 365 of 365 total issues

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 method Dimension.Like should have comment or be unexported
Open

func (dim Dimension) Like(b Dimension) Dimension {
Severity: Minor
Found in mx/dimension.go by golint

exported method NDArray.Fill should have comment or be unexported
Open

func (a *NDArray) Fill(value float32) *NDArray {
Severity: Minor
Found in mx/filler.go by golint

exported method Graph.Initialize should have comment or be unexported
Open

func (g *Graph) Initialize(seed int, inite func(*NDArray, string)) {
Severity: Minor
Found in mx/graph.go by golint

exported function Array should have comment or be unexported
Open

func Array(tp Dtype, d Dimension) *NDArray {
Severity: Minor
Found in mx/ndarray.go by golint

exported method NDArray.Len should have comment or be unexported
Open

func (a *NDArray) Len(d int) int {
Severity: Minor
Found in mx/ndarray.go by golint

exported type SummaryRow should have comment or be unexported
Open

type SummaryRow struct {
Severity: Minor
Found in mx/summary.go by golint

exported type Summary should have comment or be unexported
Open

type Summary []SummaryRow
Severity: Minor
Found in mx/summary.go by golint

don't use underscores in Go names; const OpLink_ should be OpLink
Open

    OpLink_   capi.MxnetOp = -12
Severity: Minor
Found in mx/symbol.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 type L0Loss should have comment or be unexported
Open

type L0Loss struct{}
Severity: Minor
Found in loss.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

don't use underscores in Go names; var out_nn should be outNn
Open

        out_nn C.uint
Severity: Minor
Found in mx/capi/capi.go by golint

don't use underscores in Go names; var name_at should be nameAt
Open

    name_at := func(i int) string {
Severity: Minor
Found in mx/capi/capi.go by golint

don't use underscores in Go names; var aux_ss should be auxSs
Open

        in_ss, out_ss, aux_ss C.uint
Severity: Minor
Found in mx/capi/capi.go by golint

exported method Graph.NextSymbolId should have comment or be unexported
Open

func (g *Graph) NextSymbolId() int {
Severity: Minor
Found in mx/graph.go by golint

don't use underscores in Go names; const OpVar_ should be OpVar
Open

    OpVar_    capi.MxnetOp = -1
Severity: Minor
Found in mx/symbol.go by golint

don't use underscores in Go names; const OpRef_ should be OpRef
Open

    OpRef_    capi.MxnetOp = -8
Severity: Minor
Found in mx/symbol.go by golint

exported function GenericOp1 should have comment or be unexported
Open

func GenericOp1(op, opScalar capi.MxnetOp, l *Symbol, rv interface{}) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint

exported function And should have comment or be unexported
Open

func And(a *Symbol, b *Symbol) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint
Severity
Category
Status
Source
Language