DataClass

enumerazione finale pubblica DataClass

Protobuf enum tensorflow.DataClass

Costanti

int DATA_CLASS_BLOB_SEQUENCE_VALUE
 Blob sequence time series.
int DATA_CLASS_SCALAR_VALUE
 Scalar time series.
int DATA_CLASS_TENSOR_VALUE
 Tensor time series.
int DATA_CLASS_UNKNOWN_VALUE
 Unknown data class, used (implicitly) for legacy data.

Metodi ereditati

Valori di enumerazione

DataClass finale statico pubblico DATA_CLASS_BLOB_SEQUENCE

 Blob sequence time series. Each `Value` for the corresponding tag must
 have `tensor` set to a rank-1 tensor of bytestring dtype.
 
DATA_CLASS_BLOB_SEQUENCE = 3;

DataClass finale statico pubblico DATA_CLASS_SCALAR

 Scalar time series. Each `Value` for the corresponding tag must have
 `tensor` set to a rank-0 tensor of floating-point dtype, which will be
 converted to float64.
 
DATA_CLASS_SCALAR = 1;

DataClass finale statico pubblico DATA_CLASS_TENSOR

 Tensor time series. Each `Value` for the corresponding tag must have
 `tensor` set. The tensor value is arbitrary, but should be small to
 accommodate direct storage in database backends: an upper bound of a few
 kilobytes is a reasonable rule of thumb.
 
DATA_CLASS_TENSOR = 2;

DataClass finale statico pubblico DATA_CLASS_UNKNOWN

 Unknown data class, used (implicitly) for legacy data. Will not be
 processed by data ingestion pipelines.
 
DATA_CLASS_UNKNOWN = 0;

DataClass finale statico pubblico NON RICONOSCIUTO

Costanti

public static final int DATA_CLASS_BLOB_SEQUENCE_VALUE

 Blob sequence time series. Each `Value` for the corresponding tag must
 have `tensor` set to a rank-1 tensor of bytestring dtype.
 
DATA_CLASS_BLOB_SEQUENCE = 3;

Valore costante: 3

public static final int DATA_CLASS_SCALAR_VALUE

 Scalar time series. Each `Value` for the corresponding tag must have
 `tensor` set to a rank-0 tensor of floating-point dtype, which will be
 converted to float64.
 
DATA_CLASS_SCALAR = 1;

Valore costante: 1

public static final int DATA_CLASS_TENSOR_VALUE

 Tensor time series. Each `Value` for the corresponding tag must have
 `tensor` set. The tensor value is arbitrary, but should be small to
 accommodate direct storage in database backends: an upper bound of a few
 kilobytes is a reasonable rule of thumb.
 
DATA_CLASS_TENSOR = 2;

Valore costante: 2

public static final int DATA_CLASS_UNKNOWN_VALUE

 Unknown data class, used (implicitly) for legacy data. Will not be
 processed by data ingestion pipelines.
 
DATA_CLASS_UNKNOWN = 0;

Valore costante: 0