DebugTensorWatch

DebugTensorWatch คลาสสุดท้ายสาธารณะ

 Option for watching a node in TensorFlow Debugger (tfdbg).
 
Protobuf ประเภท tensorflow.DebugTensorWatch

คลาสที่ซ้อนกัน

ระดับ DebugTensorWatch.Builder
 Option for watching a node in TensorFlow Debugger (tfdbg). 

ค่าคงที่

ภายใน DEBUG_OPS_FIELD_NUMBER
ภายใน DEBUG_URLS_FIELD_NUMBER
ภายใน NODE_NAME_FIELD_NUMBER
ภายใน OUTPUT_SLOT_FIELD_NUMBER
ภายใน TOLERATE_DEBUG_OP_CREATION_FAILURES_FIELD_NUMBER

วิธีการสาธารณะ

บูลีน
เท่ากับ (วัตถุ obj)
สตริง
getDebugOps (ดัชนี int)
 Name(s) of the debugging op(s).
com.google.protobuf.ByteString
getDebugOpsBytes (ดัชนี int)
 Name(s) of the debugging op(s).
ภายใน
getDebugOpsCount ()
 Name(s) of the debugging op(s).
com.google.protobuf.ProtocolStringList
getDebugOpsList ()
 Name(s) of the debugging op(s).
สตริง
getDebugUrls (ดัชนี int)
 URL(s) for debug targets(s).
com.google.protobuf.ByteString
getDebugUrlsBytes (ดัชนี int)
 URL(s) for debug targets(s).
ภายใน
getDebugUrlsCount ()
 URL(s) for debug targets(s).
com.google.protobuf.ProtocolStringList
getDebugUrlsList ()
 URL(s) for debug targets(s).
DebugTensorWatch แบบคงที่
ดีบัก TensorWatch
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
สตริง
getNodeName ()
 Name of the node to watch.
com.google.protobuf.ByteString
getNodeNameBytes ()
 Name of the node to watch.
ภายใน
getOutputSlot ()
 Output slot to watch.
ภายใน
บูลีน
getTolerateDebugOpCreationFailures ()
 Do not error out if debug op creation fails (e.g., due to dtype
 incompatibility).
สุดท้าย com.google.protobuf.UnknownFieldSet
ภายใน
บูลีนสุดท้าย
DebugTensorWatch.Builder แบบคงที่
newBuilder (ต้นแบบ DebugTensorWatch )
DebugTensorWatch.Builder แบบคงที่
DebugTensorWatch.Builder
DebugTensorWatch แบบคงที่
parseDelimitedFrom (อินพุต InputStream)
DebugTensorWatch แบบคงที่
parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugTensorWatch แบบคงที่
parseFrom (ข้อมูล ByteBuffer)
DebugTensorWatch แบบคงที่
parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugTensorWatch แบบคงที่
parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugTensorWatch แบบคงที่
parseFrom (com.google.protobuf.CodedInputStream อินพุต)
DebugTensorWatch แบบคงที่
parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugTensorWatch แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString)
DebugTensorWatch แบบคงที่
parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugTensorWatch แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
DebugTensorWatch.Builder
เป็นโมฆะ
writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

วิธีการสืบทอด

ค่าคงที่

สาธารณะคงที่ขั้นสุดท้าย int DEBUG_OPS_FIELD_NUMBER

ค่าคงที่: 3

สาธารณะคงที่ขั้นสุดท้าย int DEBUG_URLS_FIELD_NUMBER

ค่าคงที่: 4

สาธารณะคงสุดท้าย int NODE_NAME_FIELD_NUMBER

ค่าคงที่: 1

สาธารณะคงที่สุดท้าย int OUTPUT_SLOT_FIELD_NUMBER

ค่าคงที่: 2

สาธารณะขั้นสุดท้ายแบบคงที่ TOLERATE_DEBUG_OP_CREATION_FAILURES_FIELD_NUMBER

ค่าคงที่: 5

วิธีการสาธารณะ

บูลีนสาธารณะ เท่ากับ (Object obj)

สตริงสาธารณะ getDebugOps (ดัชนี int)

 Name(s) of the debugging op(s).
 One or more than one probes on a tensor.
 e.g., {"DebugIdentity", "DebugNanCount"}
 
repeated string debug_ops = 3;

สาธารณะ com.google.protobuf.ByteString getDebugOpsBytes (ดัชนี int)

 Name(s) of the debugging op(s).
 One or more than one probes on a tensor.
 e.g., {"DebugIdentity", "DebugNanCount"}
 
repeated string debug_ops = 3;

สาธารณะ int getDebugOpsCount ()

 Name(s) of the debugging op(s).
 One or more than one probes on a tensor.
 e.g., {"DebugIdentity", "DebugNanCount"}
 
repeated string debug_ops = 3;

สาธารณะ com.google.protobuf.ProtocolStringList getDebugOpsList ()

 Name(s) of the debugging op(s).
 One or more than one probes on a tensor.
 e.g., {"DebugIdentity", "DebugNanCount"}
 
repeated string debug_ops = 3;

สตริงสาธารณะ getDebugUrls (ดัชนี int)

 URL(s) for debug targets(s).
 Supported URL formats are:
   - file:///foo/tfdbg_dump: Writes out Event content to file
     /foo/tfdbg_dump.  Assumes all directories can be created if they don't
     already exist.
   - grpc://localhost:11011: Sends an RPC request to an EventListener
     service running at localhost:11011 with the event.
   - memcbk:///event_key: Routes tensors to clients using the
     callback registered with the DebugCallbackRegistry for event_key.
 Each debug op listed in debug_ops will publish its output tensor (debug
 signal) to all URLs in debug_urls.
 N.B. Session::Run() supports concurrent invocations of the same inputs
 (feed keys), outputs and target nodes. If such concurrent invocations
 are to be debugged, the callers of Session::Run() must use distinct
 debug_urls to make sure that the streamed or dumped events do not overlap
 among the invocations.
 TODO(cais): More visible documentation of this in g3docs.
 
repeated string debug_urls = 4;

สาธารณะ com.google.protobuf.ByteString getDebugUrlsBytes (ดัชนี int)

 URL(s) for debug targets(s).
 Supported URL formats are:
   - file:///foo/tfdbg_dump: Writes out Event content to file
     /foo/tfdbg_dump.  Assumes all directories can be created if they don't
     already exist.
   - grpc://localhost:11011: Sends an RPC request to an EventListener
     service running at localhost:11011 with the event.
   - memcbk:///event_key: Routes tensors to clients using the
     callback registered with the DebugCallbackRegistry for event_key.
 Each debug op listed in debug_ops will publish its output tensor (debug
 signal) to all URLs in debug_urls.
 N.B. Session::Run() supports concurrent invocations of the same inputs
 (feed keys), outputs and target nodes. If such concurrent invocations
 are to be debugged, the callers of Session::Run() must use distinct
 debug_urls to make sure that the streamed or dumped events do not overlap
 among the invocations.
 TODO(cais): More visible documentation of this in g3docs.
 
repeated string debug_urls = 4;

สาธารณะ int getDebugUrlsCount ()

 URL(s) for debug targets(s).
 Supported URL formats are:
   - file:///foo/tfdbg_dump: Writes out Event content to file
     /foo/tfdbg_dump.  Assumes all directories can be created if they don't
     already exist.
   - grpc://localhost:11011: Sends an RPC request to an EventListener
     service running at localhost:11011 with the event.
   - memcbk:///event_key: Routes tensors to clients using the
     callback registered with the DebugCallbackRegistry for event_key.
 Each debug op listed in debug_ops will publish its output tensor (debug
 signal) to all URLs in debug_urls.
 N.B. Session::Run() supports concurrent invocations of the same inputs
 (feed keys), outputs and target nodes. If such concurrent invocations
 are to be debugged, the callers of Session::Run() must use distinct
 debug_urls to make sure that the streamed or dumped events do not overlap
 among the invocations.
 TODO(cais): More visible documentation of this in g3docs.
 
repeated string debug_urls = 4;

สาธารณะ com.google.protobuf.ProtocolStringList getDebugUrlsList ()

 URL(s) for debug targets(s).
 Supported URL formats are:
   - file:///foo/tfdbg_dump: Writes out Event content to file
     /foo/tfdbg_dump.  Assumes all directories can be created if they don't
     already exist.
   - grpc://localhost:11011: Sends an RPC request to an EventListener
     service running at localhost:11011 with the event.
   - memcbk:///event_key: Routes tensors to clients using the
     callback registered with the DebugCallbackRegistry for event_key.
 Each debug op listed in debug_ops will publish its output tensor (debug
 signal) to all URLs in debug_urls.
 N.B. Session::Run() supports concurrent invocations of the same inputs
 (feed keys), outputs and target nodes. If such concurrent invocations
 are to be debugged, the callers of Session::Run() must use distinct
 debug_urls to make sure that the streamed or dumped events do not overlap
 among the invocations.
 TODO(cais): More visible documentation of this in g3docs.
 
repeated string debug_urls = 4;

DebugTensorWatch สาธารณะคงที่ getDefaultInstance ()

DebugTensorWatch สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

สตริงสาธารณะ getNodeName ()

สตริง

 Name of the node to watch.
 Use "*" for wildcard. But note: currently, regex is not supported in
 general.
 
string node_name = 1;

สาธารณะ com.google.protobuf.ByteString getNodeNameBytes ()

สตริง

 Name of the node to watch.
 Use "*" for wildcard. But note: currently, regex is not supported in
 general.
 
string node_name = 1;

สาธารณะ int getOutputSlot ()

 Output slot to watch.
 The semantics of output_slot == -1 is that all outputs of the node
 will be watched (i.e., a wildcard).
 Other negative values of output_slot are invalid and will lead to
 errors currently.
 
int32 output_slot = 2;

สาธารณะ getParserForType ()

สาธารณะ int getSerializedSize ()

บูลีนสาธารณะ getTolerateDebugOpCreationFailures ()

 Do not error out if debug op creation fails (e.g., due to dtype
 incompatibility). Instead, just log the failure.
 
bool tolerate_debug_op_creation_failures = 5;

สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()

สาธารณะ int hashCode ()

บูลีนสุดท้ายสาธารณะ isInitialized ()

DebugTensorWatch.Builder สาธารณะแบบคงที่ newBuilder (ต้นแบบ DebugTensorWatch )

DebugTensorWatch.Builder สาธารณะแบบคงที่ newBuilder ()

DebugTensorWatch.Builder สาธารณะ newBuilderForType ()

DebugTensorWatch สาธารณะแบบคงที่ parseDelimitedFrom (อินพุต InputStream)

ขว้าง
IOข้อยกเว้น

DebugTensorWatch แบบคงที่สาธารณะ parseDelimitedFrom (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

DebugTensorWatch แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล ByteBuffer)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

DebugTensorWatch แบบคงที่สาธารณะ parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

DebugTensorWatch แบบคงที่สาธารณะ parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

DebugTensorWatch แบบคงที่สาธารณะ แยกวิเคราะห์ (com.google.protobuf.CodedInputStream อินพุต)

ขว้าง
IOข้อยกเว้น

DebugTensorWatch แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

DebugTensorWatch แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล com.google.protobuf.ByteString)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

DebugTensorWatch แบบคงที่สาธารณะ parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

DebugTensorWatch แบบคงที่สาธารณะ parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะคงที่ ตัวแยกวิเคราะห์ ()

DebugTensorWatch.Builder toBuilder สาธารณะ ()

โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

ขว้าง
IOข้อยกเว้น