go-ml-dev/nn

View on GitHub

Showing 365 of 365 total issues

exported function ImperativeInvokeInplace1 should have comment or be unexported
Open

func ImperativeInvokeInplace1(op MxnetOp, h NDArrayHandle, a ...interface{}) {
Severity: Minor
Found in mx/capi/capi.go by golint

exported function SetNDArrayRawData should have comment or be unexported
Open

func SetNDArrayRawData(handle NDArrayHandle, p unsafe.Pointer, len int) {
Severity: Minor
Found in mx/capi/capi.go by golint

exported const AuxNames should have comment or be unexported
Open

const AuxNames = 2
Severity: Minor
Found in mx/capi/capi.go by golint

don't use underscores in Go names; var out_ns should be outNs
Open

        out_ns **C.char
Severity: Minor
Found in mx/capi/capi.go by golint

exported type NDArrayInfo should have comment or be unexported
Open

type NDArrayInfo struct {
Severity: Minor
Found in mx/capi/capi.go by golint

func ToJson should be ToJSON
Open

func ToJson(sym SymbolHandle) []byte {
Severity: Minor
Found in mx/capi/capi.go by golint

exported function ContextRandomSeed should have comment or be unexported
Open

func ContextRandomSeed(seed, devType, devNo int) {
Severity: Minor
Found in mx/capi/capi.go by golint

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

    KeyEmpty MxnetKey = iota
Severity: Minor
Found in mx/capi/enums.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 function DimensionFromString should have comment or be unexported
Open

func DimensionFromString(s string) (Dimension, error) {
Severity: Minor
Found in mx/dimension.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 type GraphIdentity should have comment or be unexported
Open

type GraphIdentity [20]byte // SHA1
Severity: Minor
Found in mx/graph.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 type GraphJs should have comment or be unexported
Open

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

exported method Symbol.SetOutput should have comment or be unexported
Open

func (s *Symbol) SetOutput(on bool) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint

exported function Output should have comment or be unexported
Open

func Output(a *Symbol, name string) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint

exported function Sum should have comment or be unexported
Open

func Sum(a *Symbol, axis ...int) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint

exported function ReLU should have comment or be unexported
Open

func ReLU(a *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in activation.go by golint

exported type BlockConcat should have comment or be unexported
Open

type BlockConcat struct {
Severity: Minor
Found in block.go by golint

exported type ResidualBlock should have comment or be unexported
Open

type ResidualBlock struct {
Severity: Minor
Found in block.go by golint
Severity
Category
Status
Source
Language