DebugTensorWatch

lớp cuối cùng công khai DebugTensorWatch

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

Các lớp lồng nhau

lớp học Gỡ lỗiTensorWatch.Builder
 Option for watching a node in TensorFlow Debugger (tfdbg). 

Hằng số

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

Phương pháp công khai

boolean
bằng (Đối tượng obj)
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).
DebugTensorWatch tĩnh
Gỡ lỗi TensorWatch
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng
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.
int
boolean
getTolerateDebugOpCreationFailures ()
 Do not error out if debug op creation fails (e.g., due to dtype
 incompatibility).
com.google.protobuf.UnknownFieldSet cuối cùng
int
boolean cuối cùng
DebugTensorWatch.Builder tĩnh
newBuilder ( nguyên mẫu DebugTensorWatch )
DebugTensorWatch.Builder tĩnh
Gỡ lỗiTensorWatch.Builder
DebugTensorWatch tĩnh
phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào)
DebugTensorWatch tĩnh
phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào, com.google.protobuf.ExtensionRegistryLite tiện ích mở rộngRegistry)
DebugTensorWatch tĩnh
ParseFrom (dữ liệu ByteBuffer)
DebugTensorWatch tĩnh
ParseFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
DebugTensorWatch tĩnh
ParseFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
DebugTensorWatch tĩnh
ParseFrom (đầu vào com.google.protobuf.CodedInputStream)
DebugTensorWatch tĩnh
ParseFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
DebugTensorWatch tĩnh
ParseFrom (dữ liệu com.google.protobuf.ByteString)
DebugTensorWatch tĩnh
ParseFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
DebugTensorWatch tĩnh
ParsFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
tĩnh
Gỡ lỗiTensorWatch.Builder
trống rỗng
writeTo (đầu ra com.google.protobuf.CodedOutputStream)

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

Hằng số

int tĩnh công khai DEBUG_OPS_FIELD_NUMBER

Giá trị không đổi: 3

int tĩnh công khai DEBUG_URLS_FIELD_NUMBER

Giá trị không đổi: 4

int tĩnh công khai NODE_NAME_FIELD_NUMBER

Giá trị không đổi: 1

int tĩnh cuối cùng OUTPUT_SLOT_FIELD_NUMBER

Giá trị không đổi: 2

int cuối cùng tĩnh công khai TOLERATE_DEBUG_OP_CREATION_FAILURES_FIELD_NUMBER

Giá trị không đổi: 5

Phương pháp công khai

boolean công khai bằng (Object obj)

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;

tĩnh công khai DebugTensorWatch getDefaultInstance ()

công khai DebugTensorWatch getDefaultInstanceForType ()

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

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;

công cộng getParserForType ()

int công khai getSerializedSize ()

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;

trận chung kết công khai com.google.protobuf.UnknownFieldSet getUnknownFields ()

mã băm int công khai ()

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

public static DebugTensorWatch.Builder newBuilder ( nguyên mẫu DebugTensorWatch )

tĩnh công khai DebugTensorWatch.Builder newBuilder ()

DebugTensorWatch.Builder newBuilderForType () công khai

tĩnh công khai DebugTensorWatch parsingDelimitedFrom (Đầu vào luồng đầu vào)

Ném
IOException

public static DebugTensorWatch parsingDelimitedFrom (Đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

tĩnh công khai DebugTensorWatch phân tích cú phápFrom (dữ liệu ByteBuffer)

Ném
Giao thức đệm ngoại lệ không hợp lệ

tĩnh công khai DebugTensorWatch phân tích cú phápFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

công khai DebugTensorWatch parsFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

tĩnh công khai DebugTensorWatch parsFrom (đầu vào com.google.protobuf.CodedInputStream)

Ném
IOException

công khai tĩnh DebugTensorWatch phân tích cú phápFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

tĩnh công khai DebugTensorWatch parsFrom (dữ liệu com.google.protobuf.ByteString)

Ném
Giao thức đệm ngoại lệ không hợp lệ

công khai DebugTensorWatch parsFrom (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

công khai DebugTensorWatch parsFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

công cộng tĩnh trình phân tích cú pháp ()

DebugTensorWatch.Builder toBuilder công khai ()

public void writeTo (đầu ra com.google.protobuf.CodedOutputStream)

Ném
IOException