package autodl

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Compressed

data.proto:36

Compressed value

Used in: Matrix

message DataSpecification

data.proto:122

Metadata of autodl datasets. An input is a sequence of a set of real valued matrices (aka matrix bundle). An output is a real valued vector.

message DenseValue

data.proto:21

Matrix values in a dense format. Column-major layout.

Used in: Matrix

message Input

data.proto:98

An input is a sequence of matrix bundles. The matrix bundles should have the same structure. That is the nth matrices in each bundle should have the same specification.

Used in: Sample

message Label

data.proto:104

Used in: Output

message Matrix

data.proto:74

Used in: MatrixBundle

message MatrixBundle

data.proto:89

A matrix bundle can be used to model a mix of dense and sparse matrices. It is for example useful to model an image and some extra information of the image (where it comes from). Matrices inside a matrix bundle can have different formats (e.g. different dimensions and dense/sparse).

Used in: Input

message MatrixSpec

data.proto:48

Metadata about a matrix

Used in: DataSpecification, Matrix

enum MatrixSpec.Format

data.proto:60

Used in: MatrixSpec

message Output

data.proto:109

Used in: Sample

message Sample

data.proto:113

message SparseEntry

data.proto:29

Matrix entry in a sparse format.

Used in: SparseValue

message SparseValue

data.proto:43

Matrix values in a sparse format.

Used in: Matrix