DebugTensorWatch.Builder

کلاس نهایی استاتیک عمومی DebugTensorWatch.Builder

 Option for watching a node in TensorFlow Debugger (tfdbg).
 
نوع Protobuf tensorflow.DebugTensorWatch

روش های عمومی

DebugTensorWatch.Builder
addAllDebugOps (مقادیر<String> تکرارپذیر)
 Name(s) of the debugging op(s).
DebugTensorWatch.Builder
addAllDebugUrls (مقادیر<String> تکرارپذیر)
 URL(s) for debug targets(s).
DebugTensorWatch.Builder
addDebugOps (مقدار رشته)
 Name(s) of the debugging op(s).
DebugTensorWatch.Builder
addDebugOpsBytes (مقدار com.google.protobuf.ByteString)
 Name(s) of the debugging op(s).
DebugTensorWatch.Builder
addDebugUrls (مقدار رشته)
 URL(s) for debug targets(s).
DebugTensorWatch.Builder
addDebugUrlsBytes (مقدار com.google.protobuf.ByteString)
 URL(s) for debug targets(s).
DebugTensorWatch.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
DebugTensorWatch
DebugTensorWatch
DebugTensorWatch.Builder
DebugTensorWatch.Builder
clearDebugOps ()
 Name(s) of the debugging op(s).
DebugTensorWatch.Builder
clearDebugUrls ()
 URL(s) for debug targets(s).
DebugTensorWatch.Builder
clearField (فیلد com.google.protobuf.Descriptors.FieldDescriptor)
DebugTensorWatch.Builder
clearNodeName ()
 Name of the node to watch.
DebugTensorWatch.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
DebugTensorWatch.Builder
clearOutputSlot ()
 Output slot to watch.
DebugTensorWatch.Builder
clearTolerateDebugOpCreationFailures ()
 Do not error out if debug op creation fails (e.g., due to dtype
 incompatibility).
DebugTensorWatch.Builder
رشته
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
نهایی static com.google.protobuf.Descriptors.Descriptor
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).
بولی نهایی
DebugTensorWatch.Builder
mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugTensorWatch.Builder
mergeFrom (com.google.protobuf.Message other)
DebugTensorWatch.Builder نهایی
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
DebugTensorWatch.Builder
setDebugOps (شاخص int، مقدار رشته)
 Name(s) of the debugging op(s).
DebugTensorWatch.Builder
setDebugUrls (شاخص int، مقدار رشته)
 URL(s) for debug targets(s).
DebugTensorWatch.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
DebugTensorWatch.Builder
setNodeName (مقدار رشته)
 Name of the node to watch.
DebugTensorWatch.Builder
setNodeNameBytes (مقدار com.google.protobuf.ByteString)
 Name of the node to watch.
DebugTensorWatch.Builder
setOutputSlot (مقدار int)
 Output slot to watch.
DebugTensorWatch.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object)
DebugTensorWatch.Builder
setTolerateDebugOpCreationFailures (مقدار بولی)
 Do not error out if debug op creation fails (e.g., due to dtype
 incompatibility).
DebugTensorWatch.Builder نهایی
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

روش های ارثی

روش های عمومی

عمومی DebugTensorWatch.Builder addAllDebugOps (مقادیر<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;

عمومی DebugTensorWatch.Builder addAllDebugUrls (مقادیر<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;

عمومی DebugTensorWatch.Builder addDebugOps (مقدار رشته)

 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 addDebugOpsBytes (مقدار 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;

عمومی DebugTensorWatch.Builder addDebugUrls (مقدار رشته)

 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.Builder addDebugUrlsBytes (مقدار 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;

عمومی DebugTensorWatch.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)

ساخت عمومی DebugTensorWatch ()

عمومی DebugTensorWatch buildPartial ()

عمومی DebugTensorWatch.Builder پاک ()

عمومی DebugTensorWatch.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;

عمومی DebugTensorWatch.Builder clearField (فیلد com.google.protobuf.Descriptors.FieldDescriptor)

عمومی DebugTensorWatch.Builder clearNodeName ()

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

عمومی DebugTensorWatch.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;

عمومی DebugTensorWatch.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;

کلون عمومی DebugTensorWatch.Builder ()

رشته عمومی 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;

public com.google.protobuf.ByteString getDebugOpsBytes (int index)

 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;

public com.google.protobuf.ByteString getDebugUrlsBytes (int index)

 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 getDefaultInstanceForType ()

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

عمومی com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

رشته عمومی 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;

بولین عمومی 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;

بولین نهایی عمومی isInitialized ()

عمومی DebugTensorWatch.Builder mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی DebugTensorWatch.Builder mergeFrom (com.google.protobuf.Message other)

عمومی نهایی DebugTensorWatch.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

عمومی DebugTensorWatch.Builder setDebugOps (شاخص 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;

عمومی DebugTensorWatch.Builder setDebugUrls (شاخص 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;

public DebugTensorWatch.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)

عمومی DebugTensorWatch.Builder setNodeName (مقدار رشته)

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

عمومی DebugTensorWatch.Builder setNodeNameBytes (مقدار 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;

عمومی DebugTensorWatch.Builder setOutputSlot (مقدار 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;

عمومی DebugTensorWatch.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، نمایه int، مقدار Object)

عمومی DebugTensorWatch.Builder setTolerateDebugOpCreationFailures (مقدار بولی)

 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;

عمومی نهایی DebugTensorWatch.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)