DebugOptionsOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
DebugOptions |
Options for initializing DebuggerState in TensorFlow Debugger (tfdbg). |
DebugOptions.Builder |
Options for initializing DebuggerState in TensorFlow Debugger (tfdbg). |
|
Public Methods
public
abstract
DebugTensorWatch
getDebugTensorWatchOpts
(int index)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public
abstract
int
getDebugTensorWatchOptsCount
()
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public
abstract
List<DebugTensorWatch>
getDebugTensorWatchOptsList
()
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public
abstract
DebugTensorWatchOrBuilder
getDebugTensorWatchOptsOrBuilder
(int index)
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public
abstract
List<? extends DebugTensorWatchOrBuilder>
getDebugTensorWatchOptsOrBuilderList
()
Debugging options
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
public
abstract
long
getGlobalStep
()
Caller-specified global step count.
Note that this is distinct from the session run count and the executor
step count.
int64 global_step = 10;
public
abstract
boolean
getResetDiskByteUsage
()
Whether the total disk usage of tfdbg is to be reset to zero
in this Session.run call. This is used by wrappers and hooks
such as the local CLI ones to indicate that the dumped tensors
are cleaned up from the disk after each Session.run.
bool reset_disk_byte_usage = 11;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# DebugOptionsOrBuilder\n\npublic interface **DebugOptionsOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [DebugOptions](/jvm/api_docs/java/org/tensorflow/proto/framework/DebugOptions), [DebugOptions.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/DebugOptions.Builder) |------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------| | [DebugOptions](/jvm/api_docs/java/org/tensorflow/proto/framework/DebugOptions) | ``` Options for initializing DebuggerState in TensorFlow Debugger (tfdbg). ``` | | [DebugOptions.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/DebugOptions.Builder) | ``` Options for initializing DebuggerState in TensorFlow Debugger (tfdbg). ``` | |||\n\n### Public Methods\n\n|-------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [DebugTensorWatch](/jvm/api_docs/java/org/tensorflow/proto/framework/DebugTensorWatch) | [getDebugTensorWatchOpts](/jvm/api_docs/java/org/tensorflow/proto/framework/DebugOptionsOrBuilder#getDebugTensorWatchOpts(int))(int index) ``` Debugging options ``` `repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;` |\n| abstract int | [getDebugTensorWatchOptsCount](/jvm/api_docs/java/org/tensorflow/proto/framework/DebugOptionsOrBuilder#getDebugTensorWatchOptsCount())() ``` Debugging options ``` `repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;` |\n| abstract List\\\u003c[DebugTensorWatch](/jvm/api_docs/java/org/tensorflow/proto/framework/DebugTensorWatch)\\\u003e | [getDebugTensorWatchOptsList](/jvm/api_docs/java/org/tensorflow/proto/framework/DebugOptionsOrBuilder#getDebugTensorWatchOptsList())() ``` Debugging options ``` `repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;` |\n| abstract [DebugTensorWatchOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/DebugTensorWatchOrBuilder) | [getDebugTensorWatchOptsOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/DebugOptionsOrBuilder#getDebugTensorWatchOptsOrBuilder(int))(int index) ``` Debugging options ``` `repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;` |\n| abstract List\\\u003c? extends [DebugTensorWatchOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/DebugTensorWatchOrBuilder)\\\u003e | [getDebugTensorWatchOptsOrBuilderList](/jvm/api_docs/java/org/tensorflow/proto/framework/DebugOptionsOrBuilder#getDebugTensorWatchOptsOrBuilderList())() ``` Debugging options ``` `repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;` |\n| abstract long | [getGlobalStep](/jvm/api_docs/java/org/tensorflow/proto/framework/DebugOptionsOrBuilder#getGlobalStep())() ``` Caller-specified global step count. ``` |\n| abstract boolean | [getResetDiskByteUsage](/jvm/api_docs/java/org/tensorflow/proto/framework/DebugOptionsOrBuilder#getResetDiskByteUsage())() ``` Whether the total disk usage of tfdbg is to be reset to zero in this Session.run call. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract [DebugTensorWatch](/jvm/api_docs/java/org/tensorflow/proto/framework/DebugTensorWatch)\n**getDebugTensorWatchOpts**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Debugging options\n \n```\n`repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getDebugTensorWatchOptsCount**\n()\n\n\u003cbr /\u003e\n\n```\n Debugging options\n \n```\n`repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003c[DebugTensorWatch](/jvm/api_docs/java/org/tensorflow/proto/framework/DebugTensorWatch)\\\u003e\n**getDebugTensorWatchOptsList**\n()\n\n\u003cbr /\u003e\n\n```\n Debugging options\n \n```\n`repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract [DebugTensorWatchOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/DebugTensorWatchOrBuilder)\n**getDebugTensorWatchOptsOrBuilder**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Debugging options\n \n```\n`repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003c? extends [DebugTensorWatchOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/DebugTensorWatchOrBuilder)\\\u003e\n**getDebugTensorWatchOptsOrBuilderList**\n()\n\n\u003cbr /\u003e\n\n```\n Debugging options\n \n```\n`repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract long\n**getGlobalStep**\n()\n\n\u003cbr /\u003e\n\n```\n Caller-specified global step count.\n Note that this is distinct from the session run count and the executor\n step count.\n \n```\n`int64 global_step = 10;`\n\n\u003cbr /\u003e\n\n#### public abstract boolean\n**getResetDiskByteUsage**\n()\n\n\u003cbr /\u003e\n\n```\n Whether the total disk usage of tfdbg is to be reset to zero\n in this Session.run call. This is used by wrappers and hooks\n such as the local CLI ones to indicate that the dumped tensors\n are cleaned up from the disk after each Session.run.\n \n```\n`bool reset_disk_byte_usage = 11;`\n\n\u003cbr /\u003e"]]