DebugTensorWatch

DebugTensorWatch kelas akhir publik

 Option for watching a node in TensorFlow Debugger (tfdbg).
 
Protobuf mengetik tensorflow.DebugTensorWatch

Kelas Bersarang

kelas DebugTensorWatch.Builder
 Option for watching a node in TensorFlow Debugger (tfdbg). 

Konstanta

ke dalam DEBUG_OPS_FIELD_NUMBER
ke dalam DEBUG_URLS_FIELD_NUMBER
ke dalam NODE_NAME_FIELD_NUMBER
ke dalam OUTPUT_SLOT_FIELD_NUMBER
ke dalam TOLERATE_DEBUG_OP_CREATION_FAILURES_FIELD_NUMBER

Metode Publik

boolean
sama dengan (Objek objek)
Rangkaian
getDebugOps (indeks int)
 Name(s) of the debugging op(s).
com.google.protobuf.ByteString
getDebugOpsBytes (indeks int)
 Name(s) of the debugging op(s).
ke dalam
dapatkanDebugOpsCount ()
 Name(s) of the debugging op(s).
com.google.protobuf.ProtocolStringList
dapatkanDebugOpsList ()
 Name(s) of the debugging op(s).
Rangkaian
getDebugUrls (indeks int)
 URL(s) for debug targets(s).
com.google.protobuf.ByteString
getDebugUrlsBytes (indeks int)
 URL(s) for debug targets(s).
ke dalam
dapatkanDebugUrlsCount ()
 URL(s) for debug targets(s).
com.google.protobuf.ProtocolStringList
dapatkanDebugUrlsList ()
 URL(s) for debug targets(s).
DebugTensorWatch statis
DebugTensorWatch
com.google.protobuf.Descriptors.Descriptor statis terakhir
Rangkaian
dapatkanNamaNode ()
 Name of the node to watch.
com.google.protobuf.ByteString
dapatkanNodeNameBytes ()
 Name of the node to watch.
ke dalam
dapatkanOutputSlot ()
 Output slot to watch.
ke dalam
boolean
getTolerateDebugOpCreationFailures ()
 Do not error out if debug op creation fails (e.g., due to dtype
 incompatibility).
final com.google.protobuf.UnknownFieldSet
ke dalam
boolean terakhir
DebugTensorWatch.Builder statis
DebugTensorWatch.Builder statis
DebugTensorWatch.Builder
DebugTensorWatch statis
parseDelimitedFrom (masukan Aliran Masukan)
DebugTensorWatch statis
parseDelimitedFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugTensorWatch statis
parseFrom (data ByteBuffer)
DebugTensorWatch statis
parseFrom (com.google.protobuf.CodedInputStream masukan, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugTensorWatch statis
parseFrom (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugTensorWatch statis
parseFrom (com.google.protobuf.CodedInputStream masukan)
DebugTensorWatch statis
parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugTensorWatch statis
parseFrom (com.google.protobuf.ByteString data)
DebugTensorWatch statis
parseFrom (masukan InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugTensorWatch statis
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statis
DebugTensorWatch.Builder
ruang kosong
writeTo (com.google.protobuf.CodedOutputStream keluaran)

Metode Warisan

Konstanta

int akhir statis publik DEBUG_OPS_FIELD_NUMBER

Nilai Konstan: 3

int final statis publik DEBUG_URLS_FIELD_NUMBER

Nilai Konstan: 4

int final statis publik NODE_NAME_FIELD_NUMBER

Nilai Konstan: 1

int akhir statis publik OUTPUT_SLOT_FIELD_NUMBER

Nilai Konstan: 2

int akhir statis publik TOLERATE_DEBUG_OP_CREATION_FAILURES_FIELD_NUMBER

Nilai Konstan: 5

Metode Publik

boolean publik sama (Obj objek)

String publik getDebugOps (indeks 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;

publik com.google.protobuf.ByteString getDebugOpsBytes (indeks 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 publik 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 () publik

 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;

String publik getDebugUrls (indeks 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;

publik com.google.protobuf.ByteString getDebugUrlsBytes (indeks 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 publik 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;

publik 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 statis publik ()

DebugTensorWatch publik getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

String publik getNodeName ()

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

publik 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 publik 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;

publik dapatkanParserForType ()

publik int getSerializedSize ()

boolean publik 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;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

kode hash int publik ()

boolean akhir publik diinisialisasi ()

DebugTensorWatch.Builder newBuilder statis publik (prototipe DebugTensorWatch )

DebugTensorWatch.Builder statis publik newBuilder ()

publik DebugTensorWatch.Builder newBuilderForType ()

debugTensorWatch parseDelimitedFrom statis publik (input InputStream)

Melempar
Pengecualian IO

DebugTensorWatch statis publik parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

parseFrom DebugTensorWatch statis publik (data ByteBuffer)

Melempar
InvalidProtocolBufferException

parseFrom DebugTensorWatch statis publik (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

parseFrom DebugTensorWatch statis publik (data ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

parseFrom DebugTensorWatch statis publik (com.google.protobuf.CodedInputStream masukan)

Melempar
Pengecualian IO

parseFrom DebugTensorWatch statis publik (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

parseFrom DebugTensorWatch statis publik (com.google.protobuf.ByteString data)

Melempar
InvalidProtocolBufferException

parseFrom DebugTensorWatch statis publik (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
Pengecualian IO

parseFrom DebugTensorWatch statis publik (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Melempar
InvalidProtocolBufferException

statis publik pengurai ()

DebugTensorWatch.Builder toBuilder publik ()

public void writeTo (com.google.protobuf.CodedOutputStream keluaran)

Melempar
Pengecualian IO