DataClass

DataClass enum akhir publik

Protobuf enum tensorflow.DataClass

Konstanta

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

Metode Warisan

int terakhir
bandingkanKe ( DataClass arg0)
ke dalam
bandingkanTo (Objek arg0)
boolean terakhir
sama dengan (Objek arg0)
Kelas terakhir< Kelas Data >
dapatkanDeklarasiKelas ()
int terakhir
Kode hash ()
String terakhir
nama ()
int terakhir
ordinal ()
Rangkaian
keString ()
statis <T memperluas Enum<T>> T
valueOf (Kelas<T> arg0, String arg1)
boolean
sama dengan (Objek arg0)
Kelas terakhir<?>
dapatkan Kelas ()
ke dalam
Kode hash ()
kekosongan terakhir
beri tahu ()
kekosongan terakhir
beri tahuSemua ()
Rangkaian
keString ()
kekosongan terakhir
tunggu (arg0 panjang, int arg1)
kekosongan terakhir
tunggu (argumen panjang0)
kekosongan terakhir
Tunggu ()
abstrak ke dalam
bandingkanKe ( DataClass arg0)

Nilai Enum

DataClass akhir statis publik 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 akhir statis publik 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 akhir statis publik 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 akhir statis publik DATA_CLASS_UNKNOWN

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

DataClass final statis publik TIDAK DIAKUI

Konstanta

int akhir statis publik 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;

Nilai Konstan: 3

int akhir statis publik 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;

Nilai Konstan: 1

int akhir statis publik 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;

Nilai Konstan: 2

int akhir statis publik DATA_CLASS_UNKNOWN_VALUE

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

Nilai Konstan: 0