DebugTensorWatch.Builder

lớp cuối cùng tĩnh công khai DebugTensorWatch.Builder

 Option for watching a node in TensorFlow Debugger (tfdbg).
 
Loại tensorflow.DebugTensorWatch

Phương pháp công khai

Gỡ lỗiTensorWatch.Builder
addAllDebugOps (giá trị Iterable<String>)
 Name(s) of the debugging op(s).
Gỡ lỗiTensorWatch.Builder
addAllDebugUrls (giá trị Iterable<String>)
 URL(s) for debug targets(s).
Gỡ lỗiTensorWatch.Builder
addDebugOps (Giá trị chuỗi)
 Name(s) of the debugging op(s).
Gỡ lỗiTensorWatch.Builder
addDebugOpsBytes (giá trị com.google.protobuf.ByteString)
 Name(s) of the debugging op(s).
Gỡ lỗiTensorWatch.Builder
addDebugUrls (Giá trị chuỗi)
 URL(s) for debug targets(s).
Gỡ lỗiTensorWatch.Builder
addDebugUrlsBytes (giá trị com.google.protobuf.ByteString)
 URL(s) for debug targets(s).
Gỡ lỗiTensorWatch.Builder
addRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)
Gỡ lỗi TensorWatch
Gỡ lỗi TensorWatch
Gỡ lỗiTensorWatch.Builder
Gỡ lỗiTensorWatch.Builder
clearDebugOps ()
 Name(s) of the debugging op(s).
Gỡ lỗiTensorWatch.Builder
clearDebugUrl ()
 URL(s) for debug targets(s).
Gỡ lỗiTensorWatch.Builder
ClearField (trường com.google.protobuf.Descriptors.FieldDescriptor)
Gỡ lỗiTensorWatch.Builder
clearNodeName ()
 Name of the node to watch.
Gỡ lỗiTensorWatch.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
Gỡ lỗiTensorWatch.Builder
ClearOutputSlot ()
 Output slot to watch.
Gỡ lỗiTensorWatch.Builder
clearTolerateDebugOpCreationFailures ()
 Do not error out if debug op creation fails (e.g., due to dtype
 incompatibility).
Gỡ lỗiTensorWatch.Builder
Sợi dây
getDebugOps (chỉ mục int)
 Name(s) of the debugging op(s).
com.google.protobuf.ByteString
getDebugOpsBytes (chỉ mục int)
 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).
Sợi dây
getDebugUrls (chỉ mục int)
 URL(s) for debug targets(s).
com.google.protobuf.ByteString
getDebugUrlsBytes (chỉ mục int)
 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).
Gỡ lỗi TensorWatch
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng
com.google.protobuf.Descriptors.Descriptor
Sợi dây
getNodeName ()
 Name of the node to watch.
com.google.protobuf.ByteString
getNodeNameBytes ()
 Name of the node to watch.
int
getOutputSlot ()
 Output slot to watch.
boolean
getTolerateDebugOpCreationFailures ()
 Do not error out if debug op creation fails (e.g., due to dtype
 incompatibility).
boolean cuối cùng
Gỡ lỗiTensorWatch.Builder
mergeFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Gỡ lỗiTensorWatch.Builder
mergeFrom (com.google.protobuf.Message other)
DebugTensorWatch.Builder cuối cùng
hợp nhấtUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
Gỡ lỗiTensorWatch.Builder
setDebugOps (chỉ mục int, giá trị chuỗi)
 Name(s) of the debugging op(s).
Gỡ lỗiTensorWatch.Builder
setDebugUrls (chỉ mục int, giá trị chuỗi)
 URL(s) for debug targets(s).
Gỡ lỗiTensorWatch.Builder
setField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)
Gỡ lỗiTensorWatch.Builder
setNodeName (Giá trị chuỗi)
 Name of the node to watch.
Gỡ lỗiTensorWatch.Builder
setNodeNameBytes (giá trị com.google.protobuf.ByteString)
 Name of the node to watch.
Gỡ lỗiTensorWatch.Builder
setOutputSlot (giá trị int)
 Output slot to watch.
Gỡ lỗiTensorWatch.Builder
setRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, chỉ mục int, giá trị đối tượng)
Gỡ lỗiTensorWatch.Builder
setTolerateDebugOpCreationFailures (giá trị boolean)
 Do not error out if debug op creation fails (e.g., due to dtype
 incompatibility).
DebugTensorWatch.Builder cuối cùng
setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

Phương pháp kế thừa

Phương pháp công khai

public DebugTensorWatch.Builder addAllDebugOps (giá trị Iterable<String>)

 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 DebugTensorWatch.Builder addAllDebugUrls (giá trị Iterable<String>)

 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 DebugTensorWatch.Builder addDebugOps (Giá trị chuỗi)

 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;

Debug công khaiTensorWatch.Builder addDebugOpsBytes (giá trị com.google.protobuf.ByteString)

 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 DebugTensorWatch.Builder addDebugUrls (Giá trị chuỗi)

 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 DebugTensorWatch.Builder addDebugUrlsBytes (giá trị com.google.protobuf.ByteString)

 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 DebugTensorWatch.Builder addRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)

Bản dựng DebugTensorWatch công khai ()

public DebugTensorWatch buildPartial ()

DebugTensorWatch.Builder công khai rõ ràng ()

Debug công khaiTensorWatch.Builder clearDebugOps ()

 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;

DebugTensorWatch.Builder clearDebugUrls ()

 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 DebugTensorWatch.Builder clearField (trường com.google.protobuf.Descriptors.FieldDescriptor)

DebugTensorWatch.Builder clearNodeName () công khai

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

Debug công khaiTensorWatch.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

DebugTensorWatch.Builder clearOutputSlot ()

 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;

Debug công khaiTensorWatch.Builder clearTolerateDebugOpCreationFailures ()

 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;

bản sao DebugTensorWatch.Builder công khai ()

Chuỗi công khai getDebugOps (chỉ mục 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 công khai (chỉ mục 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 công khai 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 công khai 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;

Chuỗi công khai getDebugUrls (chỉ mục 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;

công khai com.google.protobuf.ByteString getDebugUrlsBytes (chỉ mục 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 công khai 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 công khai 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;

công khai DebugTensorWatch getDefaultInstanceForType ()

công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()

com.google.protobuf.Descriptors.Descriptor công khai getDescriptorForType ()

Chuỗi công khai 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 () công khai

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

int công khai 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;

boolean công khai 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;

boolean cuối cùng công khai được khởi tạo ()

Debug công khaiTensorWatch.Builder mergeFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

Debug công khaiTensorWatch.Builder mergeFrom (com.google.protobuf.Message other)

trận chung kết công khai DebugTensorWatch.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public DebugTensorWatch.Builder setDebugOps (chỉ mục int, giá trị chuỗi)

 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 DebugTensorWatch.Builder setDebugUrls (chỉ mục int, giá trị chuỗi)

 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 DebugTensorWatch.Builder setField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)

public DebugTensorWatch.Builder setNodeName (Giá trị chuỗi)

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

public DebugTensorWatch.Builder setNodeNameBytes (giá trị com.google.protobuf.ByteString)

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

public DebugTensorWatch.Builder setOutputSlot (giá trị int)

 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;

public DebugTensorWatch.Builder setRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, chỉ mục int, giá trị đối tượng)

public DebugTensorWatch.Builder setTolerateDebugOpCreationFailures (giá trị boolean)

 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;

trận chung kết công khai DebugTensorWatch.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)