DataClass

パブリック最終列挙型データクラス

Protobuf enum tensorflow.DataClass

定数

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

継承されたメソッド

最終整数
CompareTo ( DataClass arg0)
整数
比較先(オブジェクト arg0)
最終ブール値
等しい(オブジェクト arg0)
最終クラス< DataClass >
getDeclaringClass ()
最終整数
ハッシュコード()
最後の文字列
名前()
最終整数
序数()
toString ()
static <T extends Enum<T>> T
valueOf (Class<T> arg0, String arg1)
ブール値
等しい(オブジェクト arg0)
最終クラス<?>
getClass ()
整数
ハッシュコード()
最後の空白
通知する()
最後の空白
すべて通知()
toString ()
最後の空白
wait (long arg0, int arg1)
最後の空白
待機(長い引数0)
最後の空白
待って()
抽象整数
CompareTo ( DataClass arg0)

列挙値

パブリック静的最終データクラス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;

パブリック静的最終データクラス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;

パブリック静的最終データクラス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;

パブリック静的最終データクラスDATA_CLASS_UNKNOWN

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

public static Final DataClass UNRECOGNIZED

定数

パブリック静的最終整数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;

定数値: 3

パブリック静的最終整数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;

定数値: 1

パブリック静的最終整数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;

定数値: 2

パブリック静的最終整数DATA_CLASS_UNKNOWN_VALUE

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

定数値: 0