DebugIdentity.Options
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
วิธีการสืบทอด
จากคลาส java.lang.Object บูลีน | เท่ากับ (วัตถุ arg0) |
คลาสสุดท้าย<?> | รับคลาส () |
ภายใน | แฮชโค้ด () |
โมฆะสุดท้าย | แจ้ง () |
โมฆะสุดท้าย | แจ้งทั้งหมด () |
สตริง | toString () |
โมฆะสุดท้าย | รอสักครู่ (ยาว arg0, int arg1) |
โมฆะสุดท้าย | รอ (ยาว arg0) |
โมฆะสุดท้าย | รอ () |
วิธีการสาธารณะ
DebugIdentity.Options สาธารณะ debugUrls (รายการ <สตริง> debugUrls)
พารามิเตอร์
debugUrls | รายการ URL ที่จะแก้ไขข้อบกพร่องเป้าหมาย เช่น file:///foo/tfdbg_dump |
---|
พารามิเตอร์
opName | ไม่จำเป็น. ชื่อของ op ที่ op ของการดีบักเกี่ยวข้อง ใช้สำหรับการติดตามเทนเซอร์เดี่ยวเท่านั้น |
---|
พารามิเตอร์
เอาท์พุทสล็อต | ไม่จำเป็น. ดัชนีสล็อตเอาต์พุตของเทนเซอร์ที่เกี่ยวข้องกับสหกรณ์การดีบัก ใช้สำหรับการติดตามเทนเซอร์เดี่ยวเท่านั้น |
---|
DebugIdentity.Options สาธารณะ tensorDebugMode (ยาว tensorDebugMode)
พารามิเตอร์
เทนเซอร์ DebugMode | ค่าแจงนับ TensorDebugMode ดู debug_event.proto สำหรับรายละเอียด |
---|
DebugIdentity.Options สาธารณะ tfdbgContextId (สตริง tfdbgContextId)
พารามิเตอร์
tfdbgContextId | ID ที่สร้างโดย tfdbg สำหรับบริบทที่ op เป็นเจ้าของ เช่น tf.function ที่คอมไพล์อย่างเป็นรูปธรรม |
---|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 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"]]