go-ml-dev/nn

View on GitHub
mx/ndarray.go

Summary

Maintainability
A
0 mins
Test Coverage
D
68%

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

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

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

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

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

func (a *NDArray) ReCopyValuesTo(dst interface{}) {
Severity: Minor
Found in mx/ndarray.go by golint

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

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

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

func (a *NDArray) Dim() Dimension {
Severity: Minor
Found in mx/ndarray.go by golint

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

func (a *NDArray) CopyValuesTo(dst interface{}) {
Severity: Minor
Found in mx/ndarray.go by golint

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

func (a *NDArray) Values(dtype Dtype) interface{} {
Severity: Minor
Found in mx/ndarray.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 method NDArray.Release should have comment or be unexported
Open

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

exported method Context.CopyAs should have comment or be unexported
Open

func (c Context) CopyAs(a *NDArray, dtype Dtype) *NDArray {
Severity: Minor
Found in mx/ndarray.go by golint

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

func (a *NDArray) Reshape(dim Dimension) *NDArray {
Severity: Minor
Found in mx/ndarray.go by golint

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

func (a *NDArray) SetValues(vals ...interface{}) {
Severity: Minor
Found in mx/ndarray.go by golint

exported method Context.Array should have comment or be unexported
Open

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

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

func (a *NDArray) Raw() []byte {
Severity: Minor
Found in mx/ndarray.go by golint

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

func (a *NDArray) Cast(dt Dtype) *NDArray {
Severity: Minor
Found in mx/ndarray.go by golint

exported type NDArray should have comment or be unexported
Open

type NDArray struct {
Severity: Minor
Found in mx/ndarray.go by golint

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

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

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

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

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

func (a *NDArray) ValuesF32() []float32 {
Severity: Minor
Found in mx/ndarray.go by golint

There are no issues that match your filters.

Category
Status