ParseSequenceExample.Options
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Kalıtsal Yöntemler
Java.lang.Object sınıfından boolean | eşittir (Nesne arg0) |
son Sınıf<?> | getClass () |
int | hash kodu () |
son boşluk | bildir () |
son boşluk | tümünü bildir () |
Sicim | toString () |
son boşluk | bekle (uzun arg0, int arg1) |
son boşluk | bekle (uzun arg0) |
son boşluk | Beklemek () |
Genel Yöntemler
Parametreler
bağlamYoğunŞekiller | Ncontext_dense şekillerinin listesi; her bağlamdaki verilerin şekilleri context_dense_keys'de verilen özellik. Özellikteki context_dense_key[j]'ye karşılık gelen öğelerin sayısı her zaman context_dense_shapes[j].NumEntries()'a eşit olmalıdır. context_dense_values[j]'nin şekli context_dense_shapes[j] ile eşleşecektir. |
---|
Parametreler
featureListDenseShapes | Nfeature_list_dense şekillerinin listesi; feature_list_dense_keys'de verilen her Özellik Listesindeki verilerin şekilleri. feature_list_dense_key[j]'ye karşılık gelenFeatureList'teki her Özelliğin şekli her zaman feature_list_dense_shapes[j].NumEntries()'a eşit olmalıdır. |
---|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-25 UTC."],[],[],null,["# ParseSequenceExample.Options\n\npublic static class **ParseSequenceExample.Options** \nOptional attributes for [ParseSequenceExample](/jvm/api_docs/java/org/tensorflow/op/io/ParseSequenceExample) \n\n### Public Methods\n\n|------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [ParseSequenceExample.Options](/jvm/api_docs/java/org/tensorflow/op/io/ParseSequenceExample.Options) | [NcontextSparse](/jvm/api_docs/java/org/tensorflow/op/io/ParseSequenceExample.Options#NcontextSparse(java.lang.Long))(Long NcontextSparse) |\n| [ParseSequenceExample.Options](/jvm/api_docs/java/org/tensorflow/op/io/ParseSequenceExample.Options) | [NfeatureListDense](/jvm/api_docs/java/org/tensorflow/op/io/ParseSequenceExample.Options#NfeatureListDense(java.lang.Long))(Long NfeatureListDense) |\n| [ParseSequenceExample.Options](/jvm/api_docs/java/org/tensorflow/op/io/ParseSequenceExample.Options) | [NfeatureListSparse](/jvm/api_docs/java/org/tensorflow/op/io/ParseSequenceExample.Options#NfeatureListSparse(java.lang.Long))(Long NfeatureListSparse) |\n| [ParseSequenceExample.Options](/jvm/api_docs/java/org/tensorflow/op/io/ParseSequenceExample.Options) | [contextDenseShapes](/jvm/api_docs/java/org/tensorflow/op/io/ParseSequenceExample.Options#contextDenseShapes(java.util.List\u003corg.tensorflow.ndarray.Shape\u003e))(List\\\u003c[Shape](/jvm/api_docs/java/org/tensorflow/ndarray/Shape)\\\u003e contextDenseShapes) |\n| [ParseSequenceExample.Options](/jvm/api_docs/java/org/tensorflow/op/io/ParseSequenceExample.Options) | [featureListDenseShapes](/jvm/api_docs/java/org/tensorflow/op/io/ParseSequenceExample.Options#featureListDenseShapes(java.util.List\u003corg.tensorflow.ndarray.Shape\u003e))(List\\\u003c[Shape](/jvm/api_docs/java/org/tensorflow/ndarray/Shape)\\\u003e featureListDenseShapes) |\n\n### Inherited Methods\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| boolean | equals(Object arg0) |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Methods\n--------------\n\n#### public [ParseSequenceExample.Options](/jvm/api_docs/java/org/tensorflow/op/io/ParseSequenceExample.Options)\n**NcontextSparse**\n(Long NcontextSparse)\n\n\u003cbr /\u003e\n\n#### public [ParseSequenceExample.Options](/jvm/api_docs/java/org/tensorflow/op/io/ParseSequenceExample.Options)\n**NfeatureListDense**\n(Long NfeatureListDense)\n\n\u003cbr /\u003e\n\n#### public [ParseSequenceExample.Options](/jvm/api_docs/java/org/tensorflow/op/io/ParseSequenceExample.Options)\n**NfeatureListSparse**\n(Long NfeatureListSparse)\n\n\u003cbr /\u003e\n\n#### public [ParseSequenceExample.Options](/jvm/api_docs/java/org/tensorflow/op/io/ParseSequenceExample.Options)\n**contextDenseShapes**\n(List\\\u003c[Shape](/jvm/api_docs/java/org/tensorflow/ndarray/Shape)\\\u003e contextDenseShapes)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| contextDenseShapes | A list of Ncontext_dense shapes; the shapes of data in each context Feature given in context_dense_keys. The number of elements in the Feature corresponding to context_dense_key\\[j\\] must always equal context_dense_shapes\\[j\\].NumEntries(). The shape of context_dense_values\\[j\\] will match context_dense_shapes\\[j\\]. |\n|--------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n\n#### public [ParseSequenceExample.Options](/jvm/api_docs/java/org/tensorflow/op/io/ParseSequenceExample.Options)\n**featureListDenseShapes**\n(List\\\u003c[Shape](/jvm/api_docs/java/org/tensorflow/ndarray/Shape)\\\u003e featureListDenseShapes)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| featureListDenseShapes | A list of Nfeature_list_dense shapes; the shapes of data in each FeatureList given in feature_list_dense_keys. The shape of each Feature in the FeatureList corresponding to feature_list_dense_key\\[j\\] must always equal feature_list_dense_shapes\\[j\\].NumEntries(). |\n|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|"]]