go-ml-dev/nn

View on GitHub

Showing 365 of 365 total issues

exported function SoftSign should have comment or be unexported
Open

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

exported function Softmax should have comment or be unexported
Open

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

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

func (bc *BlockConnect) Combine(s *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in block.go by golint

exported function ComposeSymbol should have comment or be unexported
Open

func ComposeSymbol(handle SymbolHandle, name string, a ...SymbolHandle) {
Severity: Minor
Found in mx/capi/capi.go by golint

exported function GroupSymbols should have comment or be unexported
Open

func GroupSymbols(s []SymbolHandle) SymbolHandle {
Severity: Minor
Found in mx/capi/capi.go by golint

exported method MxnetOp.Value should have comment or be unexported
Open

func (o MxnetOp) Value() string {
Severity: Minor
Found in mx/capi/enums.go by golint

exported function ReleaseSymbol should have comment or be unexported
Open

func ReleaseSymbol(handle SymbolHandle) {
Severity: Minor
Found in mx/capi/capi.go by golint

exported function CreateVariable should have comment or be unexported
Open

func CreateVariable(name string) SymbolHandle {
Severity: Minor
Found in mx/capi/capi.go by golint

exported function ListNames should have comment or be unexported
Open

func ListNames(handle SymbolHandle, kind int) []string {
Severity: Minor
Found in mx/capi/capi.go by golint

don't use underscores in Go names; var aux_sn should be auxSn
Open

        in_sn, out_sn, aux_sn *C.uint
Severity: Minor
Found in mx/capi/capi.go by golint

const KeyRhs should be KeyRHS
Open

    KeyRhs
Severity: Minor
Found in mx/capi/enums.go by golint

exported function Sin should have comment or be unexported
Open

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

exported type BatchNorm should have comment or be unexported
Open

type BatchNorm struct {
Severity: Minor
Found in batchnorm.go by golint

exported type Block should have comment or be unexported
Open

type Block interface {
Severity: Minor
Found in block.go by golint

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

func (bc *BlockConcat) Combine(s *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in block.go by golint

exported type MaxPool should have comment or be unexported
Open

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

don't use underscores in Go names; var in_ss should be inSs
Open

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

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

comment on exported type Dimension should be of the form "Dimension ..." (with optional leading article)
Open

// Array Dimension
Severity: Minor
Found in mx/dimension.go by golint

exported method Dimension.Empty should have comment or be unexported
Open

func (dim Dimension) Empty() bool {
Severity: Minor
Found in mx/dimension.go by golint
Severity
Category
Status
Source
Language