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
디버그TensorWatch
최종 정적 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).
최종 com.google.protobuf.UnknownFieldSet
정수
최종 부울
정적 DebugTensorWatch.Builder
newBuilder ( DebugTensorWatch 프로토타입)
정적 DebugTensorWatch.Builder
DebugTensorWatch.Builder
정적 DebugTensorWatch
parsDelimitedFrom (InputStream 입력)
정적 DebugTensorWatch
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 DebugTensorWatch
parsFrom (ByteBuffer 데이터)
정적 DebugTensorWatch
ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 DebugTensorWatch
ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 DebugTensorWatch
ParseFrom (com.google.protobuf.CodedInputStream 입력)
정적 DebugTensorWatch
parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
정적 DebugTensorWatch
ParseFrom (com.google.protobuf.ByteString 데이터)
정적 DebugTensorWatch
ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 DebugTensorWatch
ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
공전
파서 ()
DebugTensorWatch.Builder
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

상수

공개 정적 최종 int DEBUG_OPS_FIELD_NUMBER

상수값: 3

공개 정적 최종 int DEBUG_URLS_FIELD_NUMBER

상수값: 4

공개 정적 최종 int NODE_NAME_FIELD_NUMBER

상수값: 1

공개 정적 최종 int OUTPUT_SLOT_FIELD_NUMBER

상수값: 2

공개 정적 최종 int TOLERATE_DEBUG_OP_CREATION_FAILURES_FIELD_NUMBER

상수값: 5

공개 방법

공개 부울은 (객체 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 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;

공개 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 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 ()

공개 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 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;

공공의 getParserForType ()

공개 int 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 ()

공개 int hashCode ()

공개 최종 부울 isInitialized ()

공개 정적 DebugTensorWatch.Builder newBuilder ( DebugTensorWatch 프로토타입)

공개 정적 DebugTensorWatch.Builder newBuilder ()

공개 DebugTensorWatch.Builder newBuilderForType ()

공개 정적 DebugTensorWatch parsDelimitedFrom (InputStream 입력)

던지기
IO예외

공개 정적 DebugTensorWatchparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

공개 정적 DebugTensorWatch 구문 분석 (ByteBuffer 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 DebugTensorWatch 구문 분석 (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

공개 정적 DebugTensorWatch parsFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 DebugTensorWatch 구문 분석 (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

공개 정적 DebugTensorWatch 구문 분석 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
잘못된프로토콜버퍼예외

공개 정적 DebugTensorWatch 구문 분석 (com.google.protobuf.ByteString 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 DebugTensorWatch parsFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 DebugTensorWatch parsFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
잘못된프로토콜버퍼예외

공개 정적 파서 ()

공개 DebugTensorWatch.Builder toBuilder ()

공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)

던지기
IO예외