GraphExecutionTraceOrBuilder
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
|
getOpName()
Name of the op (applicable only in the case of the `FULL_TENSOR` trace
level).
|
abstract
com.google.protobuf.ByteString
|
getOpNameBytes()
Name of the op (applicable only in the case of the `FULL_TENSOR` trace
level).
|
abstract
int
|
getOutputSlot()
Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
trace level).
|
abstract
TensorDebugMode
|
|
abstract
int
|
|
abstract
TensorProto
|
getTensorProto()
Tensor value in the type described by `tensor_value_type`.
|
abstract
TensorProtoOrBuilder
|
|
abstract
String
|
getTfdbgContextId()
Unique ID of the context that the executed op(s) belong to (e.g., a
compiled concrete tf.function).
|
abstract
com.google.protobuf.ByteString
|
getTfdbgContextIdBytes()
Unique ID of the context that the executed op(s) belong to (e.g., a
compiled concrete tf.function).
|
abstract
boolean
|
hasTensorProto()
Tensor value in the type described by `tensor_value_type`.
|
Public Methods
public
abstract
String
getDeviceName
()
Name of the device that the op belongs to.
string device_name = 6;
public
abstract
com.google.protobuf.ByteString
getDeviceNameBytes
()
Name of the device that the op belongs to.
string device_name = 6;
public
abstract
String
getOpName
()
Name of the op (applicable only in the case of the `FULL_TENSOR` trace
level).
string op_name = 2;
public
abstract
com.google.protobuf.ByteString
getOpNameBytes
()
Name of the op (applicable only in the case of the `FULL_TENSOR` trace
level).
string op_name = 2;
public
abstract
int
getOutputSlot
()
Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
trace level).
int32 output_slot = 3;
public
abstract
TensorDebugMode
getTensorDebugMode
()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
public
abstract
int
getTensorDebugModeValue
()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
public
abstract
TensorProto
getTensorProto
()
Tensor value in the type described by `tensor_value_type`.
This tensor may summarize the value of a single intermediate op of the
graph, or those of multiple intermediate tensors.
.tensorflow.TensorProto tensor_proto = 5;
public
abstract
TensorProtoOrBuilder
getTensorProtoOrBuilder
()
Tensor value in the type described by `tensor_value_type`.
This tensor may summarize the value of a single intermediate op of the
graph, or those of multiple intermediate tensors.
.tensorflow.TensorProto tensor_proto = 5;
public
abstract
String
getTfdbgContextId
()
Unique ID of the context that the executed op(s) belong to (e.g., a
compiled concrete tf.function).
string tfdbg_context_id = 1;
public
abstract
com.google.protobuf.ByteString
getTfdbgContextIdBytes
()
Unique ID of the context that the executed op(s) belong to (e.g., a
compiled concrete tf.function).
string tfdbg_context_id = 1;
public
abstract
boolean
hasTensorProto
()
Tensor value in the type described by `tensor_value_type`.
This tensor may summarize the value of a single intermediate op of the
graph, or those of multiple intermediate tensors.
.tensorflow.TensorProto tensor_proto = 5;
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,["# GraphExecutionTraceOrBuilder\n\npublic interface **GraphExecutionTraceOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [GraphExecutionTrace](/jvm/api_docs/java/org/tensorflow/proto/util/GraphExecutionTrace), [GraphExecutionTrace.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/GraphExecutionTrace.Builder) |---------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------| | [GraphExecutionTrace](/jvm/api_docs/java/org/tensorflow/proto/util/GraphExecutionTrace) | ``` Data relating to an execution of a Graph (e.g., an eager execution of a FuncGraph). ``` | | [GraphExecutionTrace.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/GraphExecutionTrace.Builder) | ``` Data relating to an execution of a Graph (e.g., an eager execution of a FuncGraph). ``` | |||\n\n### Public Methods\n\n|---------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getDeviceName](/jvm/api_docs/java/org/tensorflow/proto/util/GraphExecutionTraceOrBuilder#getDeviceName())() ``` Name of the device that the op belongs to. ``` |\n| abstract com.google.protobuf.ByteString | [getDeviceNameBytes](/jvm/api_docs/java/org/tensorflow/proto/util/GraphExecutionTraceOrBuilder#getDeviceNameBytes())() ``` Name of the device that the op belongs to. ``` |\n| abstract String | [getOpName](/jvm/api_docs/java/org/tensorflow/proto/util/GraphExecutionTraceOrBuilder#getOpName())() ``` Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). ``` |\n| abstract com.google.protobuf.ByteString | [getOpNameBytes](/jvm/api_docs/java/org/tensorflow/proto/util/GraphExecutionTraceOrBuilder#getOpNameBytes())() ``` Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). ``` |\n| abstract int | [getOutputSlot](/jvm/api_docs/java/org/tensorflow/proto/util/GraphExecutionTraceOrBuilder#getOutputSlot())() ``` Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). ``` |\n| abstract [TensorDebugMode](/jvm/api_docs/java/org/tensorflow/proto/util/TensorDebugMode) | [getTensorDebugMode](/jvm/api_docs/java/org/tensorflow/proto/util/GraphExecutionTraceOrBuilder#getTensorDebugMode())() ``` Type of the tensor value encapsulated in this proto. ``` |\n| abstract int | [getTensorDebugModeValue](/jvm/api_docs/java/org/tensorflow/proto/util/GraphExecutionTraceOrBuilder#getTensorDebugModeValue())() ``` Type of the tensor value encapsulated in this proto. ``` |\n| abstract [TensorProto](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorProto) | [getTensorProto](/jvm/api_docs/java/org/tensorflow/proto/util/GraphExecutionTraceOrBuilder#getTensorProto())() ``` Tensor value in the type described by `tensor_value_type`. ``` |\n| abstract [TensorProtoOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorProtoOrBuilder) | [getTensorProtoOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/util/GraphExecutionTraceOrBuilder#getTensorProtoOrBuilder())() ``` Tensor value in the type described by `tensor_value_type`. ``` |\n| abstract String | [getTfdbgContextId](/jvm/api_docs/java/org/tensorflow/proto/util/GraphExecutionTraceOrBuilder#getTfdbgContextId())() ``` Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). ``` |\n| abstract com.google.protobuf.ByteString | [getTfdbgContextIdBytes](/jvm/api_docs/java/org/tensorflow/proto/util/GraphExecutionTraceOrBuilder#getTfdbgContextIdBytes())() ``` Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function). ``` |\n| abstract boolean | [hasTensorProto](/jvm/api_docs/java/org/tensorflow/proto/util/GraphExecutionTraceOrBuilder#hasTensorProto())() ``` Tensor value in the type described by `tensor_value_type`. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getDeviceName**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the device that the op belongs to.\n \n```\n`string device_name = 6;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getDeviceNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the device that the op belongs to.\n \n```\n`string device_name = 6;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getOpName**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the op (applicable only in the case of the `FULL_TENSOR` trace\n level).\n \n```\n`string op_name = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getOpNameBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Name of the op (applicable only in the case of the `FULL_TENSOR` trace\n level).\n \n```\n`string op_name = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getOutputSlot**\n()\n\n\u003cbr /\u003e\n\n```\n Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`\n trace level).\n \n```\n`int32 output_slot = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract [TensorDebugMode](/jvm/api_docs/java/org/tensorflow/proto/util/TensorDebugMode)\n**getTensorDebugMode**\n()\n\n\u003cbr /\u003e\n\n```\n Type of the tensor value encapsulated in this proto.\n \n```\n`.tensorflow.TensorDebugMode tensor_debug_mode = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getTensorDebugModeValue**\n()\n\n\u003cbr /\u003e\n\n```\n Type of the tensor value encapsulated in this proto.\n \n```\n`.tensorflow.TensorDebugMode tensor_debug_mode = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract [TensorProto](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorProto)\n**getTensorProto**\n()\n\n\u003cbr /\u003e\n\n```\n Tensor value in the type described by `tensor_value_type`.\n This tensor may summarize the value of a single intermediate op of the\n graph, or those of multiple intermediate tensors.\n \n```\n`.tensorflow.TensorProto tensor_proto = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract [TensorProtoOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/TensorProtoOrBuilder)\n**getTensorProtoOrBuilder**\n()\n\n\u003cbr /\u003e\n\n```\n Tensor value in the type described by `tensor_value_type`.\n This tensor may summarize the value of a single intermediate op of the\n graph, or those of multiple intermediate tensors.\n \n```\n`.tensorflow.TensorProto tensor_proto = 5;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getTfdbgContextId**\n()\n\n\u003cbr /\u003e\n\n```\n Unique ID of the context that the executed op(s) belong to (e.g., a\n compiled concrete tf.function).\n \n```\n`string tfdbg_context_id = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getTfdbgContextIdBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Unique ID of the context that the executed op(s) belong to (e.g., a\n compiled concrete tf.function).\n \n```\n`string tfdbg_context_id = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract boolean\n**hasTensorProto**\n()\n\n\u003cbr /\u003e\n\n```\n Tensor value in the type described by `tensor_value_type`.\n This tensor may summarize the value of a single intermediate op of the\n graph, or those of multiple intermediate tensors.\n \n```\n`.tensorflow.TensorProto tensor_proto = 5;`\n\n\u003cbr /\u003e"]]