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

Публичные методы

логическое значение
равно (Объект obj)
Нить
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
Нить
получитьимяузла ()
 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
parseDelimitedFrom (входной поток)
статический DebugTensorWatch
parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический DebugTensorWatch
parseFrom (данные 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 ExtensionRegistry)
статический DebugTensorWatch
parseFrom (данные com.google.protobuf.ByteString)
статический DebugTensorWatch
parseFrom (ввод входного потока, 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

Публичные методы

общедоступное логическое значение равно (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;

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

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

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

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

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;

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

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

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

public int hashCode ()

публичное финальное логическое значение isInitialized ()

общедоступный статический DebugTensorWatch.Builder newBuilder (прототип DebugTensorWatch )

общедоступный статический DebugTensorWatch.Builder newBuilder ()

общедоступный DebugTensorWatch.Builder newBuilderForType ()

общедоступный статический DebugTensorWatch parseDelimitedFrom (вход InputStream)

Броски
Исключение IO

общедоступный статический DebugTensorWatch parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный статический DebugTensorWatch parseFrom (данные ByteBuffer)

Броски
Инвалидпротоколбуфферисключение

public static DebugTensorWatch parseFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

public static DebugTensorWatch parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический DebugTensorWatch parseFrom (вход com.google.protobuf.CodedInputStream)

Броски
Исключение IO

общедоступный статический DebugTensorWatch parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический DebugTensorWatch parseFrom (данные com.google.protobuf.ByteString)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический DebugTensorWatch parseFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

public static DebugTensorWatch parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общественный статический парсер ()

общедоступный DebugTensorWatch.Builder toBuilder ()

public void writeTo (вывод com.google.protobuf.CodedOutputStream)

Броски
Исключение IO