DebuggedGraphOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
int
|
|
abstract
List<String>
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
Public Methods
public
abstract
String
getGraphId
()
An ID for the graph.
This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
public
abstract
com.google.protobuf.ByteString
getGraphIdBytes
()
An ID for the graph.
This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
public
abstract
String
getGraphName
()
Name of the graph (if available).
string graph_name = 2;
public
abstract
com.google.protobuf.ByteString
getGraphNameBytes
()
Name of the graph (if available).
string graph_name = 2;
public
abstract
com.google.protobuf.ByteString
getInstrumentedGraphDef
()
An encoded version of a GraphDef.
This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
public
abstract
String
getInstrumentedOps
(int index)
Names of the instrumented ops. This can be used to look up op name
based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
public
abstract
com.google.protobuf.ByteString
getInstrumentedOpsBytes
(int index)
Names of the instrumented ops. This can be used to look up op name
based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
public
abstract
int
getInstrumentedOpsCount
()
Names of the instrumented ops. This can be used to look up op name
based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
public
abstract
List<String>
getInstrumentedOpsList
()
Names of the instrumented ops. This can be used to look up op name
based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
public
abstract
com.google.protobuf.ByteString
getOriginalGraphDef
()
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
public
abstract
String
getOuterContextId
()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
public
abstract
com.google.protobuf.ByteString
getOuterContextIdBytes
()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
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,["# DebuggedGraphOrBuilder\n\npublic interface **DebuggedGraphOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [DebuggedGraph](/jvm/api_docs/java/org/tensorflow/proto/util/DebuggedGraph), [DebuggedGraph.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/DebuggedGraph.Builder) |---------------------------------------------------------------------------------------------|-----------------------------------------| | [DebuggedGraph](/jvm/api_docs/java/org/tensorflow/proto/util/DebuggedGraph) | ``` A debugger-instrumented graph. ``` | | [DebuggedGraph.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/DebuggedGraph.Builder) | ``` A debugger-instrumented graph. ``` | |||\n\n### Public Methods\n\n|-----------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getGraphId](/jvm/api_docs/java/org/tensorflow/proto/util/DebuggedGraphOrBuilder#getGraphId())() ``` An ID for the graph. ``` |\n| abstract com.google.protobuf.ByteString | [getGraphIdBytes](/jvm/api_docs/java/org/tensorflow/proto/util/DebuggedGraphOrBuilder#getGraphIdBytes())() ``` An ID for the graph. ``` |\n| abstract String | [getGraphName](/jvm/api_docs/java/org/tensorflow/proto/util/DebuggedGraphOrBuilder#getGraphName())() ``` Name of the graph (if available). ``` |\n| abstract com.google.protobuf.ByteString | [getGraphNameBytes](/jvm/api_docs/java/org/tensorflow/proto/util/DebuggedGraphOrBuilder#getGraphNameBytes())() ``` Name of the graph (if available). ``` |\n| abstract com.google.protobuf.ByteString | [getInstrumentedGraphDef](/jvm/api_docs/java/org/tensorflow/proto/util/DebuggedGraphOrBuilder#getInstrumentedGraphDef())() ``` An encoded version of a GraphDef. ``` |\n| abstract String | [getInstrumentedOps](/jvm/api_docs/java/org/tensorflow/proto/util/DebuggedGraphOrBuilder#getInstrumentedOps(int))(int index) ``` Names of the instrumented ops. ``` |\n| abstract com.google.protobuf.ByteString | [getInstrumentedOpsBytes](/jvm/api_docs/java/org/tensorflow/proto/util/DebuggedGraphOrBuilder#getInstrumentedOpsBytes(int))(int index) ``` Names of the instrumented ops. ``` |\n| abstract int | [getInstrumentedOpsCount](/jvm/api_docs/java/org/tensorflow/proto/util/DebuggedGraphOrBuilder#getInstrumentedOpsCount())() ``` Names of the instrumented ops. ``` |\n| abstract List\\\u003cString\\\u003e | [getInstrumentedOpsList](/jvm/api_docs/java/org/tensorflow/proto/util/DebuggedGraphOrBuilder#getInstrumentedOpsList())() ``` Names of the instrumented ops. ``` |\n| abstract com.google.protobuf.ByteString | [getOriginalGraphDef](/jvm/api_docs/java/org/tensorflow/proto/util/DebuggedGraphOrBuilder#getOriginalGraphDef())() ``` Original (uninstrumented) GraphDef (if available). ``` |\n| abstract String | [getOuterContextId](/jvm/api_docs/java/org/tensorflow/proto/util/DebuggedGraphOrBuilder#getOuterContextId())() ``` IDs of the immediate enclosing context (graph), if any. ``` |\n| abstract com.google.protobuf.ByteString | [getOuterContextIdBytes](/jvm/api_docs/java/org/tensorflow/proto/util/DebuggedGraphOrBuilder#getOuterContextIdBytes())() ``` IDs of the immediate enclosing context (graph), if any. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getGraphId**\n()\n\n\u003cbr /\u003e\n\n```\n An ID for the graph.\n This can be used up to look up graph names. Generated by the debugger.\n \n```\n`string graph_id = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getGraphIdBytes**\n()\n\n\u003cbr /\u003e\n\n```\n An ID for the graph.\n This can be used up to look up graph names. Generated by the debugger.\n \n```\n`string graph_id = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getGraphName**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the graph (if available).\n \n```\n`string graph_name = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getGraphNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the graph (if available).\n \n```\n`string graph_name = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getInstrumentedGraphDef**\n()\n\n\u003cbr /\u003e\n\n```\n An encoded version of a GraphDef.\n This graph may include the debugger-inserted ops.\n \n```\n`bytes instrumented_graph_def = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getInstrumentedOps**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Names of the instrumented ops. This can be used to look up op name\n based on the numeric-summary tensors (2nd column).\n \n```\n`repeated string instrumented_ops = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getInstrumentedOpsBytes**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Names of the instrumented ops. This can be used to look up op name\n based on the numeric-summary tensors (2nd column).\n \n```\n`repeated string instrumented_ops = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getInstrumentedOpsCount**\n()\n\n\u003cbr /\u003e\n\n```\n Names of the instrumented ops. This can be used to look up op name\n based on the numeric-summary tensors (2nd column).\n \n```\n`repeated string instrumented_ops = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003cString\\\u003e\n**getInstrumentedOpsList**\n()\n\n\u003cbr /\u003e\n\n```\n Names of the instrumented ops. This can be used to look up op name\n based on the numeric-summary tensors (2nd column).\n \n```\n`repeated string instrumented_ops = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getOriginalGraphDef**\n()\n\n\u003cbr /\u003e\n\n```\n Original (uninstrumented) GraphDef (if available).\n \n```\n`bytes original_graph_def = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getOuterContextId**\n()\n\n\u003cbr /\u003e\n\n```\n IDs of the immediate enclosing context (graph), if any.\n \n```\n`string outer_context_id = 6;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getOuterContextIdBytes**\n()\n\n\u003cbr /\u003e\n\n```\n IDs of the immediate enclosing context (graph), if any.\n \n```\n`string outer_context_id = 6;`\n\n\u003cbr /\u003e"]]