Get desktop application:
View/edit binary Protocol Buffers messages
Compressed value
Used in:
Image encoded with the util image_codec::CoderUtil and the image_codec::IMAGE_JPG encoding.
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.
Describes the matrices in the matrix bundles.
True if the input set of matrix bundles is a sequence (order matters).
Number of labels in the output.
Mapping between int and human-readable label names.
Mapping between int and human-readable feature names.
Mapping between int and human-readable channel names.
Size of the sequence of matrix bundles. If the size of a sample is less than sequence_size it will be padded with a 0-value matrices. Any bundle after sequence_size will be dropped.
Number of samples in this dataset.
Matrix values in a dense format. Column-major layout.
Used in:
Matrix[i][j] is at index: i * col_count + j. The length of the array can be smaller than col_count * row_count. The missing values are considered null/zero.
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:
True if this input is part of a sequence, e.g. a frame in a video clip.
Used in:
Used in:
Position of this matrix in a bundle.
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:
Position of this bundle set in a sequence (from 0 to ...).
Metadata about a matrix
Used in:
,True if input matrix columns/rows refer to sequences (e.g. for time series).
Sets if the column indices carry some structure/information based on closeness of indices, like in a time series where the col index is time.
A matrix is a Dense matrix unless specified.
Number of channels. This is useful for RGB or sensor data
Used in:
Used in:
Matrix entry in a sparse format.
Used in:
Matrix values in a sparse format.
Used in: