genel son sınıf DebugTensorWatch
Option for watching a node in TensorFlow Debugger (tfdbg).
tensorflow.DebugTensorWatch İç İçe Sınıflar
| sınıf | Hata AyıklamaTensorWatch.Builder | Option for watching a node in TensorFlow Debugger (tfdbg). | |
Sabitler
| int | DEBUG_OPS_FIELD_NUMBER | |
| int | DEBUG_URLS_FIELD_NUMBER | |
| int | NODE_NAME_FIELD_NUMBER | |
| int | OUTPUT_SLOT_FIELD_NUMBER | |
| int | TOLERATE_DEBUG_OP_CREATION_FAILURES_FIELD_NUMBER |
Genel Yöntemler
| boolean | eşittir (Nesne nesnesi) |
| Sicim | getDebugOps (int dizini) Name(s) of the debugging op(s). |
| com.google.protobuf.ByteString | getDebugOpsBytes (int dizini) Name(s) of the debugging op(s). |
| int | getDebugOpsCount () Name(s) of the debugging op(s). |
| com.google.protobuf.ProtocolStringList | getDebugOpsList () Name(s) of the debugging op(s). |
| Sicim | getDebugUrls (int dizini) URL(s) for debug targets(s). |
| com.google.protobuf.ByteString | getDebugUrlsBytes (int dizini) URL(s) for debug targets(s). |
| int | getDebugUrlsCount () URL(s) for debug targets(s). |
| com.google.protobuf.ProtocolStringList | getDebugUrlsList () URL(s) for debug targets(s). |
| statik Hata AyıklamaTensorWatch | |
| Hata AyıklamaTensorİzle | |
| final statik com.google.protobuf.Descriptors.Descriptor | |
| Sicim | getNodeName () Name of the node to watch. |
| com.google.protobuf.ByteString | getNodeNameBytes () Name of the node to watch. |
| int | getOutputSlot () Output slot to watch. |
| int | |
| boolean | getTolerateDebugOpCreationFailures () Do not error out if debug op creation fails (e.g., due to dtype incompatibility). |
| final com.google.protobuf.UnknownFieldSet | |
| int | hashKodu () |
| son boole değeri | Başlatıldı () |
| statik Hata AyıklamaTensorWatch.Builder | newBuilder ( DebugTensorWatch prototipi) |
| statik Hata AyıklamaTensorWatch.Builder | yeniİnşaatçı () |
| Hata AyıklamaTensorWatch.Builder | |
| statik Hata AyıklamaTensorWatch | parseDelimitedFrom (InputStream girişi) |
| statik Hata AyıklamaTensorWatch | parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| statik Hata AyıklamaTensorWatch | parseFrom (ByteBuffer verileri) |
| statik Hata AyıklamaTensorWatch | parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| statik Hata AyıklamaTensorWatch | parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| statik Hata AyıklamaTensorWatch | ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi) |
| statik Hata AyıklamaTensorWatch | parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| statik Hata AyıklamaTensorWatch | ayrıştırmaFrom (com.google.protobuf.ByteString verileri) |
| statik Hata AyıklamaTensorWatch | parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| statik Hata AyıklamaTensorWatch | parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| statik | ayrıştırıcı () |
| Hata AyıklamaTensorWatch.Builder | inşaatçıya () |
| geçersiz | writeTo (com.google.protobuf.CodedOutputStream çıkışı) |
Kalıtsal Yöntemler
Sabitler
genel statik final int DEBUG_OPS_FIELD_NUMBER
Sabit Değer: 3
genel statik final int DEBUG_URLS_FIELD_NUMBER
Sabit Değer: 4
genel statik final int NODE_NAME_FIELD_NUMBER
Sabit Değer: 1
genel statik final int OUTPUT_SLOT_FIELD_NUMBER
Sabit Değer: 2
genel statik final int TOLERATE_DEBUG_OP_CREATION_FAILURES_FIELD_NUMBER
Sabit Değer: 5
Genel Yöntemler
genel boole eşittir (Object obj)
public String getDebugOps (int dizini)
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; public com.google.protobuf.ByteString getDebugOpsBytes (int dizini)
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; public 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; public 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; public String getDebugUrls (int dizini)
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; public com.google.protobuf.ByteString getDebugUrlsBytes (int dizini)
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; public 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; public 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; public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
genel Dize getNodeName ()
Name of the node to watch. Use "*" for wildcard. But note: currently, regex is not supported in general.
string node_name = 1; public 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; public 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; halk getParserForType ()
public int getSerializedSize ()
genel boolean 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; genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()
genel int hashCode ()
genel final boolean isInitialized ()
genel statik DebugTensorWatch ayrıştırmaDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| IOİstisnası |
|---|
genel statik DebugTensorWatch ayrıştırmaFrom (ByteBuffer verileri)
Atar
| Geçersiz ProtokolBufferException |
|---|
genel statik DebugTensorWatch ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| IOİstisnası |
|---|
genel statik DebugTensorWatch ayrıştırmaFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| Geçersiz ProtokolBufferException |
|---|
genel statik DebugTensorWatch ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
Atar
| IOİstisnası |
|---|
genel statik DebugTensorWatch ayrıştırmaFrom (bayt[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| Geçersiz ProtokolBufferException |
|---|
genel statik DebugTensorWatch ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
Atar
| Geçersiz ProtokolBufferException |
|---|
genel statik DebugTensorWatch ayrıştırmaFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| IOİstisnası |
|---|
genel statik DebugTensorWatch ayrıştırmaFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| Geçersiz ProtokolBufferException |
|---|
genel statik ayrıştırıcı ()
genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)
Atar
| IOİstisnası |
|---|