org.tensorflow.framework.node_def.NodeDef
ExperimentalDebugInfo
Companion object ExperimentalDebugInfo
final case class ExperimentalDebugInfo(originalNodeNames: Seq[String] = _root_.scala.Seq.empty, originalFuncNames: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ExperimentalDebugInfo] with Product with Serializable
- originalNodeNames
Opaque string inserted into error messages created by the runtime. This is intended to store the list of names of the nodes from the original graph that this node was derived. For example if this node, say C, was result of a fusion of 2 nodes A and B, then 'original_node' would be {A, B}. This information can be used to map errors originating at the current node to some top level source code.
- originalFuncNames
This is intended to store the list of names of the functions from the original graph that this node was derived. For example if this node, say C, was result of a fusion of node A in function FA and node B in function FB, then
original_funcs
would be {FA, FB}. If the node is in the top level graph, theoriginal_func
is empty. This information, with theoriginal_node_names
can be used to map errors originating at the current ndoe to some top level source code.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- ExperimentalDebugInfo
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
ExperimentalDebugInfo(originalNodeNames: Seq[String] = _root_.scala.Seq.empty, originalFuncNames: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...)
- originalNodeNames
Opaque string inserted into error messages created by the runtime. This is intended to store the list of names of the nodes from the original graph that this node was derived. For example if this node, say C, was result of a fusion of 2 nodes A and B, then 'original_node' would be {A, B}. This information can be used to map errors originating at the current node to some top level source code.
- originalFuncNames
This is intended to store the list of names of the functions from the original graph that this node was derived. For example if this node, say C, was result of a fusion of node A in function FA and node B in function FB, then
original_funcs
would be {FA, FB}. If the node is in the top level graph, theoriginal_func
is empty. This information, with theoriginal_node_names
can be used to map errors originating at the current ndoe to some top level source code.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllOriginalFuncNames(__vs: Iterable[String]): ExperimentalDebugInfo
- def addAllOriginalNodeNames(__vs: Iterable[String]): ExperimentalDebugInfo
- def addOriginalFuncNames(__vs: String*): ExperimentalDebugInfo
- def addOriginalNodeNames(__vs: String*): ExperimentalDebugInfo
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearOriginalFuncNames: ExperimentalDebugInfo
- def clearOriginalNodeNames: ExperimentalDebugInfo
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
companion: ExperimentalDebugInfo.type
- Definition Classes
- ExperimentalDebugInfo → GeneratedMessage
- def discardUnknownFields: ExperimentalDebugInfo
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- ExperimentalDebugInfo → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ExperimentalDebugInfo → GeneratedMessage
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val originalFuncNames: Seq[String]
- val originalNodeNames: Seq[String]
-
def
serializedSize: Int
- Definition Classes
- ExperimentalDebugInfo → GeneratedMessage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- ExperimentalDebugInfo → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[ExperimentalDebugInfo, ExperimentalDebugInfo]) ⇒ Mutation[ExperimentalDebugInfo]*): ExperimentalDebugInfo
- Definition Classes
- Updatable
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withOriginalFuncNames(__v: Seq[String]): ExperimentalDebugInfo
- def withOriginalNodeNames(__v: Seq[String]): ExperimentalDebugInfo
- def withUnknownFields(__v: UnknownFieldSet): ExperimentalDebugInfo
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ExperimentalDebugInfo → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated