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

الأساليب العامة

منطقية
يساوي (كائن كائن)
خيط
getDebugOps (فهرس كثافة العمليات)
 Name(s) of the debugging op(s).
com.google.protobuf.ByteString
getDebugOpsBytes (فهرس كثافة العمليات)
 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 (فهرس كثافة العمليات)
 URL(s) for debug targets(s).
com.google.protobuf.ByteString
getDebugUrlsBytes (فهرس كثافة العمليات)
 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
DebugTensorWatch
النهائي الثابت com.google.protobuf.Descriptors.Descriptor
خيط
الحصول على اسم العقدة ()
 Name of the node to watch.
com.google.protobuf.ByteString
الحصول على NodeNameBytes ()
 Name of the node to watch.
كثافة العمليات
فتحة إخراج الإخراج ()
 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 (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابت DebugTensorWatch
parseFrom (بيانات ByteBuffer)
ثابت DebugTensorWatch
parseFrom (com.google.protobuf.CodedInputStream input، 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 data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابتة
DebugTensorWatch.Builder
فارغ
writeTo (com.google.protobuf.CodedOutputStream الإخراج)

الطرق الموروثة

الثوابت

العدد النهائي الثابت العام DEBUG_OPS_FIELD_NUMBER

القيمة الثابتة: 3

العدد النهائي الثابت العام DEBUG_URLS_FIELD_NUMBER

القيمة الثابتة: 4

العدد النهائي الثابت العام NODE_NAME_FIELD_NUMBER

القيمة الثابتة: 1

العدد النهائي الثابت العام 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 public 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 العامة (فهرس كثافة العمليات)

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

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

عام الحصول على بارسيرفورتيب ()

int public 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 ()

كود التجزئة الدولي العام ()

تمت تهيئة القيمة المنطقية النهائية العامة ()

DebugTensorWatch.Builder newBuilder العام الثابت (النموذج الأولي لـ DebugTensorWatch )

DebugTensorWatch.Builder العام الثابت newBuilder ()

DebugTensorWatch.Builder العام newBuilderForType ()

DebugTensorWatch العام الثابت parseDelimitedFrom (إدخال InputStream)

رميات
IOEException

DebugTensorWatch العام الثابت parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

تحليل DebugTensorWatch العام الثابت (بيانات ByteBuffer)

رميات
InvalidProtocolBufferException

تحليل DebugTensorWatch العام الثابت (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

تحليل DebugTensorWatch العام الثابت (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

تحليل DebugTensorWatch العام الثابت (إدخال com.google.protobuf.CodedInputStream)

رميات
IOEException

تحليل DebugTensorWatch العام الثابت (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

تحليل DebugTensorWatch العام الثابت (بيانات com.google.protobuf.ByteString)

رميات
InvalidProtocolBufferException

تحليل DebugTensorWatch العام الثابت (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

تحليل DebugTensorWatch العام الثابت (بيانات com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

ساكنة عامة محلل ()

DebugTensorWatch.Builder toBuilder العام ()

الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)

رميات
IOEException