DebugIdentity.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
hata ayıklamaUrl'leri | Hedeflerde hata ayıklamak için URL'lerin listesi, örneğin file:///foo/tfdbg_dump. |
---|
Parametreler
işlemAdı | İsteğe bağlı. Hata ayıklama işleminin ilgili olduğu işlemin adı. Yalnızca tek tensörlü izleme için kullanılır. |
---|
Parametreler
çıkış Yuvası | İsteğe bağlı. Hata ayıklama operasyonunun ilgili olduğu tensörün çıkış yuvası indeksi. Yalnızca tek tensörlü izleme için kullanılır. |
---|
public DebugIdentity.Options tensorDebugMode (Uzun tensorDebugMode)
Parametreler
tensörHata Ayıklama Modu | TensorDebugMode numaralandırma değeri. Ayrıntılar için debug_event.proto'ya bakın. |
---|
public DebugIdentity.Options tfdbgContextId (String tfdbgContextId)
Parametreler
tfdbgContextId | Operasyonun ait olduğu bağlam için tfdbg tarafından oluşturulan bir kimlik; örneğin, somut bir derlenmiş tf.fonksiyonu. |
---|
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-26 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-26 UTC."],[],[],null,["# DebugIdentity.Options\n\npublic static class **DebugIdentity.Options** \nOptional attributes for [DebugIdentity](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity) \n\n### Public Methods\n\n|-----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [DebugIdentity.Options](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options) | [circularBufferSize](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options#circularBufferSize(java.lang.Long))(Long circularBufferSize) |\n| [DebugIdentity.Options](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options) | [debugUrls](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options#debugUrls(java.util.List\u003cjava.lang.String\u003e))(List\\\u003cString\\\u003e debugUrls) |\n| [DebugIdentity.Options](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options) | [opName](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options#opName(java.lang.String))(String opName) |\n| [DebugIdentity.Options](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options) | [outputSlot](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options#outputSlot(java.lang.Long))(Long outputSlot) |\n| [DebugIdentity.Options](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options) | [tensorDebugMode](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options#tensorDebugMode(java.lang.Long))(Long tensorDebugMode) |\n| [DebugIdentity.Options](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options) | [tfdbgContextId](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options#tfdbgContextId(java.lang.String))(String tfdbgContextId) |\n| [DebugIdentity.Options](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options) | [tfdbgRunId](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options#tfdbgRunId(java.lang.String))(String tfdbgRunId) |\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 [DebugIdentity.Options](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options)\n**circularBufferSize**\n(Long circularBufferSize)\n\n\u003cbr /\u003e\n\n#### public [DebugIdentity.Options](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options)\n**debugUrls**\n(List\\\u003cString\\\u003e debugUrls)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| debugUrls | List of URLs to debug targets, e.g., file:///foo/tfdbg_dump. |\n|-----------|--------------------------------------------------------------|\n\n#### public [DebugIdentity.Options](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options)\n**opName**\n(String opName)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| opName | Optional. Name of the op that the debug op is concerned with. Used only for single-tensor trace. |\n|--------|--------------------------------------------------------------------------------------------------|\n\n#### public [DebugIdentity.Options](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options)\n**outputSlot**\n(Long outputSlot)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| outputSlot | Optional. Output slot index of the tensor that the debug op is concerned with. Used only for single-tensor trace. |\n|------------|-------------------------------------------------------------------------------------------------------------------|\n\n#### public [DebugIdentity.Options](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options)\n**tensorDebugMode**\n(Long tensorDebugMode)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| tensorDebugMode | TensorDebugMode enum value. See debug_event.proto for details. |\n|-----------------|----------------------------------------------------------------|\n\n#### public [DebugIdentity.Options](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options)\n**tfdbgContextId**\n(String tfdbgContextId)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| tfdbgContextId | A tfdbg-generated ID for the context that the op belongs to, e.g., a concrete compiled tf.function. |\n|----------------|-----------------------------------------------------------------------------------------------------|\n\n#### public [DebugIdentity.Options](/jvm/api_docs/java/org/tensorflow/op/debugging/DebugIdentity.Options)\n**tfdbgRunId**\n(String tfdbgRunId)\n\n\u003cbr /\u003e"]]